Code: Selecteer alles
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname wan.rte.edp
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxxx
enable password xxxxxxxxxxxxxx
!
no aaa new-model
ip subnet-zero
no ip routing
no ip cef
!
!
ip domain name ofloo.net
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface ATM0/0
no ip address
no ip route-cache
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Ethernet0/0
ip address 212.71.19.97 255.255.255.240
no ip route-cache
half-duplex
!
interface Dialer0
ip address negotiated
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname xxxxxxxxx.xxxx.xx@EDPNET
ppp chap password 0 xxxxxxxx
!
ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
dialer-list 1 protocol ip permit
!
snmp-server community public RO
!
!
!
!
!
line con 0
speed 115200
line aux 0
line vty 0
password xxxxxxxxxxxxx
login
transport input ssh
line vty 1 4
password xxxxxxxxxxxxx
login
!
!
end