I am connected to the TS //2511//

On ports 5 and six I connected 2 ISDN routers //2503//
The routers are called RouterA and Router B

If I rename the routers to R5 and R6 I cant ping them anymore...

If I rename them back again I can ping them...the line comes up and I can
ping them...

Can someone help me with this STRANGE thing?

Thank You....



               /2503(RouterA) (want to rename to R5)
PC --> TS(2511)
               \2503(RouterB) (want to rename to R6)

This are my configs:

//////////////////2511/////////////////////////
!
version 11.2
service timestamps log uptime
no service udp-small-servers
no service tcp-small-servers
!
hostname 2511
!
no ip domain-lookup
ip host R1 2001 1.1.1.1
ip host R2 2002 1.1.1.1
ip host R3 2003 1.1.1.1
ip host R4 2004 1.1.1.1
ip host R5 2005 1.1.1.1
ip host R6 2006 1.1.1.1
ip host R7 2007 1.1.1.1
ip host R9 2008 1.1.1.1
ip host SW3 2009 1.1.1.1
ip host SW2 2010 1.1.1.1
ip host R10 2011 1.1.1.1
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
 ip address 2.2.2.2 255.255.255.0
!
interface Serial0
  no ip address
!
no ip classless
!
line con 0
line 1 16
 no exec 
 transport input all 
line aux 0
line vty 0 4
 login
!
end

///////////RouterA//////////////
!
version 11.2
no service udp-small-servers
no service tcp-small-servers
!
hostname RouterA
!
enable password cisco
!
username RouterB password 7 030752180500
isdn switch-type basic-net3 
!
interface Serial0
 no ip address
!
interface BRI0
 ip address 196.1.1.1 255.255.255.0
 encapsulation ppp
 dialer idle-timeout 90  
 dialer map ip 196.1.1.2 name RouterB broadcast 21  
 dialer-group 1  
 no fair-queue
 ppp authentication chap
 ppp multilink
 no shutdown
!
no ip classless
dialer-list 1 protocol ip permit  
!
line con 0
 password cisco
 login
line aux 0
line vty 0 4
 login
!
end

///////////RouterB//////////////
!
version 11.2
service timestamps debug datetime localtime
no service udp-small-servers
no service tcp-small-servers
!
hostname RouterB
!
enable password cisco
!
username RouterA password 7 030752180500
isdn switch-type basic-net3
!
interface BRI0
 ip address 196.1.1.2 255.255.255.0
 encapsulation ppp
 dialer idle-timeout 90  
dialer map ip 196.1.1.1 name RouterA broadcast 20
 dialer-group 1  
 no fair-queue
 ppp authentication chap
 ppp multilink
 no shutdown
!
no ip classless
dialer-list 1 protocol ip permit  
!
line con 0
line aux 0
line vty 0 4
 password cisco
 login
!
end





Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=70330&t=70330
--------------------------------------------------
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