











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
ISDN routing problem!!
|
Bugz
Senior Member M
Registered: Apr 2001 Location: Country: Australia State: Certifications: Dip. Comp. Sys. Eng., MCP, CCNA, CCDA Working on: CCNP
Total Posts: 106
|
|
ISDN routing problem!!
Hi guys - can anyone see the problem with this:
I have an ISDN simulator with a 1003 and a 1603 routing rip between them. I've cut out as much crap out of the config and have just got basic ppp running on each end.
I'm trying to get either end to initialise a single B channel call. But instead two calls fire up straight away.
I'v tried stripping back the config so only one router dials and a single call is made - however the call fails and it does not route!!
The configs are as follows.
Cheerz.
Bugz.
******************************
***********
version 11.1
no service pad
service udp-small-servers
service tcp-small-servers
!
hostname 1003
!
enable secret 5 $1$G/YM$D9cMgSIEZpgJiVfARnFDY0
enable password cisco
!
isdn switch-type basic-net3
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
!
interface BRI0
ip address 192.168.2.2 255.255.255.0
encapsulation ppp
dialer map ip 192.168.2.1 94295172
dialer-group 1
!
no ip classless
ip route 0.0.0.0 0.0.0.0 192.168.2.1
dialer-list 1 protocol ip permit
!
line con 0
line vty 0 4
password telnet
login
!
******************************
***********
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 1603
!
enable secret 5 $1$KOJD$hbvv/.vFLMR9gCgKqZz.Q1
enable password cisco
!
ip subnet-zero
isdn switch-type basic-net3
!
!
!
!
!
interface Ethernet0
ip address 172.20.9.107 255.255.255.0
no ip directed-broadcast
!
interface Serial0
no ip address
no ip directed-broadcast
no ip mroute-cache
shutdown
no fair-queue
!
interface BRI0
ip address 192.168.2.1 255.255.255.0
no ip directed-broadcast
encapsulation ppp
dialer map ip 192.168.2.2 94295173
dialer-group 1
isdn switch-type basic-net3
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.2.2
!
dialer-list 1 protocol ip permit
!
line con 0
transport input none
line vty 0 4
password telnet
login
!
end
Report this post to a moderator
|
|
09-24-02 05:23 AM
|
|
Hippo
Practising member

Registered: Jan 2001 Location: Milton Keynes, England Country: England State: Certifications: CCNA Working on: Gave up with routing; gone switching instead.
Total Posts: 939
|
|
First thing I noticed is that in the show config outputs for both routers, there is no statement 'router rip'.
More later when I have time to compare this against a live config on an ISDN router I have here at work.
HTH
Hippo

__________________
No longer a Karaoke virgin
Report this post to a moderator
|
|
09-24-02 05:45 AM
|
|
Bugz
Senior Member M
Registered: Apr 2001 Location: Country: Australia State: Certifications: Dip. Comp. Sys. Eng., MCP, CCNA, CCDA Working on: CCNP
Total Posts: 106
|
|
Thanks for taking the time to have a look Hippo.
I have tried it with and without RIP with the same results I left it with IP routing enabled and a default route in either direction.
Thanks again,
Bugz.
Report this post to a moderator
|
|
09-24-02 05:58 AM
|
|
Yankee
Senior Member
Registered: Jun 2000 Location: Country: United States State: Certifications: Working on: none
Total Posts: 1411
|
|
|
09-24-02 08:08 AM
|
|
edmonds_robert
Senior Member M

Registered: Sep 2002 Location: Country: United States State: Certifications: MCSE, CCNA, CCA Working on: CCNP, MCSE 2000, Linux+, Playstation 2+
Total Posts: 367
|
|
Check out the following link:
http://www.cisco.com/warp/public/131/mppp-ddr.html#one
You need the following commands to enable multilink ppp:
ppp multilink
dialer load-threshold load [outbound | inbound | either]
Report this post to a moderator
|
|
09-24-02 01:39 PM
|
|
Yankee
Senior Member
Registered: Jun 2000 Location: Country: United States State: Certifications: Working on: none
Total Posts: 1411
|
|
quote: Originally posted by edmonds_robert
Check out the following link:
http://www.cisco.com/warp/public/131/mppp-ddr.html#one
You need the following commands to enable multilink ppp:
ppp multilink
dialer load-threshold load [outbound | inbound | either]
Because he stated he was interested in making a call on only one channel PPP multilink is of no value. I stand by the dialer load-threshhold with a 255 or whatever the highest allowable number is to keep it just one channel.
Yankee
Report this post to a moderator
|
|
09-24-02 01:55 PM
|
|
Bugz
Senior Member M
Registered: Apr 2001 Location: Country: Australia State: Certifications: Dip. Comp. Sys. Eng., MCP, CCNA, CCDA Working on: CCNP
Total Posts: 106
|
|
Yankee your right - I just want the one B channel up.
I tried the isdn load-threshold 255 command on both routers and it still does the same!!!
Its like it can only send data in one direction at a time. If one B channel is up and I do a ping - they time out until the 2nd B channel is raised then the pings are OK!!
How frustrating!!! 
Report this post to a moderator
|
|
09-25-02 12:09 AM
|
|
mabrouk
Junior Member M
Registered: Sep 2001 Location: Kabylie (Algeria) Country: Ukraine State: Certifications: MCSE, MCSA,CCNA Working on: CCNP, Linux+
Total Posts: 7
|
|
|
09-25-02 07:58 AM
|
|
Yankee
Senior Member
Registered: Jun 2000 Location: Country: United States State: Certifications: Working on: none
Total Posts: 1411
|
|
you have each end dialing one number so both channels come up. Remove the number from one dialer map statement and keep the dialer load threshold on both ends.
Yankee
Report this post to a moderator
|
|
09-25-02 08:07 AM
|
|
Bugz
Senior Member M
Registered: Apr 2001 Location: Country: Australia State: Certifications: Dip. Comp. Sys. Eng., MCP, CCNA, CCDA Working on: CCNP
Total Posts: 106
|
|
Thanks to everyone on this.
It turns out I had a faulty port on the ISDN simulator. hence the first call fired up and nothing happened. The second call fired up and it began routing!!!
I have swapped ports on the ISDN sim and it is working fine on the one B channel which is what I wanted!! ( I have also removed one of the "dialer map"s to do this).
Thanks again esp. Yankee for taking the time on this one 
Bugz.
Report this post to a moderator
|
|
09-26-02 03:09 AM
|
|
|
Click here for CCNP study guides
Cisco exam notes
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|