端口聚合试验 .docx
精品名师归纳总结端口聚合也叫做以太通道( ethernet channe)l ,主要用于交换机之间连接。由于两个交换机之间有多条冗余链路的时候,STP 会将其中的几条链路关闭,只保留一条,这样可以防止二层的环路产生。但是,失去了路径冗余的优点,由于 STP 的链路切换会很慢,在 50s 左右。使用以太通道的话, 交换机会把一组物理端口联合起来, 做为一个规律的通道,也就是 channelgroup,这样交换机会认为这个规律通道为一个端口。这样有几个优点 : 1. 带宽增加,带宽相当于组成组的端口的带宽总和。 2. 增加冗余,只要组内不是全部的端口都down 掉, 两个交换机之间仍旧可以连续通信。 3. 负载均衡,可以在组内的端口上配置,使流量可以在这些端口上自动进行负载均衡。在用的时候要留意:端口要在一个vlan 里面,两边的全双工模式要一样,仍有就是作用的端口个数不能是3 和 6,而且不能超过 8 个, 比如: 2,4, 8。网络拓扑如下:华为交换机上配置端口聚合的命令是:link-aggregation ethernet0/1 to ethernet0/2 both 文档收集自网络,仅用于个人学习试验一:在 switch2 上将 fa0/12 和 fa0/16 口用网线连接,假如此时, switch2 上没有打开 stp,就 switch2 上存在环路,假如此时 switch1 上 loop-deteaction打开,就 switch1上有如下告警信息: 文档收集自网络,仅用于个人学习%Jan1 23:13:03 2002 test-switch1 DRV/5/LOOP BACK:Slot=1; 文档收集自网络,仅用于个人学习Loopback does exist on port 24, please check it可编辑资料 - - - 欢迎下载精品名师归纳总结假如在 swicth1 上将 stp 打开,就 0/12 口 forwarding ,0/16 口 discarding,swicth1将环路排除。 文档收集自网络,仅用于个人学习test-switch2display stp interface Ethernet 0/12 Protocol mode: IEEE RSTPThe bridge ID Pri.MAC: 32768.00e0-fc23-79faThe bridge times: Hello Time 2 sec, Max Age 20 sec, Forward Delay 15 sec 文档收集自网络,仅用于个人学习Root bridge IDPri.MAC: 32768.00e0-fc23-34a9 Root path cost: 180Bridge bpdu-protection: disabled Timeout factor: 3Port 12 Ethernet0/12 of bridge is ForwardingPort spanning tree protocol: enabled Port role: DesignatedPortPort path cost: 200 Port priority: 128Designated bridge IDPri.MAC: 32768.00e0-fc23-79fa文档收集自网络,仅用于个人学习The Port is a non-edged portConnected to a point-to-point LAN segmentMaximum transmission limit is 3Packets / hello time 文档收集自网络,仅用于个人学习Times: Hello Time 2 sec,Max Age 20 sec Forward Delay 15 sec, Message Age 1BPDU sent:137TCN: 0, RST: 137, Config BPDU: 0BPDU received: 12TCN: 0, RST: 12, Config BPDU: 0test-switch2display stp interface Ethernet 0/16 Protocol mode: IEEE RSTPThe bridge ID Pri.MAC: 32768.00e0-fc23-79faThe bridge times: Hello Time 2 sec, Max Age 20 sec, Forward Delay 15 sec 文档收集自网络,仅用于个人学习Root bridge IDPri.MAC: 32768.00e0-fc23-34a9 Root path cost: 180Bridge bpdu-protection: disabled Timeout factor: 3Port 16 Ethernet0/16 of bridge is Discarding Port spanning tree protocol: enabledPort role: BackupPort Port path cost: 200 Port priority: 128Designated bridge IDPri.MAC: 32768.00e0-fc23-79fa文档收集自网络,仅用于个人学习The Port is a non-edged portConnected to a point-to-point LAN segmentMaximum transmission limit is 3Packets / hello time 文档收集自网络,仅用于个人学习Times: Hello Time 2 sec,Max Age 20 sec Forward Delay 15 sec, Message Age 1可编辑资料 - - - 欢迎下载精品名师归纳总结BPDU sent:3TCN: 0, RST: 3, Config BPDU: 0BPDU received: 149TCN: 0, RST: 149, Config BPDU: 0再次证明了 loop-deteaction 是针对下联端口环路的检测,而扑环路的检测。stp 是针对网络拓试验二:端口汇聚试验SWITCH1 :interface Vlan-interface1000 ip addressinterface Ethernet0/2port access vlan 1000 # interface Ethernet0/23 duplex fullspeed 100port link-type trunkport trunk permit vlan all interface Ethernet0/24 duplex fullspeed 100port link-type trunkport trunk permit vlan alllink-aggregation Ethernet0/23 to Ethernet0/24 both SWITCH2 :interface Vlan-interface1000ip addressinterface Ethernet0/2 port access vlan 1000 interface Ethernet0/23 duplex fullspeed 100port link-type trunkport trunk permit vlan all interface Ethernet0/24 duplex fullspeed 100port link-type trunkport trunk permit vlan alllink-aggregation Ethernet0/23 to Ethernet0/24 both将 SWITCH1 的 0/23 口网线拔掉, 可以看到 PC 到网关依旧是可以通可编辑资料 - - - 欢迎下载精品名师归纳总结的,端口汇聚可以防止双上联的stp 端口堵塞,同时又可以保证双上联的动态流量均衡。 文档收集自网络,仅用于个人学习可编辑资料 - - - 欢迎下载