Resources | system | logicalMgmtIpInterface

logicalMgmtIpInterface

The Logical Management IP Interface is a virtual management IP interface configurable by using CLI syntax.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of the logical IP interface.
mgmtIpInterfaceGroupNameMreference The management IP interface group used by this logical IP interface.
ipAddressOip-address The logical IP Address of the Interface.
ipVarOstring Name of configuration variable to get IP address for this IP interface.
useIpAddrAsSnmpSourceObooleanfalse The logical IP Address will be utilized as source for snmp agent (confd).
snmpListenOnlyOnThisInterfaceObooleanfalse Only listen for snmp requests on this port
stateOenumerationdisabled Administrative state of the logical management IP interface. Changes may only be made while disabled and will only take effect when enabled next.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/logicalMgmtIpInterface/{name}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system --data '
<logicalMgmtIpInterface>
     <name>{name}</name>
     <mgmtIpInterfaceGroupName>{mgmtIpInterfaceGroupName}</mgmtIpInterfaceGroupName>
</logicalMgmtIpInterface>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/logicalMgmtIpInterface/{name}

  • No labels