MIB-Associated Groups and Group Statistics

The groups and group statistics in this section are a subset of MIB variables on the SBC. Each table specifies the MIB that pertains to the group or group statistics. Groups in this section include:

  • system
  • interface
  • session-agent
  • session-realm
  • voltage
  • fan
  • temperature
  • space
  • network-util

In addition to being a subset of a MIB variable, the session-agent group maps to the show sipd agents command, the registration-realm group maps to the show sipd realms, and some statistics in the session-realm group map to the show sipd realms command. For more information, see show sipd agents and show sipd realms in the HDR Show Commands chapter.

system

This group consists of general system statistics.

The following list displays the system SNMP MIB:
  • ap-smgmt.mib
  • apSysMgmtGeneralObjects
  • 1.3.6.1.4.1.9148.3.2.1.1

The following table lists and describes HDR data for system statistics, listed in the order in which they appear in the CSV file. To form the OID, add 1.3.6.1.4.1.9148.3.2.1.1 to the value in the OID # column. The OID for CPU Utilization, for example, is 1.3.6.1.4.1.9148.3.2.1.1.1.

# Statistic Type Timer Value Range OID # Description
1 CPU Utilization gauge N/A 0% to 100% 1 Percentage of total usage of SBC's central processing unit (CPU).
2 Memory Utilization gauge N/A 0% to 100% 2 Percentage of total memory usage on SBC
3 Health Score gauge N/A 0% to 100% 3 Percentage of system health with a value of 100% being the healthiest.
4 Redundancy State integer N/A active (1) System is in active mode.

standby (2) System is in standby mode.

unassigned (3) System has not been assigned as active or standby.

recovery (4) System is in recovery mode.

outOfService (5) System is currently out of service. Contact your Technical Support representative.

4 For high availability (HA), specifies whether this SBC is active or standby. A standalone system has an active state.
5 Signaling Sessions gauge N/A 0 to 4294967295 5 Total number of global, concurrent, active sessions in real time.
6 Signaling Rate (CPS) gauge N/A 0 to 4294967295 6 Total number of calls per second (CPS). This is a real-time value which is the total of SIP and H.323 calls.
7 CAM Utilization (NAT) gauge N/A 0% to 100% 7 Percentage of Content Addressable Memory (CAM) usage for Network Address Translation (NAT).
8 CAM Utilization (ARP) gauge N/A 0% to 100% 8 Percentage of Content Addressable Memory (CAM) usage for Address Resolution Protocol (ARP).
9 I2C Bus State integer N/A online (0) SBC is online and processing calls.

becomingoffline (1) SBC is in the process of going offline.

offline (2) SBC is offline and not processing calls. However, other administrative functions are available.

9 Current SBC state.
10 License Capacity gauge N/A 0% to 100% 10 Percentage of licensed SBC sessions currently in progress.
11 Current Cached SIP Local Contact Registrations gauge N/A 0 to 4294967295 11 Total number of currently cached registered contacts in the SBC.
12 Current MGCP Public Endpoint Gateway Registrations gauge N/A 0 to 4294967295 12 Not Supported
13 Current H323 Number of Registrations gauge N/A 0 to 4294967295 13 Total number of H323 registrations in the SBC.
14 Application Load Rate period 30 sec. 0% to 100% 16 Average Central Processing Unit (CPU) utilization of the SBC during the current window. The average is computed every 10 seconds unless load-limit is configured in the SipConfig record, in which case it is 5 seconds.
15 Current Deny Entries Allocated integer N/A 0 to 4294967295 26 The total number of endpoints currently denied.

interface

Consists of statistics pertaining to the physical interface(s) on the SBC.

The following table lists and describes HDR data for interface statistics, listed in the order in which they appear in the CSV file.

Note:

To form the OID, add 1.3.6.1.2.1.2.2.1 to the value in the OID # column. The OID for Index, for example, is 1.3.6.1.2.1.2.2.1.1.
# Statistic Type Timer Value Range OID # Description
1 Index config N/A N/A 1 Unique value that identifies the interface.
2 Description config N/A N/A 2 String that provides a description of the interface.
3 Type config N/A N/A 3 Type of interface distinguished according to the Physical/Link Protocol(s).
4 MTU config N/A N/A 4 Maximum Transmission Unit (MTU) - largest datagram size, in octets (eight-bit bytes), that can be sent/received on the interface specified in octets.
5 Speed config N/A N/A 5 Estimate of the current bandwidth, in bits per second, on the interface.
6 Physical Address config N/A N/A 6 IP Address of the interface at the protocol layer immediately below the network layer in the protocol stack.
7 Admin Status config N/A N/A 7 Current administrative state of the interface.
8 Operational State integer N/A up(1) Interface is operational and in the UP state.

down(2) Interface is not operational and in the DOWN state.

testing(3) Interface is in TESTING state.

unknown(4) Interface state is UNKNOWN.

dormant(5) Interface is inactive and in DORMANT state.

notPresent(6) No interface is present.

lowerLayerDown(7) Lower layer protocol on the interface is down.

8 Current operational state of the interface.
9 If Last Change timeticks N/A 0 to 4294967295 9 Specifies the sysUpTime (system up time) value with the time the interface entered its current operational state
10 In Octets counter N/A 0 to 4294967295 10 Total number of octets received on the interface.
11 In Unicast Packets counter N/A 0 to 4294967295 11 Number of subnetwork-unicast packets delivered to a higher layer protocol. A unicast packet is a regular IP packet that has a destination IP address.
12 In Non-Unicast Packets counter N/A 0 to 4294967295 12 Number of non-unicast packets (i.e., subnetwork-broadcast or subnetwork-multicast packets) delivered to a higher layer protocol.
13 In Discards counter N/A 0 to 4294967295 13 Number of inbound packets that were discarded even though no errors had been detected. This prevented the packets from being delivered to a higher-layer protocol.
14 In Errors counter N/A 0 to 4294967295 14 Number of inbound packets that contained errors, preventing them from being delivered to a higher-layer protocol.
15 Out Octets counter N/A 0 to 4294967295 16 Total number of octets sent out the interface.
16 Out Unicast Packets counter N/A 0 to 4294967295 17 Total number of packets that higher-level protocols requested be transmitted to a subnetwork-unicast address, including packets that were discarded or not sent.
17 Out Non-Unicast Packets counter N/A 0 to 4294967295 18 Total number of packets that higher-level protocols requested be transmitted to a non-unicast address (i.e., subnetwork-broadcast or subnetwork-multicast addresses), including packets that were discarded or not sent.
18 Out Discards counter N/A 0 to 4294967295 19 Number of outbound packets discarded even though no errors were detected, to prevent the packets from being transmitted.
19 Out Errors counter N/A 0 to 4294967295 20 Number of outbound packets that were not transmitted because of errors.

session-agent

A signaling endpoint that applies traffic-shaping attributes and information regarding next hops or previous hops.

The following list displays the session-agent SNMP MIB.
  • ap-sip.mib
  • apSipSessionAgentStatsEntry
  • 1.3.6.1.4.1.9148.3.2.1.2.2.1
The following table displays the HDR data for session-agent statistics, listed in the order in which they appear in the CSV file.

Note:

To form the OID, add 1.3.6.1.4.1.9148.3.2.1.2.2.1 to the value in the OID # column. The OID for Hostname, for example, is 1.3.6.1.4.1.9148.3.2.1.2.2.1.2.
# Statistic Type Timer Value Range OID # Description
1 Hostname config N/A N/A 2 Hostname of the session agent, in Fully Qualified Domain Name (FQDN) or IP Address format, for which the group statistics are being calculated.

The FQDN#IP-address (ex: sip.com#192.168.100.100) will be used for each row of HDR output when the FQDN-resolved Session Agent Statistics feature is enabled.

2 System Type config N/A N/A 3 Type of the specified session agent – either SIP or H323.
3 Status integer N/A disabled Session agent is disabled.

outofService Session agent is out of service.

standby Session agent in standby mode.

inService Session agent is in service.

constraintsViolation Session agent has a signaling & bandwidth constraints violation.

inServiceTimedOut Session agent that is currently in Service has timed out because of inactivity.

22 Current state of the specified session agent.
4 Inbound Active Sessions gauge N/A 0 to 4294967295 4 Total number of current, active, inbound sessions.
5 Inbound Session Rate period 30 0 to 4294967295 5 Current inbound session rate in calls per second (CPS) during the sliding window period.
6 Outbound Active Sessions gauge N/A 0 to 4294967295 6 Total number of current, active, outbound sessions.
7 Outbound Session Rate period 30 0 to 4294967295 7 Current outbound session rate in calls per second (CPS) during the sliding window period.
8 Inbound Sessions Admitted period 30 0 to 4294967295 8 Total number of inbound sessions admitted during the sliding window period.
9 Inbound Sessions Not Admitted period 30 0 to 4294967295 9 Total number of inbound sessions rejected because of insufficient bandwidth during the sliding window period.
10 Inbound Concurrent Sessions High period 30 0 to 4294967295 10 Highest number of concurrent inbound sessions during the sliding window period.
11 Inbound Average Session Rate period 30 0 to 4294967295 11 Average rate of inbound sessions during the sliding window period in calls per second (CPS).
12 Outbound Sessions Admitted period 30 0 to 4294967295 12 Total number of outbound sessions admitted during the sliding window period.
13 Outbound Sessions Not Admitted period 30 0 to 4294967295 13 Total number of outbound sessions rejected due to insufficient bandwidth during the sliding window period.
14 Outbound Concurrent Sessions High period 30 0 to 4294967295 14 Highest number of concurrent outbound sessions during the sliding window period.
15 Outbound Average Sessions Rate period 30 0 to 4294967295 15 Average rate of outbound sessions during the sliding window period in calls per second (CPS).
16 Max Burst Rate period 10 0 to 4294967295 16 Burst rate of traffic (both inbound and outbound) measured during the current window period. The time period is equal to the value of the configuration parameter burst-rate-window in the session constraint or session-agent configuration record. It is equal to 1 if not configured. Its value is the number of active calls plus 1 divided by the time period. This is different from the Max Burst Rate value in the ACLI command "show sipd agent. In the ACLI it is the high-water mark during the window period.
17 Total Seizures period 30 0 to 4294967295 17 Total number of seizures during the sliding window period.
18 Total Answered Sessions period 30 0 to 4294967295 18 Total number of answered sessions during the sliding window period.
19 Answer/Seizure Ratio period 30 0% to 100% 19 Answer-to-seizure ratio expressed as a percentage during the sliding window period. For example, a value of 90 would represent 90% or .90.
20 Average One-Way Signaling Latency period 30 0 to 4294967295 20 Average observed one-way signaling latency during the current window period. This is the average amount of time the signaling travels in one direction. Each latency measurement used to calculate this average begins with a request and ends with its first response. Subsequent responses do not affect this measurement. For example, if a 100 Trying arrives as the first response to an INVITE, the system uses that latency for this purpose. Requests that trigger these measurements include every request that receives a response.
21 Maximum One-Way Signaling Latency period 30 0 to 4294967295 21 Maximum observed one-way signaling latency during the sliding window period. This is the maximum amount of time the signaling travels in one direction. Each latency measurement used to calculate this average begins with a request and ends with its first response. Subsequent responses do not affect this measurement. For example, if a 100 Trying arrives as the first response to an INVITE, the system uses that latency for this purpose. Requests that trigger these measurements include every request that receives a response.
22 Total Normal Call Drops integer N/A 0 to 4294967295 25 Total global count for externally-generated call terminations (BYE) through this session agent.
23 Total Local Call Drops integer N/A 0 to 4294967295 26 Total global count for locally-generated call terminations (BYE) through this session agent.
24 Total Inbound Call duration integer N/A 0 to 4294967295 23 Total call duration when this session agent is ingress.
25 Total Outbound Call Duration integer N/A 0 to 4294967295 24 Total call duration when this session agent is egress.

session-realm

A collection of Web security servers in a single Domain Name System (DNS) that are configured to share sessions. The statistic tables in this section identify the statistics that display in the “show sipd realms” output. Not all statistics are applicable to this show command.

The following list displays the session-realm SNMP MIB.
  • ap-sip.mib
  • apSigRealmStatsEntry
  • 1.3.6.1.4.1.9148.3.2.1.2.4.1
HDR data for session-realm statistics, listed in the order in which they appear in the CSV file.

Note:

To form the OID, add 1.3.6.1.4.1.9148.3.2.1.2.4.1 to the value in the OID # column. The OID for Realm Name, for example, is 1.3.6.1.4.1.9148.3.2.1.2.4.1.2.
# Statistic Type Timer Value Range OID # Description
1 Realm Name config N/A N/A 2 Name of the realm for which the group statistics are being calculated.
2 Inbound Active Sessions gauge N/A 0 to 4294967295 3 Total number of current, active, inbound sessions.
3 Inbound Session Rate period 30 0 to 4294967295 4 Current inbound session rate in calls per second (CPS) during the sliding window period.
4 Outbound Active Sessions gauge N/A 0 to 4294967295 5 Total number of current, active, outbound sessions.
5 Outbound Session Rate period 30 0 to 4294967295 6 Current outbound session rate in calls per second (CPS) during the sliding window period.
6 Inbound Sessions Admitted period 30 0 to 4294967295 7 Total number of inbound sessions during the sliding window period.
7 Inbound Sessions Not Admitted period 30 0 to 4294967295 8 Total number of inbound sessions rejected because of insufficient bandwidth during the sliding window period.
8 Inbound Concurrent Sessions High period 30 0 to 4294967295 9 Highest number of concurrent inbound sessions during the sliding window period.
9 Inbound Average Session Rate period 30 0 to 4294967295 10 Average rate of inbound sessions during the sliding window period in calls per second (CPS).
10 Outbound Sessions Admitted period 30 0 to 4294967295 11 Total number of outbound sessions admitted during the sliding window period.
11 Outbound Sessions Not Admitted period 30 0 to 4294967295 12 Total number of outbound sessions rejected due to insufficient bandwidth during the sliding window period.
12 Outbound Concurrent Sessions High period 30 0 to 4294967295 13 Highest number of concurrent outbound sessions during the sliding window period.
13 Outbound Average Sessions Rate period 30 0 to 4294967295 14 Average rate of outbound sessions during the sliding window period in calls per second (CPS).
14 Max Burst Rate period Equal to the burst-rate -window parameter in the Session Agent configuration record. If this value is less than 10, the timer value is set to 10. 0 to 4294967295 15 Burst rate of traffic (both inbound and outbound) measured during the current window period. The time period is equal to the value of the configuration parameter burst-rate-window in the session constraint or session-agent configuration record. It is equal to 1 if not configured. Its value is the number of active calls plus 1 divided by the time period. This is different from the Max Burst Rate value in the ACLI command "show sipd agent. In the ACLI it is the high-water mark during the window period.
15 Total Seizures period 30 0 to 4294967295 16 Total number of seizures during the sliding window period.
16 Total Answered Sessions period 30 0 to 4294967295 17 Total number of answered sessions during the sliding window period.
17 Answer/Seizure Ratio period 30 0% to 100% 18 Answer-to-seizure ratio expressed as a percentage during the sliding window period. For example, a value of 90 would represent 90% or .90.
18 Average One-Way Signaling Latency period 30 0 to 4294967295 19 Average observed one-way signaling latency during the current window period. This is the average amount of time the signaling travels in one direction.
19 Maximum One-Way Signaling Latency period 30 0 to 4294967295 20 Maximum observed one-way signaling latency during the sliding window period. This is the maximum amount of time the signaling travels in one direction.
20 Average QoS RFactor period 30 0 to 4294967295 24 Average Quality of Service (QoS) factor observed during the current window period. Quality of service shapes traffic to provide different priority and level of performance to different data flows. R-factors are metrics in VoIP, that use a formula to take into account both user perceptions and the cumulative effect of equipment impairments to arrive at a numeric expression of voice quality. This statistic defines the call or transmission quality expressed as an R factor.
21 Maximum QoS RFactor period 30 0 to 4294967295 25 Maximum Quality of Service (QoS) factor observed during the sliding window period. Quality of service shapes traffic to provide different priority and level of performance to different data flows. R-factors are metrics in VoIP that use a formula to determine a numeric expression of voice quality. This statistic defines the call or transmission quality expressed as an R factor.
22 Current QoS Major Exceeded period 30 0 to 4294967295 26 Peg counts of the number of times the major Rfactor threshold was exceeded during the sliding window period. The peg count provides counts of calls with different service classes that occur during intervals of frequency which reliability indicate the traffic load. R-factors are metrics in VoIP that use a formula to determine a numeric expression of voice quality.
23 Total QoS Major Exceeded counter N/A 0 to 4294967295 27 Count of the number of times the major Rfactor threshold was exceeded. Provides counts of calls with different service classes that occur during intervals of frequency which reliability indicate the traffic load. R-factors are metrics in VoIP that use a formula to determine a numeric expression of voice quality.
24 Current QoS Critical Exceeded period 30 0 to 4294967295 28 Count of the number of times the critical Rfactor threshold was exceeded during the sliding window period. Provides counts of calls with different service classes that occur during intervals of frequency which reliability indicate the traffic load. R-factors are metrics in VoIP that use a formula to determine a numeric expression of voice quality.
25 Total QoS Critical Exceeded counter N/A 0 to 4294967295 29 Count of the number of times the critical Rfactor threshold was exceeded. Provides counts of calls with different service classes that occur during intervals of frequency which reliability indicate the traffic load. R-factors are metrics in VoIP that use a formula to determine a numeric expression of voice quality.
26 Early Sessions counter N/A 0 to 4294967295 N/A Indicates the number of early sessions for each realm. Each time the SBC receives an INVITE on the ingress realm or the egress realm sends an INVITE request, a counter increments if the session is established with a 200 OK response. This counter also increments in sessions when there are no 18x responses (Ringing (180), Call is Being Forwarded (181), Queued (182), Session in Progress (183)), but a 200 OK is established. This counter represents the number of sessions that have reached the early dialog state or later.
27 Successful Sessions counter N/A 0 to 4294967295 N/A Indicates the number of successful sessions for each realm. Successful sessions are when the SBC receives a successful 200 OK response from an initial INVITE request.

Note:

This counter is NOT incremented for re-INVITES.
28 Active Subscriptions counter N/A 0 to 4294967295 N/A Current domain count of active SIP subscriptions.
29 Subscriptions Per Max counter N/A 0 to 4294967295 N/A Maximum domain count of SIP subscriptions initiated during any 100 second period since the last SBC re-boot.
30 Subscriptions High counter N/A 0 to 4294967295 N/A Maximum domain count of active SIP subscriptions since the last SBC re-boot.
31 Total Subscriptions counter N/A N/A 35 Count of lifetime total subscriptions for the SBC.
32 Active Local Contacts counter N/A N/A 31 Current Domain count of active SIP registrations.
33 Total Normal Call Drops counter N/A 0 to 4294967295 38 Total global count for externally-generated call terminations (BYE) through this realm.
34 Total Local Call Drops counter N/A 0 to 4294967295 39 Total global count for locally-generated call terminations (BYE) through this realm.
35 Total Inbound Call Duration counter N/A 0 to 4294967295 36 Total call duration when this realm is ingress.
36 Total Outbound Call Duration counter N/A 0 to 4294967295 37 Total call duration when this realm is egress.

voltage

Current operating voltages for components in the OCSBC.

The following list displays the voltage SNMP MIB:
  • ap-env-monitor.mib
  • apEnvMonVoltageStatusEntry
  • 1.2.6.1.4.1.9148.3.3.1.2.1.1
The following table lists and describes HDR data for voltage, listed in the order in which they appear in the CSV file.

Note:

To form the OID, add 1.2.6.1.4.1.9148.3.3.1.2.1.1 to the value in the OID # column. The OID for Voltage, for example, is 1.2.6.1.4.1.9148.3.3.1.2.1.1.4
# Statistic Type Timer Value Range OID # Description
1 Type string N/A v2p5 Uses a 2.5V power supply

v3p3 Uses a 3.3V power supply

v5 Uses a 5V power supply

vdd Uses a positive supply of voltage

cpu Uses the computer processing unit (CPU) power supply

N/A Type of power supply currently used on the SBC hardware.
2 Description string N/A 2.5V voltage 2.5V power supply

3.3V voltage 3.3V power supply

5V voltage 5V power supply

VDD voltage Positive voltage power supply

CPU voltage Computer processing unit (CPU) power supply

N/A Textual description of the voltage currently used on the power supply in the SBC.
3 Voltage (millivolts) gauge N/A 0 to 4294967295 4 Current measurement of voltage, in millivolts (if available).

fan

Environmental fan statistics.

The following list displays the environmental fan SNMP MIB.
  • ap-env-monitor.mib
  • apEnvMonFanStatusEntry
  • 1.3.6.1.4.1.9148.3.3.1.4.1.1
The following table lists and describes HDR data for fan statistics, listed in the order in which they appear in the CSV file.

Note:

To form the OID, add 1.3.6.1.4.1.9148.3.3.1.4.1.1 to the value in the OID # column. The OID for Speed, for example, is 1.3.6.1.4.1.9148.3.3.1.4.1.1.4.
# Statistic Type Timer Value Range OID # Description
1 Location string N/A left: Located on the left of the circuit board.

middle: Located in the middle of the circuit board.

right: Located on the right of the circuit board.

N/A Physical location of the cooling fan on the circuit board in the SBC.
2 Description string N/A Fan 1 speed Slow speed fan

Fan 2 speed Medium speed fan

Fan 3 speed Fast speed fan

N/A Textual description that specifies the speed of the cooling fan currently installed in the SBC.
3 Speed gauge N/A 0% to 100% 4 Current measurement of the fan speed expressed as a percentage.

temperature

Environmental temperature statistics.

The following list displays the environmental temperature SNMP MIB.
  • ap-env-,monitor.mib
  • apEnvMonTemperatureStatusEntry
  • 1.3.6.1.4.1.9148.3.3.1.3.1.1
The following table lists and describes HDR data for temperature statistics, listed in the order in which they appear in the CSV file.

Note:

To form the OID, add 1.3.6.1.4.1.9148.3.3.1.3.1.1 to the value in the OID # column. The OID for CPU Utilization, for example, is 1.3.6.1.4.1.9148.3.3.1.3.1.1.4.
# Statistic Type Timer Value Range OID # Description
1 Type string N/A ds 1624s Main Main board on the SBC

ds 1624s CPU Central processing unit (CPU)

ds 1624s Phy0 Physical Interface 0

ds 1624s Phy1 Physical Interface 1

NE1775s SDRAM Synchronous dynamic random access memory (SDRAM)

NE1775s PMC Polymer matrix composites (PMC)

N/A Indicates the entity being monitored for temperature.
2 Description string N/A Main board PROM Temperature Monitoring temperature on the programmable read-only memory (PROM) on the main board.

Host processor PROM Temperature Monitoring temperature on the host processor PROM.

PHY0 PROM Temperature Monitoring temperature on the Physical Interface 0 PROM.

PHY1 PROM Temperature Monitoring temperature on the Physical Interface 1 PROM.

SDRAM Temperature Monitoring temperature on the synchronous dynamic random access memory (SDRAM)

PMC Temperature Monitoring temperature on the polymer matrix composites (PMC)

N/A Textual description of the entity being monitored for temperature.
3 Temperature (Celsius) gauge N/A 0° to 100° 4 Current temperature on the main board’s programmable read-only memory (PROM), in Celsius.

space

Statistics that display storage space information on the SBC

The following table lists and describes HDR data for space statistics, listed in the order in which they appear in the CSV file.
# Statistic Type Timer Value Range Description
1 Volume Name string N/A hard-disk0 Hard disk volume 0

hard-disk1 Hard disk volume 1

hard-disk2 Hard disk volume 2

hard-disk3 Hard disk volume 4

/ramdrv Random Access Memory (RAM) drive

/boot/code Boot code volume

/boot Boot volume

Name of the volume used for storage space.
2 Space Used gauge N/A 0 to 4294967295 Total space used on the volume in Megabytes (Mb)
3 Space Available gauge N/A 0 to 4294967295 Total space available on the volume in Megabytes (Mb)

network-util

Statistics that display network utilization information.

The following list displays the network-util SNMP MIB:
  • ap-env-monitor.mib
  • apSysMgmtPhyUtilTableEntry
  • 1.3.6.1.4.1.9148.3.2.1.8.1.1
The following table lists and describes HDR data for network-util statistics, listed in the order in which they appear in the CSV file.

Note:

To form the OID, add 1.3.6.1.4.1.9148.3.2.1.8.1.1 to the value in the OID # column. The OID for Rx Utilization, for example, is 1.3.6.1.4.1.9148.3.2.1.8.1.1.1.
# Statistic Type Timer Value Range OID # Description
1 Index counter N/A 0 to 4294967295 N/A An integer that contains the ifIndex of a media port
2 Rx Utilization gauge N/A 0% to 100% 1 Receive (Rx) network utilization of the physical port measured over a one second period
3 Tx Utilization gauge N/A 0% to 100% 2 Transmit (Tx) network utilization of the physical port measured over a one second period

stir-server-stats

An HDR collection of statistics pertaining to STIR authentication and verification signaling.

Position Statistic Type Timer Value Range Description
1 TimeStamp N/A N/A N/A N/A
2 STI-Server text N/A N/A Server name as configured on the SBC
3 AS Queries counter N/A N/A Recent queries made to the named AS server
4 AS Success Responses counter N/A N/A Recent successful responses received from the named AS server
5 AS Fail Responses counter N/A N/A Recent failed responses received from the named AS server
6 AS Fail Service Exception counter N/A N/A Recent failed responses received from the named AS server caused by a service exception
7 AS Fail Policy Exception counter N/A N/A Recent failed responses received from the named AS server caused by a policy exception
8 VS Queries counter N/A N/A Recent queries made to the named VS server
9 VS Success Responses counter N/A N/A Recent successful responses received from the named VS server
10 VS Fail Responses counter N/A N/A Recent failed responses received from the named VS server
11 VS Fail Verification counter N/A N/A Recent failed responses received from the named VS server indicating verification failure
12 VS Fail Service Exception counter N/A N/A Recent failed responses received from the named VS server caused by a service exception
13 VS Fail Policy Exception counter N/A N/A Recent failed responses received from the named VS server caused by a policy exception
14 STI Server Unreachable counter N/A N/A The number of times the server has tripped the STI server's 'circuit breaker'

dos-threshold-counters

A collection of counters that you use to monitor the number of times your traffic triggers your DoS traffic threshold configurations.

CSV Position HDR Column Name Data Type Range Description
1 Trusted Minor Counter Counter 64-bit int Counter incremented, when trusted bandwidth crossed the minor threshold percentage
2 Trusted Major Counter Counter 64-bit int Counter incremented, when trusted bandwidth crossed the major threshold percentage
3 Trusted Critical Counter Counter 64-bit int Counter incremented, when trusted bandwidth crossed the critical threshold percentage
4 Untrusted Minor Counter Counter 64-bit int Counter incremented, when untrusted bandwidth crossed the minor threshold percentage
5 Untrusted Major Counter Counter 64-bit int Counter incremented, when untrusted bandwidth crossed the major threshold percentage
6 Untrusted Critical Counter Counter 64-bit int Counter incremented, when untrusted bandwidth crossed the critical threshold percentage
7 ARP Minor Counter Counter 64-bit int Counter incremented, when ARP bandwidth crossed the minor threshold percentage
8 ARP Major Counter Counter 64-bit int Counter incremented, when ARP bandwidth crossed the major threshold percentage
9 ARP Critical Counter Counter 64-bit int Counter incremented, when ARP bandwidth crossed the critical threshold percentage

thread-event

Reports pending and dropped events per protocol as well as calculates latency.

Position Statistic Type Timer Value Range Description
1 TimeStamp N/A N/A N/A Time Stamp
2 Thread Name string N/A alphanumeric Protocol (sipd, atcpd or mbcd) and optional numeric
3 Event Pending Current counter N/A 32767 Pending Event: Current count; number of occurrences in the current window
4 Event Pending CurHigh counter N/A 32767 Pending Event: Highest count between position 3 and the previous high
5 Event Pending Window counter N/A 32767 Pending Event: Total count in the current window plus the previous window
6 Event Pending Total counter N/A 32767 Pending Event: Total count after reset
7 Event Pending Maximum counter N/A 32767 Pending Event: Maximum count in the current window
8 Event Pending High counter N/A 32767 Pending Event: Highest count in a window after reset
9 Event Dropped Current counter N/A 32767 Dropped Event: Current count; number of occurrences in the current window
10 Event Dropped CurHigh counter N/A 32767 Dropped Event: Highest count between position 9 and the previous high
11 Event Dropped Window counter N/A 32767 Dropped Event: Total count in the current window plus the previous window
12 Event Dropped Total counter N/A 32767 Dropped Event: Total count after reset
13 Event Dropped Maximum counter N/A 32767 Dropped Event: Maximum count in the current window
14 Event Dropped High counter N/A 32767 Dropped Event: Highest count in a window after reset
15 Latency Pending Average integer millsecond 32767 Average pending latency in a window
16 Latency Pending Max integer millsecond 32767 Maximum pending latency in a window
17 Latency Processing Average integer millisecond 32767 Average pending latency in a window; PegStat
18 Latency Processing Max integer millisecond 32767 Maximum pending latency in a window; PegStat

thread-usage

Reports CPU thread usage per protocol and an overload condition.

Position Statistic Type Timer Value Range Description
1 TimeStamp N/A N/A N/A Time Stamp
2 Thread Name string N/A alphanumeric Protocol (sipd, atcpd or mbcd) and optional numeric
3 Current Usage gauge N/A 0-100 Percentage usage of CPU thread
4 Overloaded integer N/A 1; 2; 3 1 Not applicable; 2 True; 3 False