You are on page 1of 1

###config de vlans

vlan "number"
name "nombre"

### Trunk Config


interface "XX"
switchport trunk encapsulation dot1q (Este comando puede no ser
aceptado)
switchport mode trunk
### Access Port
interface "XX"
switchport mode access
switchport access vlan "yy"
### Sub Interface
interface "xx"
no shutdown
interface "xx.y"
encapsulation dot1q "y"
ip address x.x.x.x
### default gateway
ip default-gateway x.x.x.x
### activar enrutamiento en switch
ip routing

You might also like