我有 2x 3064PQ 并将两个 QSFP 连接在一起并通过此 QSP 连接创建 vpc(我有一个从 n3k-1 qsfp 1&2 到 n3k-2 qsfp1-2 的 lacp)
这是 n3k-1 的 vpc 配置:
vpc domain 1
peer-switch
role priority 20
system-priority 120
peer-keepalive destination 172.x.x.111 source 172.x.x.110
peer-gateway
auto-recovery
interface port-channel20
speed 40000
description VPC-LINK
switchport mode trunk
switchport trunk allowed vlan 802,1609
spanning-tree port type network
vpc peer-link
这是 n3k-2 vpc 配置:
vpc domain 1
peer-switch
role priority 30
system-priority 120
peer-keepalive destination 172.x.x.110 source 172.x.x.111
peer-gateway
auto-recovery
interface port-channel20
speed 40000
description VPC-LINK
switchport mode trunk
switchport trunk allowed vlan 802,1609
spanning-tree port type network
vpc peer-link
在两个 n3k 上,我与同一个上游路由器都有 bgp 会话,我宣布 85.185.xx/24 没有前置和相同的成本/路径到我的上游路由器,我想实现负载平衡,一些流量从 n3k-1 进入我的网络其中一些从 n3k-2 进入,
那么我是否正确配置了我的开关?l2/l3 数据包在这个场景中工作得很好吗?
最后,我的两个 nexus 都有 2x 10g LACP 和我的访问交换机(我的架顶式交换机连接到它们),并且我的 vlan 在两个上行链路上都是允许的,
谢谢你。