In this section:
The Logical Management IP Interface is a virtual management IP interface. Configure the Logical Management IP Interface using the CLI syntax described in this section.
A Logical Management Interface must include both physical management interfaces. Therefore, it should contain all four interfaces. Otherwise, this will result in a confd
restart and ahealthcheck timeout
(system down time) if the physical interface underlying the logical interface goes down.
Command Syntax
% set system logicalMgmtIpInterface <intfc_name> ipAddress <ip address> mgmtIpInterfaceGroupName <name> snmpListenOnlyOnThisInterface <false | true> state <disabled | enabled> useIpAddrAsSnmpSource <false | true>
Command Parameters
Parameter | Description |
---|---|
| The logical IP address of the interface. The following IP address types are supported:
|
| The logical management IP interface name. |
| The name of the management IP interface group used by this logical IP interface. |
snmpListenOnlyOnThisInterface | When this flag is set to True, and the flag "useIpAddrAsSnmpSource" is also set as True, the SBC receives SNMP requests only on this logical management IP address. The options are:
Note:
|
| Administrative state of the logical management IP interface.
|
| Set this flag to “true” to receive SNMP requests on this logical management IP address. Without
Note:
|
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; snmpListenOnlyOnThisInterface true;
To display the logical management IP interface configuration for two subnets:
% show system logicalMgmtIpInterface logicalMgmtIpInterface AGMGM { mgmtIpInterfaceGroupName mgmtGroup1; ipAddress 10.xx.xx.50; state enabled; useIpAddrAsSnmpSource disabled; } logicalMgmtIpInterface HAMGM { mgmtIpInterfaceGroupName mgmtGroup; ipAddress 10.xx.xx.65; state enabled; useIpAddrAsSnmpSource disabled; }
When configuring the management interfaces on two subnets, a logical management IP interface is needed for each subnet.