Comandos Cisco
Comandos Cisco
no ip domain-lookup
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
line vty 5 15
password cisco
login
exit
service password-encryption
---------------------------------------------------------------------------------
CREAR Y NOMBRAR VLAN
vlan 1
name TICS
exit
vlan 30
name REDES
exit
vlan 10
name DESARROLO
exit
vlan 2
name ENTORNOS
exit
interface g0/2
switchport mode trunk
exit
interface g 0/1
switchport mode trunk
exit
---------------------------------------------------------------------------------
CONFIGURACION BASICA ROUTER
hostname R1
no ip domain-lookup
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
line aux 0
password cisco
login
exit
service password-encryption
---------------------------------------------------------------------------------
interface g0/0
no shutdown
exit
---------------------------------------------------------------------------------
vlan 10
name ADMIN
exit
vlan 20
name TICS
exit
vlan 30
name QUIMICA
exit
_____________________________________
interface vlan 40
ip address 172.16.1.50 255.255.255.192
no shutdown
exit
interface vlan 30
ip address 172.16.0.125 255.255.255.128
no shutdown
exit
interface vlan 20
ip address 172.16.0.135 255.255.255.128
no shutdown
exit
___________________________________________
vlan 10
name UAT
vlan 5
name UTTT
interface vlan 10
ip add 172.16.1.5 255.255.252.0
no shutdown
exit
interface vlan 5
ip add 172.16.4.5 255.255.255.128
no shutdown
exit
______________________________________________
EtherChannel
interface port-channel 1
switchport mode trunk
switchport trunk allowed vlan 10,20,1
exit
__________________________________________
SWITCH CAPA 3
interface g1/0/1
switchport mode access
switchport access vlan 10
exit