Soho DHCP

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

hostname CLIENTE

!
enable secret cisco
enable password cisco
!
ip subnet-zero
ip name-server 196.3.81.5
ip name-server 200.88.127.23
no ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 10.0.0.3
ip dhcp excluded-address 10.0.0.1
!
ip dhcp pool CLIENT
network 10.0.0.0 255.255.255.0
default-router 10.0.0.1
dns-server 196.3.81.5 200.88.127.23
domain-name verizon.net.do
lease 0 2
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
ip nat inside
no ip mroute-cache
hold-queue 100 out
no shut
!
interface ATM0
no ip address
no ip mroute-cache
atm vc-per-vp 64
no atm ilmi-keepalive
pvc 0/33
encapsulation aal5mux ppp dialer
dialer pool-member 1
dsl operating-mode ansi-dmt
dsl power-cutback 1
no shut
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
hold-queue 224 in
no shut
!
ip nat inside source list 102 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
no access-list 23 permit
access-list 23 permit 10.0.0.0 0.0.0.255
access-list 102 permit ip any any
dialer-list 1 protocol ip permit
!
line con 0
password cisco
login
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
access-class 23 in
exec-timeout 120 0
password cisco
login local
length 0
!
scheduler max-task-time 5000
end
wr

You might also like