<
catpurple.net
/
horse
/
crimson
/ 1
>
September 27, 2018
ROUTER
Enable
conf t
interface fastEthernet 1/0 | entro a la interface existente
no shutdown | prendo la interface
exit | salgo de la interface
interface fastEthernet 1/0.100 | creo una sub interface
encapsulation dot1Q 200
ip address 172.16.0.1 255.255.255.0 |
SWITCH
enable conf t
int Fa0/1
switchport mode trunk
exit
int Fa0/3
switchport mode access
switchport access vlan 100
exit
int
switchport mode access
switchport access vlan 100
exit