System information

12-199
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
interface mgmt ip-address
interface mgmt ip-address
To specify the IP address and subnet mask of the interface labeled MGMT on the front panel of the
SN 5428-2 Storage Router, use the interface mgmt ip-address command. This address is used to
manage the storage router via Telnet, Secure Shell (SSH), the web-based GUI, or SNMP.
interface mgmt ip-address {A.B.C.D/bits | A.B.C.D/1.2.3.4}
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines The management and HA interfaces must be on unique IP subnets. In a cluster, the management
interfaces for all nodes should be on the same IP subnet.
Examples The following example assigns the IP address of 10.1.10.244/24 to the management interface:
[SN5428-2A]# interface mgmt ip-address 10.1.10.244/24
A.B.C.D/bits The IP address of the management interface. A.B.C.D is the dotted quad
notation of the IP address. The /bits specifies the subnet mask in CIDR
style.
A.B.C.D/1.2.3.4 The IP address of the management interface. A.B.C.D is the dotted quad
notation of the IP address. 1.2.3.4 is the dotted quad notation of the subnet
mask.
Release Modification
3.2.1 This command was introduced.