User`s guide

XSR Users Guide 161
Chapter 8 Answering Incoming ISDN Calls
Configuring Dialer Services
XSR(config)#interface dialer 1
XSR(config-if<D1>)#no shutdown
XSR(config-if<D1>)dialer pool 22
XSR(config-if<D1>)encapsulation ppp
XSR(config-if<D1>)dialer called 2400
! dialer caller 2300
! dialer remote-name toronto
XSR(config-if<D1>)ip address 10.10.10.2 255.255.255.0
The following commands add a dialer pool and map BRI interface 1/0 to
Dialer interface 2. The
dialer called command maps incoming Node A
calls to Node B’s 2400 number. Optionally, you can employ the dialer caller
method and specify a PPP authenticated username to map incoming calls.
XSR(config)#interface dialer 2
XSR(config-if<D2>)#no shutdown
XSR(config-if<D2>)#dialer pool 22
XSR(config-if<D2>)#dialer called 2400
! dialer caller 2600
! dialer remote-name boston
XSR(config-if<D2>)#encapsulation ppp
XSR(config-if<D2>)#ip address 20.20.20.2 255.255.255.0
The following command shuts down the SNMP server to avoid saving
extraneous messages:
XSR(config)#snmp-server disable
Node D (Calling Node) Configuration
The following commands add a dialer pool member and set the Central Office
switch type on BRI port 1/0:
XSR(config)#interface bri 1/0
XSR(config-if<BRI-1/0>)#isdn switch-type basic-net3
XSR(config-if<BRI-1/0>)#dialer pool-member 2
XSR(config-if<BRI-1/0>)#no shutdown
The following commands define a dialer group, add a dialer pool, set a 20-
second idle timeout, and map BRI interface 1/0 to Dialer port 1. The
dialer
map command directs Node D to call Node B, specifying Node B’s IP address
and phone number as well as enables spoofing on the network. Optionally,
you can set a clear text password be sent to the peer for PAP authentication.