Resources | system | ipPolicing | systemCurStats

systemCurStats

Displays the system policer current table details.

Exists on Condition /system/isOAM !='true'

Operational Data

ParameterDescription
systemName Name of the system.
badEtherIpHdrDiscardPacketCount The current number of discarded packets for the bad Ethernet/IP Header policer.
badEtherIpHdrPeakDiscardRate The current peak discard rate for the bad Ethernet/IP Header policer.
badEtherIpHdrMinorAlarmCount The current number of minor alarms for the bad Ethernet/IP Header policer.
badEtherIpHdrMinorAlarmDuration The current duration of the minor alarms in seconds for the bad Ethernet/IP Header policer.
badEtherIpHdrMajorAlarmCount The current number of major alarms for the bad Ethernet/IP Header policer.
badEtherIpHdrMajorAlarmDuration The current duration of the major alarms in seconds for the bad Ethernet/IP Header policer.
arpDiscardPacketCount The current number of discarded packets for the ARP policer.
arpAcceptPacketCount The current number of accepted packets for the ARP policer.
arpPeakDiscardRate The current peak discard rate for the ARP policer.
arpMinorAlarmCount The current number of minor alarms for the ARP policer.
arpMinorAlarmDuration The current duration of the minor alarms in seconds for the ARP policer.
arpMajorAlarmCount The current number of major alarms for the ARP policer.
arpMajorAlarmDuration The current duration of the major alarms in seconds for the ARP policer.
uFlowDiscardPacketCount The current number of discarded packets for the micro flow policer.
uFlowAcceptPacketCount The current number of accepted packets for the micro flow policer.
uFlowPeakDiscardRate The current peak discard rate for the micro flow policer.
uFlowMinorAlarmCount The current number of minor alarms for the micro flow policer.
uFlowMinorAlarmDuration The current duration of the minor alarms in seconds for the micro flow policer.
uFlowMajorAlarmCount The current number of major alarms for the micro flow policer.
uFlowMajorAlarmDuration The current duration of the major alarms in seconds for the micro flow policer.
aclDiscardPacketCount The current number of discarded packets for the access control list policer.
aclAcceptPacketCount The current number of accepted packets for the access control list.
aclPeakDiscardRate The current peak discard rate for the access control list policer.
aclMinorAlarmCount The current number of minor alarms for the access control list policer.
aclMinorAlarmDuration The current duration of the minor alarms in seconds for the access control list policer.
aclMajorAlarmCount The current number of major alarms for the access control list policer.
aclMajorAlarmDuration The current duration of the major alarms in seconds for the access control list policer.
aggregateDiscardPacketCount The current number of discarded packets for the aggregate policer.
aggregateAcceptPacketCount The current number of accepted packets for the aggregate policer.
aggregatePeakDiscardRate The current peak discard rate for the aggregate policer.
aggregateMinorAlarmCount The current number of minor alarms for the aggregate policer.
aggregateMinorAlarmDuration The current duration of the minor alarms in seconds for the aggregate policer.
aggregateMajorAlarmCount The current number of major alarms for the aggregate policer.
aggregateMajorAlarmDuration The current duration of the major alarms in seconds for the aggregate policer.
mediaDiscardPacketCount The current number of discarded packets for the media policer.
mediaPeakDiscardRate The current peak discard rate for the media policer.
mediaMinorAlarmCount The current number of minor alarms for the media policer.
mediaMinorAlarmDuration The current duration of the minor alarms in seconds for the media policer.
mediaMajorAlarmCount The current number of major alarms for the media policer.
mediaMajorAlarmDuration The current duration of the major alarms in seconds for the media policer.
rogueMediaDiscardPacketCount The current number of discarded packets for the rogue media policer.
rogueMediaPeakDiscardRate The current peak discard rate for the rogue media policer.
rogueMediaMinorAlarmCount The current number of minor alarms for the rogue media policer.
rogueMediaMinorAlarmDuration The current duration of the minor alarms in seconds for the rogue media policer.
rogueMediaMajorAlarmCount The current number of major alarms for the rogue media policer.
rogueMediaMajorAlarmDuration The current duration of the major alarms in seconds for the rogue media policer.
discardRuleDiscardPacketCount The current number of packets discarded by discard ACL rules. Packets that do not match any ACL rules are also included in this count.
discardRulePeakDiscardRate The current peak discard rate for the discard rule.
discardRuleMinorAlarmCount The current number of minor alarms for the discard rule.
discardRuleMinorAlarmDuration The current duration of the minor alarms in seconds for the discard rule.
discardRuleMajorAlarmCount The current number of major alarms for the discard rule.
discardRuleMajorAlarmDuration The current duration of the major alarms in seconds for the discard rule.
srtpDecryptDiscardPacketCount The current number of packets discarded by SRTP decrypt discards.
srtpDecryptPeakDiscardRate The current peak discard rate for SRTP decrypt discards.
srtpDecryptMinorAlarmCount The current number of minor alarms for SRTP decrypt discards.
srtpDecryptMinorAlarmDuration The current duration of the minor alarms in seconds for the SRTP decrypt discards.
srtpDecryptMajorAlarmCount The current number of major alarms for the SRTP decrypt discards.
srtpDecryptMajorAlarmDuration The current duration of the major alarms in seconds for the SRTP decrypt discards.
RESTCONF API: GET Example

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

  • No labels