Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't see internal LAN from one side of a PtP Router

Status
Not open for further replies.

penduko

Technical User
Sep 10, 2002
114
PH
Hi,

I have encountered this problem in my E1 p-t-p (2611 ptp 2505) routers. Below are their configuration:


Router A (2611)
===============

interface Ethernet0/0
ip address 192.168.2.1 255.255.255.0
full-duplex
!
interface Serial0/0
bandwidth 2048
ip address 10.10.83.3 255.255.255.0
no fair-queue
!
interface TokenRing0/0
no ip address
shutdown
ring-speed 16
!
interface Serial0/1
no ip address
shutdown
!
ip http server
no ip http secure-server
ip classless
ip route 192.168.4.0 255.255.255.0 10.10.83.2
!
!


Router B (2505)
===============

interface Ethernet0
ip address 192.168.4.1 255.255.255.0
bridge-group 1
!
interface Serial0
ip address 10.10.83.2 255.255.255.0
bandwidth 2048
bridge-group 1
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 192.168.2.0 255.255.255.0 10.10.83.3
bridge 1 protocol ieee


Here is the problem.

I can ping all host within 192.168.4.0 from 192.168.2.1
I cannot ping all hosts within 192.168.2.0 (except 192.168.2.1) from 192.168.4.1

Please check what is wrong... thanks in advance....

Regards,

Penduko
 
remove the bridgeing from the 2505 and make sure that IP routing is enabled on the 2505,

interface Ethernet0
ip address 192.168.4.1 255.255.255.0
!
interface Serial0
ip address 10.10.83.2 255.255.255.0
bandwidth 2048
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 192.168.2.0 255.255.255.0 10.10.83.3





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top