¿cuanta gente a visto el blog?

COMO HACER VTP EN CISCO



 *********************************

en

conf t

vlan 10

name telecomunicaciones

vlan 20

name industrial

vlan 30

name sistemas

exit


int e0/0

switchport mode access

switchport access vlan 10

no shut

exit


int e0/1

switchport mode access

switchport access vlan 20

no shut

exit


int e0/2

switchport mode access

switchport access vlan 30

no shut

exit


int e0/3

switchport trunk encapsulation dot1q

switchport mode trunk

switchport trunk allowed vlan all

no shut

exit


vtp domain enrutamiento

vtp mode server

vtp password 123

vtp pruning


copy run sta

show vpt status

show vlan brief

*************************************

en

conf t

interface range e0/0-1

switchport trunk encapsulation dot1q

switchport mode trunk

switchport trunk allowed vlan all

no shut

exit


vtp domain enrutamiento

vtp mode transparent

vtp password 123

do wr

end 

show vtp status

*****************************************

en

conf t

int e0/3

switchport trunk encapsulation dot1q

switchport mode trunk

switchport trunk allowed vlan all

no shut

ext


int e0/3

switchport trunk encapsulation dot1q

switchport mode trunk

switchport trunk allowed vlan all

no shut

exit


int e0/0 

switchport mode access

switchport access vlan 10

no shut

exit


int e0/1

switchport mode access

switchport access vlan 20

no shut

exit


int e0/2

switchport mode access

switchport access vlan 20

no shut

exit


vtp domain enrutamiento 

vtp mode client

vtp password 123


do wr

end

copy run sta

show vtp status

No hay comentarios.:

Publicar un comentario