I have a network with multiple Cisco 9300 Switches and 9606 Core switches. We had a PC connected directly to a Carrier i-Vu XT Router. The PC needs to be moved to another building. I connected the router to the switch for that building on VLAN 202. The switch connects directly to the core and to the other 9300 switch at the building where the PC was moved to. I have VLAN 202 set on the trunks and on the access ports. The IP address for the PC is 192.68.24.7 with default gateway 192.68.24.1. On the switch where the router is connected I have the following setup for the VLAN interface port:
The interface configuration for the router and PC are the following:
I did a show spanning-tree vlan 202 on both switches and the core with the following results:
Switch connected to the router:
Switch connected to PC:
Core Switch 1:
I am able to ping the router from anywhere in the network except from the PC. I know that the ports that need to be open are UDP 47808 and TCP Ports 80 and 443.
I tried connecting the PC to the main User VLAN to test and although it does ping the router and default gateway, the application doesn't connect to the controller. Moving the switch interface port to VLAN 202 i also changed the default gateway on the PC to 192.68.24.1 to test, but still won't even ping the router.
Not sure what other configuration I need to let the PC communicate with the router.
Code:
interface Vlan202
ip address 192.68.24.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip ospf 1 area 0
no autostate
end
The interface configuration for the router and PC are the following:
Code:
switchport access vlan 202
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable
spanning-tree guard root
I did a show spanning-tree vlan 202 on both switches and the core with the following results:
Switch connected to the router:
Code:
MST0
Spanning tree enabled protocol mstp
Root ID Priority 0
Address 0000.0000.0080
Cost 0
Port 151 (TenGigabitEthernet2/1/3)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 8192 (priority 8192 sys-id-ext 0)
Address 0000.0000.0010
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Te1/1/3 Altn BLK 20000 128.55 P2p *Switch to Core 1*
Gi2/0/3 Desg FWD 20000 128.99 P2p Edge *HVAC router*
Te2/1/3 Root FWD 20000 128.151 P2p *Switch to Core 2*
Switch connected to PC:
Code:
MST0
Spanning tree enabled protocol mstp
Root ID Priority 0
Address 0000.0000.0080
Cost 0
Port 49 (GigabitEthernet1/1/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 53248 (priority 53248 sys-id-ext 0)
Address 0000.0000.1b00
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Gi1/0/15 Desg FWD 2000000 128.15 P2p Edge *PC*
Gi1/1/1 Root FWD 20000 128.49 P2p *Trunk to Switch connected to Router*
Core Switch 1:
Code:
MST0
Spanning tree enabled protocol mstp
Root ID Priority 0
Address 0000.0000.0080
Cost 0
Port 2089 (Port-channel1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 4096 (priority 4096 sys-id-ext 0)
Address 0000.0000.0300
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Twe1/0/1 Desg FWD 20000 128.1 P2p *Trunk to HVAC Switch*
Twe2/0/7 Desg FWD 20000 128.103 P2p *Trunk to PC Switch*
Po1 Root FWD 1000 128.2089 P2p *Trunk to Core 2*
I am able to ping the router from anywhere in the network except from the PC. I know that the ports that need to be open are UDP 47808 and TCP Ports 80 and 443.
I tried connecting the PC to the main User VLAN to test and although it does ping the router and default gateway, the application doesn't connect to the controller. Moving the switch interface port to VLAN 202 i also changed the default gateway on the PC to 192.68.24.1 to test, but still won't even ping the router.
Not sure what other configuration I need to let the PC communicate with the router.