Ejercicio Vlan Stp Root Vtp Seguridad

Páginas: 6 (1320 palabras) Publicado: 14 de abril de 2011
enable
configure terminal
hostname MAIPU

enable secret cisco
line console 0
password admin
login
exit
line vty 0 4
password soporte
login
exit

interface fastethernet 0/1
ip address 172.16.3.1 255.255.255.252
no shutdown
exit

interface fastethernet 0/0.91
encapsulation dot1q 91 native
ip address 91.0.0.1 255.255.255.0
exit

interface fastethernet 0/0.10
encapsulationdot1q 10
ip address 10.0.0.1 255.255.255.0
exit

interface fastethernet 0/0.20
encapsulation dot1q 20
ip address 20.0.0.1 255.255.255.0
exit

interface fastethernet 0/0.30
encapsulation dot1q 30
ip address 30.0.0.1 255.255.255.0
exit

interface fastethernet 0/0
no shutdown
exit

end

wr

==========SWITCH 1==========
enable
configure terminal
hostname PROVIDENCIA

enablesecret cisco
line console 0
password admin
login
exit
line vty 0 15
password soporte
login
exit

vtp version 2
vtp mode server
vtp domain duoc.cl
vtp password vtp1

spanning-tree vlan 1 priority 4096
spanning-tree vlan 91 priority 4096
spanning-tree vlan 30 priority 4096

vlan 10
name CHILE
exit

vlan 20
name ARGENTINA
exit

vlan 30
name COLOMBIA
exit

vlan 91
nameADM
exit

interface range fastethernet 0/1 - 3
switchport mode trunk
switchport trunk native vlan 91
exit

interface range fastethernet 0/4 - 10
switchport mode access
switchport acces vlan 10
spanning-tree portfast
switchport port-security
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
shutdown
exitinterface range fastethernet 0/11 - 18
switchport mode access
switchport acces vlan 20
spanning-tree portfast
switchport port-security
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
shutdown
exit

interface range fastethernet 0/19 - 24
switchport mode access
switchport acces vlan 30
spanning-tree portfastswitchport port-security
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
shutdown
exit

interface fastethernet 0/8
no shutdown
exit

interface fastethernet 0/15
no shutdown
exit

interface fastethernet 0/20
no shutdown
exit

interface vlan 91
ip address 91.0.0.2 255.255.255.0
no shutdown
exit

ipdefault-gateway 91.0.0.1

end

wr

==========SWITCH 2==========
enable
configure terminal
hostname VITACURA

enable secret cisco
line console 0
password admin
login
exit
line vty 0 15
password soporte
login
exit

vtp version 2
vtp mode client
vtp domain duoc.cl
vtp password vtp1

spanning-tree vlan 10 root primary
spanning-tree vlan 20 root secondary

interface rangefastethernet 0/1 - 3
switchport mode trunk
switchport trunk native vlan 91
exit

interface range fastethernet 0/4 - 10
switchport mode access
switchport acces vlan 10
spanning-tree portfast
switchport port-security
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
shutdown
exit

interface range fastethernet 0/11 -18
switchport mode access
switchport acces vlan 20
spanning-tree portfast
switchport port-security
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
shutdown
exit

interface range fastethernet 0/19 - 24
switchport mode access
switchport acces vlan 30
spanning-tree portfast
switchport port-security
switchportport-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
shutdown
exit

interface fastethernet 0/8
no shutdown
exit

interface fastethernet 0/15
no shutdown
exit

interface fastethernet 0/20
no shutdown
exit

interface vlan 91
ip address 91.0.0.3 255.255.255.0
no shutdown
exit

ip default-gateway 91.0.0.1

end

wr...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Stp vtp vlan
  • Stp-Vtp-Vlan
  • Capitulo 4 vtp, vlan
  • Pasos Para Configurar Vtp Y Stp
  • Vtp Y Stp
  • Configuración de VTP (VLAN Trunking Protocol)
  • Enrutamiento Vlan Tradicional Ejercicio
  • Descripción general del protocolo de enlaces troncales de VLAN (VTP)

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS