Sunday, December 2, 2012

Basic ISDN Configuration


Hi trainee, today we're doing a practical lesson for the basic ISDN configuration. You have two options to complete this lesson either you use a real equipments or a simulation programme.


For the real equipments you will need two Cisco 3103 (1E/1BRI) router . As for the simulation programme you can use NetSim 8.0 .


Configuration :

Use one router as a Remote Router & the other as Main Router .


- Remote Router configurations :

hostname branch1
!
username main password secret1
!
isdn switch-type basic-dms100
!
interface Ethernet 0 
ip address 131.108.64.190 255.255.255.0
!
interface BRI 0
encapsulation PPP
ip address 131.108.157.1 255.255.255.0
isdn spid1 415988488501 9884885
isdn spid2 415988488602 9884886
ppp authentication chap
dialer idle-timeout 300
dialer map IP 131.108.157.2 name main 4883
dialer-group 1
!
ip route 131.108.0.0 255.255.0.0 131.108.157.2   
!
ip route 0.0.0.0 0.0.0.0 131.108.157.2
!
dialer-list 1 protocol ip permit

- Main Router Configuration :

hostname main
!
username branch1 password secret1
username branch2 password secret2
!
isdn switch-type basic-dms100
!
interface Ethernet 0
ip address 131.108.38.1 255.255.255.0
!
interface BRI 0
encapsulation PPP
ip address 131.108.157.2 255.255.255.0
isdn spid1 415988488201 9884882
isdn spid2 415988488302 9884883
ppp authentication chap
dialer idle-timeout 300
dialer map IP 131.108.157.1 name branch1 4885
dialer-group 1
!
ip route 131.108.64.0 255.255.255.0 131.108.157.1
!

Now I want you to save your works and email it to us for three extra mark & don't forget if you run into any problem setting this up let's know in the comment below :)

2 comments: