User`s guide
XSR User’s Guide 183
Chapter 8 Backup Configuration
Configuring Dialer Services
The following commands configure two channel groups with a total of three
timeslots on T1 sub-interface 1/2:0:
XSR(config)#controller t1 1/2/0
XSR(config-controller<T1-1/2:0>)#channel-group 1 timeslots 2
XSR(config-controller<T1-1/2:0>)#channel-group 0 timeslots 1
XSR(config-controller<T1-1/2:0>))#no shutdown
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 28
XSR(config-if<BRI-1/0>)#no shutdown
One of the following commands sets PAP authentication on Dialer interface 0:
XSR(config)#interface dialer 0
XSR(config-if<D0>)#encapsulation ppp
XSR(config-if<D0>)#ppp authentication pap
The following commands add a dialer pool and specify the PPP authenticated
username Toro nto to map incoming calls on Dialer interface 1:
XSR(config)#interface dialer 1
XSR(config-if<D1>)#no shutdown
XSR(config-if<D1>)#dialer pool 28
XSR(config-if<D1>)#encapsulation ppp
XSR(config-if<D1>)#dialer remote-name Toronto
XSR(config-if<D1>)#ip address 10.10.10.3 255.255.255.0
The following commands add a dialer pool and map incoming Node A calls
to Node C’s 2500 number:
XSR(config)#interface dialer 2
XSR(config-if<D2>)#no shutdown
XSR(config-if<D2>)#dialer pool 28
XSR(config-if<D2>)#encapsulation ppp
XSR(config-if<D2>)#dialer called 2501
XSR(config-if<D2>)#ip address 20.20.20.3 255.255.255.0
The following command configures Serial sub-interface 2/0:0:
XSR(config)#interface serial 2/0:0