Switchnormal 2
Switchnormal 2
---------------------
Configuración básica del Switch
Switch>enable
Switch# configure terminal
Switch(config)# hostname SW3
SW1 (config)# banner motd #Mensaje#
SW1 (config)# no ip domain-lookup
SW1 (config)# service password-encryption
SW1 (config)# line console 0
SW1 (configline)# password ciscoconpa$$
SW1 (configline)# login
SW1 (configline)# exec-timeout [tiempo]
SW1 (configline)# exit
SW1 (config)# enable secret ciscoenpa$$
Crear VLAN
------------
vlan 70
name IT
vlan 80
name Marketing
vlan 90
name Admin3
vlan 99
name Nativa
vlan 150
name Deposito
show vlan
interface vlan 90
ip address 192.168.90.254 255.255.255.0
no shut
exit
ip default-gateway 192.168.90.1
interface f0/1
switchport nonegotiate
swtchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 70,80,90,99
no shut
interface f0/2
swtchport mode access
switchport access vlan 70
no shut
interface f0/3
swtchport mode access
switchport access vlan 80
no shut
interface f0/4
swtchport mode access
switchport access vlan 90
no shut
do show vlan