您订阅的产品有更新,请及时查阅
查看详情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