IP Configuration Command Set
Configuring Routing Interface Settings
12-8 Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide
12.2.1.4 ip address
Use this command to set, remove, or disable a primary or secondary IP address for an interface.
ip address ip_address ip_mask
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command removes the specified IP address and disables the
interface for IP processing.
no ip address ip_address ip_mask
Command Type
Router command.
Command Mode
Interface configuration: Matrix>Router(config-if(Vlan <vlan_id>))#
Command Defaults
None.
Example
The following example sets the IP address to 192.168.1.1 and the network mask to 255.255.255.0
for VLAN 1:
12.2.1.5 no shutdown
Use this command to enable an interface for IP routing and to allow the interface to automatically
be enabled at device startup.
no shutdown
ip_address Specifies the IP address of the interface to be added or
removed.
ip_mask Specifies the mask for the associated IP subnet.
Matrix>Router(config)#interface vlan 1
Matrix>Router(config-if(Vlan 1))#ip address 192.168.1.1 255.255.255.0