8.2 3层Aggregate Port(通道口)的配置
定义3层Aggregate Port:
Switch(config)#interface aggregateport AP-id
Switch(config-if)#no switchport
Switch(config-if)#ip address IP-address Subnet-Mask配置举例:
Switch>enable
Switch#configure terminal
Switch(config)#interface aggregateport 1
Switch(config-if)#no switchport
Switch(config-if)#ip address 192.168.8.1 255.255.255.0
Switch(config-if)#interface f0/4
Switch(config-if)#port-group 1
Switch(config-if)#interface f0/5
Switch(config-if)#port-group 1
Switch(config-if)#end
Switch#Last updated