欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

交換機與路由器間的端口聚合設(shè)置詳解

  發(fā)布時間:2012-11-18 16:13:46   作者:佚名   我要評論
與路由器間的端口聚合是三層端口的綑綁,要求交換機的邏輯通道工作在三層模式下,使用no switchport 關(guān)閉二層通道
與路由器間的端口聚合是三層端口的綑綁,要求交換機的邏輯通道工作在三層模式下,使用no switchport 關(guān)閉二層通道。并設(shè)置IP地址。

switchA#conf t
switchA(config)#int port-channel 5   ;進(jìn)入邏輯通道5
switchA(config-if)#no switchport   ;定義為三層接口
switchA(config-if)#ip address 10.65.1.1 255.255.0.0 ;設(shè)置通道IP地址
switchA(config-if)#exit
switchA(config)#int range f0/1 -2 ;進(jìn)入物理接口
switchA(config-if-range)#no ip address ;去掉物理接口IP
switchA(config-if-range)#channel-group 5 mode on   ;設(shè)通道5手動方式
switchA(config-if-range)#no shutdown
switchA(config-if-range)#exit
switchA(config-if)#end

switchA# 
router#conf t
router(config)#int port-channel 5 ;進(jìn)入邏輯通道5
router(config-if)#ip address 10.65.1.2 255.255.0.0 ;設(shè)通道IP地址
router(config-if)#int f0/0 ;進(jìn)入物理端口
router(config-if)#no ip address ;去掉端口IP地址
router(config-if)#no shutdown ;激活物理端口
router(config-if)#channel-group 5 ;添加到通道5
router(config-if)#int f0/1
router(config-if)#no ip address
router(config-if)#no shutdown
router(config-if)#channel-group 5
router(config-if)#end
router

相關(guān)文章

最新評論