You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
The Logical Management IP Interface is a virtual management IP interface configurable using CLI syntax described in this section.
Command Syntax
set system logicalMgmtIpInterface <intfc_name>
ipAddress <ip address>
mgmtIpInterfaceGroupName <name>
state <disabled | enabled>
useIpAddrAsSnmpSource <false | true>
Command Parameters
Logical Management IP Interface
Parameter | Description |
---|
logicalMgmtIpInterface
| The logical management IP interface name. |
ipAddress
| The logical IP address of the interface. The following IP address types are supported: IPv4 – Uses dotted decimal format (for example 128.127.50.224).IPv6 – Uses hexadecimal/colon format (for example, 1280:1276:3350:2224:2222:3333:8888:1245 or fd00:21:445:128::7880).
|
mgmtIpInterfaceGroupName
| The name of the management IP interface group used by this logical IP interface. |
state
| Administrative state of the logical management IP interface. disabled (default) – The logical management IP address is not being used for chassis management.enabled – The logical management IP address is being used for chassis management.
|
useIpAddrAsSnmpSource
| Set this flag to “true” to receive SNMP requests on this logical management IP address as well as use this address as the source for SNMP responses, alarms and traps. |
Command Example
To display the logical management IP interface configuration:
% show system logicalMgmtIpInterface LogMgmt
mgmtIpInterfaceGroupName mgmtGroup;
ipAddress 3FFE:1900:4545:3:200:F8FF:FE21:67CF;
state enabled;
useIpAddrAsSnmpSource true;
To display the logical management IP interface configuration for two subnets:
% show system logicalMgmtIpInterface
logicalMgmtIpInterface AGMGM {
mgmtIpInterfaceGroupName mgmtGroup1;
ipAddress 10.54.67.50;
state enabled;
useIpAddrAsSnmpSource disabled;
}
logicalMgmtIpInterface HAMGM {
mgmtIpInterfaceGroupName mgmtGroup;
ipAddress 10.54.66.65;
state enabled;
useIpAddrAsSnmpSource disabled;
}
When configuring the management interfaces on two subnets, a logical management IP interface is needed for each subnet.