Resources | system | ethernetPort | packetStatistics

packetStatistics

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

Operational Data

ParameterDescription
portNameSpecifies the Packet port transmit and receive statistics.
rxPackets The number of received packets.
txPackets The number of transmitted packets.
rxBytes The number of received bytes.
txBytes The number of transmitted bytes.
rxErrors The number of bad packets received
txErrors The number of packet transmit failures.
rxDropped The number of packets dropped due to no receive buffers.
txDropped The number of packets dropped due to no transmit buffers.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:ethernetPort/packetStatistics={portName}

  • No labels