You are on page 1of 1

!

enable secret cisco


enable password cisco
username cisco secret cisco
no username emmanuel
no ip domain-lookup
ip domain-name cisco.com

line vty 0 4
exec-timeout 5 0
password cisco
logging synchronous
login
line vty 5
exec-timeout 5 0
password cisco
logging synchronous
login
!
!
!
no ip dhcp excluded-address 10.26.0.1 10.26.0.3
no ip dhcp excluded-address 10.26.128.1 10.26.128.3
ip dhcp excluded-address 10.26.0.1 10.26.0.3
ip dhcp excluded-address 10.26.64.1 10.26.64.3
!
ip dhcp pool VLAN-100-A
network 10.26.64.0 255.255.240.0
default-router 100.100.100.100
dns-server 8.8.8.8
ip dhcp pool VLAN-200-B
network 10.26.0.0 255.255.192.0
default-router 10.26.0.1
dns-server 200.200.200.200

interface GigabitEthernet0/0/0
description ENLACELANDHCPSERVERS
ip address 10.26.80.10 255.255.255.252
duplex auto
speed auto

ip classless
ip route 0.0.0.0 0.0.0.0 10.26.80.9
do wr

You might also like