Assign IP To VLANS

Vlans can be assgined an IP. This is to allow routing between vlans using SVI (Switch Virtual Interface)

#config t
#(config) int vlan 15
#(config-if) ip address 192.168.15.1 255.255.255.0
#(config-if) no shutdown
# ctrl + z
# show int vlan 15