HI All
   I have the test setup for E1 connection. I am using NM-2CE1B in 3660
routers. I have connected two routers back to back for this E1 connection.
  The problem is when i configure the static ip address, i can ping the
opposite end. But when i give ip address negotiated, it can not ping to the
other end. The ip address is negotiated and assigned. It can ping to its own
ip address, but not to the opposite end. When i give trace route to its own
ip address, it traces to the opposite end and ends in the own ip address.
 when i give debug ip packets it gives unroutable. but in traceroute it can
reach the opposite end.
 please can anyone guide me where i am going wrong.

 I am attaching the configuration of the two routers.

R1------------E1 back to back----------------R2

R1#sh run
Building configuration...

Current configuration : 1082 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R1
!
enable password lab
!
ip subnet-zero
!
!
ip name-server 192.122.173.131
!
frame-relay switching
!
controller E1 1/0
 shutdown
!
controller E1 1/1
 shutdown
!
controller E1 3/0
 channel-group 0 timeslots 1-31
!
!
!
interface FastEthernet0/0
 ip address 10.77.152.220 255.255.255.0
 ip nat outside
 duplex auto
 speed auto
 no cdp enable
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet3/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial3/0:0
 ip address 100.100.100.1 255.255.255.0
 ip nat inside
 encapsulation ppp
 peer default ip address pool deepak
!
ip local pool deepak 100.100.100.11 100.100.100.20
ip nat inside source list 101 interface FastEthernet0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 10.77.152.129
ip http server
ip pim bidir-enable
!
access-list 101 permit ip 100.100.100.0 0.0.0.255 any
!
line con 0
line aux 0
line vty 0 4
 password lab
 login
!
end

R1#ping 100.100.100.11

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 100.100.100.11, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)




R2#sh run
Building configuration...

Current configuration : 1024 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
enable password lab
!
ip subnet-zero
!
!
ip name-server 192.122.173.131
!
!
controller E1 3/0
 channel-group 0 timeslots 1-31
!
controller E1 3/1
!
!
!
interface FastEthernet0/0
 ip address 10.77.152.221 255.255.255.0
 shutdown
 duplex auto
 speed auto
 no cdp enable
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
 no cdp enable
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
 no cdp enable
!
interface Serial1/0
 no ip address
 shutdown
 no fair-queue
 no cdp enable
!
interface FastEthernet3/0
 no ip address
 shutdown
 duplex auto
 speed auto
 no cdp enable
!
interface Serial3/0:0
 ip address negotiated
 encapsulation ppp
 no peer neighbor-route
 no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 100.100.100.1
ip http server
ip pim bidir-enable
!
no cdp run
!
line con 0
line aux 0
line vty 0 4
 password lab
 login
!
end

R1#ping 100.100.100.11

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 100.100.100.11, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/3/4 ms

R1#traceroute 100.100.100.11

Type escape sequence to abort.
Tracing the route to 100.100.100.11

  1 100.100.100.1 0 msec 0 msec 0 msec
  2 100.100.100.11 4 msec 0 msec *

R1#ping 100.100.100.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 100.100.100.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=59748&t=59748
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to