目次
APRESI APRESIA13200-28GTの設定メモ。
# en # conf t (config)# interface port [PORT]-[PORT]
# en # conf t (config)# interface port 1/13-22
# en # conf t (config)# interface port [PORT] (config-if-port)# switchport access vlan [ID] (config-if-port)# exit
# en # conf t (config)# interface port 1/13-22 (config-if-port)# switchport access vlan 10 (config-if-port)# exit
# en # conf t (config)# interface lag [LAG No] (config)# switchport access vlan [ID]
# en # conf t (config)# interface lag 13 (config)# switchport access vlan 10
LACP(active)で動作させる場合の設定。
# en # conf t (config)# interface port [PORT]-[PORT] (config-if-port)# link-aggregation [LAG No] lacp mode active (config-if-port)# exit
# en # conf t (config)# interface port 1/13-22 (config-if-port)# link-aggregation 13 lacp mode active (config-if-port)# exit