关于cisco交换机与juniper交换机端口聚合的介绍
- 项目需求:
-
- 特别注意:
- cisco交换机配置如下:
- juniper交换机配置如下:
项目需求:
两台cisco 3850交换机和两台juniper交换机通过端口聚合互联,trunk模式,允许所有vlan。
特别注意:
==juniper交换机在与其他品牌交换机起trunk互联时,若要使用vlan1的地址,一定要把对端trunk接口native改为其他vlan,否则两台交换机之间的vlan1是不通的。==
cisco交换机配置如下:
interface Port-channel10 #配置聚合组10
description shanglian
switchport trunk native vlan 2 #指定native vlan,指定后cisco交换机的vlan2与juniper交换机的vlan2不通
switchport mode trunk
interface TenGigabitEthernet1/1/4 #配置需要聚合的端口,这里是万兆口
switchport trunk native vlan 2 #必须也要指定native vlan,否则聚合不成功
switchp