Resources | node | system | ethernetPort | portRedundancyGroupStatus

portRedundancyGroupStatus

The status of a port redundancy group.

Exists on Condition /system/isOAM ='true'

Operational Data

ParameterDescription
ceName The host name is this server.
prgName The name of this port redundancy group.
portName The name of physical/logical port.
interfaceType Interface Type of this port redundancy group
portMonitorCount The no. of port monitors configured in this PRG
ifIndex The unique ifIndex of this Packet NIF
ifNum The unique ifNum of this Packet NIF
primaryMacAddress The Primary MAC address of the network interface.
secondaryMacAddress The Secondary MAC address of the network interface.
state The state of the logical port
failures The current number of port monitors within this port redundancy group that have declared themselves failed.
failureCount The current number of port monitors within this port redundancy group that have declared themselves failed.
vmRedundancyMode The VM redundancy mode of the CE
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/sonusNodeListPort:ethernetPort/portRedundancyGroupStatus={ceName},{prgName}

  • No labels