Dear Cisco Guys,

I'm just connecting two routers using Fram Relay as a bridge. Below is net
diagram:


  PC A ------Router A(HQ)----F/R cloud-----Router B(Br)-----PC B

Ping from router A to Router B : OK 
ping from router B to router A : OK
Ping from PC A to Router A : OK 
Ping form router A to PC A : OK
PC get the dynamic IP from DHCP sever located on HQ.
Let say tha PC A have IP : 10.10.1.10/16
Routers A and B are Cisco 2501.

The problem: 
Can not ping from PC A to router B and also from router B to PC A.

Do we need assign a gateway in the PC, i think not because Br and HQ is in
one network.

Is there any wrong configuration in a routers?
Attached is router configuration.
Please help for you guys that have been implement frame-relay bridging.

thank you in advance 
Below are configuration:

hostname routerA
!
no ip routing 
! 
interface Ethernet0 
ip address 10.10.1.201 255.255.0.0 
no ip route-cache 
no mop enabled 
bridge-group 1 
! 
interface Serial0 
no ip address 
encapsulation frame-relay 
no ip route-cache 
frame-relay lmi-type ansi 
bridge-group 1 
! 
interface Serial0.1 point-to-point 
ip address 10.10.1.201 255.255.0.0 
frame-relay interface-dlci 20 broadcast 
bridge-group 1 
! 
interface Serial1 
no ip address 
no ip route-cache 
shutdown 
! 
snmp-server community public RO
bridge 1 protocol ieee 


hostname routerB
!
no ip routing 
! 
interface Ethernet0 
ip address 10.10.1.202 255.255.0.0 
no ip route-cache 
no mop enabled 
bridge-group 1 
! 
interface Serial0 
no ip address 
encapsulation frame-relay 
no ip route-cache 
frame-relay lmi-type ansi 
bridge-group 1 
! 
interface Serial0.1 point-to-point 
ip address 10.10.1.202 255.255.0.0 
frame-relay interface-dlci 20 broadcast 
bridge-group 1 
! 
interface Serial1 
no ip address 
no ip route-cache 
shutdown 
! 
snmp-server community public RO
bridge 1 protocol ieee 

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to