Resources | node | addressContext | enhancedDBL | enhancedDblStatus

enhancedDblStatus

Status for the enhanced DBL configuration

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices')

Operational Data

ParameterDescription
sourceIpAddress The source IP address for this DBL entry.
port Source port value. 0 means any port.
transport Transport type.
profileName The enhanced DBL profile name for this DBL entry.
ruleName The enhanced DBL rule name for this DBL entry.
currentAction The current action pertinent to this entry, either endpoint has been blacklisted or watched.
effectivePeriodRemaining The period of time the DBL entry will remain in effect.
discardPacketCount The number of packets dropped due to NP black listing of this endpoint.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListDbl:enhancedDBL/enhancedDblStatus={sourceIpAddress},{port},{transport},{profileName},{ruleName}

  • No labels