Enterasys Networks XSR-Series Router User Manual


 
Configuration Guide Page 23 of 55
5.5.3 Dialer Int. PRI to BRI with D-channel-callback remote2-site
remote1#show running-config
!!
! Version 6.0.0.9, Built Dec 12 2003, 14:56:30
!
hostname remote2
!
username central privilege 0 password cleartext xsr
!
interface bri 0/1/0
isdn switch-type basic-net3
no shutdown
dialer pool-member 1 priority 10
!
access-list 130 permit ip any any
!
interface FastEthernet 1
ip address 20.20.20.1 255.255.255.0
no shutdown
!
interface Dialer0
dialer pool 1
dialer string 210
encapsulation ppp
dialer-group 1
ip address 1.1.1.3 255.255.255.0
ppp authentication pap
ppp pap sent-username remote2 password xsr2
ppp multilink
no shutdown
!
ip router-id 1.1.1.3
!
ip route 0.0.0.0 0.0.0.0 1.1.1.1
!
router ospf 1
network 20.20.20.0 0.0.0.255 area 0.0.0.0
network 1.1.1.0 0.0.0.255 area 0.0.0.0
!
dialer-list 1 protocol ip list 130
!
end
remote2#