Resources | node | addressContext | enhancedDBL | removeEnhancedDblEntry | removeIpEntry

removeIpEntry

Removes any IP based Entry. Input provided will be used to find entries. Entries with exact match will be deleted.

Input Params

NameMandatoryDefaultDescription
sourceIpAddressM The source IP address for the DBL entry to be removed.
sourcePortO0 Source port value. 0 means no port.
transportOnone Transport type.

Output Params

NameDescription
result
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListDbl:enhancedDBL/removeEnhancedDblEntry/removeIpEntry --data '
<removeIpEntry>
     <sourceIpAddress>{sourceIpAddress}</sourceIpAddress>
</removeIpEntry>
'

  • No labels