Im trying to mimic a virtual lab on actual equipment. My goal is using RIP, i want to ping one host from the other.
I have two 1760 routers each with a T1 DSU/CSU card. They are connected together via those cards with a T1 crossover cable, the S0 ports. Attached to each routers FA0 port is a computer via cross over cables.
Here is a pdf diagram of the setup..
http://www.mediafire.com/?5dvtciugf29
Here is what i can do,
-Cairo can ping 192.168.2.2 (other routers Ser port)
-Cairo can ping 192.168.3.1 (other routers FA port)
-Amman can ping 192.168.2.1 (other routers Ser port)
-Amman can ping 192.168.1.1 (other routers FA port)
-192.168.1.2, host connected to Cairos FA port, can not ping Cairos Ser port or the other router or the other PC
-192.168.3.2, host connected to Amman's FA port, can not ping Amman's Ser port or the other router or the other PC...
Here are the configs...
CAIRO Config
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cairo
!
logging queue-limit 100
!
ip subnet-zero
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
speed auto
!
interface Serial0/0
ip address 192.168.2.1 255.255.255.0
encapsulation ppp
service-module t1 lbo -15db
service-module t1 timeslots 1-24
!
router rip
network 192.168.1.0
network 192.168.2.0
!
ip classless
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
login
Amman Config
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Amman
!
boot-start-marker
boot-end-marker
!
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
speed auto
!
interface Serial0/0
ip address 192.168.2.2 255.255.255.0
encapsulation ppp
no ip route-cache cef
no ip route-cache
no ip mroute-cache
no fair-queue
service-module t1 clock source internal
service-module t1 lbo -15db
service-module t1 timeslots 1-24
!
router rip
network 192.168.2.0
network 192.168.3.0
!
ip classless
no ip http server
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
Any help would be appreciated..Everything looks good as far as i can tell