码迷,mamicode.com
首页 > 其他好文 > 详细

20-Etherchannel 以太通道链路冗余技术(三层冗余) //IOU模拟

时间:2018-07-07 10:41:26      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:int   led   color   通道   down   mod   for   pre   eth   

一、实验拓扑:
技术分享图片
二、实验命令:
SW1(config)#int range e0/0 - 1
SW1(config-if-range)#no shutdown
SW1(config-if-range)#no switchport
SW1(config-if-range)#channel-group 1 mode on

SW2(config)#int range e0/0 - 1
SW2(config-if-range)#no shutdown
SW2(config-if-range)#no switchport
SW2(config-if-range)#channel-group 1 mode on

SW1(config)#int port-channel 1
SW1(config-if)#no shutdown
SW1(config-if)#ip add 172.16.24.1 255.255.255.0

SW2(config)#int port-channel 1
SW2(config-if)#no shutdown
SW2(config-if)#ip add 172.16.24.2 255.255.255.0

三、验证:
SW1#show int port-channel 1
Port-channel1 is up, line protocol is up (connected)
Hardware is Ethernet, address is 0000.0000.0000 (bia 0000.0000.0000)
Internet address is 172.16.24.1/24
MTU 1500 bytes, BW 20000 Kbit/sec, DLY 1000 usec

SW2#show int port-channel 1
Port-channel1 is up, line protocol is up (connected)
Hardware is Ethernet, address is 0000.0000.0000 (bia 0000.0000.0000)
Internet address is 172.16.24.2/24
MTU 1500 bytes, BW 20000 Kbit/sec, DLY 1000 usec

SW1#show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator

    M - not in use, minimum links not met
    u - unsuitable for bundling
    w - waiting to be aggregated
    d - default port

Number of channel-groups in use: 1
Number of aggregators: 1

Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(RU) - Et0/0(P) Et0/1(P)

技术分享图片

20-Etherchannel 以太通道链路冗余技术(三层冗余) //IOU模拟

标签:int   led   color   通道   down   mod   for   pre   eth   

原文地址:http://blog.51cto.com/13856092/2137426

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!