您订阅的产品有更新,,,,,,,请实时查阅
查看详情1)必要通过一条网线将两块NMX-24ESW互换卡通过trunk口互联
2)两块互换卡的网关只能配置在统一个三层接口上(好比插两块互换卡,,,,,,,天生了F5/0、F6/0两个接口,,,,,,,那么此时两块互换卡的所有网关只能配置在F5/0及其子接口上、或者F6/0及其子接口上。。。。。。。。不能分散配置在F5/0和F6/0上)
正确的配置步骤:
interface fastethernet 5/0
ip address x.x.x.x x.x.x.x
interface fastethernet 5/0.10
encapsulation dot1q 10
ip address x.x.x.x x.x.x.x
interface fastethernet 5/0.20
encapsulation dot1q 20
ip address x.x.x.x x.x.x.x
谬误的配置步骤:
interface fastethernet 5/0
ip address x.x.x.x x.x.x.x
interface fastethernet 5/0.10
encapsulation dot1q 10
ip address x.x.x.x x.x.x.x
interface fastethernet 6/0.20
encapsulation dot1q 20
ip address x.x.x.x x.x.x.x