You are on page 1of 3

Lab - Configuring VLANs and Trunking ((3.2.2.5)) 1.

configuraciones bsicas =======


==== S1 ======================== enable configure terminal hostname S1 service p
assword-encryption enable secret class line vty 0 15 password cisco login exit l
ine console 0 password cisco login logging synchronous exit banner motd # unauth
orized access is prohibited # no ip domain-lookup int vlan 1 ip address 192.168.
1.11 255.255.255.0 no shut exit interface range fa 0/1- 0/24 shutdown exit inter
face range gi 1/1- gi 1/2 shutdown end copy running-config startup-config ======
===== S2 ======================== enable configure terminal hostname S2 service
password-encryption enable secret class line vty 0 15 password cisco login exit
line console 0 password cisco login logging synchronous exit banner motd # unaut
horized access is prohibited # no ip domain-lookup int vlan 1 ip address 192.168
.1.12 255.255.255.0 no shut exit interface range fa 0/1- 0/24 shutdown exit inte
rface range gi 1/1 - gi 1/2 shutdown

end copy running-config startup-config *****************************************


***** Part 2: Create VLANs and Assign Switch Ports =========== S1 ==============
========== enable configure terminal vlan 10 name Student vlan 20 name Faculty v
lan 99 name Management exit interface f0/6 description PCA_ASOCIADO_VLAN10 switc
hport mode access switchport access vlan 10 exit interface vlan 1 no ip address
interface vlan 99 description VLAN_ADMINISTRACION ip address 192.168.1.11 255.25
5.255.0 end =========== S2 ======================== enable configure terminal vl
an 10 name Student vlan 20 name Faculty vlan 99 name Management end

You might also like