IP Addressing Commands
management vlan ip-address
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
231
14
switchxxxxxx(config)#
ip name-server 192.168.1.20
switchxxxxxx(config)#
ip name-server 192.168.1.20 192.168.1.50
management vlan ip-address
To define the IP address for the management VLAN, use the management vlan ip-
address Global Configuration mode command.
Syntax
management vlan ip-address
ip-address
mask
mask
Parameters
•
ip-address
—The IP address.
•
mask
—The network mask of the IP address.
Default Configuration
The default IP address of the management VLAN is 192.168.1.254.
Command Mode
Global Configuration mode
User Guidelines
If a dynamic IP address is already defined, the user must enter the no management
ip dhcp client command to disable it before setting a static IP address.
If you modify the static IP address, enter the
no management ip dhcp client
command to automatically add.
Example
The following example configures the management VLAN with IP address
131.108.1.27 and subnet mask 255.255.255.0:
switchxxxxxx(config)#
management vlan ip address 131.108.1.27 mask
255.255.255.0