The switch also supports classic L3 VLAN interfaces.
Configure the VLAN:
vlan VLAN
Create and enable the VLAN interface, and assign it an IP address:
interface vlan VLAN
ip address IP-ADDR/SUBNET
no shutdown
Show commands to validate functionality:
show vlan [VLAN|interface IFACE|summary]
vlan 10
exit
int 1/1/1
vlan access 10
int vlan 10
ip address 10.0.0.1/24
no shutdown
end
108 bytes from 10.0.0.101: icmp_seq=4 ttl=64 time=2.07 ms
108 bytes from 10.0.0.101: icmp_seq=5 ttl=64 time=1.79 ms