cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
480
Views
0
Helpful
6
Replies

routing issue between subinterfaces

Hasrat Bhanot
Level 1
Level 1

Hello

I created subinterfaces on the cisco router 1900

interface GigabitEthernet0/1.1

description Native_Inside_Data

encapsulation dot1Q 1 native

ip address 192.168.1.1 255.255.255.0

ip nat inside

ip virtual-reassembly in

!

interface GigabitEthernet0/1.5

description Inside_Phone_WAN

encapsulation dot1Q 5

ip address 192.168.5.1 255.255.255.0

ip nat inside

ip virtual-reassembly in

i can ping from 1.1 to 1.5, but cannot ping to ip address 192.168.5.5 (end device) from 192.168.1.1 or vice versa

please advise

Thanks

6 Replies 6

Jon Marshall
Hall of Fame
Hall of Fame

Is the trunk from the switch allowing both vlans

Are the clients using the right default gateways

if 192.168.5.5 can ping 192.168.1.1 then check for host firewallls on the end devices.

Jon

192.168.5.5 cannot ping 192.168.1.1 or vice versa , seems routing issue but not sure what route i need to put

subinterfaces can ping each other but cannot end devices

thanks

Have you done a "sh int trunk" on the switch to make sure the trunk is up and running and the vlans are allowed on the link.

Jon

issue resolved

removed this command on 192.168.5.5 port

ip verify unicast source reachable-via

working ok now

Verify the that you don't need a RPF. It's important when you need traffic to come in and out the same interface.

http://www.cisco.com/en/US/docs/ios/12_2/security/configuration/guide/scfrpf.html

HTH

Regards,

Yosh

HTH Regards, Yosh

Hasrat Bhanot
Level 1
Level 1

issue resolved

removed this command on 192.168.5.5 port

ip verify unicast source reachable-via

working ok now

Review Cisco Networking for a $25 gift card