News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Integrated Services Digital Network (ISDN) Configuration

Started by Sunite, October 06, 2007, 11:10:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sunite

Integrated Services Digital Network (ISDN) Configuration





 
ROUTER A-CISCO

A-CISCO#configure terminal

A-CISCO  (config)#isdn switch-type basic-net3

A-CISCO (config)# dialer-list 1 protocol ip permit

A-CISCO  (config)#interface bri0

A-CISCO  (config-if)#ip address 1.1.1.1 255.0.0.0

A-CISCO   (config-if)#encapsulation ppp

A-CISCO (config-if)#dialer-group 1

A-CISCO (config-if)#dialer map ip 1.1.1.2 2451458

A-CISCO  (config-if)#dialer idle-timeout 180



ROUTER B-CISCO

B-CISCO#configure terminal

B-CISCO  (config)#isdn switch-type basic-net3

B-CISCO (config)# dialer-list 1 protocol ip permit

B-CISCO  (config)#interface bri0

B-CISCO  (config-if)#ip address 1.1.1.2 255.0.0.0

B-CISCO   (config-if)#encapsulation ppp

B-CISCO (config-if)#dialer-group 1

B-CISCO (config-if)#dialer map ip 1.1.1.1 2051458

B-CISCO  (config-if)#dialer idle-timeout 180



Current Configuration

!

version 12.0

service timestamps debug uptime

no service password-encryption

!

hostname A-CISCO

!

enable password cisco

!

isdn switch-type basic-net3

!

interface BRI 0

ip address 1.1.1.1 255.0.0.0

encapsulation ppp

dialer map ip 1.1.1.2 2451458

dialer group 1

dialer idle-timeout 180

!

dialer-list 1 protocol ip permit

!

line con 0

end

Current Configuration

!

version 12.0

service timestamps debug uptime

no service password-encryption

!

hostname B-CISCO

!

enable password cisco

!

isdn switch-type basic-net3

!

interface BRI 0

ip address 1.1.1.2 255.0.0.0

encapsulation ppp

dialer map ip 1.1.1.2 2051458

dialer group 1

!

dialer-list 1 protocol ip permit

!

line con 0

transport input none

line aux 0

line vty 0 4

no login

!

end