Unidirectional Isdn connectivity

Hi,

I configured a pair of Cisco 800 routers to connect 2 networks bia an Isdn Bri link. Below a summary of the configurations and everything is working like a charm. I need now to change the configuration a little bit so that the call is allowed only when the router A calls the router B but not viceversa. How can I configure the router A to disallow calls from B?

Thank you in advance! Diego.

--------------------------------------

Router A configuration summary:

username RouterB password 0 xxxxxxxx ! interface BRI0 encapsulation ppp dialer pool-member 1 isdn switch-type basic-net3 ! interface Dialer0 ip address 172.31.63.190 255.255.255.252 encapsulation ppp dialer remote-name RouterB dialer pool 1 dialer idle-timeout 300 dialer string 12345678 dialer-group 1 ppp authentication chap ! ip route 192.168.1.0 255.255.255.255 Dialer0 ! access-list 101 permit ip any any dialer-list 1 protocol ip list 101

------------------------------------------------------

Router B configuration summary:

username RouterA password 0 xxxxxxxx ! interface BRI0 encapsulation ppp dialer pool-member 1 isdn switch-type basic-net3 ppp authentication chap ! interface Dialer0 ip address 172.31.63.189 255.255.255.252 encapsulation ppp dialer pool 1 dialer remote-name RouterA dialer idle-timeout 300 dialer string 87654321 dialer-group 1 ppp authentication chap ! ip route 10.103.165.0 255.255.255.0 Dialer0 ! access-list 101 permit ip any any dialer-list 1 protocol ip list 101

read more and respond »

Posted 5 years ago by Diego B. in Cisco Systems

Report misuse

Image for Unidirectional Isdn connectivity