![]() The Logical Management IP Interface is a virtual management IP interface configurable by using CLI syntax. |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() ![]() | name | M | string | The name of the logical IP interface. | |
![]() | mgmtIpInterfaceGroupName | M | reference | The management IP interface group used by this logical IP interface. | |
![]() | ipAddress | O | ip-address | The logical IP Address of the Interface. | |
![]() | ipVar | O | string | Name of configuration variable to get IP address for this IP interface. | |
![]() | useIpAddrAsSnmpSource | O | boolean | false | The logical IP Address will be utilized as source for snmp agent (confd). |
![]() | snmpListenOnlyOnThisInterface | O | boolean | false | Only listen for snmp requests on this port |
![]() | state | O | enumeration | disabled | 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 ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/logicalMgmtIpInterface/{name} |