Resources | system | logicalMgmtIpInterface

logicalMgmtIpInterface

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

Exists on Condition (/system/deploymentType != 'microservices')

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.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:logicalMgmtIpInterface={name}

RESTCONF API: POST Example

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

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:logicalMgmtIpInterface={name}

  • No labels