ReklesAbandon
IS-IT--Management
I am trying to connect to locations via a dedicated T1 using two Cisco 1721 routers with T1 WICs installed. I have gotten to th epoint where I can ping the remote router from either location(i.e. can ping routerA from LocationB and vice-versa) but I can not ping any ip on the other side. Here are the configs I am working with...
[/b]RouterA[/b]
ip subnet-zero
!
interface FastEthernet0
ip address 192.168.101.90 255.255.255.0
speed auto
no keepalive
!
interface Serial0
ip unnumbered FastEthernet0
no fair-queue
service-module t1 remote-alarm-enable
!
router rip
version 2
network 192.168.101.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.101.1
ip route 192.168.195.0 255.255.255.0 192.168.195.252
[/b]RouterB[/b]
ip subnet-zero
!
interface FastEthernet0
ip address 192.168.195.252 255.255.255.0
speed auto
no keepalive
!
interface Serial0
ip unnumbered FastEthernet0
no fair-queue
service-module t1 remote-alarm-enable
!
router rip
version 2
network 192.168.195.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.195.252
ip route 192.168.101.0 255.255.255.0 192.168.101.90
With this config I can ping 192.168.101.90 from the 192.168.195.0 network, but I can not see any other ip on the 192.168.101.0 network (i.e. 192.168.101.70).
Must be something basic, but I am too new to this. Thanks in advance for your help...
[/b]RouterA[/b]
ip subnet-zero
!
interface FastEthernet0
ip address 192.168.101.90 255.255.255.0
speed auto
no keepalive
!
interface Serial0
ip unnumbered FastEthernet0
no fair-queue
service-module t1 remote-alarm-enable
!
router rip
version 2
network 192.168.101.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.101.1
ip route 192.168.195.0 255.255.255.0 192.168.195.252
[/b]RouterB[/b]
ip subnet-zero
!
interface FastEthernet0
ip address 192.168.195.252 255.255.255.0
speed auto
no keepalive
!
interface Serial0
ip unnumbered FastEthernet0
no fair-queue
service-module t1 remote-alarm-enable
!
router rip
version 2
network 192.168.195.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.195.252
ip route 192.168.101.0 255.255.255.0 192.168.101.90
With this config I can ping 192.168.101.90 from the 192.168.195.0 network, but I can not see any other ip on the 192.168.101.0 network (i.e. 192.168.101.70).
Must be something basic, but I am too new to this. Thanks in advance for your help...