EJEMPLO DE VLAN EN EL SWITCH
- enabled
- vlan database
- vlan 100 name prueba
- exit
- interface f0/1
- switchport access vlan 100
- exit
- interface fo/2
- switchport mode trunk
EJEMPLO DE VLAN CON DHCP EN UN ROUTER
- ip dhcp pool eliana
- default-router 192.168.1.1
- network 192.168.1.1 255.255.255.0
VLAN
- interface f0/0.1
- encapsulation dot1q 100
- ip address 192.168.1.1 255.255.255.0
- no shutdown
- interface f0/0
- no shutdown