Resources | system | ipPolicing | uFlowStats

uFlowStats

Specifies the table of micro flow statistics and configuration.

Exists on Condition (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and /system/cnfPodType = 'slb'))

Operational Data

ParameterDescription
uFlowIndex Index of the uFlow entry.
sourceIpAddress The source IP address of the uFlow entry.
destinationIpAddress The destination IP address of the uFlow entry.
sourceIpPort The source IP port of the uFlow entry.
ipProtocol The IP Protocol of the uFlow entry.
lifGrpId LIF Group Id of the uFlow entry.
policerMode Policer mode of the uFlow entry.
policerBucketSize Policer bucket size of the uFlow entry.
policerCreditRate Policer credit rate of the uFlow entry.
aggPolicer Aggregate policer of the uFlow entry.
aggPolicerPriority Aggregate policer priority of the uFlow entry.
packetAccept Number of packets accepted by the uFlow policer.
packetDiscard Number of packets discarded by the uFlow policer.
byteAccept Number of bytes accepted by the uFlow policer.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusGen2Ipm:ipPolicing/uFlowStats={uFlowIndex}

  • No labels