Associate
- Joined
- 1 Feb 2009
- Posts
- 2,124
So here is a diagram of my network

I am unable to get PC1 to ping 192.168.100.1. it can ping the same PC's in its same vlan, which is what is required
The router NCL can ping PC1.
Both routers can ping each other
LON can ping 192.168.100.1
Im completly stumped and ive been stck now for 2 days, so im asking for help here,
NCL sh run as follows:
NCL#sh run
Building configuration...
Current configuration : 1170 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname NCL
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
enable password class
!
no ip domain-lookup
ip name-server 0.0.0.0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 170.10.1.0 255.255.252.0
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 170.10.10.0 255.255.248.0
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 170.10.20.0 255.255.240.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 170.10.100.1 255.255.255.252
ip ospf cost 1563
!
interface Serial0/1
no ip address
shutdown
!
router ospf 1
router-id 10.10.10.2
log-adjacency-changes
network 170.10.100.0 0.0.0.3 area 0
network 170.10.1.0 0.0.0.255 area 0
network 170.10.10.0 0.0.0.255 area 0
network 170.10.20.0 0.0.0.255 area 0
!
ip classless
!
line con 0
password cisco
login
line vty 0 4
password cisco
login
!
end
so is anyone able help me here figure this out? i can provide extra info if needed on the Sw's config

I am unable to get PC1 to ping 192.168.100.1. it can ping the same PC's in its same vlan, which is what is required
The router NCL can ping PC1.
Both routers can ping each other
LON can ping 192.168.100.1
Im completly stumped and ive been stck now for 2 days, so im asking for help here,
NCL sh run as follows:
NCL#sh run
Building configuration...
Current configuration : 1170 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname NCL
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
enable password class
!
no ip domain-lookup
ip name-server 0.0.0.0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 170.10.1.0 255.255.252.0
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 170.10.10.0 255.255.248.0
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 170.10.20.0 255.255.240.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 170.10.100.1 255.255.255.252
ip ospf cost 1563
!
interface Serial0/1
no ip address
shutdown
!
router ospf 1
router-id 10.10.10.2
log-adjacency-changes
network 170.10.100.0 0.0.0.3 area 0
network 170.10.1.0 0.0.0.255 area 0
network 170.10.10.0 0.0.0.255 area 0
network 170.10.20.0 0.0.0.255 area 0
!
ip classless
!
line con 0
password cisco
login
line vty 0 4
password cisco
login
!
end
so is anyone able help me here figure this out? i can provide extra info if needed on the Sw's config