Enterasys Networks XSR-Series Router User Manual


 
Configuration Guide Page 21 of 55
5.5.1 Dialer Int. PRI to BRI with D-channel-callback central-site
XSR-central#show running-config
!!
! Version 6.0.0.9, Built Dec 12 2003, 14:56:30
!
hostname XSR-central
!
username remote1 privilege 0 password cleartext xsr1
username remote2 privilege 0 password cleartext xsr2
!
controller e1 0/1/0
pri-group
isdn bchan-number-order ascending
no shutdown
dialer pool-member 1 priority 10
!
access-list 120 permit ip any any
!
interface FastEthernet 1
ip address 10.20.30.1 255.255.255.0
no shutdown
!
interface Dialer0 multi-point
dialer pool 1
encapsulation ppp
multilink load-threshold 20
dialer caller 120 callback
dialer caller 140 callback
dialer-group 1
dialer map ip 1.1.1.2 120
dialer map ip 1.1.1.3 140
ip address 1.1.1.1 255.255.255.0
ppp authentication pap
ppp pap sent-username central password xsr
ppp multilink
no shutdown
!
ip router-id 1.1.1.1
!
ip route 10.10.10.0 0.0.0.255 1.1.1.2
ip route 20.20.20.0 0.0.0.255 1.1.1.3
!
router ospf 1
network 1.1.1.0 0.0.0.255 area 0.0.0.0
network 10.20.30.0 0.0.0.255 area 0.0.0.0
!
dialer-list 1 protocol ip list 120
!
end
XSR-central#
Note: Incoming calls may be mapped to a dialer interface based on the PPP
authenticated username if the following conditions are met:
– Interface dialer 0 is needed for the desired PPP authentication
(e.g., ppp authentication pap).
The username must be configured under the dialer interface using the
dialer remote-name command.