Context Schema Statistics

The Context schema provides operational statistics that can be used for monitoring and troubleshooting the following products: All

This schema provides the following types of statistics:
  • Counter: A counter records incremental data cumulatively and rolls over when the counter limit is reached. All counter statistics are cumulative and reset only by one of the following methods: roll-over when limit is reached, after a system restart, or after a clear command is performed. The limit depends upon the data type.
  • Gauge: A gauge statistic indicates a single value; a snapshot representation of a single point in time within a defined time frame. The gauge changes to a new value with each snapshot though a value may repeat from one period to the next. The limit depends upon the data type.
  • Information: This type of statistic provides information, often intended to differentiate sets of statistics; for example, a VPN name or IP address. The type of information provided depends upon the data type.
The data type defines the format of the data for the value provided by the statistic. The following data types are used in statistics for this schema:
  • Int32/Int64: An integer, either 32-bit or 64-bit: For statistics with the Int32 data type, the roll-over to zero limit is 4,294,967,295. For statistics with the Int64 data type, the roll-over to zero limit is 18,446,744,073,709,551,615.
  • Float: A numeric value that can be represented fractionally; for example, 1.345.
  • String: A series of ASCII alphanumeric characters in a single grouping, usually pre-configured.

IMPORTANT:

Unless otherwise indicated, all statistics are counters and all statistics are standards-based.

Key Variables: Every schema has some variables which are typically referred to as 'key variables'. These key variables provide index markers to identify which object the statistics apply to. For example, in the card schema, the card number (variable %card%) uniquely identifies a card. For an HA service, the keys would be "%vpnname%" plus "%servname%", as the combination uniquely identifies an HA service. So, in a given measurement interval, one row of statistics will be generated per unique key. The schema keys are identified in the Description section of the table.


Table 1. Bulk Statistic Variables in the Context Schema
Variables Description Data Type

vpnname

Description: Name of the VPN context.

This is a key variable.

Type: Information

String

vpnid

Description: Identifier for VPN context.

This is a key variable.

Type: Information

Int32

sfw-total-rxpackets

Description: Total number of packets received by the Stateful Firewall in-line service.

Triggers: Increments when a packet is received by the Stateful Firewall in-line service.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-total-rxbytes

Description: Total number of bytes received by the Stateful Firewall in-line service.

Triggers: Increments when a packet having layload is received by the Stateful Firewall in-line service.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-total-txpackets

Description: Total number of packets transmitted by the Stateful Firewall in-line service.

Triggers: Increments when a packet is sent by the Stateful Firewall in-line service.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-total-txbytes

Description: Total number of bytes transmitted by the Stateful Firewall in-line service.

Triggers: Increments when a packet having layload is forwarded by the Stateful Firewall in-line service.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-total-injectedpkts

Description: Total number of packets injected by the Stateful Firewall in-line service.

Triggers: Increments when a Firewall module creates and sends packets like RST.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-total-injectedbytes

Description: Total number of bytes injected by the Stateful Firewall in-line service.

Triggers: Increments when a Firewall module creates and sends packets like RST with data.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-dnlnk-droppkts

Description: Total number of packets dropped by the Stateful Firewall in-line service in downlink direction.

Triggers: Increments when Firewall drops a downlink packet due to any reason.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-dnlnk-dropbytes

Description: Total number of bytes dropped by the Stateful Firewall in-line service in downlink direction.

Triggers: Increments when Firewall drops a downlink packet with data due to any reason.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-uplnk-droppkts

Description: Total number of packets dropped by the Stateful Firewall in-line service in uplink direction.

Triggers: Increments when Firewall drops an uplink packet due to any reason.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-uplnk-dropbytes

Description: Total number of bytes dropped by the Stateful Firewall in-line service in uplink direction.

Triggers: Increments when Firewall drops an uplink packet with data due to any reason.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-total-malpackets

Description: Total number of invalid packets received by the Stateful Firewall in-line service.

Triggers: Increments when any packet is malformed and dropped by Firewall.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-ip-discardpackets

Description: Total number of IP packets discarded by the Stateful Firewall in-line service.

Triggers: Increments when any IP packet is discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-ip-malpackets

Description: Total number of invalid IP packets received by the Stateful Firewall in-line service.

Triggers: Increments when any IP packet is malformed and discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-icmp-discardpackets

Description: Total number of invalid ICMP packets discarded by the Stateful Firewall in-line service.

Triggers: Increments when any ICMP packet is discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-icmp-malpackets

Description: Total number of invalid ICMP packets received by the Stateful Firewall in-line service.

Triggers: Increments when any ICMP packet is malformed and discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-tcp-discardpackets

Description: Total number of invalid TCP packets discarded by the Stateful Firewall in-line service.

Triggers: Increments when any TCP packet is discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-tcp-malpackets

Description: Total number of invalid TCP packets received by the Stateful Firewall in-line service.

Triggers: Increments when any TCP packet is malformed and discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-udp-discardpackets

Description: Total number of invalid UDP packets discarded by the Stateful Firewall in-line service.

Triggers: Increments when any UDP packet is discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-udp-malpackets

Description: Total number of invalid UDP packets received by the Stateful Firewall in-line service.

Triggers: Increments when any UDP packet is malformed and discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-ipv6-discardpackets

Description: Total number of IPv6 packets discarded by the Stateful Firewall in-line service.

Triggers: Increments when any IPv6 packet is discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-ipv6-malpackets

Description: Total number of malformed IPv6 packets identified by the Stateful Firewall in-line service.

Triggers: Increments when any IPv6 packet is malformed and discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-icmpv6-discardpackets

Description: Total number of ICMPv6 packets discarded by the Stateful Firewall in-line service.

Triggers: Increments when any ICMPv6 packet is discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-icmpv6-malpackets

Description: Total number of malformed ICMPv6 packets identified by the Stateful Firewall in-line service.

Triggers: Increments when any ICMPv6 packet is malformed and discarded.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-total-dosattacks

Description: Total number of DoS attacks detected by the Stateful Firewall in-line service.

Triggers: Increments when a DOS attack is detected.

Availability: Per Active Charging Service

Type: Counter

Int64

sfw-total-flows

Description: Total number of flows processed by the Stateful Firewall in-line service.

Triggers: Increments when a new flow is processed by Firewall.

Availability: Per Active Charging Service

Type: Counter

Int32

dns-local-unknown-atmpts

Description: Total number of local (resolved at system SESSMGR level) Unknown query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-a-atmpts

Description: Total number of local (resolved at system SESSMGR level) A (32-bit IPv4 address record) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-ns-atmpts

Description: Total number of local (resolved at system SESSMGR level) query attempts to Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-cname-atmpts

Description: Total number of local (resolved at system SESSMGR level) CNAME (Canonical Name Record) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-ptr-atmpts

Description: Total number of local (resolved at system SESSMGR level) PTR (Pointer Record) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-srv-atmpts

Description: Total number of local (resolved at system SESSMGR level) SRV (Service Locator) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-aaaa-atmpts

Description: Total number of local (resolved at system SESSMGR level) AAAA (128-bit IPv6 address record) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-naptr-atmpts

Description: Total number of local (resolved at system SESSMGR level) NAPTR (Naming Authority Pointer) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-unknown-succs

Description: Total number of local (resolved at system SESSMGR level) Unknown query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-a-succs

Description: Total number of local (resolved at system SESSMGR level) A (32-bit IPv4 address record) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-ns-succs

Description: Total number of local (resolved at system SESSMGR level) query successes from Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-cname-succs

Description: Total number of local (resolved at system SESSMGR level) CNAME (Canonical Name Record) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-ptr-succs

Description: Total number of local (resolved at system SESSMGR level) PTR (Pointer Record) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-srv-succs

Description: Total number of local (resolved at system SESSMGR level) SRV (Service Locator) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-aaaa-succs

Description: Total number of local (resolved at system SESSMGR level) AAAA (128-bit IPv6 address record) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-naptr-succs

Description: Total number of local (resolved at system SESSMGR level) NAPTR (Naming Authority Pointer) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-unknown-fails

Description: Total number of local (resolved at system SESSMGR level) Unknown query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-a-fails

Description: Total number of local (resolved at system SESSMGR level) A (32-bit IPv4 address record) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-ns-fails

Description: Total number of local (resolved at system SESSMGR level) query failures from Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-cname-fails

Description: Total number of local (resolved at system SESSMGR level) CNAME (Canonical Name Record) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-ptr-fails

Description: Total number of local (resolved at system SESSMGR level) PTR (Pointer Record) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-srv-fails

Description: Total number of local (resolved at system SESSMGR level) SRV (Service Locator) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-aaaa-fails

Description: Total number of local (resolved at system SESSMGR level) AAAA (128-bit IPv6 address record) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-naptr-fails

Description: Total number of local (resolved at system SESSMGR level) NAPTR (Naming Authority Pointer) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-total-queries

Description: Total number of domain name lookups cached in local (resolved at system SESSMGR level) location.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-positive-cache-hits

Description: Total number of local (resolved at system SESSMGR level) hits with positive response.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-negative-cache-hits

Description: Total number of local (resolved at system SESSMGR level) hits with negative response.

Availability: Per DNS Client

Type: Counter

Int32

dns-local-cache-hits-not-found

Description: Total number of hits which have no record in local (resolved at system SESSMGR level) cache memory.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-unknown-atmpts

Description: Total number of central (resolved at system VPNMGR level) Unknown query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-a-atmpts

Description: Total number of central (resolved at system VPNMGR level) A (32-bit IPv4 address record) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-ns-atmpts

Description: Total number of central (resolved at system VPNMGR level) query attempts to Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-cname-atmpts

Description: Total number of central (resolved at system VPNMGR level) CNAME (Canonical Name Record) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-ptr-atmpts

Description: Total number of central (resolved at system VPNMGR level) PTR (Pointer Record) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-srv-atmpts

Description: Total number of central (resolved at system VPNMGR level) SRV (Service Locator) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-aaaa-atmpts

Description: Total number of central (resolved at system VPNMGR level) AAAA (128-bit IPv6 address record) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-naptr-atmpts

Description: Total number of central (resolved at system VPNMGR level) NAPTR (Naming Authority Pointer) query attempts.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-unknown-succs

Description: Total number of central (resolved at system VPNMGR level) Unknown query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-a-succs

Description: Total number of central (resolved at system VPNMGR level) A (32-bit IPv4 address record) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-ns-succs

Description: Total number of central (resolved at system VPNMGR level) query successes from Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-cname-succs

Description: Total number of central (resolved at system VPNMGR level) CNAME (Canonical Name Record) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-ptr-succs

Description: Total number of central (resolved at system VPNMGR level) PTR (Pointer Record) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-srv-succs

Description: Total number of central (resolved at system VPNMGR level) SRV (Service Locator) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-aaaa-succs

Description: Total number of central (resolved at system VPNMGR level) AAAA (128-bit IPv6 address record) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-naptr-succs

Description: Total number of central (resolved at system VPNMGR level) NAPTR (Naming Authority Pointer) query successes.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-unknown-fails

Description: Total number of central (resolved at system VPNMGR level) Unknown query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-a-fails

Description: Total number of central (resolved at system VPNMGR level) A (32-bit IPv4 address record) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-ns-fails

Description: Total number of central (resolved at system VPNMGR level) query failures from Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-cname-fails

Description: Total number of central (resolved at system VPNMGR level) CNAME (Canonical Name Record) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-ptr-fails

Description: Total number of central (resolved at system VPNMGR level) PTR (Pointer Record) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-srv-fails

Description: Total number of central (resolved at system VPNMGR level) SRV (Service Locator) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-aaaa-fails

Description: Total number of central (resolved at system VPNMGR level) AAAA (128-bit IPv6 address record) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-naptr-fails

Description: Total number of central (resolved at system VPNMGR level) NAPTR (Naming Authority Pointer) query failures.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-total-queries

Description: Total number of domain name lookups cached in central (resolved at system VPNMGR level) location.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-positive-cache-hits

Description: Total number of central (resolved at system VPNMGR level) hits with positive response.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-negative-cache-hits

Description: Total number of central (resolved at system VPNMGR level) hits with negative response.

Availability: Per DNS Client

Type: Counter

Int32

dns-central-cache-hits-not-found

Description: Total number of hits which have no record in central (resolved at system VPNMGR level) cache memory.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-unknown-atmpts

Description: Total number of Unknown query attempts resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-a-atmpts

Description: Total number of A (32-bit IPv4 address record) query attempts resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-ns-atmpts

Description: Total number of Name Server query attempts resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-cname-atmpts

Description: Total number of CNAME (Canonical Name Record) query attempts resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-ptr-atmpts

Description: Total number of PTR (Pointer Record) query attempts resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-srv-atmpts

Description: Total number of SRV (Service Locator) query attempts resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-aaaa-atmpts

Description: Total number of AAAA (128-bit IPv6 address record) query attempts resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-naptr-atmpts

Description: Total number of NAPTR (Naming Authority Pointer) query attempts resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-unknown-succs

Description: Total number of Unknown query successes resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-a-succs

Description: Total number of A (32-bit IPv4 address record) query successes resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-ns-succs

Description: Total number of Name Server query successes resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-cname-succs

Description: Total number of CNAME (Canonical Name Record) query successes resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-ptr-succs

Description: Total number of PTR (Pointer Record) query successes resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-srv-succs

Description: Total number of SRV (Service Locator) query successes resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-aaaa-succs

Description: Total number of AAAA (128-bit IPv6 address record) query successes resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-naptr-succs

Description: Total number of NAPTR (Naming Authority Pointer) query successes resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-unknown-fails

Description: Total number of Unknown query failures resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-a-fails

Description: Total number of A (32-bit IPv4 address record) query failures resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-ns-fails

Description: Total number of Name Server query failures resolved at external Primary Name Server.

Type: Counter

Int32

dns-primary-ns-cname-fails

Description: Total number of CNAME (Canonical Name Record) query failures resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-ptr-fails

Description: Total number of PTR (Pointer Record) query failures resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-srv-fails

Description: Total number of SRV (Service Locator) query failures resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-aaaa-fails

Description: Total number of AAAA (128-bit IPv6 address record) query failures resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-naptr-fails

Description: Total number of NAPTR (Naming Authority Pointer) query failures resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-rsp-rejected

Description: Total number of queries for a domain for which connection refused resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-query-timeouts

Description: Total number of query timeouts resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-primary-ns-domain-not-found

Description: Total number of queries where domain name not found resolved at external Primary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-unknown-atmpts

Description: Total number of Unknown query attempts resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-a-atmpts

Description: Total number of A (32-bit IPv4 address record) query attempts resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-ns-atmpts

Description: Total number of Name Server query attempts resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-cname-atmpts

Description: Total number of CNAME (Canonical Name Record) query attempts resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-ptr-atmpts

Description: Total number of PTR (Pointer Record) query attempts resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-srv-atmpts

Description: Total number of SRV (Service Locator) query attempts resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-aaaa-atmpts

Description: Total number of AAAA (128-bit IPv6 address record) query attempts resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-naptr-atmpts

Description: Total number of NAPTR (Naming Authority Pointer) query attempts resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-unknown-succs

Description: Total number of Unknown query successes resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-a-succs

Description: Total number of A (32-bit IPv4 address record) query successes resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-ns-succs

Description: Total number of Name Server query successes resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-cname-succs

Description: Total number of CNAME (Canonical Name Record) query successes resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-ptr-succs

Description: Total number of PTR (Pointer Record) query successes resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-srv-succs

Description: Total number of SRV (Service Locator) query successes resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-aaaa-succs

Description: Total number of AAAA (128-bit IPv6 address record) query successes resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-naptr-succs

Description: Total number of NAPTR (Naming Authority Pointer) query successes resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-unknown-fails

Description: Total number of Unknown query failures resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

.

dns-secondary-ns-a-fails

Description: Total number of A (32-bit IPv4 address record) query failures resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-ns-fails

Description: Total number of Name Server query failures resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

.

dns-secondary-ns-cname-fails

Description: Total number of CNAME (Canonical Name Record) query failures resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

.

dns-secondary-ns-ptr-fails

Description: Total number of PTR (Pointer Record) query failures resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

.

dns-secondary-ns-srv-fails

Description: Total number of SRV (Service Locator) query failures resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-aaaa-fails

Description: Total number of AAAA (128-bit IPv6 address record) query failures resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-naptr-fails

Description: Total number of NAPTR (Naming Authority Pointer) query failures resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-rsp-rejected

Description: Total number of queries for a domain for which connection refused resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-query-timeouts

Description: Total number of query timeouts resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

dns-secondary-ns-domain-not-found

Description: Total number of queries where domain name not found resolved at external Secondary Name Server.

Availability: Per DNS Client

Type: Counter

Int32

bgp-maxroute

Description: Maximum number of BGP routes. It is the sum of all the VRFs in a context.

Availability: Per DNS Client

Type: Information

Int32

bgp-totroute

Description: Total number of BGP routes. It is the sum of all the VRFs in a context.

Availability: Per DNS Client

Type: Information

Int32

IMPORTANT:

For information on statistics that are common to all schema see the Statistics and Counters Overview chapter.