我的运营商为我分配了一个 10Gbps/SFP+ 端口,它连接到我的 Nexus 5672UP,这是我的配置端口和 VLAN 配置:
interface Ethernet1/4
description MYCARRIER
no cdp enable
switchport mode trunk
switchport trunk allowed vlan 1001,2622
interface Vlan1001
description X
no shutdown
ip access-group X in
ipv6 traffic-filter X in
no ip redirects
ip address 185.Y.Y.Y/29
ipv6 address YYYY/64
ipv6 nd retrans-timer 1000
ipv6 nd suppress-ra
no ipv6 redirects
interface Vlan2622
description UPLINK
no shutdown
ip address 185.200.x.x/30
每个 vlan 都连接到不同的提供商。VLAN 1001 连接到提供商 A,VLAN 2622 连接到提供商 B,我的连接提供商将他们这边的 10G 端口配置为专用 VLAN。我可以毫无问题地连接到提供商 A,但我无法连接到提供商 B 或 ping 它,当我检查 MAC 地址时,我了解 VLAN 1001 和 2622 学习的提供商 B MAC 地址,但提供商 A 的 MAC 地址只是从 VLAN 学习1001,有人能帮帮我吗?这是我的mac地址输出:
show mac address-table | i 3c8c.9389.xxxx
* 1001 3c8c.9389.xxxx dynamic 0 F F Eth1/4
* 2622 3c8c.9389.xxxx dynamic 40 F F Eth1/4
谢谢你。