Parte 4

You might also like

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

configure terminal

hostname ROUTER-EFC2013
LINE CONSOLE
no logging synchronous
password %&&3327%%
exit
no history
enable secret 123%&AB475F%
exit
no history
enable secret 123%&AB475F%
no service password encryption
username administrador password admin
ip access-list 1 permit any
ip access-list 1 deny 192.168.240.0 0.0.0.255
ip access-list 1 permit 192.168.250 0.0.0.255
ip dhcpexcluded-address 172.168.240.1 172.168.240.254
ip dhcpexcluded-address 192.168.240.250 192.168.240.254
ip dhcpexcluded-address 192.168.250.250 192.168.250.254
ip dhcp pool lan1
network 192.1689.250.0 255.255.255.0
default-router 192.168.240.254
exit
ip dhcp pool lan2
network 192.168.240.0 255.255.255.0
default-router 172.168.240.254
exit
ip domain-name efc2013.utc
line vty 0 15
password 123456
login
passwor 12345%%
access-class 1 in
exit
interface f0/0
description interfaz-red-lan
no shut
ip address 192.168.240.254 255.255.255.0
inter f0/1
description interfaz-red-wlan
no shut
ip address 192.168.250.254 255.255.255.0
exit
history
end

You might also like