侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

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

2023-01-31 星期二 / 0 评论 / 0 点赞 / 64 阅读 / 2036 字

一、实验拓扑:二、实验命令:SW1(config)#int range e0/0 - 1SW1(config-if-range)#no shutdown SW1(config-if-range)#no

.

一、实验拓扑:

二、实验命令:
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)

.

广告 广告

评论区