You are on page 1of 18

enable

configure terminal
no ip domain-lookup
hostname S1
banner motd "Solo personal autorizado"
enable secret class
line vty 0 4
password cisco
login
line console 0
password cisco
login
exit
service password-encryption
vtp mode server
vtp domain ab4
vtp password cisco
vlan 10
name !uerpo"#ocente$%ersonal
vlan &0
name 'studiantes
vlan (0
name )uest*predeterminada+
vlan ,,
name -dministracion
interface vlan ,,
ip address 1.&/1./,,/11 &00/&00/&00/0
interface range fast'thernet 0$1 - 0
switchport mode trunk
switchport trunk native vlan ,,
no shutdown
-------------------------------------------------------------------------------------
enable
configure terminal
no ip domain-lookup
hostname S&
banner motd "Solo personal autorizado"
enable secret class
line vty 0 4
password cisco
login
line console 0
password cisco
login
exit
service password-encryption
vtp mode client
vtp domain ab4
vtp password cisco
interface vlan ,,
ip address 1.&/1./,,/1& &00/&00/&00/0
interface range fast'thernet 0$1 - 0
switchport mode trunk
switchport trunk native vlan ,,
no shutdown
interface range fast'thernet 0$1 - 10
switchport mode access
switchport access vlan (0
switchport port-security
switchport port-security maximum 1
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
no shutdown
interface range fast'thernet 0$11 - 1.
switchport mode access
switchport access vlan 10
switchport port-security
switchport port-security maximum 1
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
no shutdown
interface range fast'thernet 0$12 - &4
switchport mode access
switchport access vlan &0
switchport port-security
switchport port-security maximum 1
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
no shutdown
--------------------------------------------------
enable
configure terminal
no ip domain-lookup
hostname S(
banner motd "Solo personal autorizado"
enable secret class
line vty 0 4
password cisco
login
line console 0
password cisco
login
exit
service password-encryption
vtp mode transparent
vtp domain ab4
vtp password cisco
interface vlan ,,
ip address 1.&/1./,,/1( &00/&00/&00/0
interface range fast'thernet 0$1 - 0
switchport mode trunk
switchport trunk native vlan ,,
no shutdown
vlan 10
name !uerpo"#ocente$%ersonal
vlan &0
name 'studiantes
vlan (0
name )uest*predeterminada+
vlan ,,
name -dministracion
interface range fast'thernet 0$1 - 10
switchport mode access
switchport access vlan (0
switchport port-security
switchport port-security maximum 1
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
no shutdown
interface range fast'thernet 0$11 - 1.
switchport mode access
switchport access vlan 10
switchport port-security
switchport port-security maximum 1
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
no shutdown
interface range fast'thernet 0$12 - &4
switchport mode access
switchport access vlan &0
switchport port-security
switchport port-security maximum 1
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
no shutdown
3'st4n configuradas las mismas 5-6 en todos los switches7 6o
'xpli8ue por 8u9 S& y S( tienen diferentes configuraciones de 5-6 en
este momento/
as vlan en S& fueron ad8uiridas de S1 dado 8ue S& es
cliente y S1 es servidor 5:%/ !omo S( esta configurado como
transparente; envia los mensa<es 5:% pero no los toma en su
configuracion
3%or 8u9 no se le permite crear una nueva 5-6 en S& pero s= en S(7
S& esta configurado como un cliente; en un cliente 5:% no se puede
crear ni eliminar vlans/S( esta configurado como transparente; por lo
cual si se puede

You might also like