C Commands
counter
95
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
tx-performance [poll-interval poll-interval {absolute rising-threshold rising-threshold
event event-id [falling-threshold falling-threshold event event-id] | delta rising-threshold
rising-threshold event event-id [falling-threshold falling-threshold event event-id]}]}
Syntax Description
Defaults None
Command Modes Port-monitor configuration (config-port-monitor)
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines This command does not require a license.
Examples This example shows how to configure an SNMP counter:
switch(config) port-monitor name PM1
switch(config-port-monitor)# counter invalid-crc poll-interval 30 absolute
rising-threshold 10000000 event 100
invalid-crc Configures the invalid-crc counter.
poll-interval (Optional) Poll interval for counter in seconds. The range is from 0 to 2147483647.
absolute Specifies the absolute type threshold.
rising-threshold Configures the rising-threshold value.
rising-threshold Rising-threshold limit. The range is from 0 to18446744073709551615.
event Configures the rising-threshold event.
event-id Event ID from the event configuration.The range is from 1 to 65535.
falling-threshold (Optional) Configures the falling-threshold value.
falling-threshold (Optional) Falling-threshold limit. The range is from –2147483648 to 2147483647.
delta (Optional) Specifies the delta type threshold.
invalid-words Configures the invalid-words counter.
link-loss Configures the link-loss counter.
protocol-error Configures the protocol-error counter.
rx-performance Configures the ingress (rx) performance counter.
signal-loss Configures the signal-loss counter.
sync-loss Configures the sync-loss counter.
tx-performance Configures the egress (tx) performance counter.
Release Modification
4.1(2) This command was introduced.