Enterasys Networks XSR-Series Router User Manual


 
Configuration Guide Page 22 of 55
5.5.2 Dialer Int. PRI to BRI with D-channel-callback remote1-site
remote1#show running-config
!!
! Version 6.0.0.9, Built Dec 12 2003, 14:56:30
!
hostname remote1
!
username central privilege 0 password cleartext xsr
!
interface bri 0/2/0
isdn switch-type basic-net3
no shutdown
dialer pool-member 1 priority 0
!
access-list 102 permit ip any any
!
interface FastEthernet 1
ip address 10.10.10.1 255.255.255.0
no shutdown
!
interface Dialer1
dialer pool 1
dialer string 210
encapsulation ppp
dialer remote-name central
dialer-group 1
ip address 1.1.1.2 255.255.255.0
ppp authentication pap
ppp pap sent-username remote1 password xsr1
ppp multilink
no shutdown
!
ip router-id 1.1.1.2
!
ip route 0.0.0.0 0.0.0.0 1.1.1.1
!
router ospf 1
network 10.10.10.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 102
!
end
remote1#