cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
435
Views
0
Helpful
2
Replies

Trouble with Vlan routing

JPCPIA130
Level 1
Level 1

I currently testing setting up Vlans. here is my setup 

 

PC on Vlan 10  ip=10.10.11.200 sn=255.255.254.0 DG=10.10.11.210

PC VLan 100 PC ip=192.168.1.100 sn=255.255.255.0 DG=192.168.1.1

 

From the PC on Vlan 10 i can ping the DG, Vlan 10 IP and PC on VLan 100

From the PC on Vlan 100 i can ping the DG, Vlan 100 IP BUT can not ping the PC on Vlan 100

 

here is my config and show ip route

 

 

Test_Switch#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/23 is subnetted, 1 subnets
C 10.10.10.0 is directly connected, Vlan10
C 192.168.2.0/24 is directly connected, Vlan100

 

 

 

 


ip routing

spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
vlan internal allocation policy ascending
!
!
!
interface FastEthernet0
no ip address
no ip route-cache cef
no ip route-cache
shutdown
!
interface GigabitEthernet1/0/1
switchport access vlan 100

interface GigabitEthernet1/0/48
switchport access vlan 10


interface Vlan10
ip address 10.10.11.210 255.255.254.0
!
interface Vlan100
ip address 192.168.2.1 255.255.255.0

 

 

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

 

Presumably the PC IP is 192.168.2.100 ?

 

If so can you ping the vlan 10 IP from that PC ?

 

If you can check for a firewall on the PC. 

 

Jon

wow major over site on my part the firewall was turned on the PC that i couldnt ping. Thanks for the second set eyes!!