Frame-Relay Problem

CompUBugCompUBug Member Posts: 46 ■■□□□□□□□□
The problem - R2 and the devices on the R2 network cannot ping R1 or R3 - R1 and R3 can ping each other just fine, R1 / R3 can successfully send a packet to R2 but cannot receive them as the packet stops at the R2 router upon sending the ping request back.
((Btw R3 is using S 2/0 not S 3/0 - That was a typo)) Configs FrameRelay0.pngFrameRelay4.pngFrameRelay3.pngFrameRelay2.pngFrameRelay1.pngR1
interface FastEthernet0/0  ip address 192.168.1.1 255.255.255.0  duplex auto  speed auto ! interface FastEthernet1/0  no ip address  duplex auto  speed auto  shutdown ! interface Serial2/0  ip address 10.0.0.1 255.255.255.248  encapsulation frame-relay  frame-relay map ip 10.0.0.2 102 broadcast  frame-relay map ip 10.0.0.3 103 broadcast ! interface Serial3/0  no ip address  clock rate 2000000  shutdown ! interface FastEthernet4/0  no ip address  shutdown ! interface FastEthernet5/0  no ip address  shutdown ! router rip  network 10.0.0.0  network 192.168.1.0 ! ip classless  Router#show frame-relay map Serial2/0 (up): ip 10.0.0.2 dlci 102, static, broadcast, CISCO, status defined, active Serial2/0 (up): ip 10.0.0.3 dlci 103, static, broadcast, CISCO, status defined, active
R2
interface FastEthernet0/0  ip address 192.168.2.1 255.255.255.0  duplex auto  speed auto ! interface FastEthernet1/0  no ip address  duplex auto  speed auto  shutdown ! interface Serial2/0  ip address 10.0.0.2 255.255.255.248  encapsulation frame-relay  frame-relay map ip 10.10.10.1 201 broadcast  frame-relay map ip 10.10.10.3 203 broadcast ! interface Serial3/0  no ip address  clock rate 2000000  shutdown ! interface FastEthernet4/0  no ip address  shutdown ! interface FastEthernet5/0  no ip address  shutdown ! router rip  network 10.0.0.0  network 192.168.2.0 ! ip classless  Router#show frame-relay map Serial2/0 (up): ip 10.10.10.1 dlci 201, static, broadcast, CISCO, status defined, active Serial2/0 (up): ip 10.10.10.3 dlci 203, static, broadcast, CISCO, status defined, active
R3
interface FastEthernet0/0  ip address 192.168.3.1 255.255.255.0  duplex auto  speed auto ! interface FastEthernet1/0  no ip address  duplex auto  speed auto  shutdown ! interface Serial2/0  ip address 10.0.0.3 255.255.255.248  encapsulation frame-relay  frame-relay map ip 10.0.0.2 302 broadcast  frame-relay map ip 10.0.0.1 301 broadcast ! interface Serial3/0  no ip address  clock rate 2000000  shutdown ! interface FastEthernet4/0  no ip address  shutdown ! interface FastEthernet5/0  no ip address  shutdown ! router rip  network 10.0.0.0  network 192.168.3.0 ! ip classless  Router#show frame-relay map Serial2/0 (up): ip 10.0.0.2 dlci 302, static, broadcast, CISCO, status defined, active Serial2/0 (up): ip 10.0.0.1 dlci 301, static, broadcast, CISCO, status defined, active

Comments

Sign In or Register to comment.