Create interface VLAN
| conf t |
| enter into configuration mode |
| interface vlan 4 |
| enter into interface vlan configuration mode. An existing VLAN needs to be defined here |
| ip address 192.168.1.10 255.255.255.0 |
| IP address and netmask set for interface VLAN |
| no shut |
| set interface vlan virtual port up |
| exit |
| exit |
| sh interface vlan 4 |
| show interface vlan detailed status |