无法从 LAN 访问远程 VLAN

网络工程 思科 局域网 顺式催化剂 cisco-nexus
2022-02-27 17:51:18

我的网络设置

如图所示,我的 WS-650E 已连接到 Nexus 5000。Nexus 在 172.16.1.0/24 子网上有一个 10G P2P 链接到远程站点。2 个站点之间没有路由器,远程交换机上的 IP 为 172.16.1.2/24。

我可以从 WS-650E ping 172.16.1.0 子网上的主机,但我的内部网络 (Vlan 100) 中的主机都没有连接到 172.16.1.0 (Vlan 174) 网络上的任何主机。

我缺少什么配置?

关系:

vrf context management
vlan 1
vlan 174

port-profile default max-ports 512


interface Vlan1

interface Vlan174
  no shutdown
  ip address 172.16.1.1/24

interface Ethernet2/1
  switchport access vlan 174

interface Ethernet2/2
  switchport access vlan 174

ip route 0.0.0.0/0 172.16.1.200

no system default switchport shutdown

WS-650-E

spanning-tree mode pvst
!
redundancy
 main-cpu
  auto-sync running-config
 mode sso
!
vlan internal allocation policy ascending
vlan access-log ratelimit 2000
!         
vlan 2
 name MANAGEMENT
!
vlan 10
 name WORKSTATION
!
vlan 11
 name GUEST
!
vlan 12
 name WIRELESS_WORKSTATION
!
vlan 30
 name VOICE
!
vlan 50
 name SERVERFARM
!
vlan 60
 name WIRELESS_BACKBONE
!
vlan 101
 name ASA_HA
!         
vlan 174  
 name REMOTE
!         
track 10 ip sla 10 reachability

interface Port-channel1
 switchport
 switchport trunk encapsulation dot1q
 switchport mode trunk
 storm-control broadcast level 5.00
 storm-control action shutdown
!
interface Port-channel2
 switchport
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Port-channel3
 switchport
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Port-channel4
 switchport
 switchport trunk encapsulation dot1q
 switchport mode trunk
 storm-control broadcast level 5.00
 storm-control action shutdown

interface TenGigabitEthernet3/7
 switchport
 switchport access vlan 174
 switchport mode access
 udld port aggressive

interface Vlan1
 shutdown
!         
interface Vlan2
 ip address 
!
interface Vlan10
 ip address 
!
interface Vlan11
 no ip address
!
interface Vlan12
 ip address 
!
interface Vlan30
 ip address
!
interface Vlan60
 ip address 
!
interface Vlan101
 ip address 
!
interface Vlan174
 ip address 172.16.1.200 255.255.255.0

router eigrp 10
 network 192.168.....
 network 192.168.....
 network 192.168.....
 network 192.168.....
 network 192.168.....

ip default-gateway 192.168.255.1
ip forward-protocol nd
ip http server
no ip http secure-server
!
!         
ip route 0.0.0.0 0.0.0.0 192.168.255.1 track 10
ip route 0.0.0.0 0.0.0.0 192.168.255.9 20
ip route 172.16.1.0 255.255.255.0 Vlan174
1个回答

将网关从 Nexus 移动到 VLAN 174 的 650。:)