Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterPresenceTypeDefaultDescription
nameMstring The name of the logical IP interface.
mgmtIpInterfaceGroupNameMreference The management IP interface group used by this logical IP interface.
ipAddressMOip-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: 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>
     <ipAddress>{ipAddress}</ipAddress>
</logicalMgmtIpInterface>
'

...