Procedure
To configure an IP address on a vlan issue the command:
- “
configure vlan <vlan_name> ipaddress <ip_address>/<subnet_mask>“
Additional notes
- To remove the IP address, type “
unconfigure vlan <vlan_name> ipaddress“ - The VLAN can be configured as a DHCP client with the command “enable dhcp vlan <vlan_name>”. This will allow the VLAN to receive an IP address from a DHCP server. The command “disable dhcp vlan <vlan_name>” will disable DHCP client on the vlan.