Comandos ER SENA

You might also like

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

Comandos para el router:

 enable
 erase startup-config
 reload

 enable
 config terminal
 no ip domain-lookup
 hostname R1
 ip domain-name grd.net
 enable secret ciscoenpass
 line consol 0
 password ciscoconpass
 login
 exit
 security password min-length 10
 username admin secret admin1pass
 line vty 0 15
 login local
 transport input ssh
 exit
 service password-encryption
 banner motd #El Acceso Sin Autorizacion Puede Llevar Sancion#
 ipv6 unicast-routing
 interface G0/0/0
 description Subred B
 ip address 192.168.10.190 255.255.255.192
 ipv6 address FE80::1 link-local
 ipv6 address 2001:db8:acad:b::1/64
 no shutdown
 exit
 interface G0/0/1
 description Subred A
 ip address 192.168.10.126 255.255.255.128
 ipv6 address FE80::1 link-local
 ipv6 address 2001:db8:acad:a::1/64
 no shutdown
 exit
 crypto key generate rsa
 1024
 exit
 wr
Comandos para el switch:

 enable
 erase startup-config
 delete vlan.dat
 reload

 enable
 config terminal
 sdm prefer dual-ipv4-and-ipv6 default
 exit
 reload

 enable
 config terminal
 no ip domain-lookup
 hostname S1
 ip domain-name CCNA-LAB.COM
 enable secret ciscoenpass
 line con 0
 password ciscoconpass
 login
 exit
 interface range F0/1-4, F0/7-24, G0/1-2
 shutdown
 exit
 username admin secret admin1pass
 line vty 0 4
 login local
 transport input ssh
 exit
 service password-encryption
 banner motd #El Acceso Sin Autorización Puede Llevar Sanción#
 crypto key generate rsa
 1024
 interface vlan 1
 description Subred A
 ip address 192.168.10.126 255.255.255.128
 ipv6 address FE80::2 link-local
 ipv6 address 2001:db8:acad:a::2/64
 no shutdown
 exit
 ip default-gateway 192.168.10.1
 exit
 wr

You might also like