From: James Ramsay (JRamsay@xxxxxxxxxxx)
Date: Sat Sep 25 1999 - 03:54:04 GMT-3
Please find attached a working config for ISDN SBus network
This configuration will not work UNLESS YOU USE PPP AUTHENTICATION!
Many thanks to the Super Guru who helped me fix this - You know who you are!
Regards
James
---------------------------------------------
R5#sh run
Building configuration...
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname R5
!
!
username R3 password 0 HOTDOG!!
isdn switch-type basic-nznet3
!
!
interface Ethernet0
ip address 10.5.5.5 255.255.255.0
no keepalive
!
!
interface BRI0
ip address 10.1.1.5 255.255.255.0
encapsulation ppp
isdn answer1 3560000:5
dialer map ip 10.1.1.3 name R3 3560000:3
dialer-group 1
ppp authentication chap
!
no ip classless
!
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
R5#
TermServer#3
[Resuming connection 3 to r3 ... ]
[OK]
R3#
R3#
R3#sh run
Building configuration...
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname R3
!
enable password cisco
!
username R5 password 0 HOTDOG!!
isdn switch-type basic-nznet3
!
interface Ethernet0
ip address 10.3.3.3 255.255.255.0
no keepalive
!
!
interface BRI0
ip address 10.1.1.3 255.255.255.0
encapsulation ppp
isdn answer1 3560000:3
dialer map ip 10.1.1.5 name R5 3560000:5
dialer-group 1
ppp authentication chap
!
no ip classless
!
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:21:51 GMT-3