Download full document:

NetScaler 12.0 SNMP OID Reference

A detailed list of the SNMP OIDs that can be used to obtain information from a NetScaler appliance.

Note: Refer to the Hardware documentation for the recommended range for the hardware attributes.


Generic MIB-II OIDs

system (1.3.6.1.2.1.1)

sysDescr (1.3.6.1.2.1.1.1)

A textual description of the entity. This value should

include the full name and version identification of

the system's hardware type, software operating-system,

and networking software.

sysObjectID (1.3.6.1.2.1.1.2)

The vendor's authoritative identification of the

network management subsystem contained in the entity.

This value is allocated within the SMI enterprises

subtree (1.3.6.1.4.1) and provides an easy and

unambiguous means for determining 'what kind of box' is

being managed. For example, if vendor 'Flintstones,

Inc.' was assigned the subtree 1.3.6.1.4.1.424242,

it could assign the identifier 1.3.6.1.4.1.424242.1.1

to its 'Fred Router'.

sysUpTime (1.3.6.1.2.1.1.3)

The time (in hundredths of a second) since the

network management portion of the system was last

re-initialized.

sysContact (1.3.6.1.2.1.1.4)

The textual identification of the contact person for

this managed node, together with information on how

to contact this person. If no contact information is

known, the value is the zero-length string.

sysName (1.3.6.1.2.1.1.5)

An administratively-assigned name for this managed

node. By convention, this is the node's fully-qualified

domain name. If the name is unknown, the value is

the zero-length string.

sysLocation (1.3.6.1.2.1.1.6)

The physical location of this node (e.g., 'telephone

closet, 3rd floor'). If the location is unknown, the

value is the zero-length string.

sysServices (1.3.6.1.2.1.1.7)

A value which indicates the set of services that this

entity may potentially offer. The value is a sum.

This sum initially takes the value zero. Then, for

each layer, L, in the range 1 through 7, that this node

performs transactions for, 2 raised to (L - 1) is added

to the sum. For example, a node which performs only

routing functions would have a value of 4 (2^(3-1)).

In contrast, a node which is a host offering application

services would have a value of 72 (2^(4-1) + 2^(7-1)).

Note that in the context of the Internet suite of

protocols, values should be calculated accordingly:

layer functionality

1 physical (e.g., repeaters)

2 datalink/subnetwork (e.g., bridges)

3 internet (e.g., supports the IP)

4 end-to-end (e.g., supports the TCP)

7 applications (e.g., supports the SMTP)

For systems including OSI protocols, layers 5 and 6

may also be counted.

snmp (1.3.6.1.2.1.11)

snmpInPkts (1.3.6.1.2.1.11.1)

The total number of messages delivered to the SNMP

entity from the transport service.

snmpInBadVersions (1.3.6.1.2.1.11.3)

The total number of SNMP messages which were delivered

to the SNMP entity and were for an unsupported SNMP

version.

snmpInBadCommunityNames (1.3.6.1.2.1.11.4)

The total number of community-based SNMP messages (for

example, SNMPv1) delivered to the SNMP entity which

used an SNMP community name not known to said entity.

Also, implementations which authenticate community-based

SNMP messages using check(s) in addition to matching

the community name (for example, by also checking

whether the message originated from a transport address

allowed to use a specified community name) MAY include

in this value the number of messages which failed the

additional check(s). It is strongly RECOMMENDED that

the documentation for any security model which is used

to authenticate community-based SNMP messages specify

the precise conditions that contribute to this value.

snmpInBadCommunityUses (1.3.6.1.2.1.11.5)

The total number of community-based SNMP messages (for

example, SNMPv1) delivered to the SNMP entity which

represented an SNMP operation that was not allowed for

the SNMP community named in the message. The precise

conditions under which this counter is incremented

(if at all) depend on how the SNMP entity implements

its access control mechanism and how its applications

interact with that access control mechanism. It is

strongly RECOMMENDED that the documentation for any

access control mechanism which is used to control access

to and visibility of MIB instrumentation specify the

precise conditions that contribute to this value.

snmpInASNParseErrs (1.3.6.1.2.1.11.6)

The total number of ASN.1 or BER errors encountered by

the SNMP entity when decoding received SNMP messages.

snmpEnableAuthenTraps (1.3.6.1.2.1.11.30)

Indicates whether the SNMP entity is permitted to

generate authenticationFailure traps. The value of this

object overrides any configuration information; as such,

it provides a means whereby all authenticationFailure

traps may be disabled.

Note that it is strongly recommended that this object

be stored in non-volatile memory so that it remains

constant across re-initializations of the network

management system.

snmpSilentDrops (1.3.6.1.2.1.11.31)

The total number of Confirmed Class PDUs (such as

GetRequest-PDUs, GetNextRequest-PDUs,

GetBulkRequest-PDUs, SetRequest-PDUs, and

InformRequest-PDUs) delivered to the SNMP entity which

were silently dropped because the size of a reply

containing an alternate Response Class PDU (such as a

Response-PDU) with an empty variable-bindings field

was greater than either a local constraint or the

maximum message size associated with the originator of

the request.

snmpProxyDrops (1.3.6.1.2.1.11.32)

The total number of Confirmed Class PDUs

(such as GetRequest-PDUs, GetNextRequest-PDUs,

GetBulkRequest-PDUs, SetRequest-PDUs, and

InformRequest-PDUs) delivered to the SNMP entity which

were silently dropped because the transmission of

the (possibly translated) message to a proxy target

failed in a manner (other than a time-out) such that

no Response Class PDU (such as a Response-PDU) could

be returned.

interfaces (1.3.6.1.2.1.2)

ifNumber (1.3.6.1.2.1.2.1)

The number of network interfaces (regardless of their

current state) present on this system.

ifTable (1.3.6.1.2.1.2.2)

A list of interface entries. The number of entries is

given by the value of ifNumber.

ifIndex (1.3.6.1.2.1.2.2.1.1)

A unique value, greater than zero, for each interface. It

is recommended that values are assigned contiguously

starting from 1. The value for each interface sub-layer

must remain constant at least from one re-initialization of

the entity's network management system to the next re-

initialization.

ifDescr (1.3.6.1.2.1.2.2.1.2)

A textual string containing information about the

interface. This string should include the name of the

manufacturer, the product name and the version of the

interface hardware/software.

ifType (1.3.6.1.2.1.2.2.1.3)

The type of interface. Additional values for ifType are

assigned by the Internet Assigned Numbers Authority (IANA),

through updating the syntax of the IANAifType textual

convention.

ifMtu (1.3.6.1.2.1.2.2.1.4)

The size of the largest packet which can be sent/received

on the interface, specified in octets. For interfaces that

are used for transmitting network datagrams, this is the

size of the largest network datagram that can be sent on the

interface.

ifSpeed (1.3.6.1.2.1.2.2.1.5)

An estimate of the interface's current bandwidth in bits

per second. For interfaces which do not vary in bandwidth

or for those where no accurate estimation can be made, this

object should contain the nominal bandwidth. If the

bandwidth of the interface is greater than the maximum value

reportable by this object then this object should report its

maximum value (4,294,967,295) and ifHighSpeed must be used

to report the interace's speed. For a sub-layer which has

no concept of bandwidth, this object should be zero.

ifPhysAddress (1.3.6.1.2.1.2.2.1.6)

The interface's address at its protocol sub-layer. For

example, for an 802.x interface, this object normally

contains a MAC address. The interface's media-specific MIB

must define the bit and byte ordering and the format of the

value of this object. For interfaces which do not have such

an address (e.g., a serial line), this object should contain

an octet string of zero length.

ifAdminStatus (1.3.6.1.2.1.2.2.1.7)

The desired state of the interface. The testing(3) state

indicates that no operational packets can be passed. When a

managed system initializes, all interfaces start with

ifAdminStatus in the down(2) state. As a result of either

explicit management action or per configuration information

retained by the managed system, ifAdminStatus is then

changed to either the up(1) or testing(3) states (or remains

in the down(2) state).

ifOperStatus (1.3.6.1.2.1.2.2.1.8)

The current operational state of the interface. The

testing(3) state indicates that no operational packets can

be passed. If ifAdminStatus is down(2) then ifOperStatus

should be down(2). If ifAdminStatus is changed to up(1)

then ifOperStatus should change to up(1) if the interface is

ready to transmit and receive network traffic; it should

change to dormant(5) if the interface is waiting for

external actions (such as a serial line waiting for an

incoming connection); it should remain in the down(2) state

if and only if there is a fault that prevents it from going

to the up(1) state; it should remain in the notPresent(6)

state if the interface has missing (typically, hardware)

components.

ifLastChange (1.3.6.1.2.1.2.2.1.9)

The value of sysUpTime at the time the interface entered

its current operational state. If the current state was

entered prior to the last re-initialization of the local

network management subsystem, then this object contains a

zero value.

ifInOctets (1.3.6.1.2.1.2.2.1.10)

The total number of octets received on the interface,

including framing characters.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifInUcastPkts (1.3.6.1.2.1.2.2.1.11)

The number of packets, delivered by this sub-layer to a

higher (sub-)layer, which were not addressed to a multicast

or broadcast address at this sub-layer.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifInDiscards (1.3.6.1.2.1.2.2.1.13)

The number of inbound packets which were chosen to be

discarded even though no errors had been detected to prevent

their being deliverable to a higher-layer protocol. One

possible reason for discarding such a packet could be to

free up buffer space.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifInErrors (1.3.6.1.2.1.2.2.1.14)

For packet-oriented interfaces, the number of inbound

packets that contained errors preventing them from being

deliverable to a higher-layer protocol. For character-

oriented or fixed-length interfaces, the number of inbound

transmission units that contained errors preventing them

from being deliverable to a higher-layer protocol.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifInUnknownProtos (1.3.6.1.2.1.2.2.1.15)

For packet-oriented interfaces, the number of packets

received via the interface which were discarded because of

an unknown or unsupported protocol. For character-oriented

or fixed-length interfaces that support protocol

multiplexing the number of transmission units received via

the interface which were discarded because of an unknown or

unsupported protocol. For any interface that does not

support protocol multiplexing, this counter will always be

0.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifOutOctets (1.3.6.1.2.1.2.2.1.16)

The total number of octets transmitted out of the

interface, including framing characters.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifOutUcastPkts (1.3.6.1.2.1.2.2.1.17)

The total number of packets that higher-level protocols

requested be transmitted, and which were not addressed to a

multicast or broadcast address at this sub-layer, including

those that were discarded or not sent.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifOutDiscards (1.3.6.1.2.1.2.2.1.19)

The number of outbound packets which were chosen to be

discarded even though no errors had been detected to prevent

their being transmitted. One possible reason for discarding

such a packet could be to free up buffer space.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifOutErrors (1.3.6.1.2.1.2.2.1.20)

For packet-oriented interfaces, the number of outbound

packets that could not be transmitted because of errors.

For character-oriented or fixed-length interfaces, the

number of outbound transmission units that could not be

transmitted because of errors.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifMIBObjects (1.3.6.1.2.1.31.1)

ifTableLastChange (1.3.6.1.2.1.31.1.5)

The value of sysUpTime at the time of the last creation or

deletion of an entry in the ifTable. If the number of

entries has been unchanged since the last re-initialization

of the local network management subsystem, then this object

contains a zero value.

ifXTable (1.3.6.1.2.1.31.1.1)

A list of interface entries. The number of entries is

given by the value of ifNumber. This table contains

additional objects for the interface table.

ifInMulticastPkts (1.3.6.1.2.1.31.1.1.1.2)

The number of packets, delivered by this sub-layer to a

higher (sub-)layer, which were addressed to a multicast

address at this sub-layer. For a MAC layer protocol, this

includes both Group and Functional addresses.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifInBroadcastPkts (1.3.6.1.2.1.31.1.1.1.3)

The number of packets, delivered by this sub-layer to a

higher (sub-)layer, which were addressed to a broadcast

address at this sub-layer.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifOutMulticastPkts (1.3.6.1.2.1.31.1.1.1.4)

The total number of packets that higher-level protocols

requested be transmitted, and which were addressed to a

multicast address at this sub-layer, including those that

were discarded or not sent. For a MAC layer protocol, this

includes both Group and Functional addresses.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifOutBroadcastPkts (1.3.6.1.2.1.31.1.1.1.5)

The total number of packets that higher-level protocols

requested be transmitted, and which were addressed to a

broadcast address at this sub-layer, including those that

were discarded or not sent.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifHCInOctets (1.3.6.1.2.1.31.1.1.1.6)

The total number of octets received on the interface,

including framing characters. This object is a 64-bit

version of ifInOctets.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifHCInUcastPkts (1.3.6.1.2.1.31.1.1.1.7)

The number of packets, delivered by this sub-layer to a

higher (sub-)layer, which were not addressed to a multicast

or broadcast address at this sub-layer. This object is a

64-bit version of ifInUcastPkts.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifHCInMulticastPkts (1.3.6.1.2.1.31.1.1.1.8)

The number of packets, delivered by this sub-layer to a

higher (sub-)layer, which were addressed to a multicast

address at this sub-layer. For a MAC layer protocol, this

includes both Group and Functional addresses. This object

is a 64-bit version of ifInMulticastPkts.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifHCInBroadcastPkts (1.3.6.1.2.1.31.1.1.1.9)

The number of packets, delivered by this sub-layer to a

higher (sub-)layer, which were addressed to a broadcast

address at this sub-layer. This object is a 64-bit version

of ifInBroadcastPkts.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifHCOutOctets (1.3.6.1.2.1.31.1.1.1.10)

The total number of octets transmitted out of the

interface, including framing characters. This object is a

64-bit version of ifOutOctets.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifHCOutUcastPkts (1.3.6.1.2.1.31.1.1.1.11)

The total number of packets that higher-level protocols

requested be transmitted, and which were not addressed to a

multicast or broadcast address at this sub-layer, including

those that were discarded or not sent. This object is a

64-bit version of ifOutUcastPkts.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifHCOutMulticastPkts (1.3.6.1.2.1.31.1.1.1.12)

The total number of packets that higher-level protocols

requested be transmitted, and which were addressed to a

multicast address at this sub-layer, including those that

were discarded or not sent. For a MAC layer protocol, this

includes both Group and Functional addresses. This object

is a 64-bit version of ifOutMulticastPkts.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifHCOutBroadcastPkts (1.3.6.1.2.1.31.1.1.1.13)

The total number of packets that higher-level protocols

requested be transmitted, and which were addressed to a

broadcast address at this sub-layer, including those that

were discarded or not sent. This object is a 64-bit version

of ifOutBroadcastPkts.

Discontinuities in the value of this counter can occur at

re-initialization of the management system, and at other

times as indicated by the value of

ifCounterDiscontinuityTime.

ifLinkUpDownTrapEnable (1.3.6.1.2.1.31.1.1.1.14)

Indicates whether linkUp/linkDown traps should be generated

for this interface.

By default, this object should have the value enabled(1) for

interfaces which do not operate on 'top' of any other

interface (as defined in the ifStackTable), and disabled(2)

otherwise.

ifHighSpeed (1.3.6.1.2.1.31.1.1.1.15)

An estimate of the interface's current bandwidth in units

of 1,000,000 bits per second. If this object reports a

value of 'n' then the speed of the interface is somewhere in

the range of 'n-500,000' to 'n+499,999'. For interfaces

which do not vary in bandwidth or for those where no

accurate estimation can be made, this object should contain

the nominal bandwidth. For a sub-layer which has no concept

of bandwidth, this object should be zero.

ifPromiscuousMode (1.3.6.1.2.1.31.1.1.1.16)

This object has a value of false(2) if this interface only

accepts packets/frames that are addressed to this station.

This object has a value of true(1) when the station accepts

all packets/frames transmitted on the media. The value

true(1) is only legal on certain types of media. If legal,

setting this object to a value of true(1) may require the

interface to be reset before becoming effective.

The value of ifPromiscuousMode does not affect the reception

of broadcast and multicast packets/frames by the interface.

ifConnectorPresent (1.3.6.1.2.1.31.1.1.1.17)

This object has the value 'true(1)' if the interface

sublayer has a physical connector and the value 'false(2)'

otherwise.

ifAlias (1.3.6.1.2.1.31.1.1.1.18)

This object is an 'alias' name for the interface as

specified by a network manager, and provides a non-volatile

'handle' for the interface.

On the first instantiation of an interface, the value of

ifAlias associated with that interface is the zero-length

string. As and when a value is written into an instance of

ifAlias through a network management set operation, then the

agent must retain the supplied value in the ifAlias instance

associated with the same interface for as long as that

interface remains instantiated, including across all re-

initializations/reboots of the network management system,

including those which result in a change of the interface's

ifIndex value.

An example of the value which a network manager might store

in this object for a WAN interface is the (Telco's) circuit

number/identifier of the interface.

Some agents may support write-access only for interfaces

having particular values of ifType. An agent which supports

write access to this object is required to keep the value in

non-volatile storage, but it may limit the length of new

values depending on how much storage is already occupied by

the current values for other interfaces.

ifCounterDiscontinuityTime (1.3.6.1.2.1.31.1.1.1.19)

The value of sysUpTime on the most recent occasion at which

any one or more of this interface's counters suffered a

discontinuity. The relevant counters are the specific

instances associated with this interface of any Counter32 or

Counter64 object contained in the ifTable or ifXTable. If

no such discontinuities have occurred since the last re-

initialization of the local management subsystem, then this

object contains a zero value.

icmp (1.3.6.1.2.1.5)

udp (1.3.6.1.2.1.7)

udpInDatagrams (1.3.6.1.2.1.7.1)

The total number of UDP datagrams delivered to UDP

users.

Discontinuities in the value of this counter can occur

at re-initialization of the management system, and at

other times as indicated by discontinuities in the

value of sysUpTime.

udpNoPorts (1.3.6.1.2.1.7.2)

The total number of received UDP datagrams for which

there was no application at the destination port.

Discontinuities in the value of this counter can occur

at re-initialization of the management system, and at

other times as indicated by discontinuities in the

value of sysUpTime.

udpInErrors (1.3.6.1.2.1.7.3)

The number of received UDP datagrams that could not be

delivered for reasons other than the lack of an

application at the destination port.

Discontinuities in the value of this counter can occur

at re-initialization of the management system, and at

other times as indicated by discontinuities in the

value of sysUpTime.

udpOutDatagrams (1.3.6.1.2.1.7.4)

The total number of UDP datagrams sent from this

entity.

Discontinuities in the value of this counter can occur

at re-initialization of the management system, and at

other times as indicated by discontinuities in the

value of sysUpTime.


NetScaler Enterprise OIDs

nsSysGroup (1.3.6.1.4.1.5951.4.1.1)

sysBuildVersion (1.3.6.1.4.1.5951.4.1.1.1)

This shows the version of the kernel build running on the netscaler.

sysIpAddress (1.3.6.1.4.1.5951.4.1.1.2)

This shows the configured ipaddress of the NetScaler

sysNetmask (1.3.6.1.4.1.5951.4.1.1.3)

This shows the configured netmask of the NetScaler

sysHighAvailabilityMode (1.3.6.1.4.1.5951.4.1.1.6)

This shows whether NetScaler is in standalone mode or whether it is primary or secondary in case of failover mode.

sysGateway (1.3.6.1.4.1.5951.4.1.1.7)

This represents the default gateway configured on the NetScaler

sysCurMappedIpCount (1.3.6.1.4.1.5951.4.1.1.8)

This represents the number of Mapped IPs currently configured on the NetScaler system

sysCustomID (1.3.6.1.4.1.5951.4.1.1.9)

Configurable Identifier for the system

sysHardwareVersionId (1.3.6.1.4.1.5951.4.1.1.10)

The hardware version ID of the NetScaler system

sysHardwareVersionDesc (1.3.6.1.4.1.5951.4.1.1.11)

The hardware version description of the NetScaler system

sysTotConfigChanges (1.3.6.1.4.1.5951.4.1.1.12)

The number of times a configuration change was made on the NetScaler appliance.

sysTotSaveConfigs (1.3.6.1.4.1.5951.4.1.1.13)

Number of times the system configuration was saved on the NetScaler appliance.

sysHardwareSerialNumber (1.3.6.1.4.1.5951.4.1.1.14)

The serial number of the NetScaler system.

sysHardwareEncodedSerialNumber (1.3.6.1.4.1.5951.4.1.1.15)

The encoded serial no of the NetScaler system.

sysModelId (1.3.6.1.4.1.5951.4.1.1.16)

The model ID is populated if the system is such that it is license controlled. If the system does not support license based models, then the model id will be zero.

nsFeatureInfo (1.3.6.1.4.1.5951.4.1.1.20)

featureWebLogging (1.3.6.1.4.1.5951.4.1.1.20.1)

This represents whether webLogging feature is enabled or disabled on NetScaler.

featureSurgeProtection (1.3.6.1.4.1.5951.4.1.1.20.2)

This represents whether surgeProtection feature is enabled or disabled on NetScaler.

featureLoadBalancing (1.3.6.1.4.1.5951.4.1.1.20.3)

This represents whether LoadBalancing feature is enabled or disabled on NetScaler.

featureContentSwitching (1.3.6.1.4.1.5951.4.1.1.20.4)

This represents whether contentSwitching feature is enabled or disabled on NetScaler.

featureCacheRedirection (1.3.6.1.4.1.5951.4.1.1.20.5)

This represents whether cacheRedirection feature is enabled or disabled on NetScaler.

featureSureConnect (1.3.6.1.4.1.5951.4.1.1.20.6)

This represents whether sureConnect feature is enabled or disabled on NetScaler.

featureCompression (1.3.6.1.4.1.5951.4.1.1.20.7)

This represents whether compression feature is enabled or disabled on NetScaler.

featurePriorityQueuing (1.3.6.1.4.1.5951.4.1.1.20.8)

This represents whether priorityQueuing feature is enabled or disabled on NetScaler.

featureSslOffloading (1.3.6.1.4.1.5951.4.1.1.20.9)

This represents whether sslOffloading feature is enabled or disabled on NetScaler.

featureGslb (1.3.6.1.4.1.5951.4.1.1.20.10)

This represents whether gslb feature is enabled or disabled on NetScaler.

featureHttpDosProtection (1.3.6.1.4.1.5951.4.1.1.20.11)

This represents whether httpDosProtection feature is enabled or disabled on NetScaler.

featureContentFiltering (1.3.6.1.4.1.5951.4.1.1.20.13)

This represents whether contentFiltering feature is enabled or disabled on NetScaler.

featureInternalCaching (1.3.6.1.4.1.5951.4.1.1.20.14)

This represents whether internalCaching feature is enabled or disabled on NetScaler.

featureSSLVPN (1.3.6.1.4.1.5951.4.1.1.20.15)

This represents whether SSL VPN feature is enabled or disabled on NetScaler.

featureOSPF (1.3.6.1.4.1.5951.4.1.1.20.16)

This represents whether OSPF feature is enabled or disabled on NetScaler.

featureRIP (1.3.6.1.4.1.5951.4.1.1.20.17)

This represents whether RIP feature is enabled or disabled on NetScaler.

featureBGP (1.3.6.1.4.1.5951.4.1.1.20.18)

This represents whether BGP feature is enabled or disabled on NetScaler.

featureRewrite (1.3.6.1.4.1.5951.4.1.1.20.19)

This represents whether Rewrite feature is enabled or disabled on NetScaler.

featureDeltaCompression (1.3.6.1.4.1.5951.4.1.1.20.20)

This represents whether Delta Compression feature is enabled or disabled on NetScaler.

featureGSLBProximity (1.3.6.1.4.1.5951.4.1.1.20.21)

This represents whether GSLB Proximity feature is enabled or disabled on NetScaler.

featureIPv6ProtocolTranslation (1.3.6.1.4.1.5951.4.1.1.20.22)

This represents whether IPv6 Protocol Translation feature is enabled or disabled on NetScaler.

featureApplicationFirewall (1.3.6.1.4.1.5951.4.1.1.20.23)

This represents whether Application Firewall feature is enabled or disabled on NetScaler.

featureResponder (1.3.6.1.4.1.5951.4.1.1.20.24)

This represents whether Responder feature is enabled or disabled on NetScaler.

featureHtmlInjection (1.3.6.1.4.1.5951.4.1.1.20.25)

This represents whether Html Injection feature is enabled or disabled on Netscaler.

featureAGEE (1.3.6.1.4.1.5951.4.1.1.20.50)

This represents whether AGEE feature of SSLVPN is enabled or disabled on Netscaler.

featureAAA (1.3.6.1.4.1.5951.4.1.1.20.51)

This represents whether Authentication, Authorization and Auditing features for Traffic Management vservers are enabled or disabled on NetScaler.

featurePLATFORM (1.3.6.1.4.1.5951.4.1.1.20.60)

This gives platform information AGEE 1 NSVA 2 etc

featureAPPFLOW (1.3.6.1.4.1.5951.4.1.1.20.61)

This represents whether APPFLOW feature is enabled or disable on NetScaler.

featureISIS (1.3.6.1.4.1.5951.4.1.1.20.62)

This represents whether ISIS feature is enabled or disabled on NetScaler.

featureContentAdapation (1.3.6.1.4.1.5951.4.1.1.20.63)

This represents whether ContentAccelerator feature is enabled or disabled on NetScaler.

nsModeInfo (1.3.6.1.4.1.5951.4.1.1.21)

modeFastRamp (1.3.6.1.4.1.5951.4.1.1.21.1)

This represents whether fastRamp mode is enabled or disabled on NetScaler.

l2Mode (1.3.6.1.4.1.5951.4.1.1.21.2)

This represents whether l2Mode mode is enabled or disabled on NetScaler.

modeUseSrcIp (1.3.6.1.4.1.5951.4.1.1.21.3)

This represents whether useSrcIp mode is enabled or disabled on NetScaler.

modeClientKeepAlive (1.3.6.1.4.1.5951.4.1.1.21.4)

This represents whether clientKeepAlive mode is enabled or disabled on NetScaler.

modeTcpBuffering (1.3.6.1.4.1.5951.4.1.1.21.5)

This represents whether tcpBuffering mode is enabled or disabled on NetScaler.

modeMacBasedForwarding (1.3.6.1.4.1.5951.4.1.1.21.6)

This represents whether macBasedForwarding mode is enabled or disabled on NetScaler.

modeUseSubnetIp (1.3.6.1.4.1.5951.4.1.1.21.7)

This represents whether Use Subnet IP mode is enabled or disabled on NetScaler.

modeEdgeConfiguration (1.3.6.1.4.1.5951.4.1.1.21.8)

This represents whether Edge Configuration mode is enabled or disabled on NetScaler.

l3mode (1.3.6.1.4.1.5951.4.1.1.21.9)

This represents whether l3 mode (ip forwarding) is enabled or disabled on NetScaler.

modePathMTUDiscovery (1.3.6.1.4.1.5951.4.1.1.21.10)

This represents whether path MTU discovery mode is enabled or disabled on NetScaler.

modeStaticRouteAdv (1.3.6.1.4.1.5951.4.1.1.21.11)

This represents whether static route advertisement mode is enabled or disabled on NetScaler.

modeDirectRouteAdv (1.3.6.1.4.1.5951.4.1.1.21.12)

This represents whether direct route advertisement mode is enabled or disabled on NetScaler.

modeIntranetRouteAdv (1.3.6.1.4.1.5951.4.1.1.21.13)

This represents whether intranet route advertisement mode is enabled or disabled on NetScaler.

brgBpdu (1.3.6.1.4.1.5951.4.1.1.21.14)

This represents whether Bridging of BPDU is enabled or disabled on NetScaler.

modeIpv6StaticRouteAdv (1.3.6.1.4.1.5951.4.1.1.21.15)

This represents whether Ipv6 static route advertisement mode is enabled or disabled on NetScaler.

modeIpv6DirectRouteAdv (1.3.6.1.4.1.5951.4.1.1.21.16)

This represents whether Ipv6 direct route advertisement mode is enabled or disabled on NetScaler.

mediaclassification (1.3.6.1.4.1.5951.4.1.1.21.17)

This represents whether mediaclassification mode is enabled or disabled on NetScaler.

nsHighAvailabilityGroup (1.3.6.1.4.1.5951.4.1.1.23)

haPeerId (1.3.6.1.4.1.5951.4.1.1.23.1)

The unique identifier to represent the failover peer NetScaler

haPeerIpAddress (1.3.6.1.4.1.5951.4.1.1.23.2)

This represents the ipaddress of the failover peer NetScaler(Only for HA over IPv4). For HA over IPv6 (as well as IPv4) haPeerInetAddr will contain this information.

haPeerState (1.3.6.1.4.1.5951.4.1.1.23.3)

This represents the state of the failover peer NetScaler whether Primary or Secondary

haTotStateTransitions (1.3.6.1.4.1.5951.4.1.1.23.4)

Total number of master state changes that the NetScaler appliance has made from primary to secondary and vice-versa.

haTimeofLastStateTransition (1.3.6.1.4.1.5951.4.1.1.23.5)

This represents the time since the NetScaler underwent a state change from primary to secondary or vice-versa

haTotStateFail (1.3.6.1.4.1.5951.4.1.1.23.6)

Number of times state changed to PARTIAL_FAIL/PARTIAL_FAIL_SSL/ROUTEMONITOR_FAIL/COMPLETE_FAIL.

haErrSyncFailure (1.3.6.1.4.1.5951.4.1.1.23.7)

Number of times the configuration of the primary and secondary nodes failed to synchronize since that last transition. A synchronization failure results in mismatched configuration. It can be caused by a mismatch in the Remote Procedural Call (RPC) password on the two nodes forming the high availability pair.

haErrTotNodeDown (1.3.6.1.4.1.5951.4.1.1.23.8)

Total number of heart-beats missed while the peer node was DOWN.

haErrPropMemFail (1.3.6.1.4.1.5951.4.1.1.23.9)

Total number of times memory allocation failed during command propagation.

haErrNsbMemFail (1.3.6.1.4.1.5951.4.1.1.23.10)

Total number of times memory allocation failed while sending heartbeats.

haErrPortSilent (1.3.6.1.4.1.5951.4.1.1.23.11)

Total number of times heartbeat packets were not received on any enabled interface for the duration of the Dead Interval.

haTotTimerRecoveries (1.3.6.1.4.1.5951.4.1.1.23.12)

Total number of times HA engine recovered from tight loops. (i.e., Total number of times HA timers are not called for MAX down time).

haNicsMonitorFailed (1.3.6.1.4.1.5951.4.1.1.23.14)

Interfaces on which HA heartbeats are not being seen

haLastMasterStateTransitionReason (1.3.6.1.4.1.5951.4.1.1.23.15)

The reason for the last master state transition. This gives the conditions under which this node assumed the current state. The current state is available at the oid sysHighAvailabilityMode.0

haPeerSystemState (1.3.6.1.4.1.5951.4.1.1.23.16)

HA peer system state

haErrPropTimeout (1.3.6.1.4.1.5951.4.1.1.23.17)

Number of times propagation timed out.

haCurDerivedInc (1.3.6.1.4.1.5951.4.1.1.23.18)

Derived incarnation based on IOCTLs received.

haCurPeerInc (1.3.6.1.4.1.5951.4.1.1.23.19)

The peer's incarnation as seen from heartbeats.

haErrMasterDispute (1.3.6.1.4.1.5951.4.1.1.23.20)

Number of HA master disputes.

haTotPktTx (1.3.6.1.4.1.5951.4.1.1.23.21)

Number of heartbeat packets sent to the peer node. Heartbeats are sent at regular intervals (default is 200 milliseconds) to determine the state of the peer node.

haTotPktRx (1.3.6.1.4.1.5951.4.1.1.23.22)

Number of heartbeat packets received from the peer node. Heartbeats are sent at regular intervals (default is 200 milliseconds) to determine the state of the peer node.

haCurStatus (1.3.6.1.4.1.5951.4.1.1.23.23)

Whether a NetScaler appliance is configured for high availability. Possible values are YES and NO. If the value is NO, the high availability statistics below are invalid.

haCurState (1.3.6.1.4.1.5951.4.1.1.23.24)

State of the HA node, based on its health, in a high availability setup. Possible values are:

UP - Indicates that the node is accessible and can function as either a primary or secondary node.

DISABLED - Indicates that the high availability status of the node has been manually disabled. Synchronization and propagation cannot take place between the peer nodes.

INIT - Indicates that the node is in the process of becoming part of the high availability configuration.

PARTIALFAIL - Indicates that one of the high availability monitored interfaces has failed because of a card or link failure. This state triggers a failover.

COMPLETEFAIL - Indicates that all the interfaces of the node are unusable, because the interfaces on which high availability monitoring is enabled are not connected or are manually disabled. This state triggers a failover.

DUMB - Indicates that the node is in listening mode. It does not participate in high availability transitions or transfer configuration from the peer node. This is a configured value, not a statistic.

PARTIALFAILSSL - Indicates that the SSL card has failed. This state triggers a failover.

ROUTEMONITORFAIL - Indicates that the route monitor has failed. This state triggers a failover.

haPeerInetAddrType (1.3.6.1.4.1.5951.4.1.1.23.25)

The address type of haPeerInetAddr

haPeerInetAddr (1.3.6.1.4.1.5951.4.1.1.23.26)

This represents the Internet Address of the failover peer NetScaler

haNicMonitorSucceeded (1.3.6.1.4.1.5951.4.1.1.23.27)

Heartbeat succeeded on this nic.

haLastNicMonitorFailed (1.3.6.1.4.1.5951.4.1.1.23.28)

Heartbeat failed on this nic.

vlanTable (1.3.6.1.4.1.5951.4.1.1.24)

The vlan related statistics Table.

Indexed on: vlanId

vlanId (1.3.6.1.4.1.5951.4.1.1.24.1.1)

This represents the unique id of the vlan

vlanMemberInterfaces (1.3.6.1.4.1.5951.4.1.1.24.1.2)

This represents the list of interfaces on the NetScaler that are members of the vlan

vlanTaggedInterfaces (1.3.6.1.4.1.5951.4.1.1.24.1.3)

This represents the list of interfaces on the NetScaler that are members of the vlan that carry tagged packets

vlanTotRxPkts (1.3.6.1.4.1.5951.4.1.1.24.1.16)

Packets received on the VLAN.

vlanTotRxBytes (1.3.6.1.4.1.5951.4.1.1.24.1.17)

Bytes of data received on the VLAN.

vlanTotTxPkts (1.3.6.1.4.1.5951.4.1.1.24.1.18)

Packets transmitted on the VLAN.

vlanTotTxBytes (1.3.6.1.4.1.5951.4.1.1.24.1.19)

Bytes of data transmitted on the VLAN.

vlanTotDroppedPkts (1.3.6.1.4.1.5951.4.1.1.24.1.20)

Inbound packets dropped by the VLAN upon reception.

vlanTotBroadcastPkts (1.3.6.1.4.1.5951.4.1.1.24.1.21)

Broadcast packets sent and received on the VLAN.

vlanBridgeGroup (1.3.6.1.4.1.5951.4.1.1.24.1.24)

This represents the bridge group to which this vlan is bound.

vlanAliasName (1.3.6.1.4.1.5951.4.1.1.24.1.25)

This is vlan alias name if configured

nsIpAddrTable (1.3.6.1.4.1.5951.4.1.1.26)

This table contains information about the IP addresses configured on the NetScaler.

Indexed on: ipAddr

ipAddr (1.3.6.1.4.1.5951.4.1.1.26.1.1)

This represents an IP address configured on the NetScaler

ipNetmask (1.3.6.1.4.1.5951.4.1.1.26.1.2)

This represents the Netmask

ipType (1.3.6.1.4.1.5951.4.1.1.26.1.3)

This represents the IP address type

ipMode (1.3.6.1.4.1.5951.4.1.1.26.1.4)

This represents the IP address mode

ipFreePorts (1.3.6.1.4.1.5951.4.1.1.26.1.5)

This represents the number of unused ports free on this IP

ipVlan (1.3.6.1.4.1.5951.4.1.1.26.1.6)

The vlan to which this ip address is bound.

ipBridgeGroup (1.3.6.1.4.1.5951.4.1.1.26.1.7)

The bridge group to which this ip address is bound.

ipVxlan (1.3.6.1.4.1.5951.4.1.1.26.1.8)

The vxlan to which this ip address is bound.

nsResourceGroup (1.3.6.1.4.1.5951.4.1.1.41)

resCpuUsage (1.3.6.1.4.1.5951.4.1.1.41.1)

CPU utilization percentage.

resMemUsage (1.3.6.1.4.1.5951.4.1.1.41.2)

Percentage of memory utilization on NetScaler.

numCPUs (1.3.6.1.4.1.5951.4.1.1.41.3)

The number of active CPUs.

memSizeMB (1.3.6.1.4.1.5951.4.1.1.41.4)

Total amount of system memory, in megabytes.

numSSLCards (1.3.6.1.4.1.5951.4.1.1.41.5)

Number of SSL Cards on the system

nsCPUTable (1.3.6.1.4.1.5951.4.1.1.41.6)

This table contains information about each CPU in NetScaler.

Indexed on: nsCPUname

nsCPUname (1.3.6.1.4.1.5951.4.1.1.41.6.1.1)

The name of the CPU.

nsCPUusage (1.3.6.1.4.1.5951.4.1.1.41.6.1.2)

CPU utilization percentage.

nsSysHealthTable (1.3.6.1.4.1.5951.4.1.1.41.7)

This table contains information about the System Health status of the NetScaler.

Indexed on: sysHealthCounterName

sysHealthCounterName (1.3.6.1.4.1.5951.4.1.1.41.7.1.1)

This is the health counter name. The counter name is composed with the type of the counter and what it is intended to carry. All voltage counters stats with 'v', fan counters starts with 'fan' and temperature counters starts with 't'. Eg:'v50p' is a voltage counter that carries the value of the +5v counter.

sysHealthCounterValue (1.3.6.1.4.1.5951.4.1.1.41.7.1.2)

The health counters value. The units are 'mv', RPM and degrees Celsius for voltage, fan and temperatures respectively.

nsSysHealthDiskTable (1.3.6.1.4.1.5951.4.1.1.41.8)

This table contains information about the disk space of the NetScaler.

Indexed on: sysHealthDiskName

sysHealthDiskName (1.3.6.1.4.1.5951.4.1.1.41.8.1.1)

The disk name. Disk name always starts with the 'disk' keyword. Eg: disk0, disk1. Currently disk0 is mapped to /flash and disk1 mapped to /var partitions.

sysHealthDiskSize (1.3.6.1.4.1.5951.4.1.1.41.8.1.2)

The total disk space in MBytes (includes available and used spaces also).

sysHealthDiskAvail (1.3.6.1.4.1.5951.4.1.1.41.8.1.3)

The total disk space available in MBytes.

sysHealthDiskUsed (1.3.6.1.4.1.5951.4.1.1.41.8.1.4)

The total disk space used in MBytes.

sysHealthDiskPerusage (1.3.6.1.4.1.5951.4.1.1.41.8.1.5)

The Percentage of the disk space used.

cpuSpeedMHz (1.3.6.1.4.1.5951.4.1.1.41.15)

CPU speed in MHz.

numPEs (1.3.6.1.4.1.5951.4.1.1.41.16)

The Netscaler number of PEs running

sysStatisticsTime (1.3.6.1.4.1.5951.4.1.1.41.17)

This gives the timestamp of the statistics returned by SNMP counter values. This can be used for calculating the rate of increments for Counter and Counter64 type of OIDs.

nsIpStatsGroup (1.3.6.1.4.1.5951.4.1.1.43)

ipTotRxPkts (1.3.6.1.4.1.5951.4.1.1.43.25)

IP packets received.

ipTotRxBytes (1.3.6.1.4.1.5951.4.1.1.43.26)

Bytes of IP data received.

ipTotRxMbits (1.3.6.1.4.1.5951.4.1.1.43.27)

Megabits of IP data received.

ipTotTxPkts (1.3.6.1.4.1.5951.4.1.1.43.28)

IP packets transmitted.

ipTotTxBytes (1.3.6.1.4.1.5951.4.1.1.43.29)

Bytes of IP data transmitted.

ipTotTxMbits (1.3.6.1.4.1.5951.4.1.1.43.30)

Megabits of IP data transmitted.

ipTotFragments (1.3.6.1.4.1.5951.4.1.1.43.31)

IP fragments received.

ipTotBadlens (1.3.6.1.4.1.5951.4.1.1.43.32)

Packets received with a length greater than the normal maximum transmission unit of 1514 bytes.

ipTotBadMacAddrs (1.3.6.1.4.1.5951.4.1.1.43.33)

IP packets transmitted with a bad MAC address.

ipTotMaxClients (1.3.6.1.4.1.5951.4.1.1.43.34)

Attempts to open a new connection to a service for which the maximum limit has been exceeded. Default value, 0, applies no limit.

ipTotUnknownSvcs (1.3.6.1.4.1.5951.4.1.1.43.35)

Packets received on a port or service that is not configured.

ipTotLandattacks (1.3.6.1.4.1.5951.4.1.1.43.36)

Land-attack packets received. The source and destination addresses are the same.

ipTotBadChecksums (1.3.6.1.4.1.5951.4.1.1.43.37)

Packets received with an IP checksum error.

ipTotReassemblyAttempt (1.3.6.1.4.1.5951.4.1.1.43.38)

IP packets that the NetScaler attempts to reassemble. If one of the fragments is missing, the whole packet is dropped.

ipTotSuccReassembly (1.3.6.1.4.1.5951.4.1.1.43.39)

Fragmented IP packets successfully reassembled on the NetScaler.

ipTotUnsuccReassembly (1.3.6.1.4.1.5951.4.1.1.43.40)

Packets received that could not be reassembled. This can occur when there is a checksum failure, an identification field mismatch, or when one of the fragments is missing.

ipTotTooBig (1.3.6.1.4.1.5951.4.1.1.43.41)

Packets received for which the reassembled data exceeds the Ethernet packet data length of 1500 bytes.

ipTotZeroFragmentLen (1.3.6.1.4.1.5951.4.1.1.43.42)

Packets received with a fragment length of 0 bytes.

ipTotDupFragments (1.3.6.1.4.1.5951.4.1.1.43.43)

Duplicate IP fragments received. This can occur when the acknowledgement was not received within the expected time.

ipTotOutOfOrderFrag (1.3.6.1.4.1.5951.4.1.1.43.44)

Fragments received that are out of order.

ipTotUnknownDstRcvd (1.3.6.1.4.1.5951.4.1.1.43.45)

Packets received in which the destination IP address was not reachable or not owned by the NetScaler.

ipTotBadTransport (1.3.6.1.4.1.5951.4.1.1.43.46)

Packets received in which the protocol specified in the IP header is unknown to the NetScaler.

ipTotVIPDown (1.3.6.1.4.1.5951.4.1.1.43.47)

Packets received for which the VIP is down. This can occur when all the services bound to the VIP are down or the VIP is manually disabled.

ipTotFixHeaderFail (1.3.6.1.4.1.5951.4.1.1.43.48)

Packets received that contain an error in one or more components of the IP header.

ipTotAddrLookup (1.3.6.1.4.1.5951.4.1.1.43.49)

IP address lookups performed by the NetScaler. When a packet is received on a non-established session, the NetScaler checks if the destination IP address is one of the NetScaler owned IP addresses.

ipTotAddrLookupFail (1.3.6.1.4.1.5951.4.1.1.43.50)

IP address lookups performed by the NetScaler that have failed because the destination IP address of the packet does not match any of the NetScaler owned IP addresses.

ipTotUDPfragmentsFwd (1.3.6.1.4.1.5951.4.1.1.43.51)

UDP fragments forwarded to the client or the server.

ipTotTCPfragmentsFwd (1.3.6.1.4.1.5951.4.1.1.43.52)

TCP fragments forwarded to the client or the server.

ipTotFragPktsGen (1.3.6.1.4.1.5951.4.1.1.43.53)

Fragmented packets created by the NetScaler.

ipTotInvalidHeaderSz (1.3.6.1.4.1.5951.4.1.1.43.54)

Packets received in which an invalid data length is specified, or the value in the length field and the actual data length do not match. The range for the Ethernet packet data length is 0-1500 bytes.

ipTotInvalidPacketSize (1.3.6.1.4.1.5951.4.1.1.43.55)

Total number of packets received by NetScaler with invalid IP packet size.

ipTotTruncatedPackets (1.3.6.1.4.1.5951.4.1.1.43.56)

Truncated IP packets received. An overflow in the routers along the path can truncate IP packets.

ipTotZeroNextHop (1.3.6.1.4.1.5951.4.1.1.43.57)

Packets received that contain a 0 value in the next hop field. These packets are dropped.

ipTotTtlExpired (1.3.6.1.4.1.5951.4.1.1.43.58)

Packets for which the time-to-live (TTL) expired during transit. These packets are dropped.

nonIpTotTruncatedPackets (1.3.6.1.4.1.5951.4.1.1.43.59)

Truncated non-IP packets received.

nsIcmpStatsGroup (1.3.6.1.4.1.5951.4.1.1.44)

icmpCurRateThreshold (1.3.6.1.4.1.5951.4.1.1.44.17)

Limit for ICMP packets handled every 10 milliseconds. Default value, 0, applies no limit.

This is a configurable value using the set rateControl command.

icmpTotRxPkts (1.3.6.1.4.1.5951.4.1.1.44.22)

ICMP packets received.

icmpTotRxBytes (1.3.6.1.4.1.5951.4.1.1.44.23)

Bytes of ICMP data received.

icmpTotTxPkts (1.3.6.1.4.1.5951.4.1.1.44.24)

ICMP packets transmitted.

icmpTotTxBytes (1.3.6.1.4.1.5951.4.1.1.44.25)

Bytes of ICMP data transmitted.

icmpTotRxEchoReply (1.3.6.1.4.1.5951.4.1.1.44.26)

ICMP Ping echo replies received.

icmpTotTxEchoReply (1.3.6.1.4.1.5951.4.1.1.44.27)

ICMP Ping echo replies transmitted.

icmpTotRxEcho (1.3.6.1.4.1.5951.4.1.1.44.28)

ICMP Ping Echo Request and Echo Reply packets received.

icmpTotPktsDropped (1.3.6.1.4.1.5951.4.1.1.44.29)

ICMP packets dropped because the rate threshold has been exceeded.

icmpTotThresholdExceeds (1.3.6.1.4.1.5951.4.1.1.44.30)

Times the ICMP rate threshold is exceeded. If this counter continuously increases, first make sure the ICMP packets received are genuine. If they are, increase the current rate threshold.

icmpTotPortUnreachableRx (1.3.6.1.4.1.5951.4.1.1.44.31)

ICMP Port Unreachable error messages received. This error is generated when there is no service is running on the port.

icmpTotPortUnreachableTx (1.3.6.1.4.1.5951.4.1.1.44.32)

ICMP Port Unreachable error messages generated. This error is generated when there is no service is running on the port.

icmpTotBadChecksum (1.3.6.1.4.1.5951.4.1.1.44.33)

ICMP Fragmentation Needed error messages received with an ICMP checksum error.

icmpTotNeedFragRx (1.3.6.1.4.1.5951.4.1.1.44.34)

ICMP Fragmentation Needed error messages received for packets that need to be fragmented but for which Don't Fragment is specified the header.

icmpTotNonFirstIpFrag (1.3.6.1.4.1.5951.4.1.1.44.35)

ICMP Fragmentation Needed error messages received that were generated by an IP fragment other than the first one.

icmpTotInvalidBodyLen (1.3.6.1.4.1.5951.4.1.1.44.36)

ICMP Fragmentation Needed error messages received that specified an invalid body length.

icmpTotNoTcpConn (1.3.6.1.4.1.5951.4.1.1.44.37)

ICMP Need Fragmentation error messages received for TCP packets. The state of the connection for these packets is not maintained on the NetScaler.

icmpTotNoUdpConn (1.3.6.1.4.1.5951.4.1.1.44.38)

ICMP Need Fragmentation error messages received for UDP packets. The state of the connection for these packets is not maintained on the NetScaler.

icmpTotInvalidTcpSeqno (1.3.6.1.4.1.5951.4.1.1.44.39)

ICMP Fragmentation Needed error messages received for packets that contain an invalid TCP address.

icmpTotInvalidNextMTUval (1.3.6.1.4.1.5951.4.1.1.44.40)

ICMP Fragmentation Needed error messages received in which the Maximum Transmission Unit (MTU) for the next hop is out of range. The range for the MTU is 576-1500.

icmpTotDstIpLookup (1.3.6.1.4.1.5951.4.1.1.44.41)

Total number of MTU lookup on destination IP info received on a need fragmentation ICMP error message failed.

icmpTotBigNextMTU (1.3.6.1.4.1.5951.4.1.1.44.42)

ICMP Fragmentation Needed error messages received in which the value for the next MTU is higher than that of the current MTU.

icmpTotInvalidProtocol (1.3.6.1.4.1.5951.4.1.1.44.43)

ICMP Fragmentation Needed error messages received that contain a protocol other than TCP and UDP.

icmpTotBadPMTUIpChecksum (1.3.6.1.4.1.5951.4.1.1.44.44)

ICMP Fragmentation Needed error messages received with an IP checksum error.

icmpTotPMTUnoLink (1.3.6.1.4.1.5951.4.1.1.44.45)

ICMP Fragmentation Needed error messages received on a Protocol Control Block (PCB) with no link. The PCB maintains the state of the connection.

icmpTotPMTUDiscoveryDisabled (1.3.6.1.4.1.5951.4.1.1.44.46)

ICMP Need Fragmentation error messages received when the PMTU Discovery mode is not enabled.

nsUdpStatsGroup (1.3.6.1.4.1.5951.4.1.1.45)

udpCurRateThreshold (1.3.6.1.4.1.5951.4.1.1.45.11)

Limit for UDP packets handled every 10 milliseconds. Default value, 0, applies no limit.

This is a configurable value using the set rateControl command.

udpTotUnknownSvcPkts (1.3.6.1.4.1.5951.4.1.1.45.16)

Stray UDP packets dropped due to no configured listening service.

udpTotRxPkts (1.3.6.1.4.1.5951.4.1.1.45.17)

Total number of UDP packets received.

udpTotRxBytes (1.3.6.1.4.1.5951.4.1.1.45.18)

Total number of UDP data received in bytes.

udpTotTxPkts (1.3.6.1.4.1.5951.4.1.1.45.19)

Total number of UDP packets transmitted.

udpTotTxBytes (1.3.6.1.4.1.5951.4.1.1.45.20)

Total number of UDP data transmitted in bytes.

udpCurRateThresholdExceeds (1.3.6.1.4.1.5951.4.1.1.45.21)

Number of times the UDP rate threshold is exceeded. If this counter continuously increases, first make sure the UDP packets received are genuine.

If they are, increase the current rate threshold. This is a configurable value using the set rateControl command.

udpBadChecksum (1.3.6.1.4.1.5951.4.1.1.45.22)

Packets received with a UDP checksum error.

nsTcpStatsGroup (1.3.6.1.4.1.5951.4.1.1.46)

tcpCurServerConn (1.3.6.1.4.1.5951.4.1.1.46.1)

Server connections, including connections in the Opening, Established, and Closing state.

tcpCurClientConn (1.3.6.1.4.1.5951.4.1.1.46.2)

Client connections, including connections in the Opening, Established, and Closing state.

tcpActiveServerConn (1.3.6.1.4.1.5951.4.1.1.46.8)

Connections to a server currently responding to requests.

tcpCurClientConnClosing (1.3.6.1.4.1.5951.4.1.1.46.9)

Client connections in the Closing state, which indicates that the connection termination process has initiated but is not complete.

tcpCurServerConnEstablished (1.3.6.1.4.1.5951.4.1.1.46.10)

Current server connections in the Established state, which indicates that data transfer can occur between the NetScaler and the server.

tcpCurClientConnOpening (1.3.6.1.4.1.5951.4.1.1.46.11)

Client connections in the Opening state, which indicates that the handshakes are not yet complete.

tcpCurClientConnEstablished (1.3.6.1.4.1.5951.4.1.1.46.12)

Current client connections in the Established state, which indicates that data transfer can occur between the NetScaler and the client.

tcpCurServerConnClosing (1.3.6.1.4.1.5951.4.1.1.46.13)

Server connections in the Closing state, which indicates that the connection termination process has initiated but is not complete.

tcpSpareConn (1.3.6.1.4.1.5951.4.1.1.46.14)

Spare connections available. To save time and resources in establishing another connection for a new client, the connection on the server is not closed after completing the request from the first client and is available for serving future requests.

tcpSurgeQueueLen (1.3.6.1.4.1.5951.4.1.1.46.15)

Connections in the surge queue. When the NetScaler cannot open a connection to the server, for example when maximum connections have been reached, the NetScaler queues these requests.

tcpCurServerConnOpening (1.3.6.1.4.1.5951.4.1.1.46.16)

Server connections in the Opening state, which indicates that the handshakes are not yet complete.

tcpTotServerConnOpened (1.3.6.1.4.1.5951.4.1.1.46.17)

Server connections initiated by the NetScaler since startup. This counter is reset when the NetScaler is restarted.

tcpTotServerConnClosed (1.3.6.1.4.1.5951.4.1.1.46.18)

Total number of closed server connections

tcpTotClientConnOpened (1.3.6.1.4.1.5951.4.1.1.46.19)

Client connections opened by the NetScaler since startup (after three-way handshake). This counter is reset when the NetScaler is restarted.

tcpTotClientConnClosed (1.3.6.1.4.1.5951.4.1.1.46.20)

Total number of closed client connections

tcpTotSyn (1.3.6.1.4.1.5951.4.1.1.46.21)

SYN packets received

tcpTotSynProbe (1.3.6.1.4.1.5951.4.1.1.46.22)

Probes from the NetScaler to a server. The NetScaler sends a SYN packet to the server to check its availability and expects a SYN_ACK packet from the server before a specified response timeout.

tcpTotSvrFin (1.3.6.1.4.1.5951.4.1.1.46.23)

FIN packets received from the server.

tcpTotCltFin (1.3.6.1.4.1.5951.4.1.1.46.24)

FIN packets received from the clients.

tcpWaitToSyn (1.3.6.1.4.1.5951.4.1.1.46.25)

SYN packets (packets used to initiate a TCP connection) received on connections that are in the TIME_WAIT state. Packets cannot be transferred on a connection in this state.

tcpTotZombieCltConnFlushed (1.3.6.1.4.1.5951.4.1.1.46.26)

Client connections that are flushed because the client has been idle for some time.

tcpTotZombieSvrConnFlushed (1.3.6.1.4.1.5951.4.1.1.46.27)

Server connections that are flushed because there have been no client requests in the queue for some time.

tcpTotZombieHalfOpenCltConnFlushed (1.3.6.1.4.1.5951.4.1.1.46.28)

Half-opened client connections that are flushed because the three-way handshakes are not complete.

tcpTotZombieHalfOpenSvrConnFlushed (1.3.6.1.4.1.5951.4.1.1.46.29)

Half-opened server connections that are flushed because the three-way handshakes are not complete.

tcpTotZombieActiveHalfCloseCltConnFlushed (1.3.6.1.4.1.5951.4.1.1.46.30)

Active half-closed client connections that are flushed because the client has closed the connection and there has been no activity on the connection.

tcpTotZombieActiveHalfCloseSvrConnFlushed (1.3.6.1.4.1.5951.4.1.1.46.31)

Active half-closed server connections that are flushed because the server has closed the connection and there has been no activity on the connection.

tcpTotZombiePassiveHalfCloseCltConnFlushed (1.3.6.1.4.1.5951.4.1.1.46.32)

Passive half-closed client connections that are flushed because the NetScaler has closed the connection and there has been no activity on the connection.

tcpTotZombiePassiveHalfCloseSrvConnFlushed (1.3.6.1.4.1.5951.4.1.1.46.33)

Passive half-closed server connections that are flushed because the NetScaler has closed the connection and there has been no activity on the connection.

tcpErrBadCheckSum (1.3.6.1.4.1.5951.4.1.1.46.34)

Packets received with a TCP checksum error.

tcpErrSynInSynRcvd (1.3.6.1.4.1.5951.4.1.1.46.35)

SYN packets received on a connection that is in the SYN_RCVD state. A connection goes into the SYN_RCVD state after receiving a SYN packet.

tcpErrSynInEst (1.3.6.1.4.1.5951.4.1.1.46.36)

SYN packets received on a connection that is in the ESTABLISHED state. A SYN packet is not expected on an ESTABLISHED connection.

tcpErrSynGiveUp (1.3.6.1.4.1.5951.4.1.1.46.37)

Attempts to establish a connection on the NetScaler that timed out.

tcpErrSynSentBadAck (1.3.6.1.4.1.5951.4.1.1.46.38)

Incorrect ACK packets received on a connection that is in the SYN_SENT state. An incorrect ACK packet is the third packet in the three-way handshake that has an incorrect sequence number.

tcpErrSynRetry (1.3.6.1.4.1.5951.4.1.1.46.39)

SYN packets resent to a server.

tcpErrFinRetry (1.3.6.1.4.1.5951.4.1.1.46.40)

FIN packets resent to a server or a client.

tcpErrFinGiveUp (1.3.6.1.4.1.5951.4.1.1.46.41)

Connections that were timed out by the NetScaler because of not receiving the ACK packet after retransmitting the FIN packet four times.

tcpErrFinDup (1.3.6.1.4.1.5951.4.1.1.46.42)

Number of duplicate FIN packets recieved

tcpErrRst (1.3.6.1.4.1.5951.4.1.1.46.43)

Reset packets received from a client or a server.

tcpErrRstNonEst (1.3.6.1.4.1.5951.4.1.1.46.44)

Reset packets received on a connection that is not in the ESTABLISHED state.

tcpErrRstOutOfWindow (1.3.6.1.4.1.5951.4.1.1.46.45)

Reset packets received on a connection that is out of the current TCP window.

tcpErrRstInTimewait (1.3.6.1.4.1.5951.4.1.1.46.46)

Reset packets received on a connection that is in the TIME_WAIT state. Packets cannot be transferred on a connection in the TIME_WAIT state.

tcpErrSvrRetrasmit (1.3.6.1.4.1.5951.4.1.1.46.47)

Packets retransmitted by a server. This usually occurs because the acknowledgement from the NetScaler has not reached the server.

tcpErrCltRetrasmit (1.3.6.1.4.1.5951.4.1.1.46.48)

Packets retransmitted by a client. This usually occurs because the acknowledgement from the NetScaler has not reached the client.

tcpErrFullRetrasmit (1.3.6.1.4.1.5951.4.1.1.46.49)

Full packets retransmitted by the client or the server.

tcpErrPartialRetrasmit (1.3.6.1.4.1.5951.4.1.1.46.50)

Partial packet retransmits by a client or server due to congestion on the connection. This usually occurs because the window advertised by the NetScaler is not big enough to hold the full packet.

tcpErrSvrOutOfOrder (1.3.6.1.4.1.5951.4.1.1.46.51)

Out of order TCP packets received from a server.

tcpErrCltOutOfOrder (1.3.6.1.4.1.5951.4.1.1.46.52)

Out of order TCP packets received from a client.

tcpErrCltHole (1.3.6.1.4.1.5951.4.1.1.46.53)

TCP holes created on a client connection. When out of order packets are received from a client, a hole is created on the NetScaler for each group of missing packets.

tcpErrSvrHole (1.3.6.1.4.1.5951.4.1.1.46.54)

TCP holes created on a server connection. When out of order packets are received from a server, a hole is created on the NetScaler for each group of missing packets.

tcpErrCookiePktSeqReject (1.3.6.1.4.1.5951.4.1.1.46.55)

SYN cookie packets rejected because they contain an incorrect sequence number.

tcpErrCookiePktSigReject (1.3.6.1.4.1.5951.4.1.1.46.56)

SYN cookie packets rejected because they contain an incorrect signature.

tcpErrCookiePktSeqDrop (1.3.6.1.4.1.5951.4.1.1.46.57)

SYN cookie packets dropped because the sequence number specified in the packets is outside the current window.

tcpErrCookiePktMssReject (1.3.6.1.4.1.5951.4.1.1.46.58)

SYN cookie packets rejected because the maximum segment size (MSS) specified in the packets is incorrect.

tcpErrRetransmit (1.3.6.1.4.1.5951.4.1.1.46.59)

TCP packets retransmitted. The NetScaler attempts to retransmit the packet up to seven times, after which it resets the other half of the TCP connection.

tcpErrRetransmitGiveUp (1.3.6.1.4.1.5951.4.1.1.46.60)

Number of times NetScaler terminates a connection after retransmitting the packet seven times on that connection.Retrasnmission happens when recieving end doesn't acknowledges the packet.

tcpTotRxPkts (1.3.6.1.4.1.5951.4.1.1.46.61)

TCP packets received.

tcpTotRxBytes (1.3.6.1.4.1.5951.4.1.1.46.62)

Bytes of TCP data received.

tcpTotTxPkts (1.3.6.1.4.1.5951.4.1.1.46.63)

TCP packets transmitted.

tcpTotTxBytes (1.3.6.1.4.1.5951.4.1.1.46.64)

Bytes of TCP data transmitted.

pcbTotZombieCall (1.3.6.1.4.1.5951.4.1.1.46.65)

Times the Zombie cleanup function is called. Every time a connection is flushed, it is marked for cleanup. The Zombie cleanup function clears all these connections at predefined intervals.

tcpTotSynHeld (1.3.6.1.4.1.5951.4.1.1.46.66)

SYN packets held on the NetScaler that are waiting for a server connection.

tcpTotSynFlush (1.3.6.1.4.1.5951.4.1.1.46.67)

SYN packets flushed on the NetScaler because of no response from the server for three or more seconds.

tcpTotFinWaitClosed (1.3.6.1.4.1.5951.4.1.1.46.68)

Connections closed on the NetScaler because the number of connections in the TIME_WAIT state has exceeded the default value of 7000.

tcpErrAnyPortFail (1.3.6.1.4.1.5951.4.1.1.46.69)

Port allocations that have failed on a mapped IP address because the maximum limit of 65536 has been exceeded.

tcpErrIpPortFail (1.3.6.1.4.1.5951.4.1.1.46.70)

Port allocations that have failed on a subnet IP address or vserver IP address because the maximum limit of 65536 has been exceeded.

tcpErrSentRst (1.3.6.1.4.1.5951.4.1.1.46.71)

Reset packets sent to a client or a server.

tcpErrBadStateConn (1.3.6.1.4.1.5951.4.1.1.46.72)

Connections that are not in a valid TCP state.

tcpErrFastRetransmissions (1.3.6.1.4.1.5951.4.1.1.46.73)

TCP packets on which the NetScaler performs a fast retransmission in response to three duplicate acknowledgements or a partial acknowledgement. The NetScaler assumes that the packet is lost and retransmits the packet before its time-out.

tcpErrFirstRetransmissions (1.3.6.1.4.1.5951.4.1.1.46.74)

Packets retransmitted once by the NetScaler.

tcpErrSecondRetransmissions (1.3.6.1.4.1.5951.4.1.1.46.75)

Packets retransmitted twice by the NetScaler.

tcpErrThirdRetransmissions (1.3.6.1.4.1.5951.4.1.1.46.76)

Packets retransmitted three times by the NetScaler.

tcpErrForthRetransmissions (1.3.6.1.4.1.5951.4.1.1.46.77)

Packets retransmitted four times by the NetScaler.

tcpErrFifthRetransmissions (1.3.6.1.4.1.5951.4.1.1.46.78)

Packets retransmitted five times by the NetScaler.

tcpErrSixthRetransmissions (1.3.6.1.4.1.5951.4.1.1.46.79)

Packets retransmitted six times by the NetScaler.

tcpErrSeventhRetransmissions (1.3.6.1.4.1.5951.4.1.1.46.80)

Packets retransmitted seven times by the NetScaler. If this fails, the NetScaler terminates the connection.

tcpErrDataAfterFin (1.3.6.1.4.1.5951.4.1.1.46.81)

Packets received following a connection termination request. This error is usually caused by a reordering of packets during transmission.

tcpErrRstThreshold (1.3.6.1.4.1.5951.4.1.1.46.82)

Reset packets dropped because the default threshold of 100 resets per 10 milliseconds has been exceeded. This is a configurable value using the set rateControl command.

tcpErrOutOfWindowPkts (1.3.6.1.4.1.5951.4.1.1.46.83)

Packets received that are out of the current advertised window.

tcpErrSynDroppedCongestion (1.3.6.1.4.1.5951.4.1.1.46.84)

SYN packets dropped because of network congestion.

tcpCurPhysicalServers (1.3.6.1.4.1.5951.4.1.1.46.85)

The number of physical servers that Netscaler has open connections with.

tcpReuseHit (1.3.6.1.4.1.5951.4.1.1.46.86)

Total number of client transactions found the server connection in the reuse-pool.

tcpWaitToData (1.3.6.1.4.1.5951.4.1.1.46.87)

Bytes of data received on connections that are in the TIME_WAIT state. Data cannot be transferred on a connection that is in this state.

tcpErrStrayPkt (1.3.6.1.4.1.5951.4.1.1.46.88)

Number of stray or misrouted packets.

tcpTotClientConnOpenRate (1.3.6.1.4.1.5951.4.1.1.46.89)

Rate at which connections are opened in the system per second.

tcpCurRateThreshold (1.3.6.1.4.1.5951.4.1.1.46.90)

Current threshold for TCP rate control. By default, there is no rate control for TCP.

freeConnHalfClosed (1.3.6.1.4.1.5951.4.1.1.46.91)

Number of half-closed connections that were freed.

freeConnFlushMarked (1.3.6.1.4.1.5951.4.1.1.46.92)

Number of connections freed that were already marked for flush.

freeConnEstd (1.3.6.1.4.1.5951.4.1.1.46.93)

Number of established and active connections freed.

flushThresReached (1.3.6.1.4.1.5951.4.1.1.46.94)

Number of times we reached connection flush threshold.

memFailFlushTrigger (1.3.6.1.4.1.5951.4.1.1.46.95)

Number of flushes triggered through memory failure.

mptcpCurMpcapableSessions (1.3.6.1.4.1.5951.4.1.1.46.96)

The number of current mptcp sessions.

mptcpCurSFConnections (1.3.6.1.4.1.5951.4.1.1.46.97)

The number of current mptcp subflow connections.

mptcpCurPendingJoin (1.3.6.1.4.1.5951.4.1.1.46.98)

The number of current mptcp subflow connections in pending state.

mptcpErrInvalCookie (1.3.6.1.4.1.5951.4.1.1.46.99)

MPTCP invalid cookie received on MP_CAPABLE final ACK.

mptcpErrUnknownToken (1.3.6.1.4.1.5951.4.1.1.46.100)

MPTCP invalid token received on MP_JOIN request.

mptcpErrAddridExist (1.3.6.1.4.1.5951.4.1.1.46.101)

MPTCP MP_JOIN request on existing address id.

mptcpErrMaxSF (1.3.6.1.4.1.5951.4.1.1.46.102)

MPTCP new MP_JOIN request after maximum configured subflows are established.

mptcpErrInvalMAC (1.3.6.1.4.1.5951.4.1.1.46.103)

MPTCP invalid MAC on MP_JOIN final ACK.

mptcpErrBadCksum (1.3.6.1.4.1.5951.4.1.1.46.104)

MPTCP checksum failed. Connection will fallback to regular tcp.

mptcpErrAddrId0 (1.3.6.1.4.1.5951.4.1.1.46.105)

MPTCP MP_JOIN request on address id 0.

mptcpErrfastclose (1.3.6.1.4.1.5951.4.1.1.46.106)

MPTCP FAST CLOSE sent.

mptcpErrJoinThreshold (1.3.6.1.4.1.5951.4.1.1.46.107)

MPTCP Global pending MP_JOIN threshold limit is reached, new MP_JOIN request will be dropped sending RST

mptcpErrInvalOpts (1.3.6.1.4.1.5951.4.1.1.46.108)

MPTCP invalid mptcp option is received and is dropped.

mptcpErrInvalRemAddr (1.3.6.1.4.1.5951.4.1.1.46.109)

MPTCP remove address request received on invalid/unknown address id.

mptcpErrVersionNotSupported (1.3.6.1.4.1.5951.4.1.1.46.110)

MPTCP MP_CAPABLE request from unsupported mptcp client.

mptcpErrCryptoNotSupported (1.3.6.1.4.1.5951.4.1.1.46.111)

MPTCP client crypto algorithm not supported.

mptcpErrExtnFlagSet (1.3.6.1.4.1.5951.4.1.1.46.112)

Extension flag is set on MP_CAPABLE request.

mptcpErrResFlagSet (1.3.6.1.4.1.5951.4.1.1.46.113)

MPTCP One or more reserved bits are set on MP_CAPABLE request.

mptcpErrJoinAfterFallback (1.3.6.1.4.1.5951.4.1.1.46.114)

MPTCP New MP_JOIN request received after fallback to regular tcp.

mptcpErrDataFinpassive (1.3.6.1.4.1.5951.4.1.1.46.115)

MPTCP Data FIN received on passive subflow

mptcpErrFastClosepassive (1.3.6.1.4.1.5951.4.1.1.46.116)

MPTCP Fast close received on passive subflow.

mptcpErrFastClose (1.3.6.1.4.1.5951.4.1.1.46.117)

MPTCP FAST_CLOSE received on a subflow.

mptcpErrFastCloseKey (1.3.6.1.4.1.5951.4.1.1.46.118)

MPTCP FAST_CLOSE received with invalid key and the packet is dropped.

mptcpPlainackFallback (1.3.6.1.4.1.5951.4.1.1.46.119)

MPTCP Fallback to regular tcp on receiving plain ACK for DSS.

mptcpPlainackRST (1.3.6.1.4.1.5951.4.1.1.46.120)

MPTCP Sent RST on receiving plain ACK for DSS.

mptcpMPFailSent (1.3.6.1.4.1.5951.4.1.1.46.121)

MPTCP Total MP_FAIL sent due to checksum failure.

mptcpMPFailRecvd (1.3.6.1.4.1.5951.4.1.1.46.122)

MPTCP Total MP_FAIL received and fallback to regular TCP.

mptcpInfiniteMapRecvd (1.3.6.1.4.1.5951.4.1.1.46.123)

MPTCP Received and set infinite map and fallen back to regular TCP.

mptcpTotMpCapSyn (1.3.6.1.4.1.5951.4.1.1.46.124)

MPTCP total MP_CAPABLE received

mptcpTotMpJoinSyn (1.3.6.1.4.1.5951.4.1.1.46.125)

MPTCP total MP_JOIN syn received

mptcpTotMpcapSession (1.3.6.1.4.1.5951.4.1.1.46.126)

MPTCP total sessions created

mptcpTotSFConn (1.3.6.1.4.1.5951.4.1.1.46.127)

MPTCP total Subflow connections created

mptcpTotEstSFReplaced (1.3.6.1.4.1.5951.4.1.1.46.128)

MPTCP Total established subflows replaced due to new MP_JOIN.

mptcpTotPendSFReplaced (1.3.6.1.4.1.5951.4.1.1.46.129)

MPTCP Total pending subflows replaced due to new MP_JOIN.

mptcpCurSessWithoutSFs (1.3.6.1.4.1.5951.4.1.1.46.130)

Current Multipath TCP sessions without any subflows

tcpOptimizationEnabled (1.3.6.1.4.1.5951.4.1.1.46.131)

Total number of connections with TCP optimzation.

tcpOptimizationBypassed (1.3.6.1.4.1.5951.4.1.1.46.132)

Total number of connections that bypassed TCP optimzation.

mptcpTotTxSfFin (1.3.6.1.4.1.5951.4.1.1.46.133)

MPTCP total subflow close requests.

mptcpTotMpcapSteered (1.3.6.1.4.1.5951.4.1.1.46.134)

Total MP_CAPABLE sessions steered

mptcpTotConnEst (1.3.6.1.4.1.5951.4.1.1.46.135)

Total MP_CAPABLE sessions created.

mptcpTotMpcapSynackSent (1.3.6.1.4.1.5951.4.1.1.46.136)

Total number of MP_CAPABLE SYN/ACKs sent.

mptcpTotMpcapFackRecvd (1.3.6.1.4.1.5951.4.1.1.46.137)

Total number of MP_CAPABLE Final ACKs received.

mptcpTotAddrRemoved (1.3.6.1.4.1.5951.4.1.1.46.138)

Total number of addresses removed from MPTCP connection with REMOVE_ADDR option

mptcpTotMpjoinSteered (1.3.6.1.4.1.5951.4.1.1.46.139)

Total MP_JOIN subflows steered

mptcpTotMpjoinSynackSent (1.3.6.1.4.1.5951.4.1.1.46.140)

Total MP_JOIN SYN/ACKs sent.

mptcpTotMpjoinFackRecvd (1.3.6.1.4.1.5951.4.1.1.46.141)

Total number of MP_JOIN Final ACKs

mptcpTotMpjoin4thackSent (1.3.6.1.4.1.5951.4.1.1.46.142)

Total number of Subflow final ACK from peer in 3 way handshake validated with 4th ACK.

mptcpTotFreshAckFrwd (1.3.6.1.4.1.5951.4.1.1.46.143)

Fresh ACK recieved on a subflow

mptcpTotDss (1.3.6.1.4.1.5951.4.1.1.46.144)

Total number of Data Sequence Signal packets.

mptcpTotRxDss (1.3.6.1.4.1.5951.4.1.1.46.145)

MPTCP Total Data Sequence Signal packets received.

mptcpTotTxDSS (1.3.6.1.4.1.5951.4.1.1.46.146)

MMPTCP Total Data Sequence Signal packets sent

mptcpTotDssA (1.3.6.1.4.1.5951.4.1.1.46.147)

Total Data Sequence Signal packets during data transfer with DATA_ACK

mptcpTotDSSa (1.3.6.1.4.1.5951.4.1.1.46.148)

Total Data Sequence Signal packets during data transfer with 8 octet DATA_ACK

mptcpTotDssFreshAck (1.3.6.1.4.1.5951.4.1.1.46.149)

MPTCP total Data Sequence Signal packets during data transfer with fresh ACK

mptcpTotDssM (1.3.6.1.4.1.5951.4.1.1.46.150)

MPTCP total data Sequence Signal packets with Data Sequence Mapping and checksum

mptcpTotDssm (1.3.6.1.4.1.5951.4.1.1.46.151)

MPTCP total data Sequence Signal packets with 8 octet Data Sequence Mapping and checksum

mptcpTotDataLessthanDatalen (1.3.6.1.4.1.5951.4.1.1.46.152)

MPTCP Map amount of data not yet received.

mptcpPrioBackupRx (1.3.6.1.4.1.5951.4.1.1.46.153)

MPTCP Subflow used as backup path.

mptcpPrioClearBackupRx (1.3.6.1.4.1.5951.4.1.1.46.154)

Subflow earlier used only as a backup subflow, changes to regular subflow with MP_PRIO option

mptcpTotInfiniteMapFrwd (1.3.6.1.4.1.5951.4.1.1.46.155)

MPTCP received Data Sequence Signal with infinite map flag (Fallback to regular TCP).

mptcpTotTxDataFin (1.3.6.1.4.1.5951.4.1.1.46.156)

Total MPTCP connection close requests sent

mptcpTotRxDataFin (1.3.6.1.4.1.5951.4.1.1.46.157)

Total MPTCP connection close(DATA_FIN) requests received.

mptcpErrOptionDiscarded (1.3.6.1.4.1.5951.4.1.1.46.158)

Invalid subtype in MPTCP option field and hence discarded.

mptcpErrOptsNoSession (1.3.6.1.4.1.5951.4.1.1.46.159)

MPTCP options sent on non existing connection/subflow PCBs.

mptcpErrRemaddrSelf (1.3.6.1.4.1.5951.4.1.1.46.160)

MPTCP remove address request for self address.

mptcpErrRssfFail (1.3.6.1.4.1.5951.4.1.1.46.161)

Add RSS filter to steer traffic to right node on established MPTCP session failed.

mptcpErrOptsSendRst (1.3.6.1.4.1.5951.4.1.1.46.162)

MPTCP sent RST on receiving improper option field.

mptcpErrNoPayloadlenPkt (1.3.6.1.4.1.5951.4.1.1.46.163)

MPTCP Payload length not specified in packet.

mptcpErrUnsupportedMssNegotiated (1.3.6.1.4.1.5951.4.1.1.46.164)

MPTCP Unsupported MSS negotiated error.

mptcpErrNomapPktRcvd (1.3.6.1.4.1.5951.4.1.1.46.165)

MPTCP Packet received with no Data Sequence Mapping.

mptcpTotMoreDataRcvd (1.3.6.1.4.1.5951.4.1.1.46.166)

MPTCP More data received than the available Data Sequence Mapping.

mptcpErrBadmapConnDrop (1.3.6.1.4.1.5951.4.1.1.46.167)

MPTCP Drop the session incase of invalid Data Sequence map.

mptcpErrDupmapRecvd (1.3.6.1.4.1.5951.4.1.1.46.168)

MPTCP Duplicate maps in Data Sequence map table.

mptcpErrInvalidSfn (1.3.6.1.4.1.5951.4.1.1.46.169)

MPTCP subflow map doesn't exactly match MPTCP session mapping.

mptcpErrMapExists (1.3.6.1.4.1.5951.4.1.1.46.170)

MPTCP sequence map already exists.

mptcpErrRetxPktRcvd (1.3.6.1.4.1.5951.4.1.1.46.171)

Retransmitted Data Recevied on MPTCP session.

mptcpErrSfSessionAllocfail (1.3.6.1.4.1.5951.4.1.1.46.172)

Attaching the subflow to MPTCP session failed due to failure in allocating memory to subflow map table.

mptcpErrMpcapSessionAllocfail (1.3.6.1.4.1.5951.4.1.1.46.173)

Creating a MPTCP connection failed due to failure in allocating memory to MPTCP connection management structure.

mptcpTotMpcapSfpcbAlloc (1.3.6.1.4.1.5951.4.1.1.46.174)

Allocating memory to TCP protocol control block(PCB) for subflow failed.

mptcpTotMpcbAllocfailed (1.3.6.1.4.1.5951.4.1.1.46.175)

Allocating memory to MPTCP protocol control block failed.

mptcpErrNsbAllocFailed (1.3.6.1.4.1.5951.4.1.1.46.176)

Failed to allocate memory to output MPTCP packet.

mptcpErrNosfFreensb (1.3.6.1.4.1.5951.4.1.1.46.177)

MPTCP output a packet without any subflow PCB.

nsSslStatsGroup (1.3.6.1.4.1.5951.4.1.1.47)

sslCardStatus (1.3.6.1.4.1.5951.4.1.1.47.1)

Status of the SSL card(s). The value should be interpreted in binary form, with each set bit indicates a card as UP.

sslEngineStatus (1.3.6.1.4.1.5951.4.1.1.47.2)

State of the SSL Engine (1=UP/0=DOWN). This state is decided based on SSL Feature/License status and minimum number of cards UP.

sslSessionsPerSec (1.3.6.1.4.1.5951.4.1.1.47.3)

SSL sessions per second between client and NetScaler appliance.

sslTotTransactions (1.3.6.1.4.1.5951.4.1.1.47.200)

Number of SSL transactions on the NetScaler appliance.

sslTotSSLv2Transactions (1.3.6.1.4.1.5951.4.1.1.47.201)

Number of SSLv2 transactions on the NetScaler appliance.

sslTotSSLv3Transactions (1.3.6.1.4.1.5951.4.1.1.47.202)

Total number of SSLv3 transactions on the NetScaler appliance.

sslTotTLSv1Transactions (1.3.6.1.4.1.5951.4.1.1.47.203)

Number of TLSv1 transactions on the NetScaler appliance.

sslTotSessions (1.3.6.1.4.1.5951.4.1.1.47.204)

Number of SSL sessions on the NetScaler appliance.

sslTotSSLv2Sessions (1.3.6.1.4.1.5951.4.1.1.47.205)

Number of SSLv2 sessions on the NetScaler appliance.

sslTotSSLv3Sessions (1.3.6.1.4.1.5951.4.1.1.47.206)

Number of SSLv3 sessions on the NetScaler appliance.

sslTotTLSv1Sessions (1.3.6.1.4.1.5951.4.1.1.47.207)

Number of TLSv1 sessions on the NetScaler appliance.

sslTotExpiredSessions (1.3.6.1.4.1.5951.4.1.1.47.208)

Total number of expired SSL sessions on the NetScaler appliance.

sslTotNewSessions (1.3.6.1.4.1.5951.4.1.1.47.209)

Number of new SSL sessions created on the NetScaler appliance.

sslTotSessionHits (1.3.6.1.4.1.5951.4.1.1.47.210)

Number of SSL session reuse hits on the NetScaler appliance.

sslTotSessionMiss (1.3.6.1.4.1.5951.4.1.1.47.211)

Number of SSL session reuse misses on the NetScaler appliance.

sslTotRenegSessions (1.3.6.1.4.1.5951.4.1.1.47.212)

Number of SSL session renegotiations on the NetScaler appliance.

sslTotSSLv3RenegSessions (1.3.6.1.4.1.5951.4.1.1.47.213)

Number of session renegotiations done on SSLv3.

sslTotTLSv1RenegSessions (1.3.6.1.4.1.5951.4.1.1.47.214)

Number of SSL session renegotiations done on TLSv1.

sslTotSSLv2Handshakes (1.3.6.1.4.1.5951.4.1.1.47.215)

Number of handshakes on SSLv2 on the NetScaler appliance.

sslTotSSLv3Handshakes (1.3.6.1.4.1.5951.4.1.1.47.216)

Number of handshakes on SSLv3 on the NetScaler appliance.

sslTotTLSv1Handshakes (1.3.6.1.4.1.5951.4.1.1.47.217)

Number of SSL handshakes on TLSv1 on the NetScaler appliance.

sslTotSSLv2ClientAuthentications (1.3.6.1.4.1.5951.4.1.1.47.218)

Number of client authentications done on SSLv2.

sslTotSSLv3ClientAuthentications (1.3.6.1.4.1.5951.4.1.1.47.219)

Number of client authentications done on SSLv3.

sslTotTLSv1ClientAuthentications (1.3.6.1.4.1.5951.4.1.1.47.220)

Number of client authentications done on TLSv1.

sslTotRSA512keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.221)

Number of RSA 512-bit key exchanges on the NetScaler appliance.

sslTotRSA1024keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.222)

Number of RSA 1024-bit key exchanges on the NetScaler appliance.

sslTotRSA2048keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.223)

Number of RSA 2048-bit key exchanges on the NetScaler appliance.

sslTotDH512keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.224)

Number of Diffie-Helman 512-bit key exchanges on the NetScaler appliance.

sslTotDH1024keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.225)

Number of Diffie-Helman 1024-bit key exchanges on the NetScaler appliance.

sslTotDH2048keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.226)

Number of Diffie-Helman 2048-bit key exchanges on the NetScaler appliance.

sslTotRSAAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.227)

Number of RSA authentications on the NetScaler appliance.

sslTotDHAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.228)

Number of Diffie-Helman authentications on the NetScaler appliance.

sslTotDSSAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.229)

Total number of times DSS authorization is used on the NetScaler appliance.

sslTotNULLAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.230)

Number of Null authentications on the NetScaler appliance.

sslTot40BitRC4Ciphers (1.3.6.1.4.1.5951.4.1.1.47.231)

Number of RC4 40-bit cipher encryptions on the NetScaler appliance.

sslTot56BitRC4Ciphers (1.3.6.1.4.1.5951.4.1.1.47.232)

Number of RC4 56-bit cipher encryptions on the NetScaler appliance.

sslTot64BitRC4Ciphers (1.3.6.1.4.1.5951.4.1.1.47.233)

Number of RC4 64-bit cipher encryptions on the NetScaler appliance.

sslTot128BitRC4Ciphers (1.3.6.1.4.1.5951.4.1.1.47.234)

Number of RC4 128-bit cipher encryptions on the NetScaler appliance.

sslTot40BitDESCiphers (1.3.6.1.4.1.5951.4.1.1.47.235)

Number of DES 40-bit cipher encryptions on the NetScaler appliance.

sslTot56BitDESCiphers (1.3.6.1.4.1.5951.4.1.1.47.236)

Number of DES 56-bit cipher encryptions on the NetScaler appliance.

sslTot168Bit3DESCiphers (1.3.6.1.4.1.5951.4.1.1.47.237)

Number of DES 168-bit cipher encryptions on the NetScaler appliance.

sslTot40BitRC2Ciphers (1.3.6.1.4.1.5951.4.1.1.47.238)

Number of RC2 40-bit cipher encryptions on the NetScaler appliance.

sslTot56BitRC2Ciphers (1.3.6.1.4.1.5951.4.1.1.47.239)

Number of RC2 56-bit cipher encryptions on the NetScaler appliance.

sslTot128BitRC2Ciphers (1.3.6.1.4.1.5951.4.1.1.47.240)

Number of RC2 128-bit cipher encryptions on the NetScaler appliance.

sslTot128BitIDEACiphers (1.3.6.1.4.1.5951.4.1.1.47.241)

Number of IDEA 128-bit cipher encryptions on the NetScaler appliance.

sslTotNULLCiphers (1.3.6.1.4.1.5951.4.1.1.47.242)

Number of Null cipher encryptions on the NetScaler appliance.

sslTotMD5Mac (1.3.6.1.4.1.5951.4.1.1.47.243)

Number of MD5 hashes on the NetScaler appliance.

sslTotSHAMac (1.3.6.1.4.1.5951.4.1.1.47.244)

Number of SHA hashes on the NetScaler appliance.

sslTotOffloadBulkDES (1.3.6.1.4.1.5951.4.1.1.47.245)

Number of DES encryptions offloaded to the cryptography card.

sslTotOffloadRSAKeyExchanges (1.3.6.1.4.1.5951.4.1.1.47.246)

Number of RSA key exchanges offloaded to the cryptography card.

sslTotOffloadDHKeyExchanges (1.3.6.1.4.1.5951.4.1.1.47.247)

Number of DH key exchanges offloaded to the cryptography card.

sslTotOffloadSignRSA (1.3.6.1.4.1.5951.4.1.1.47.248)

Number of RSA sign operations offloaded to the cryptography card.

sslBeTotSessions (1.3.6.1.4.1.5951.4.1.1.47.260)

Number of back-end SSL sessions on the NetScaler appliance.

sslBeTotSSLv3Sessions (1.3.6.1.4.1.5951.4.1.1.47.261)

Number of back-end SSLv3 sessions on the NetScaler appliance.

sslBeTotTLSv1Sessions (1.3.6.1.4.1.5951.4.1.1.47.262)

Number of back-end TLSv1 sessions on the NetScaler appliance.

sslBeExpiredSessions (1.3.6.1.4.1.5951.4.1.1.47.263)

Number of back-end export sessions on the NetScaler appliance.

sslBeTotSessionMultiplexAttempts (1.3.6.1.4.1.5951.4.1.1.47.264)

Number of back-end SSL session multiplex attempts on the NetScaler appliance.

sslBeTotSessionMultiplexAttemptSuccess (1.3.6.1.4.1.5951.4.1.1.47.265)

Number of back-end SSL session multiplex successes on the NetScaler appliance.

sslBeTotSessionMultiplexAttemptFails (1.3.6.1.4.1.5951.4.1.1.47.266)

Number of back-end SSL session multiplex failures on the NetScaler appliance.

sslBeMaxMultiplexedSessions (1.3.6.1.4.1.5951.4.1.1.47.267)

Number of back-end SSL sessions reused on the NetScaler appliance.

sslBeTotSSLv3Handshakes (1.3.6.1.4.1.5951.4.1.1.47.268)

Number of back-end SSLv3 handshakes on the NetScaler appliance.

sslBeTotTLSv1Handshakes (1.3.6.1.4.1.5951.4.1.1.47.269)

Number of back-end TLSv1 handshakes on the NetScaler appliance.

sslBeTotSSLv3ClientAuthentications (1.3.6.1.4.1.5951.4.1.1.47.270)

Number of back-end SSLv3 client authentications on the NetScaler appliance.

sslBeTotTLSv1ClientAuthentications (1.3.6.1.4.1.5951.4.1.1.47.271)

Number of back-end TLSv1 client authentications on the NetScaler appliance.

sslBeTotRSA512keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.272)

Number of back-end RSA 512-bit key exchanges on the NetScaler appliance.

sslBeTotRSA1024keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.273)

Number of back-end RSA 1024-bit key exchanges on the NetScaler appliance.

sslBeTotRSA2048keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.274)

Number of back-end RSA 2048-bit key exchanges on the NetScaler appliance.

sslBeTotDH512keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.275)

Number of back-end DH 512-bit key exchanges on the NetScaler appliance.

sslBeTotDH1024keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.276)

Number of back-end DH 1024-bit key exchanges on the NetScaler appliance.

sslBeTotDH2048keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.277)

Number of back-end DH 2048-bit key exchanges on the NetScaler appliance.

sslBeTotRSAAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.278)

Number of back-end RSA authentications on the NetScaler appliance.

sslBeTotDHAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.279)

Number of back-end DH authentications on the NetScaler appliance.

sslBeTotDSSAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.280)

Number of back-end DSS authentications on the NetScaler appliance.

sslBeTotNULLAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.281)

Number of back-end null authentications on the NetScaler appliance.

sslBeTot40BitRC4Ciphers (1.3.6.1.4.1.5951.4.1.1.47.282)

Number of back-end RC4 40-bit cipher encryptions on the NetScaler appliance.

sslBeTot56BitRC4Ciphers (1.3.6.1.4.1.5951.4.1.1.47.283)

Number of back-end RC4 56-bit cipher encryptions on the NetScaler appliance.

sslBeTot64BitRC4Ciphers (1.3.6.1.4.1.5951.4.1.1.47.284)

Number of back-end RC4 64-bit cipher encryptions on the NetScaler appliance.

sslBeTot128BitRC4Ciphers (1.3.6.1.4.1.5951.4.1.1.47.285)

Number of back-end RC4 128-bit cipher encryptions on the NetScaler appliance.

sslBeTot40BitDESCiphers (1.3.6.1.4.1.5951.4.1.1.47.286)

Number of back-end DES 40-bit cipher encryptions on the NetScaler appliance.

sslBeTot56BitDESCiphers (1.3.6.1.4.1.5951.4.1.1.47.287)

Number of back-end DES 56-bit cipher encryptions on the NetScaler appliance.

sslBeTot168Bit3DESCiphers (1.3.6.1.4.1.5951.4.1.1.47.288)

Number of back-end 3DES 168-bit cipher encryptions on the NetScaler appliance.

sslBeTot40BitRC2Ciphers (1.3.6.1.4.1.5951.4.1.1.47.289)

Number of back-end RC2 40-bit cipher encryptions on the NetScaler appliance.

sslBeTot56BitRC2Ciphers (1.3.6.1.4.1.5951.4.1.1.47.290)

Number of back-end RC2 56-bit cipher encryptions on the NetScaler appliance.

sslBeTot128BitRC2Ciphers (1.3.6.1.4.1.5951.4.1.1.47.291)

Number of back-end RC2 128-bit cipher encryptions on the NetScaler appliance.

sslBeTot128BitIDEACiphers (1.3.6.1.4.1.5951.4.1.1.47.292)

Number of back-end IDEA 128-bit cipher encryptions on the NetScaler appliance.

sslBeTotNULLCiphers (1.3.6.1.4.1.5951.4.1.1.47.293)

Number of back-end null cipher encryptions on the NetScaler appliance.

sslBeTotMD5Mac (1.3.6.1.4.1.5951.4.1.1.47.294)

Number of back-end MD5 hashes on the NetScaler appliance.

sslBeTotSHAMac (1.3.6.1.4.1.5951.4.1.1.47.295)

Number of back-end SHA hashes on the NetScaler appliance.

sslCurSessions (1.3.6.1.4.1.5951.4.1.1.47.296)

Number of active SSL sessions on the NetScaler appliance.

sslTotOffloadBulkAES (1.3.6.1.4.1.5951.4.1.1.47.297)

Number of AES encryptions offloaded to the cryptography card.

sslTotOffloadBulkRC4 (1.3.6.1.4.1.5951.4.1.1.47.298)

Number of RC4 encryptions offloaded to the cryptography card.

sslNumCardsUP (1.3.6.1.4.1.5951.4.1.1.47.299)

Number of SSL cards that are UP. If the number of cards UP is lower than a threshold, a failover is initiated.

sslCards (1.3.6.1.4.1.5951.4.1.1.47.300)

Number of SSL crypto cards present on the NetScaler appliance.

sslTotBkendSessionReNegotiate (1.3.6.1.4.1.5951.4.1.1.47.301)

Number of back-end SSL session renegotiations on the NetScaler appliance.

sslTotCipherAES128 (1.3.6.1.4.1.5951.4.1.1.47.302)

Number of AES 128-bit cipher encryptions on the NetScaler appliance.

sslTotBkendSslV3Renego (1.3.6.1.4.1.5951.4.1.1.47.303)

Number of back-end SSLv3 session renegotiations on the NetScaler appliance.

sslTotBkendTlSvlRenego (1.3.6.1.4.1.5951.4.1.1.47.304)

Number of back-end TLSv1 session renegotiations on the NetScaler appliance.

sslTotCipherAES256 (1.3.6.1.4.1.5951.4.1.1.47.305)

Number of AES 256-bit cipher encryptions on the NetScaler appliance.

sslTotBkendCipherAES128 (1.3.6.1.4.1.5951.4.1.1.47.306)

Back-end AES 128-bit cipher encryptions on the NetScaler appliance.

sslTotBkendCipherAES256 (1.3.6.1.4.1.5951.4.1.1.47.307)

Back-end AES 256-bit cipher encryptions on the NetScaler appliance.

sslTotHwEncBE (1.3.6.1.4.1.5951.4.1.1.47.308)

Number of bytes encrypted in hardware on the back-end.

sslTotDec (1.3.6.1.4.1.5951.4.1.1.47.309)

Number of bytes decrypted on the NetScaler appliance.

sslTotSwEncFE (1.3.6.1.4.1.5951.4.1.1.47.310)

Number of bytes encrypted in software on the front-end.

sslTotEncFE (1.3.6.1.4.1.5951.4.1.1.47.311)

Number of bytes encrypted on the front-end.

sslTotEnc (1.3.6.1.4.1.5951.4.1.1.47.312)

Number of bytes encrypted on the NetScaler appliance.

sslTotDecHw (1.3.6.1.4.1.5951.4.1.1.47.313)

Number of bytes decrypted in hardware.

sslTotSwDecBE (1.3.6.1.4.1.5951.4.1.1.47.314)

Number of bytes decrypted in software on the back-end

sslTotHwDecFE (1.3.6.1.4.1.5951.4.1.1.47.315)

Number of bytes decrypted in hardware on the front-end.

sslTotEncHw (1.3.6.1.4.1.5951.4.1.1.47.316)

Number of bytes encrypted in hardware.

sslTotDecSw (1.3.6.1.4.1.5951.4.1.1.47.317)

Number of bytes decrypted in software.

sslTotSwEncBE (1.3.6.1.4.1.5951.4.1.1.47.318)

Number of bytes encrypted in software on the back-end.

sslTotEncSw (1.3.6.1.4.1.5951.4.1.1.47.319)

Number of bytes encrypted in software.

sslTotSwDecFE (1.3.6.1.4.1.5951.4.1.1.47.320)

Number of bytes decrypted in software on the front-end.

sslTotEncBE (1.3.6.1.4.1.5951.4.1.1.47.321)

Number of bytes encrypted on the back-end.

sslTotDecBE (1.3.6.1.4.1.5951.4.1.1.47.322)

Number of bytes decrypted on the back-end.

sslTotHwDecBE (1.3.6.1.4.1.5951.4.1.1.47.323)

Number of bytes decrypted in hardware on the back-end.

sslTotDecFE (1.3.6.1.4.1.5951.4.1.1.47.324)

Number of bytes decrypted on the front-end.

sslTotHwEncFE (1.3.6.1.4.1.5951.4.1.1.47.325)

Number of bytes encrypted in hardware on the front-end.

sslTotRSA4096keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.326)

Number of RSA 4096-bit key exchanges on the NetScaler appliance.

sslCurQSize (1.3.6.1.4.1.5951.4.1.1.47.327)

Current queue size

sslChipReinitCount (1.3.6.1.4.1.5951.4.1.1.47.328)

Count of all reinitialize event for all SSL crypto chips.

sslTotECDHE224keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.329)

Number of 224 Elliptical Curve Diffie-Helman on the NetScaler appliance.

sslTotECDHE256keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.330)

Number of 256 Elliptical Curve Diffie-Helman on the NetScaler appliance.

sslTotECDHE384keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.331)

Number of 384 Elliptical Curve Diffie-Helman on the NetScaler appliance.

sslTotECDHE521keyExchanges (1.3.6.1.4.1.5951.4.1.1.47.332)

Number of 521 Elliptical Curve Diffie-Helman on the NetScaler appliance.

sslTotTransactionsRate (1.3.6.1.4.1.5951.4.1.1.47.333)

SSL Transactions rate per second.

sslTotSSLv2TransactionsRate (1.3.6.1.4.1.5951.4.1.1.47.334)

SSLv2 Transactions rate per second.

sslTotSSLv3TransactionsRate (1.3.6.1.4.1.5951.4.1.1.47.335)

SSLv3 Transactions rate per second.

sslTotTLSv1TransactionsRate (1.3.6.1.4.1.5951.4.1.1.47.336)

TLSv1 Transactions rate per second.

sslBeTotEcdheCurve521 (1.3.6.1.4.1.5951.4.1.1.47.337)

Number of back-end ECDHE 521 curve Key exchanges on the NetScaler appliance.

sslBeTotEcdheCurve384 (1.3.6.1.4.1.5951.4.1.1.47.338)

Number of back-end ECDHE 384 curve Key exchanges on the NetScaler appliance.

sslBeTotEcdheCurve256 (1.3.6.1.4.1.5951.4.1.1.47.339)

Number of back-end ECDHE 256 curve Key exchanges on the NetScaler appliance.

sslBeTotEcdheCurve224 (1.3.6.1.4.1.5951.4.1.1.47.340)

Number of back-end ECDHE 224 curve Key exchanges on the NetScaler appliance.

sslTotTLSv11Handshakes (1.3.6.1.4.1.5951.4.1.1.47.341)

Number of SSL handshakes on TLSv1.1 on the NetScaler appliance.

sslTotTLSv12Handshakes (1.3.6.1.4.1.5951.4.1.1.47.342)

Number of SSL handshakes on TLSv1.2 on the NetScaler appliance.

sslTotTLSv11Transactions (1.3.6.1.4.1.5951.4.1.1.47.343)

Number of TLSv1.1 transactions on the NetScaler appliance.

sslTotTLSv12Transactions (1.3.6.1.4.1.5951.4.1.1.47.344)

Number of TLSv1.2 transactions on the NetScaler appliance.

sslTotTLSv11Sessions (1.3.6.1.4.1.5951.4.1.1.47.345)

Number of TLSv1.1 sessions on the NetScaler appliance.

sslTotTLSv12Sessions (1.3.6.1.4.1.5951.4.1.1.47.346)

Number of TLSv1.2 sessions on the NetScaler appliance.

sslTotTLSv11RenegSessions (1.3.6.1.4.1.5951.4.1.1.47.347)

Number of SSL session renegotiations done on TLSv1.1.

sslTotTLSv12RenegSessions (1.3.6.1.4.1.5951.4.1.1.47.348)

Number of SSL session renegotiations done on TLSv1.2.

sslTotTLSv11ClientAuthentications (1.3.6.1.4.1.5951.4.1.1.47.349)

Number of client authentications done on TLSv1.1.

sslTotTLSv12ClientAuthentications (1.3.6.1.4.1.5951.4.1.1.47.350)

Number of client authentications done on TLSv1.2.

sslTotTLSv11TransactionRate (1.3.6.1.4.1.5951.4.1.1.47.351)

TLSv1.1 Transactions rate per second.

sslTotTLSv12TransactionRate (1.3.6.1.4.1.5951.4.1.1.47.352)

TLSv1.2 Transactions rate per second.

sslTot128BitAESGCMCiphers (1.3.6.1.4.1.5951.4.1.1.47.353)

Number of AEC-GCM 128-bit cipher encryptions on the NetScaler appliance.

sslTot256BitAESGCMCiphers (1.3.6.1.4.1.5951.4.1.1.47.354)

Number of AEC-GCM 256-bit cipher encryptions on the NetScaler appliance.

sslTotOffloadBulkAESGCM128 (1.3.6.1.4.1.5951.4.1.1.47.355)

Number of AES-GCM 128-bit encryptions offloaded to the cryptography card.

sslTotOffloadBulkAESGCM256 (1.3.6.1.4.1.5951.4.1.1.47.356)

Number of AES-GCM 256-bit encryptions offloaded to the cryptography card.

sslBeTotTLSv11Sessions (1.3.6.1.4.1.5951.4.1.1.47.357)

Number of back-end TLSv1.1 sessions on the NetScaler appliance.

sslBeTotTLSv12Sessions (1.3.6.1.4.1.5951.4.1.1.47.358)

Number of back-end TLSv1.2 sessions on the NetScaler appliance.

sslBeTotTLSv11Handshakes (1.3.6.1.4.1.5951.4.1.1.47.359)

Number of back-end TLSv1.1 handshakes on the NetScaler appliance.

sslBeTotTLSv12Handshakes (1.3.6.1.4.1.5951.4.1.1.47.360)

Number of back-end TLSv1.2 handshakes on the NetScaler appliance.

sslBeTotTLSv11ClientAuthentications (1.3.6.1.4.1.5951.4.1.1.47.361)

Number of back-end TLSv1.1 client authentications on the NetScaler appliance.

sslBeTotTLSv12ClientAuthentications (1.3.6.1.4.1.5951.4.1.1.47.362)

Number of back-end TLSv1.2 client authentications on the NetScaler appliance.

sslTotBkendTlSv11Renego (1.3.6.1.4.1.5951.4.1.1.47.363)

Number of back-end TLSv1.1 session renegotiations on the NetScaler appliance.

sslTotBkendTlSv12Renego (1.3.6.1.4.1.5951.4.1.1.47.364)

Number of back-end TLSv1.2 session renegotiations on the NetScaler appliance.

sslCryptoUtilization (1.3.6.1.4.1.5951.4.1.1.47.365)

Utilization of the hardware crypto resource. Only valid values are 0-100%. Only works on platforms with Nitrox-3 chips. A value of 4294967295 is displayed on other platforms.

sslTotECDSAAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.366)

Total number of times ECDSA authorization is used on the NetScaler appliance.

sslNumCardsUPSecondary (1.3.6.1.4.1.5951.4.1.1.47.367)

Number of Add on SSL cards that are UP.

sslCardsSecondary (1.3.6.1.4.1.5951.4.1.1.47.368)

Number of secondary SSL crypto cards present on the NetScaler appliance.

sslCardStatusSecondary (1.3.6.1.4.1.5951.4.1.1.47.369)

Status of the secondary SSL card(s). The value should be interpreted in binary form, with each set bit indicates a card as UP.

sslCryptoUtilizationSecondary (1.3.6.1.4.1.5951.4.1.1.47.370)

Utilization of the hardware crypto resource. Only valid values are 0-100%. Only works on N3FIPS+N3 hybrid platform. A value of 4294967295 is displayed on other platforms.

sslTotEncHwSecondary (1.3.6.1.4.1.5951.4.1.1.47.371)

Number of bytes encrypted in hardware on secondary card.

sslTotHwEncFEsecondary (1.3.6.1.4.1.5951.4.1.1.47.372)

Number of bytes encrypted on the front-end in hardware on secondary card.

sslTotHwEncBEsecondary (1.3.6.1.4.1.5951.4.1.1.47.373)

Number of bytes encrypted on the back-end in hardware on secondary card.

sslTotDecHwSecondary (1.3.6.1.4.1.5951.4.1.1.47.374)

Number of bytes decrypted in hardware on secondary card.

sslTotHwDecFEsecondary (1.3.6.1.4.1.5951.4.1.1.47.375)

Number of bytes decrypted on the front-end in hardware on secondary card.

sslTotHwDecBEsecondary (1.3.6.1.4.1.5951.4.1.1.47.376)

Number of bytes decrypted on the back-end in hardware on secondary card.

sslBeTotECDSAAuthorizations (1.3.6.1.4.1.5951.4.1.1.47.377)

Number of back-end ECDSA authentications on the NetScaler appliance.

sslTotSHA256Mac (1.3.6.1.4.1.5951.4.1.1.47.378)

Number of SHA256 hashes on the NetScaler appliance.

sslTotSHA384Mac (1.3.6.1.4.1.5951.4.1.1.47.379)

Number of SHA384 hashes on the NetScaler appliance.

sslBeTotSHA256Mac (1.3.6.1.4.1.5951.4.1.1.47.380)

Number of back-end SHA256 hashes on the NetScaler appliance.

sslBeTotSHA384Mac (1.3.6.1.4.1.5951.4.1.1.47.381)

Number of back-end SHA384 hashes on the NetScaler appliance.

nsHttpStatsGroup (1.3.6.1.4.1.5951.4.1.1.48)

httpTotGets (1.3.6.1.4.1.5951.4.1.1.48.45)

Total number of HTTP requests received with the GET method.

httpTotPosts (1.3.6.1.4.1.5951.4.1.1.48.46)

Total number of HTTP requests received with the POST method.

httpTotOthers (1.3.6.1.4.1.5951.4.1.1.48.47)

Total number of HTTP requests received with methods other than GET and POST. Some of the other well-defined HTTP methods are HEAD, PUT, DELETE, OPTIONS, and TRACE. User-defined methods are also allowed.

httpTotRxRequestBytes (1.3.6.1.4.1.5951.4.1.1.48.48)

Total number of bytes of HTTP request data received.

httpTotRxResponseBytes (1.3.6.1.4.1.5951.4.1.1.48.49)

Total number of bytes of HTTP response data received.

httpTotTxRequestBytes (1.3.6.1.4.1.5951.4.1.1.48.50)

Total number of bytes of HTTP request data transmitted.

httpTotTxResponseBytes (1.3.6.1.4.1.5951.4.1.1.48.51)

Total number of bytes of HTTP response data transmitted.

httpTot10Requests (1.3.6.1.4.1.5951.4.1.1.48.52)

Total number of HTTP/1.0 requests received.

httpTotResponses (1.3.6.1.4.1.5951.4.1.1.48.53)

Total number of HTTP responses sent.

httpTot10Responses (1.3.6.1.4.1.5951.4.1.1.48.54)

Total number of HTTP/1.0 responses sent.

httpTotClenResponses (1.3.6.1.4.1.5951.4.1.1.48.55)

Total number of HTTP responses sent in which the Content-length field of the HTTP header has been set. Content-length specifies the length of the content, in bytes, in the associated HTTP body.

httpTotChunkedResponses (1.3.6.1.4.1.5951.4.1.1.48.56)

Total number of HTTP responses sent in which the Transfer-Encoding field of the HTTP header has been set to chunked. This setting is used when the server wants to start sending the response before knowing its total length. The server breaks the response into chunks and sends them in sequence, inserting the length of each chunk before the actual data. The message ends with a chunk of size zero.

httpErrIncompleteRequests (1.3.6.1.4.1.5951.4.1.1.48.57)

Total number of HTTP requests received in which the header spans more than one packet.

httpErrIncompleteResponses (1.3.6.1.4.1.5951.4.1.1.48.58)

Total number of HTTP responses received in which the header spans more than one packet.

httpErrIncompleteHeaders (1.3.6.1.4.1.5951.4.1.1.48.60)

Total number of HTTP requests and responses received in which the HTTP header spans more than one packet.

httpErrServerBusy (1.3.6.1.4.1.5951.4.1.1.48.61)

Total number of HTTP error responses received. Some of the error responses are:

500 Internal Server Error

501 Not Implemented

502 Bad Gateway

503 Service Unavailable

504 Gateway Timeout

505 HTTP Version Not Supported

httpTotChunkedRequests (1.3.6.1.4.1.5951.4.1.1.48.62)

Total number of HTTP requests in which the Transfer-Encoding field of the HTTP header has been set to chunked.

httpTotClenRequests (1.3.6.1.4.1.5951.4.1.1.48.63)

Total number of HTTP requests in which the Content-length field of the HTTP header has been set. Content-length specifies the length of the content, in bytes, in the associated HTTP body.

httpErrLargeContent (1.3.6.1.4.1.5951.4.1.1.48.64)

Total number of requests and responses received with large body.

httpErrLargeCtlen (1.3.6.1.4.1.5951.4.1.1.48.65)

Total number of requests received with large content, in which the Content-length field of the HTTP header has been set. Content-length specifies the length of the content, in bytes, in the associated HTTP body.

httpErrLargeChunk (1.3.6.1.4.1.5951.4.1.1.48.66)

Total number of requests received with large chunk size, in which the Transfer-Encoding field of the HTTP header has been set to chunked.

httpTotRequests (1.3.6.1.4.1.5951.4.1.1.48.67)

Total number of HTTP requests received.

httpTot11Requests (1.3.6.1.4.1.5951.4.1.1.48.68)

Total number of HTTP/1.1 requests received.

httpTot11Responses (1.3.6.1.4.1.5951.4.1.1.48.69)

Total number of HTTP/1.1 responses sent.

httpTotNoClenChunkResponses (1.3.6.1.4.1.5951.4.1.1.48.70)

Total number of FIN-terminated responses sent. In FIN-terminated responses, the server finishes sending the data and closes the connection.

httpErrNoreuseMultipart (1.3.6.1.4.1.5951.4.1.1.48.71)

Total number of HTTP multi-part responses sent. In multi-part responses, one or more entities are encapsulated within the body of a single message.

spdyTotStreams (1.3.6.1.4.1.5951.4.1.1.48.73)

Total number of requests received over SPDYv2 and SPDYv3

spdyv2TotStreams (1.3.6.1.4.1.5951.4.1.1.48.74)

Total number of requests received over SPDYv2

spdyv3TotStreams (1.3.6.1.4.1.5951.4.1.1.48.75)

Total number of requests received over SPDYv3

httpTotRequestsRate (1.3.6.1.4.1.5951.4.1.1.48.76)

Rate at which HTTP Requests are received in the system per second.

httpTotResposesRate (1.3.6.1.4.1.5951.4.1.1.48.77)

Rate at which HTTP Responses are received in the system per second.

nsCacheStatsGroup (1.3.6.1.4.1.5951.4.1.1.49)

cacheMaxMemoryKB (1.3.6.1.4.1.5951.4.1.1.49.1)

Largest amount of memory the NetScaler can dedicate to caching, up to 50% of available memory. A 0 value disables caching, but the caching module continues to run.

cacheUtilizedMemoryKB (1.3.6.1.4.1.5951.4.1.1.49.2)

Amount of memory the integrated cache is currently using.

cacheNumCached (1.3.6.1.4.1.5951.4.1.1.49.3)

Responses currently in integrated cache. Includes responses fully downloaded, in the process of being downloaded, and expired or flushed but not yet removed.

cachePercentHit (1.3.6.1.4.1.5951.4.1.1.49.12)

Cache hits as percentage of the total number of requests

cacheRecentPercentHit (1.3.6.1.4.1.5951.4.1.1.49.13)

Recently recorded cache hit ratio expressed as percentage

cacheCurHits (1.3.6.1.4.1.5951.4.1.1.49.14)

This number should be close to the number of hits being served currently.

cacheCurMisses (1.3.6.1.4.1.5951.4.1.1.49.15)

Responses fetched from the origin and served from the cache. Should approximate storable misses. Does not include non-storable misses.

cachePercent304Hits (1.3.6.1.4.1.5951.4.1.1.49.20)

304 responses as a percentage of all responses that the NetScaler served.

cacheRecentPercent304Hits (1.3.6.1.4.1.5951.4.1.1.49.21)

Recently recorded ratio of 304 hits to all hits expressed as percentage

cachePercentStoreAbleMiss (1.3.6.1.4.1.5951.4.1.1.49.26)

Responses that were fetched from the origin, stored in the cache, and then served to the client, as a percentage of all cache misses.

cacheRecentPercentStoreAbleMiss (1.3.6.1.4.1.5951.4.1.1.49.27)

Recently recorded ratio of store-able misses to all misses expressed as percentage.

cachePercentSuccessfulRevalidation (1.3.6.1.4.1.5951.4.1.1.49.34)

Percentage of times stored content was successfully revalidated by a 304 (Object Not Modifed) response rather than by a full response

cacheRecentPercentSuccessfulRevalidation (1.3.6.1.4.1.5951.4.1.1.49.35)

Recently recorded percentage of times stored content was successfully revalidated by a 304 response rather than by a full response

cachePercentByteHit (1.3.6.1.4.1.5951.4.1.1.49.40)

Bytes served from the cache divided by total bytes served to the client. If compression is On in the NetScaler, this ratio may not reflect the bytes served by the compression module. If the compression is Off, this ratio is the same as cachePercentOriginBandwidthSaved.

cacheRecentPercentByteHit (1.3.6.1.4.1.5951.4.1.1.49.41)

Recently recorded cache byte hit ratio expressed as percentage. Here we define byte hit ratio as ((number of bytes served from the cache)/(total number of bytes served to the client)). This is the standard definition of Byte Hit Ratio. If compression is turned ON in NS then this ratio doesn't mean much. This might under or over estimate the origin-to-cache bandwidth saving (depending upon whether bytes served by CMP in NetScaler are more or less than compressed bytes served from the cache). If CMP is turned OFF in NS then this ratio is same as cacheRecentPercentOriginBandwidthSaved.

cachePercentOriginBandwidthSaved (1.3.6.1.4.1.5951.4.1.1.49.42)

Percentage of origin bandwidth saved, expressed as number of bytes served from the integrated cache divided by all bytes served. The assumption is that all compression is done in the NetScaler.

cacheRecentPercentOriginBandwidthSaved (1.3.6.1.4.1.5951.4.1.1.49.43)

Bytes served from cache divided by total bytes served to client. This ratio can be greater than 1 because of the assumption that all compression has been done in the NetScaler.

cacheErrMemAlloc (1.3.6.1.4.1.5951.4.1.1.49.44)

Total number of times the cache failed to allocate memory to store responses.

cacheTotRequests (1.3.6.1.4.1.5951.4.1.1.49.45)

Total cache hits plus total cache misses.

cacheTotHits (1.3.6.1.4.1.5951.4.1.1.49.46)

Responses served from the integrated cache. These responses match a policy with a CACHE action.

cacheTotMisses (1.3.6.1.4.1.5951.4.1.1.49.47)

Intercepted HTTP requests requiring fetches from origin server.

cacheTot304Hits (1.3.6.1.4.1.5951.4.1.1.49.48)

Object not modified responses served from the cache. (Status code 304 served instead of the full response.)

cacheTotNon304Hits (1.3.6.1.4.1.5951.4.1.1.49.49)

Total number of full (non-304) responses served from the cache. A 304 status code indicates that a response has not been modified since the last time it was served

cacheTotStoreAbleMisses (1.3.6.1.4.1.5951.4.1.1.49.50)

Cache misses for which the fetched response is stored in the cache before serving it to the client. Storable misses conform to a built-in or user-defined caching policy that contains a CACHE action.

cacheTotNonStoreAbleMisses (1.3.6.1.4.1.5951.4.1.1.49.51)

Cache misses for which the fetched response is not stored in the cache. These responses match policies with a NOCACHE action or are affected by Poll Every Time.

cacheTotRevalidationMiss (1.3.6.1.4.1.5951.4.1.1.49.52)

Responses that an intervening cache revalidated with the integrated cache before serving, as determined by a Cache-Control: Max-Age header configurable in the integrated cache

cacheTotFullToConditionalRequest (1.3.6.1.4.1.5951.4.1.1.49.53)

Number of user-agent requests for a cached Poll Every Time (PET) response that were sent to the origin server as conditional requests.

cacheTotSuccessfulRevalidation (1.3.6.1.4.1.5951.4.1.1.49.54)

Total number of times stored content was successfully revalidated by a 304 Not Modified response from the origin.

cacheTotResponseBytes (1.3.6.1.4.1.5951.4.1.1.49.55)

Total number of HTTP response bytes served by NetScaler from both the origin and the cache

cacheBytesServed (1.3.6.1.4.1.5951.4.1.1.49.56)

Total number of bytes served from the integrated cache

cacheCompressedBytesServed (1.3.6.1.4.1.5951.4.1.1.49.57)

Number of compressed bytes served from the cache

cacheTotPetRequests (1.3.6.1.4.1.5951.4.1.1.49.58)

Requests that triggered a search of a content group that has Poll Every Time (PET) enabled (always consult the origin server before serving cached data).

cacheTotPetHits (1.3.6.1.4.1.5951.4.1.1.49.59)

Number of times a cache hit was found during a search of a content group that has Poll Every Time enabled.

cachePercentPetHits (1.3.6.1.4.1.5951.4.1.1.49.60)

Percentage of cache hits in content groups that have Poll Every Time enabled, relative to all searches of content groups with Poll Every Time enabled.

cacheTotParameterizedRequests (1.3.6.1.4.1.5951.4.1.1.49.61)

Total number of requests where the content group has hit and invalidation parameters or selectors.

cacheTotParameterizedHits (1.3.6.1.4.1.5951.4.1.1.49.62)

Parameterized requests resulting in either a 304 or non-304 hit.

cacheTotParameterizedNon304Hits (1.3.6.1.4.1.5951.4.1.1.49.63)

Parameterized requests resulting in a full response (not status code 304: Object Not Updated) served from the cache.

cacheTotParameterized304Hits (1.3.6.1.4.1.5951.4.1.1.49.64)

Parameterized requests resulting in an object not modified (status code 304) response.

cachePercentParameterized304Hits (1.3.6.1.4.1.5951.4.1.1.49.65)

Percentage of parameterized 304 hits relative to all parameterized hits.

cacheRecentPercentParameterizedHits (1.3.6.1.4.1.5951.4.1.1.49.66)

Recently recorded ratio of parameterized 304 hits to all parameterized hits expressed as a percentage

cacheTotInvalidationRequests (1.3.6.1.4.1.5951.4.1.1.49.67)

Requests that match an invalidation policy and result in expiration of specific cached responses or entire content groups.

cacheTotNonParameterizedInvalidationRequests (1.3.6.1.4.1.5951.4.1.1.49.68)

Requests that match an invalidation policy where the invalGroups parameter is configured and expires one or more content groups.

cacheTotParameterizedInvalidationRequests (1.3.6.1.4.1.5951.4.1.1.49.69)

Requests matching a policy with an invalidation (INVAL) action and a content group that uses an invalidation selector or parameters.

cacheLargestResponseReceived (1.3.6.1.4.1.5951.4.1.1.49.70)

Size, in bytes, of largest response sent to client from the cache or the origin server.

cacheTotFlashcacheMisses (1.3.6.1.4.1.5951.4.1.1.49.71)

Number of requests to a content group with flash cache enabled that were cache misses. Flash cache distributes the response to all the clients in aqueue.

cacheTotFlashcacheHits (1.3.6.1.4.1.5951.4.1.1.49.72)

Number of requests to a content group with flash cache enabled that were cache hits. The flash cache setting queues requests that arrive simultaneously and distributes the response to all the clients in the queue.

cacheTotExpireAtLastByte (1.3.6.1.4.1.5951.4.1.1.49.73)

Instances of content expiring immediately after receiving the last body byte due to the Expire at Last Byte setting for the content group.

cacheNumMarker (1.3.6.1.4.1.5951.4.1.1.49.74)

Marker objects created when a response exceeds the maximum or minimum size for entries in its content group or has not yet received the minimum number of hits required for items in its content group.

cacheMaxMemoryActiveKB (1.3.6.1.4.1.5951.4.1.1.49.75)

Currently active value of maximum memory

cache64MaxMemoryKB (1.3.6.1.4.1.5951.4.1.1.49.76)

Largest amount of memory the NetScaler can dedicate to caching, up to 50% of available memory. A 0 value disables caching, but the caching module continues to run.

cacheNumObjSavedOnDisk (1.3.6.1.4.1.5951.4.1.1.49.77)

Cached responses currently saved on disk. Includes responses fully saved to disk, and expired or flushed but not yet removed.

cacheNumMBSavedOnDisk (1.3.6.1.4.1.5951.4.1.1.49.78)

Size (MB) of cached responses currently saved on disk. Includes responses fully saved to disk, and expired or flushed but not yet removed.

cacheNumMBReadFromDisk (1.3.6.1.4.1.5951.4.1.1.49.79)

Total Number of MB read from disk since last reboot.

cacheNumMBWrittenToDisk (1.3.6.1.4.1.5951.4.1.1.49.80)

Total Number of MB written to disk since last reboot.

cacheTotSqlHits (1.3.6.1.4.1.5951.4.1.1.49.81)

sql response served from cache

nsCompressionStatsGroup (1.3.6.1.4.1.5951.4.1.1.50)

compTotalRequests (1.3.6.1.4.1.5951.4.1.1.50.1)

Number of HTTP compression requests the NetScaler receives for which the response is successfully compressed. For example, after you enable compression and configure services, if you send HTTP requests to the NetScaler using a HTTP client that supports compression, and NetScaler compresses the corresponding response, this counter is incremented.

compTotalTxBytes (1.3.6.1.4.1.5951.4.1.1.50.2)

Number of bytes the NetScaler sends to the client after compressing the response from the server.

compTotalRxBytes (1.3.6.1.4.1.5951.4.1.1.50.3)

Number of bytes that can be compressed, which the NetScaler receives from the server. This gives the content length of the response that the NetScaler receives from server.

compTotalTxPackets (1.3.6.1.4.1.5951.4.1.1.50.4)

Number of HTTP packets that the NetScaler sends to the client after compressing the response from the server.

compTotalRxPackets (1.3.6.1.4.1.5951.4.1.1.50.5)

Number of HTTP packets that can be compressed, which the NetScaler receives from the server.

compRatio (1.3.6.1.4.1.5951.4.1.1.50.6)

Ratio of compressible data received to compressed data transmitted expressed as percentage.

compTotalDataCompressionRatio (1.3.6.1.4.1.5951.4.1.1.50.7)

Ratio of total HTTP data received to total HTTP data transmitted expressed as percentage.

compTcpTotalTxBytes (1.3.6.1.4.1.5951.4.1.1.50.8)

Number of bytes that the NetScaler sends to the client after compressing the response from the server.

compTcpTotalRxBytes (1.3.6.1.4.1.5951.4.1.1.50.9)

Number of bytes that can be compressed, which the NetScaler receives from the server. This gives the content length of the response that the NetScaler receives from server.

compTcpTotalTxPackets (1.3.6.1.4.1.5951.4.1.1.50.10)

Number of TCP packets that the NetScaler sends to the client after compressing the response from the server.

compTcpTotalRxPackets (1.3.6.1.4.1.5951.4.1.1.50.11)

Total number of compressible packets received by NetScaler.

compTcpTotalQuantum (1.3.6.1.4.1.5951.4.1.1.50.12)

Number of times the NetScaler compresses a quantum of data. NetScaler buffers the data received from the server till it reaches the quantum size and then compresses the buffered data and transmits to the client.

compTcpTotalPush (1.3.6.1.4.1.5951.4.1.1.50.13)

Number of times the NetScaler compresses data on receiving a TCP PUSH flag from the server. The PUSH flag ensures that data is compressed immediately without waiting for the buffered data size to reach the quantum size.

compTcpTotalEoi (1.3.6.1.4.1.5951.4.1.1.50.14)

Number of times the NetScaler compresses data on receiving End Of Input (FIN packet). When the NetScaler receives End Of Input (FIN packet), it compresses the buffered data immediately without waiting for the buffered data size to reach the quantum size.

compTcpTotalTimer (1.3.6.1.4.1.5951.4.1.1.50.15)

Number of times the NetScaler compresses data on expiration of data accumulation timer. The timer expires if the server response is very slow and consequently, the NetScaler does not receive response for a certain amount of time. Under such a condition, the NetScaler compresses the buffered data immediately without waiting for the buffered data size to reach the quantum size.

compTcpRatio (1.3.6.1.4.1.5951.4.1.1.50.16)

Ratio of compressible data received to compressed data transmitted expressed as percentage.

compTcpBandwidthSaving (1.3.6.1.4.1.5951.4.1.1.50.17)

Bandwidth saving from TCP compression expressed as percentage.

deCompTcpRxPackets (1.3.6.1.4.1.5951.4.1.1.50.18)

Total number of compressed packets received by NetScaler.

deCompTcpTxPackets (1.3.6.1.4.1.5951.4.1.1.50.19)

Total number of decompressed packets transmitted by NetScaler.

deCompTcpRxBytes (1.3.6.1.4.1.5951.4.1.1.50.20)

Total number of compressed bytes received by NetScaler.

deCompTcpTxBytes (1.3.6.1.4.1.5951.4.1.1.50.21)

Total number of decompressed bytes transmitted by NetScaler.

deCompTcpErrData (1.3.6.1.4.1.5951.4.1.1.50.22)

Number of data errors encountered while decompressing.

deCompTcpErrLessData (1.3.6.1.4.1.5951.4.1.1.50.23)

Number of times NetScaler received less data than declared by protocol.

deCompTcpErrMoreData (1.3.6.1.4.1.5951.4.1.1.50.24)

Number of times NetScaler received more data than declared by protocol.

deCompTcpErrMemory (1.3.6.1.4.1.5951.4.1.1.50.25)

Number of times memory failures occurred while decompressing.

deCompTcpErrUnknown (1.3.6.1.4.1.5951.4.1.1.50.26)

Number of times unknown errors occurred while decompressing.

deCompTcpRatio (1.3.6.1.4.1.5951.4.1.1.50.27)

Ratio of decompressed data transmitted to compressed data received expressed as percentage.

deCompTcpBandwidthSaving (1.3.6.1.4.1.5951.4.1.1.50.28)

Bandwidth saving from compression expressed as percentage.

delCompTotalRequests (1.3.6.1.4.1.5951.4.1.1.50.29)

Total number of delta compression requests received by NetScaler.

delCompFirstAccess (1.3.6.1.4.1.5951.4.1.1.50.30)

Total number of delta compression first accesses.

delCompDone (1.3.6.1.4.1.5951.4.1.1.50.31)

Total number of delta compressions done by NetScaler.

delCompTcpRxBytes (1.3.6.1.4.1.5951.4.1.1.50.32)

Total number of delta-compressible bytes received by NetScaler.

delCompTcpTxBytes (1.3.6.1.4.1.5951.4.1.1.50.33)

Total number of delta-compressed bytes transmitted by NetScaler.

delCompTcpRxPackets (1.3.6.1.4.1.5951.4.1.1.50.34)

Number of delta-compressible packets received.

delCompTcpTxPackets (1.3.6.1.4.1.5951.4.1.1.50.35)

Total number of delta-compressed packets transmitted by NetScaler.

delCompBaseServed (1.3.6.1.4.1.5951.4.1.1.50.36)

Total number of basefile requests served by NetScaler.

delCompBaseTcpTxBytes (1.3.6.1.4.1.5951.4.1.1.50.37)

Number of basefile bytes transmitted by NetScaler.

delCompErrBypassed (1.3.6.1.4.1.5951.4.1.1.50.39)

Number of times delta-compression bypassed by NetScaler.

delCompErrBFileWHdrFailed (1.3.6.1.4.1.5951.4.1.1.50.40)

Number of times basefile could not be updated in NetScaler cache.

delCompErrNostoreMiss (1.3.6.1.4.1.5951.4.1.1.50.41)

Number of times basefile was not found in NetScaler cache.

delCompErrReqinfoToobig (1.3.6.1.4.1.5951.4.1.1.50.42)

Number of times basefile request URL was too large.

delCompErrReqinfoAllocfail (1.3.6.1.4.1.5951.4.1.1.50.43)

Number of times requested basefile could not be allocated.

delCompErrSessallocFail (1.3.6.1.4.1.5951.4.1.1.50.44)

Number of times delta compression session could not be allocated.

delCmpRatio (1.3.6.1.4.1.5951.4.1.1.50.45)

Ratio of compressible data received to compressed data transmitted expressed as percentage.

delBwSaving (1.3.6.1.4.1.5951.4.1.1.50.46)

Bandwidth saving from delta compression expressed as percentage.

compHttpBandwidthSaving (1.3.6.1.4.1.5951.4.1.1.50.47)

Bandwidth saving from TCP compression expressed as percentage.

nsIfStatsTable (1.3.6.1.4.1.5951.4.1.1.54)

The interface related statistics Table.

Indexed on: ifName

ifName (1.3.6.1.4.1.5951.4.1.1.54.1.1)

The name of the interface.

ifMedia (1.3.6.1.4.1.5951.4.1.1.54.1.2)

The media type of the interface.

ifTotRxBytes (1.3.6.1.4.1.5951.4.1.1.54.1.3)

Number of bytes received by an interface since the NetScaler appliance was started or the interface statistics were cleared.

ifRxAvgBandwidthUsage (1.3.6.1.4.1.5951.4.1.1.54.1.4)

The average bandwidth, in bits per second, at which the specified interface has been receiving packets since the NetScaler appliance was started or the interface statistics were cleared.

ifTotRxPkts (1.3.6.1.4.1.5951.4.1.1.54.1.5)

Number of packets received by an interface since the NetScaler appliance was started or the interface statistics were cleared.

ifRxAvgPacketRate (1.3.6.1.4.1.5951.4.1.1.54.1.6)

Average rate, in packets per second, of incoming packets on the specified interface since the NetScaler appliance was started or the interface statistics were cleared.

ifTotTxBytes (1.3.6.1.4.1.5951.4.1.1.54.1.7)

Number of bytes transmitted by an interface since the NetScaler appliance was started or the interface statistics were cleared.

ifTxAvgBandwidthUsage (1.3.6.1.4.1.5951.4.1.1.54.1.8)

The average bandwidth, in bits per second, at which the specified interface has been transmitting packets since the NetScaler appliance was started or the interface statistics were cleared.

ifTotTxPkts (1.3.6.1.4.1.5951.4.1.1.54.1.9)

Number of packets transmitted by an interface since the NetScaler appliance was started or the interface statistics were cleared.

ifTxAvgPacketRate (1.3.6.1.4.1.5951.4.1.1.54.1.10)

Average rate, in packets per second, of outgoing packets on the specified interface since the NetScaler appliance was started or the interface statistics were cleared.

ifRxCRCErrors (1.3.6.1.4.1.5951.4.1.1.54.1.11)

Number of packets received with the wrong checksum by the specified interface since the NetScaler appliance was started or the interface statistics were cleared. This indicates the number of Jabber frames received instead of CRC errors on the 10G data ports of NetScaler 12000-10G platform and the data ports of NetScaler MPX 15000 and 17000 platforms.

ifRxFrameErrors (1.3.6.1.4.1.5951.4.1.1.54.1.12)

Number of Jumbo frames(frame size greater than 1518 bytes) received by the specified interface since the NetScaler appliance was started or the interface statistics were cleared.

ifRxAlignmentErrors (1.3.6.1.4.1.5951.4.1.1.54.1.13)

Number of packets received with an alignment error (an error that occurs when the total number of bits of a received frame is not divisible by eight) by the specified interface. Since the NetScaler appliance was started or the interface statistics were cleared.

ifTxCarrierError (1.3.6.1.4.1.5951.4.1.1.54.1.18)

Number of Carrier Sense errors that occur when an interface attempts to transmit a frame but is unable to do so as no carrier is detected. This statistic is applicable only to half-duplex transmissions and is available only on 1G data ports of the NetScaler 12000 platform and management ports of NetScaler MPX 15000 and 17000 platforms.

(1) Loop back interface (LO) of all platforms indicates PE fails to send packets to BSD stack because of lack of resources in BSD stack.

(2) Number of non Cisco Heart beat packet drop on internal interface. Applicable for internal interface(which is used to communicate between NXOS-NSVSB) of VPX's running on Cisco Nexus platform

ifTotRxMbits (1.3.6.1.4.1.5951.4.1.1.54.1.19)

The total data, in megabits, received by an interface since the NetScaler appliance was started or the interface statistics were cleared. This statistic also includes the Ethernet overhead bytes, i.e. preamble, inter-packet gap, and CRC.

ifTotTxMbits (1.3.6.1.4.1.5951.4.1.1.54.1.20)

The total data, in megabits, transmitted by an interface since the NetScaler appliance was started or the interface statistics were cleared. This statistic also includes the Ethernet overhead bytes, i.e. preamble, inter-packet gap, and CRC.

ifTotNetScalerPkts (1.3.6.1.4.1.5951.4.1.1.54.1.21)

Number of packets, destined to the NetScaler, received by an interface since the NetScaler appliance was started or the interface statistics were cleared. The packets destined to NetScaler are those that have the same MAC address as that of an interface or a VMAC address owned by the NetScaler.

ifErrDroppedRxPkts (1.3.6.1.4.1.5951.4.1.1.54.1.22)

Number of inbound packets dropped by the specified interface. Commonly dropped packets are multicast frames, spanning tree BPDUs, packets destined to a MAC not owned by the NetScaler when L2 mode is disabled, or packets tagged for a VLAN that is not bound to the interface. This statistic will increment in most healthy networks at a steady rate regardless of traffic load. If a sharp spike in dropped packets occurs, it generally indicates an issue with connected L2 switches, such as a forwarding database overflow resulting in packets being broadcast on all ports.

ifErrLinkHangs (1.3.6.1.4.1.5951.4.1.1.54.1.23)

Number of times the specified interface detected hangs in the transmit and receive paths since the NetScaler appliance was started or the interface statistics were cleared.

ifLinkReinits (1.3.6.1.4.1.5951.4.1.1.54.1.24)

Number of times the link has been re-initialized. A re-initialization occurs due to link state change, configuration parameter change, or administrative reset operation.

ifErrDuplexMismatch (1.3.6.1.4.1.5951.4.1.1.54.1.25)

Number of times duplex mismatches were detected on the specified interface since the NetScaler appliance was started or the interface statistics were cleared. A mismatch will occur if the duplex mode is not identically set on both ends of the link. This statistic is only available on the NetScaler Classic edition.

ifErrCongestedPktsDrops (1.3.6.1.4.1.5951.4.1.1.54.1.26)

Number of outbound packets dropped from the normal and low-priority transmit (Tx) overflow queues, during congestion on the specified interface, since the NetScaler appliance was started or the interface statistics were cleared. This could be caused by one of the following:

1) Packets that have been in the overflow queue for more than 10 milliseconds.

2) Shortage of free receive buffers on the NetScaler.

ifErrCongestionLimitPktDrops (1.3.6.1.4.1.5951.4.1.1.54.1.27)

Number of transmit (Tx) packets dropped from normal and low-priority transmit overflow queues, during congestion on the specified interface, since the NetScaler appliance was started or the interface statistics were cleared. This is caused when the overflow queue limits are exceeded.

ifErrPktRx (1.3.6.1.4.1.5951.4.1.1.54.1.28)

Number of inbound packets dropped by the hardware on a specified interface once the NetScaler appliance starts or the interface statistics are cleared. This happens due to following reasons:

1) The hardware receives packets at a rate higher rate than that at which the software is processing packets. In this case, the hardware FIFO overruns and starts dropping the packets .

2) The specified interface fails to receive inbound packets from the appliance because of insufficient memory.

3) The specified interface receives packets with CRC errors (Alignment or Frame Check Sequence).

4) The specified interface receives overly long packets.

5) The specified interface receives packets with alignment errors.

6) The software does less buffering because it is running out of available memory. When hardware detects that there is no space into which to push newly arrived packets, it starts dropping them.

7) The specified interface receives packets with Frame Check Sequence (FCS) errors.

8) The specified interface receives packets smaller than 64 bytes.

9) The specified interface discards error-free inbound packets because of insufficient resources. For example: NIC buffers.

10) Packets are missed because of collision detection, link lost, physical decoding error, or MAC abort.

ifErrRxFIFO (1.3.6.1.4.1.5951.4.1.1.54.1.29)

Number packet drops due to insufficient space in the receive queue, on the specified interface, since the NetScaler appliance was started or the interface statistics were cleared. This statistic is only available on the data ports of the NetScaler 12000 platform and the NetScaler MPX 15000 and 17000 platforms.

ifErrRxNoBuffs (1.3.6.1.4.1.5951.4.1.1.54.1.30)

Number of times the NIC hardware reported an error, due to packets drops caused by lack of buffers. This statistic is available on:

(1) All ports except management ports on NetScaler MPX 15000 and 17000 platforms.

(2) All 1G ports on NetScaler MPX 7500, 9500, 10500, 12500, 15500, 17500, 19500, and 21500 platforms.

ifErrRxFCS (1.3.6.1.4.1.5951.4.1.1.54.1.32)

Number of packets received with Frame Check Sequence(FCS) errors, on the specified interface, since the NetScaler appliance was started or the interface statistics were cleared. This statistic is available only on data ports of the NetScaler 12000 platform and NetScaler MPX 15000 and 17000 platforms.

ifErrPktTx (1.3.6.1.4.1.5951.4.1.1.54.1.33)

Number of outbound packets dropped by the hardware on a specified interface since the NetScaler appliance was started or the interface statistics were cleared. This could happen due to length (undersize or oversize) errors and lack of resources. This statistic is available only for:

(1) Loop back interface (LO) of all platforms.

(2) All data ports on the NetScaler 12000 platform.

(3) Management ports on the MPX 15000 and 17000 platforms.

ifErrTxFIFO (1.3.6.1.4.1.5951.4.1.1.54.1.34)

Number of times the hardware reported an error in accumulating packets for transmission on the specified interface. This statistic is only available on 10G ports of the NetScaler 12000-10G platform and data ports of the NetScaler MPX 15000 and 17000 platforms.

(1) Loop back interfaces (LO) of all platform indicates packets crossed allowed limit, which is 10K PPS on LO interface

ifErrTxHeartBeat (1.3.6.1.4.1.5951.4.1.1.54.1.35)

Number of 10Mb link heartbeats on the specified interface. This counter is deprecated now. (Informational - 10MbMb half-duplex only)

ifErrTxOverflow (1.3.6.1.4.1.5951.4.1.1.54.1.36)

Number of packets that have passed through the overflow queues, during transmission on the specified interface, since the NetScaler appliance was started or the interface statistics were cleared. This gets incremented only on congested ports.

ifErrDroppedTxPkts (1.3.6.1.4.1.5951.4.1.1.54.1.38)

Number of packets dropped in transmission by the specified interface due to one of the following reasons.

(1) VLAN mismatch.

(2) Oversized packets.

(3) Interface congestion.

(4) Loopback packets sent on non loop back interface.

ifTotRxXonPause (1.3.6.1.4.1.5951.4.1.1.54.1.39)

Number of Pause frames received on the specified interface with pause time set to zero. This statistic is not available on 10G ports of the NetScaler 12000-10G platform and data ports of the NetScaler MPX 15000 and 17000 platforms.

ifTotRxXoffPause (1.3.6.1.4.1.5951.4.1.1.54.1.40)

Number of Pause frames received by the specified interface with the pause time greater than zero. This statistic is only available on 10G ports of the NetScaler 12000-10G platform and data ports of the NetScaler MPX 15000 and 17000 platforms.

ifTotXoffStateEntered (1.3.6.1.4.1.5951.4.1.1.54.1.41)

Number of times transmission was stopped on the specified interface due to the receipt of Pause frames. This statistic is only available on 10G ports of the NetScaler 12000-10G platform and data ports of the NetScaler MPX 15000 and 17000 platforms.

ifTotXonSent (1.3.6.1.4.1.5951.4.1.1.54.1.42)

Number of pause frames, sent by the specified interface, with pause time set to zero to restart transmission. This statistic is not available on 10G ports of the NetScaler 12000-10G platform and data ports of the NetScaler MPX 15000 and 17000 platforms.

ifTotXoffSent (1.3.6.1.4.1.5951.4.1.1.54.1.43)

Number of Pause frames sent by the specified interface with the pause time greater than zero. This statistic is only available on 10G ports of the NetScaler 12000-10G platform and data ports of the NetScaler MPX 15000 and 17000 platforms. This statistic also includes the Pause frames with pause time equal to zero.

ifnicStsStalls (1.3.6.1.4.1.5951.4.1.1.54.1.44)

Number of times the status updates for a specified interface were stalled since the NetScaler appliance was started or the interface statistics were cleared. A status stall is detected when the status of the interface is not updated by the NIC hardware within 0.8 seconds of the last update.

ifnicTxStalls (1.3.6.1.4.1.5951.4.1.1.54.1.45)

Number of times the interface stalled, when transmitting packets, since the NetScaler appliance was started or the interface statistics were cleared. Transmit (Tx) stalls are detected when a packet posted for transmission is not transmitted in 4 seconds.

ifnicRxStalls (1.3.6.1.4.1.5951.4.1.1.54.1.46)

Number of times the interface stalled, when receiving packets, since the NetScaler appliance was started or the interface statistics were cleared. Receive (Rx) stalls are detected when the following conditions are met:

(1)The link is up for more than 10 minutes.

(2)Packets are transmitted, but no packets is received for 16 seconds.

ifnicErrDisables (1.3.6.1.4.1.5951.4.1.1.54.1.47)

Number of times the specified interface is disabled by the NetScaler, due to continuous Receive (Rx) or Transmit (Tx) stalls, since the NetScaler appliance was started or the interface statistics were cleared. The NetScaler disables an interface when one of the following conditions is met:

(1) Three consecutive transmit stalls occurs with at most gap of 10 seconds between any two stalls.

(2) Three consecutive receive stalls occurs with at most gap of 120 seconds between any two stalls.

ifThroughput (1.3.6.1.4.1.5951.4.1.1.54.1.48)

Interface throughput in Mbps

ifMinThroughput (1.3.6.1.4.1.5951.4.1.1.54.1.49)

Interface minimum throughput in Mbps

ifErrDroppedRxPktsRl (1.3.6.1.4.1.5951.4.1.1.54.1.50)

Number of packets dropped due to license limit on the specified interface.

ifErrRxNoNSB (1.3.6.1.4.1.5951.4.1.1.54.1.51)

Number of times the NetScaler failed to allocate buffers, for inbound packets, for the specified interface since the NetScaler appliance was started or the interface statistics were cleared.

ifInterfaceAlias (1.3.6.1.4.1.5951.4.1.1.54.1.52)

Alias Name for the Interface

nsExpressionTable (1.3.6.1.4.1.5951.4.1.1.58)

Expression related configuration

Indexed on: expressionName

expressionName (1.3.6.1.4.1.5951.4.1.1.58.1.1)

Name of the expression.

expressionTotalHits (1.3.6.1.4.1.5951.4.1.1.58.1.2)

Total number of hits to this expression.

monitorCount (1.3.6.1.4.1.5951.4.1.1.61)

Number of monitors defined on this NetScaler appliance.

monitorBindCount (1.3.6.1.4.1.5951.4.1.1.62)

Number of monitor bindings defined on this NetScaler appliance.

htmlInjectionStatsGroup (1.3.6.1.4.1.5951.4.1.1.63)

htmlInjectedBytes (1.3.6.1.4.1.5951.4.1.1.63.1)

Number of bytes injected during HTML injection.

htmlInjectMemAllocFailed (1.3.6.1.4.1.5951.4.1.1.63.4)

Number of times memory allocation failed during configuration of HTML injection.

nsSslVpnStatsGroup (1.3.6.1.4.1.5951.4.1.1.66)

indexHtmlHit (1.3.6.1.4.1.5951.4.1.1.66.1)

Number of requests for VPN login page.

indexHtmlNoServed (1.3.6.1.4.1.5951.4.1.1.66.2)

Number of failures to display VPN login page.

cfgHtmlServed (1.3.6.1.4.1.5951.4.1.1.66.3)

Number of client configuration requests received by VPN server.

dnsReqHit (1.3.6.1.4.1.5951.4.1.1.66.4)

Number of DNS queries resolved by VPN server.

winsRequestHit (1.3.6.1.4.1.5951.4.1.1.66.5)

Number of WINS queries resolved by VPN server.

csRequestHit (1.3.6.1.4.1.5951.4.1.1.66.6)

Number of SSL VPN tunnels formed between VPN server and client.

csNonHttpProbeHit (1.3.6.1.4.1.5951.4.1.1.66.7)

Number of probes from VPN to back-end non-HTTP servers that have been accessed by the VPN client.

csHttpProbeHit (1.3.6.1.4.1.5951.4.1.1.66.8)

Number of probes from VPN to back-end HTTP servers that have been accessed by the VPN client.

totalCsConnSucc (1.3.6.1.4.1.5951.4.1.1.66.9)

Number of successful probes to all back-end servers.

totalFsRequest (1.3.6.1.4.1.5951.4.1.1.66.10)

Number of file system requests received by VPN server.

iipDisabledMIPdisabled (1.3.6.1.4.1.5951.4.1.1.66.11)

Both IIP and SNIP is disabled.

iipFailedMIPdisabled (1.3.6.1.4.1.5951.4.1.1.66.12)

Number of times IIP assignment failed and SNIP is disabled.

iipDisabledMIPused (1.3.6.1.4.1.5951.4.1.1.66.13)

Number of times SNIP is used as IIP is disabled.

iipFailedMIPused (1.3.6.1.4.1.5951.4.1.1.66.14)

Number of times SNIP is used as IIP assignment failed.

socksMethReqRcvd (1.3.6.1.4.1.5951.4.1.1.66.15)

Number of received SOCKS method request.

socksMethReqSent (1.3.6.1.4.1.5951.4.1.1.66.16)

Number of sent SOCKS method request.

socksMethRespRcvd (1.3.6.1.4.1.5951.4.1.1.66.17)

Number of received SOCKS method response.

socksMethRespSent (1.3.6.1.4.1.5951.4.1.1.66.18)

Number of sent SOCKS method response.

socksConnReqRcvd (1.3.6.1.4.1.5951.4.1.1.66.19)

Number of received SOCKS connect request.

socksConnReqSent (1.3.6.1.4.1.5951.4.1.1.66.20)

Number of sent SOCKS connect request.

socksConnRespRcvd (1.3.6.1.4.1.5951.4.1.1.66.21)

Number of received SOCKS connect response.

socksConnRespSent (1.3.6.1.4.1.5951.4.1.1.66.22)

Number of sent SOCKS connect response.

socksServerError (1.3.6.1.4.1.5951.4.1.1.66.23)

Number of SOCKS server error.

socksClientError (1.3.6.1.4.1.5951.4.1.1.66.24)

Number of SOCKS client error.

staConnSuccess (1.3.6.1.4.1.5951.4.1.1.66.25)

Number of STA connection success.

staConnFailure (1.3.6.1.4.1.5951.4.1.1.66.26)

Number of STA connection failure.

cpsConnSuccess (1.3.6.1.4.1.5951.4.1.1.66.27)

Number of CPS connection success.

cpsConnFailure (1.3.6.1.4.1.5951.4.1.1.66.28)

Number of CPS connection failure.

staRequestSent (1.3.6.1.4.1.5951.4.1.1.66.29)

Number of STA request sent.

staResponseRecvd (1.3.6.1.4.1.5951.4.1.1.66.30)

Number of STA response received.

icaLicenseFailure (1.3.6.1.4.1.5951.4.1.1.66.31)

Number of ICA license failure.

staRenewSent (1.3.6.1.4.1.5951.4.1.1.66.32)

Number of STA renew requests sent.

staRenewRecvd (1.3.6.1.4.1.5951.4.1.1.66.33)

Number of STA renew response received.

staReassErr (1.3.6.1.4.1.5951.4.1.1.66.34)

Number of STA response reassembly errors.

staRnewNoClnt (1.3.6.1.4.1.5951.4.1.1.66.35)

Number of STA renew repsonse for missing clients.

staRenewNoRfsh (1.3.6.1.4.1.5951.4.1.1.66.36)

Number of STA renew response missing refesh values.

staValidNoClnt (1.3.6.1.4.1.5951.4.1.1.66.37)

Number of STA validate response for clients that have already closed.

staValidNoEst (1.3.6.1.4.1.5951.4.1.1.66.38)

Number of STA validate responses for clients not in TCP ESTABLISHED state.

staMonSent (1.3.6.1.4.1.5951.4.1.1.66.39)

Number of STA monitor requests sent.

staMonRcvd (1.3.6.1.4.1.5951.4.1.1.66.40)

Number of STA monitor responses recieved.

staMonSucc (1.3.6.1.4.1.5951.4.1.1.66.41)

Number of STA monitor successful responses.

staMonFail (1.3.6.1.4.1.5951.4.1.1.66.42)

Number of STA monitor failed responses.

iipSpilloverMIPused (1.3.6.1.4.1.5951.4.1.1.66.43)

Number of times SNIP is used on IIP Spillover.

iPv6tov4FindIPv6MapErr (1.3.6.1.4.1.5951.4.1.1.66.44)

Number of IPv6toIPv4 find IPv6 mapping errors.

iPv6toV4MapInsertErr (1.3.6.1.4.1.5951.4.1.1.66.45)

Number of Ipv6 to Ipv4 mapping Insert Errors.

parseIPv6AddressErr (1.3.6.1.4.1.5951.4.1.1.66.46)

Errors in parsing for Ipv6 address from address string.

dtlsStaValidation (1.3.6.1.4.1.5951.4.1.1.66.47)

Number of STA validation requests on DTLS

dtlsStaValidationError (1.3.6.1.4.1.5951.4.1.1.66.48)

Number of STA validation request errors on DTLS

dtlsStaReconnectTktReq (1.3.6.1.4.1.5951.4.1.1.66.49)

Number of STA Reconnet ticket requests on DTLS

dtlsStaPostResponseSuccess (1.3.6.1.4.1.5951.4.1.1.66.50)

Number of Successfull STA Validations done on DTLS

dtlsStaPostResponseError (1.3.6.1.4.1.5951.4.1.1.66.51)

Number of errors during STA Validations on DTLS

vpnLicenseFail (1.3.6.1.4.1.5951.4.1.1.66.52)

Number of users not able to login because of license unavailability.

nsAaaStatsGroup (1.3.6.1.4.1.5951.4.1.1.67)

aaaAuthFail (1.3.6.1.4.1.5951.4.1.1.67.1)

Count of authentication failures.

aaaAuthSuccess (1.3.6.1.4.1.5951.4.1.1.67.2)

Count of authentication successes.

aaaAuthNonHttpFail (1.3.6.1.4.1.5951.4.1.1.67.3)

Count of non HTTP connections that failed authorization.

aaaAuthOnlyHttpFail (1.3.6.1.4.1.5951.4.1.1.67.4)

Count of HTTP connections that failed authorization.

aaaAuthNonHttpSuccess (1.3.6.1.4.1.5951.4.1.1.67.5)

Count of non HTTP connections that succeeded authorization.

aaaAuthOnlyHttpSuccess (1.3.6.1.4.1.5951.4.1.1.67.6)

Count of HTTP connections that succeeded authorization.

aaaTotSessions (1.3.6.1.4.1.5951.4.1.1.67.7)

Count of all SmartAccess AAA sessions.

aaaTotSessionTimeout (1.3.6.1.4.1.5951.4.1.1.67.8)

Count of AAA sessions that have timed out.

aaaCurSessions (1.3.6.1.4.1.5951.4.1.1.67.9)

Count of current SmartAccess AAA sessions.

aaaCurICASessions (1.3.6.1.4.1.5951.4.1.1.67.10)

Count of current Basic ICA only sessions.

aaaCurTMSessions (1.3.6.1.4.1.5951.4.1.1.67.11)

Count of current AAATM sessions.

aaaTotTMSessions (1.3.6.1.4.1.5951.4.1.1.67.12)

Count of all AAATM sessions.

aaaCurICAOnlyConn (1.3.6.1.4.1.5951.4.1.1.67.13)

Count of current Basic ICA only connections.

aaaCurICAConn (1.3.6.1.4.1.5951.4.1.1.67.14)

Count of current SmartAccess ICA connections.

nsGlobalConfigSettings (1.3.6.1.4.1.5951.4.1.1.68)

webServerHttpPorts (1.3.6.1.4.1.5951.4.1.1.68.1)

The HTTP ports on the Web server. System performs connection off-load for any client request that has a destination port matching one of these configured ports.

maxTcpConnections (1.3.6.1.4.1.5951.4.1.1.68.2)

The maximum number of connections that will be made from the system to the web server(s) attached to it. This value is applied globally to all attached servers.

maxReqPerConnection (1.3.6.1.4.1.5951.4.1.1.68.3)

The maximum number of requests that the system can pass on a particular connection between the system and a server attached to it. If the Value is zero, then it allows an unlimited number of requests to be passed.

cipInsertionStatus (1.3.6.1.4.1.5951.4.1.1.68.4)

This represents the option to control (enable or disable) the insertion of the actual client IP address into the HTTP header request passed from the client to any of the servers attached to the system. The passed address can then be accessed through a minor modification to the server. If cipHeader is specified, it will be used as the client IP header. If it is not specified, then the value that has been set by the set ns config CLI command will be used as the client IP header.

cipInsertionHeader (1.3.6.1.4.1.5951.4.1.1.68.5)

This represents the text that will be used as the client IP header.

cookieVersionInserted (1.3.6.1.4.1.5951.4.1.1.68.6)

The version of the cookie inserted by the system.

minPathMTU (1.3.6.1.4.1.5951.4.1.1.68.7)

The minimum Path MTU of the system.

mtuEntryTimeoutValue (1.3.6.1.4.1.5951.4.1.1.68.8)

The timeout value of MTU entries.

ftpPortRange (1.3.6.1.4.1.5951.4.1.1.68.9)

The Port range configured for FTP services.

nsInetAddressTable (1.3.6.1.4.1.5951.4.1.1.70)

This table contains information about the IPv6 addresses configured on the NetScaler.

Indexed on: nsInetAddressType, nsInetAddress

nsInetAddressType (1.3.6.1.4.1.5951.4.1.1.70.1.1)

The address type of nsInetAddress

nsInetAddress (1.3.6.1.4.1.5951.4.1.1.70.1.2)

This represents an IPv4/v6 address configured on the NetScaler

nsInetMaskLenth (1.3.6.1.4.1.5951.4.1.1.70.1.3)

This represents netmask length.

nsInetType (1.3.6.1.4.1.5951.4.1.1.70.1.4)

This represents the IP address type

nsInetMode (1.3.6.1.4.1.5951.4.1.1.70.1.5)

This represents the IP address mode

nsInetFreePorts (1.3.6.1.4.1.5951.4.1.1.70.1.6)

This represents the number of unused ports free on this IP

nsInetVlan (1.3.6.1.4.1.5951.4.1.1.70.1.7)

The vlan to which this ip address is bound.

nsInetBridgeGroup (1.3.6.1.4.1.5951.4.1.1.70.1.8)

The bridge group to which this ip address is bound.

nsInetVxlan (1.3.6.1.4.1.5951.4.1.1.70.1.9)

The vxlan to which this ip address is bound.

nsNicStatsGroup (1.3.6.1.4.1.5951.4.1.1.71)

allNicTotRxMbits (1.3.6.1.4.1.5951.4.1.1.71.1)

Number of megabits received by the NetScaler appliance.

allNicTotTxMbits (1.3.6.1.4.1.5951.4.1.1.71.2)

Number of megabits transmitted by the NetScaler appliance.

clusterTable (1.3.6.1.4.1.5951.4.1.1.72)

The cluster table.

Indexed on: clnodeID

clnodeID (1.3.6.1.4.1.5951.4.1.1.72.1.1)

This represents the unique id of the cluster node

clPeerIP (1.3.6.1.4.1.5951.4.1.1.72.1.2)

This represents the IP address of the cluster node

clNodeIP (1.3.6.1.4.1.5951.4.1.1.72.1.3)

This represents the ip of the cluster node for which notification is being sent

clAdminState (1.3.6.1.4.1.5951.4.1.1.72.1.4)

Admin State of the node in the cluster.

clMasterState (1.3.6.1.4.1.5951.4.1.1.72.1.5)

Operational state of the cluster node.

clNodeHealth (1.3.6.1.4.1.5951.4.1.1.72.1.6)

Health of the node in the cluster.

clNodeEffectiveHealth (1.3.6.1.4.1.5951.4.1.1.72.1.7)

Health of the cluster node.

clSyncState (1.3.6.1.4.1.5951.4.1.1.72.1.8)

Sync state of the cluster node.

clNodeViewQuorum (1.3.6.1.4.1.5951.4.1.1.72.1.9)

This represents whether the node view of cluster has quorum or not

clNodeHealthReason (1.3.6.1.4.1.5951.4.1.1.72.1.10)

This represents the reason for bad health of the cluster node

nsClusterStatsGroup (1.3.6.1.4.1.5951.4.1.1.73)

clViewLeader (1.3.6.1.4.1.5951.4.1.1.73.1)

NSIP address of the Configuration Coordinator of the cluster.

nsIp6StatsGroup (1.3.6.1.4.1.5951.4.1.1.76)

ipv6TotRxPkts (1.3.6.1.4.1.5951.4.1.1.76.1)

IPv6 packets received.

ipv6TotTxPkts (1.3.6.1.4.1.5951.4.1.1.76.2)

IPv6 packets transmitted

ipv6TotRxBytes (1.3.6.1.4.1.5951.4.1.1.76.3)

Bytes of IPv6 data received.

ipv6TotTxBytes (1.3.6.1.4.1.5951.4.1.1.76.4)

Bytes of IPv6 data transmitted.

ipv6FragTotRxPkts (1.3.6.1.4.1.5951.4.1.1.76.5)

IPv6 fragments received.

ipv6FragTotPktsForward (1.3.6.1.4.1.5951.4.1.1.76.6)

IPv6 fragments forwarded to the client or server without reassembly.

ipv6FragTotPktsProcessNoReass (1.3.6.1.4.1.5951.4.1.1.76.7)

IPv6 fragments processed without reassembly.

ipv6ErrHdr (1.3.6.1.4.1.5951.4.1.1.76.8)

Packets received that contain an error in one or more components of the IPv6 header.

ipv6LandAttack (1.3.6.1.4.1.5951.4.1.1.76.9)

Land-attack packets received. The source and destination addresses are the same. If not dropped, these packets can lock up the appliance.

ipv6FragZeroLenPkt (1.3.6.1.4.1.5951.4.1.1.76.10)

Packets received with a fragment length of 0 bytes.

ipv6TotIcmpFragPkts (1.3.6.1.4.1.5951.4.1.1.76.11)

Number of ICMPV6 fragmented packets.

ipv6TotLookupDone (1.3.6.1.4.1.5951.4.1.1.76.12)

Total number of nd6 lookup done.

ipv6TotLookupFailed (1.3.6.1.4.1.5951.4.1.1.76.13)

Total number of nd6 lookup failed.

ipv6TotStaticRoutes (1.3.6.1.4.1.5951.4.1.1.76.14)

Total number of static ipv6 routes.

ipv6TotDynamicRoutes (1.3.6.1.4.1.5951.4.1.1.76.15)

Total number of dynamic ipv6 routes.

ipv6TotNeigborDiscovered (1.3.6.1.4.1.5951.4.1.1.76.16)

Total number of nd6 entries both dynamic and static.

ipv6TotIpv6To4Conversions (1.3.6.1.4.1.5951.4.1.1.76.17)

Total number of ipv6 to v4 conversion done.

ipv6TotIpv4To6Conversions (1.3.6.1.4.1.5951.4.1.1.76.18)

Total number of ipv4 to v6 conversion done.

ipv6TotTcpConnection (1.3.6.1.4.1.5951.4.1.1.76.19)

TCP connections over IPv6.

ipv6TotNonTcpConnection (1.3.6.1.4.1.5951.4.1.1.76.20)

Non TCP connections over IPv6.

nsTdInetAddressTable (1.3.6.1.4.1.5951.4.1.1.77)

This table contains information about the non-default Td IP Addresses configured on the NetScaler.

Indexed on: nsTdInetId, nsTdInetAddressType, nsTdInetAddress

nsTdInetId (1.3.6.1.4.1.5951.4.1.1.77.1.1)

This represents a traffic domain ID

nsTdInetAddressType (1.3.6.1.4.1.5951.4.1.1.77.1.2)

The address type of nsTdInetAddress

nsTdInetAddress (1.3.6.1.4.1.5951.4.1.1.77.1.3)

This represents an IPv4/v6 address configured on the NetScaler

nsTdInetMaskLength (1.3.6.1.4.1.5951.4.1.1.77.1.4)

This represents netmask length.

nsTdInetType (1.3.6.1.4.1.5951.4.1.1.77.1.5)

This represents the IP address type

nsTdInetMode (1.3.6.1.4.1.5951.4.1.1.77.1.6)

This represents the IP address mode

nsTdInetFreePorts (1.3.6.1.4.1.5951.4.1.1.77.1.7)

This represents the number of unused ports free on this IP

nsTdInetVlan (1.3.6.1.4.1.5951.4.1.1.77.1.8)

The vlan to which this ip address is bound.

nsTdInetBridgeGroup (1.3.6.1.4.1.5951.4.1.1.77.1.9)

The bridge group to which this ip address is bound.

nsTdInetVxlan (1.3.6.1.4.1.5951.4.1.1.77.1.10)

The vxlan to which this ip address is bound.

nsCaStatsGroup (1.3.6.1.4.1.5951.4.1.1.78)

caTotlookuphit (1.3.6.1.4.1.5951.4.1.1.78.3)

This number should be close to the number of hits being served currently.

caMsftSmthStrmVid (1.3.6.1.4.1.5951.4.1.1.78.12)

This tells the total number of MicrosoftSmoothStreaming requests served by NS

cacMsftSmthStrmVid (1.3.6.1.4.1.5951.4.1.1.78.13)

This tells the total number of MicrosoftSmoothStreaming requests served from cache

caMsftSmthStrmVidBytes (1.3.6.1.4.1.5951.4.1.1.78.14)

This tells the total number of MicrosoftSmoothStreaming bytes served by NS

caMicrosoftSmoothStreamingVidCacheBytes (1.3.6.1.4.1.5951.4.1.1.78.15)

This tells the total number of MicrosoftSmoothStreaming bytes served from cache.

caMsftSmthStrVid (1.3.6.1.4.1.5951.4.1.1.78.16)

This tells the total number of MicrosoftSmoothStreaming Playlist requests served by NS

cacMsftSmthStrmPlVid (1.3.6.1.4.1.5951.4.1.1.78.17)

This tells the total number of MicrosoftSmoothStreaming Playlist requests served from cache

caMsftSmthStrmPlVidBytes (1.3.6.1.4.1.5951.4.1.1.78.18)

This tells the total number of MicrosoftSmoothStreaming Playlist bytes served by NS

caMicrosoftSmoothStreamingPlaylistVidcacheBytes (1.3.6.1.4.1.5951.4.1.1.78.19)

This tells the total number of MicrosoftSmoothStreaming Playlist bytes served from cache

cacApleLiveStrmngVid (1.3.6.1.4.1.5951.4.1.1.78.20)

This tells the total number of AppleLive requests served by NS

cacAppleLiveStreamingVid (1.3.6.1.4.1.5951.4.1.1.78.21)

This tells the total number of AppleLive requests served from cache

caAppleLiveStreamingVidBytes (1.3.6.1.4.1.5951.4.1.1.78.22)

This tells the total number of AppleLive bytes served by NS

caAppleLiveStreamingVidcacheBytes (1.3.6.1.4.1.5951.4.1.1.78.23)

This tells the total number of AppleLive bytes served from cache

cacAppleLiveStrmngVid (1.3.6.1.4.1.5951.4.1.1.78.24)

This tells the total number of AppleLive Playlist requests served by NS

cacAppleLiveStreamingPlaylistVid (1.3.6.1.4.1.5951.4.1.1.78.25)

This tells the total number of AppleLive Playlist requests served from cache

caAppleLiveStreamingPlaylistVidBytes (1.3.6.1.4.1.5951.4.1.1.78.26)

This tells the total number of AppleLive Playlist bytes served by NS

caAppleLiveStreamingPlaylistVidcacheBytes (1.3.6.1.4.1.5951.4.1.1.78.27)

This tells the total number of AppleLive Playlist bytes served from cache

caADTSaudio (1.3.6.1.4.1.5951.4.1.1.78.28)

This tells the total number of ADTS requests served by NS

cacADTSaudio (1.3.6.1.4.1.5951.4.1.1.78.29)

This tells the total number of ADTS requests served from cache

caADTSaudioBytes (1.3.6.1.4.1.5951.4.1.1.78.30)

This tells the total number of ADTS bytes served by NS

caADTSaudiocacheBytes (1.3.6.1.4.1.5951.4.1.1.78.31)

This tells the total number of ADTS bytes served from cache

caAACaudio (1.3.6.1.4.1.5951.4.1.1.78.32)

This tells the total number of AAC requests served by NS

cacAACaudio (1.3.6.1.4.1.5951.4.1.1.78.33)

This tells the total number of AAC requests served from cache

caAACaudiobytes (1.3.6.1.4.1.5951.4.1.1.78.34)

This tells the total number of AAC bytes served by NS

caAACaudiocachebytes (1.3.6.1.4.1.5951.4.1.1.78.35)

This tells the total number of AAC bytes served from cache

caFLVVid (1.3.6.1.4.1.5951.4.1.1.78.36)

This tells the total number of FLV requests served by NS

cacFLVVid (1.3.6.1.4.1.5951.4.1.1.78.37)

This tells the total number of FLV requests served from cache

caFLVVidBytes (1.3.6.1.4.1.5951.4.1.1.78.38)

This tells the total number of FLV bytes served by NS

caFLVVidcacheBytes (1.3.6.1.4.1.5951.4.1.1.78.39)

This tells the total number of FLV bytes served from cache

caMP4Vid (1.3.6.1.4.1.5951.4.1.1.78.40)

This tells the total number of MP4 requests served by NS

cacMP4Vid (1.3.6.1.4.1.5951.4.1.1.78.41)

This tells the total number of MP4 requests served from cache

caMP4VidBytes (1.3.6.1.4.1.5951.4.1.1.78.42)

This tells the total number of MP4 bytes served by NS

caMP4VidcacheBytes (1.3.6.1.4.1.5951.4.1.1.78.43)

This tells the total number of MP4 bytes served from cache

ca3PVid (1.3.6.1.4.1.5951.4.1.1.78.44)

This tells the total number of 3GP requests served by NS

ca3GPVid (1.3.6.1.4.1.5951.4.1.1.78.45)

This tells the hit ratio of 3GP requests served from cache

ca3GPVidBytes (1.3.6.1.4.1.5951.4.1.1.78.46)

This tells the total number of 3GP bytes served by NS

ca3GPVidcacheBytes (1.3.6.1.4.1.5951.4.1.1.78.47)

This tells the total number of 3GP bytes served from cache

caMsftSmthStrmVidHR (1.3.6.1.4.1.5951.4.1.1.78.48)

This tells the hit ratio of MicrosoftSmoothStreaming requests

cacMsftSmthStrmPlVidHR (1.3.6.1.4.1.5951.4.1.1.78.49)

This tells the hit ratio of MicrosoftSmoothStreaming Playlist requests

cacAppleLiveStreamingVidHR (1.3.6.1.4.1.5951.4.1.1.78.50)

This tells the hit ratio of AppleLive requests

cacAppleLiveStreamingPlaylistVidHR (1.3.6.1.4.1.5951.4.1.1.78.51)

This tells the hit ratio of AppleLive Playlist requests

cacADTSaudioHR (1.3.6.1.4.1.5951.4.1.1.78.52)

This tells the Hit Ratio of ADTS requests

cacAACaudioHR (1.3.6.1.4.1.5951.4.1.1.78.53)

This tells the hit ratio of AAC requests

cacFLVVidHR (1.3.6.1.4.1.5951.4.1.1.78.54)

This tells the hit ratio of FLV requests

cacMP4VidHR (1.3.6.1.4.1.5951.4.1.1.78.55)

This tells the hit ratio of MP4 requests

ca3GPVidHR (1.3.6.1.4.1.5951.4.1.1.78.56)

This tells the total number of 3GP requests

caMsftSmthStrmngVidCaBytesHR (1.3.6.1.4.1.5951.4.1.1.78.57)

This tells the Bytes hit ratio of MicrosoftSmoothStreaming bytes .

caMsftSmthStrmngPlVidcaBytesHR (1.3.6.1.4.1.5951.4.1.1.78.58)

This tells the byte hit ratio of MicrosoftSmoothStreaming Playlist bytes

caAppleLiveStrmngVidcacheBytesHR (1.3.6.1.4.1.5951.4.1.1.78.59)

This tells the total number of AppleLive bytes

caApleLiveStrmngPlVidcacheBytesHR (1.3.6.1.4.1.5951.4.1.1.78.60)

This tells the byte hit ratio of AppleLive Playlist bytes

caADTSaudiocacheBytesHR (1.3.6.1.4.1.5951.4.1.1.78.61)

This tells the byte hit ratio of ADTS bytes

caAACaudiocachebytesHR (1.3.6.1.4.1.5951.4.1.1.78.62)

This tells the hit ratio AAC bytes served

caFLVVidcacheBytesHR (1.3.6.1.4.1.5951.4.1.1.78.63)

This tells the hit ratio of FLV bytes

caMP4VidcacheBytesHR (1.3.6.1.4.1.5951.4.1.1.78.64)

This tells the hit ratio of MP4 bytes

ca3GPVidcacheBytesHR (1.3.6.1.4.1.5951.4.1.1.78.65)

This tells the hit ratio of 3GP bytes

caAndroid (1.3.6.1.4.1.5951.4.1.1.78.66)

Total number of android requests to netscaler

caLaptopDesktp (1.3.6.1.4.1.5951.4.1.1.78.67)

Total number of laptop/desktop requests to netscaler

caIos (1.3.6.1.4.1.5951.4.1.1.78.68)

Total number of iOs requests to netscaler

caOther (1.3.6.1.4.1.5951.4.1.1.78.69)

Total number of other mobile device requests to netscaler

caUnidentified (1.3.6.1.4.1.5951.4.1.1.78.70)

Total number of unidentified requests to netscaler

caAndroidcache (1.3.6.1.4.1.5951.4.1.1.78.71)

This tells android requests served from cache

caIoscache (1.3.6.1.4.1.5951.4.1.1.78.72)

This tells iOS requests served from cache

caOthercache (1.3.6.1.4.1.5951.4.1.1.78.73)

This tells Other device requests served from cache

calaptopDesktpcache (1.3.6.1.4.1.5951.4.1.1.78.74)

This tells laptop/desktop requests served from cache

caUnidentifiedcache (1.3.6.1.4.1.5951.4.1.1.78.75)

This tells unidentified device requests served from cache

caAndroidBytes (1.3.6.1.4.1.5951.4.1.1.78.76)

This tells the total number of Android bytes served by NS

caIosBytes (1.3.6.1.4.1.5951.4.1.1.78.77)

This tells the total number of IOS bytes served by NS

caOtherBytes (1.3.6.1.4.1.5951.4.1.1.78.78)

This tells the total number of Other mobile device bytes served by NS

caAlptopDsktpBytes (1.3.6.1.4.1.5951.4.1.1.78.79)

This tells the total number of Laptop/desktop bytes served by NS

caUnidentifiedBytes (1.3.6.1.4.1.5951.4.1.1.78.80)

This tells the total number of unidentified device bytes served by NS

caAndroididcacheBytes (1.3.6.1.4.1.5951.4.1.1.78.81)

This tells the total number of Android bytes served from cache

caIosidcacheBytes (1.3.6.1.4.1.5951.4.1.1.78.82)

This tells the total number of IOS bytes served from cache

caOtherididcacheBytes (1.3.6.1.4.1.5951.4.1.1.78.83)

This tells the total number of other device bytes served from cache

caLaptpdektpBytes (1.3.6.1.4.1.5951.4.1.1.78.84)

This tells the total number of Laptop/desktop bytes served from cache

caAunindentifiedBytes (1.3.6.1.4.1.5951.4.1.1.78.85)

This tells the total number of unindentified device bytes served from cache

caAndroidHR (1.3.6.1.4.1.5951.4.1.1.78.86)

This tells the hit ratio of android requests

calaptopDesktpHR (1.3.6.1.4.1.5951.4.1.1.78.87)

This tells the hit ratio of laptop/desktop requests

caotherHR (1.3.6.1.4.1.5951.4.1.1.78.88)

This tells the hit ratio of other mobile device requests

caIosHR (1.3.6.1.4.1.5951.4.1.1.78.89)

This tells the hit ratio of ios requests

caUnidentifiedHR (1.3.6.1.4.1.5951.4.1.1.78.90)

This tells the hit ratio of android requests

caAndroidBytesHR (1.3.6.1.4.1.5951.4.1.1.78.91)

This tells the hit ratio of 3GP bytes

caLaptpdsktpBytesHR (1.3.6.1.4.1.5951.4.1.1.78.92)

This tells the hit ratio of laptop_desktop bytes

caotherBytesHR (1.3.6.1.4.1.5951.4.1.1.78.93)

This tells the hit ratio of Other device

caiosBytesHR (1.3.6.1.4.1.5951.4.1.1.78.94)

This tells the hit ratio of IOS bytes

caAunindentifiedBytesHR (1.3.6.1.4.1.5951.4.1.1.78.95)

This tells the hit ratio of unindentified bytes

vxlanTable (1.3.6.1.4.1.5951.4.1.1.81)

The vxlan related statistics table.

Indexed on: vxlanVNId

vxlanVNId (1.3.6.1.4.1.5951.4.1.1.81.1.1)

This represents the VNID of the vxlan

vxlanTotRxPkts (1.3.6.1.4.1.5951.4.1.1.81.1.2)

Packets received on the VXLAN.

vxlanTotRxBytes (1.3.6.1.4.1.5951.4.1.1.81.1.3)

Bytes of data received on the VXLAN.

vxlanTotTxPkts (1.3.6.1.4.1.5951.4.1.1.81.1.4)

Packets transmitted on the VXLAN.

vxlanTotTxBytes (1.3.6.1.4.1.5951.4.1.1.81.1.5)

Bytes of data transmitted on the VXLAN.

cacheGroupTable (1.3.6.1.4.1.5951.4.1.1.82)

Content Group Table

Indexed on: cachegroupName

cachegroupName (1.3.6.1.4.1.5951.4.1.1.82.1.1)

Encoded name of the cache group

groupnon304hit (1.3.6.1.4.1.5951.4.1.1.82.1.2)

Non304 hits for ContentGroup

group304hit (1.3.6.1.4.1.5951.4.1.1.82.1.3)

304 hits for ContentGroup

totcell (1.3.6.1.4.1.5951.4.1.1.82.1.4)

Number of objects in contentgroup

totmarkercell (1.3.6.1.4.1.5951.4.1.1.82.1.5)

Number of marker objects in contentgroup

timesflushed (1.3.6.1.4.1.5951.4.1.1.82.1.6)

Number of times contentgroup is flushed

totmemory (1.3.6.1.4.1.5951.4.1.1.82.1.7)

current memory usage

maxmemory (1.3.6.1.4.1.5951.4.1.1.82.1.8)

maximum memory usage limit

nsmcStatsGroup (1.3.6.1.4.1.5951.4.1.1.84)

mcMsSmthStrmVid (1.3.6.1.4.1.5951.4.1.1.84.4)

This tells the total number of Microsoft SmoothStreaming videos served by NS

mcMsSmthStrmVidBytes (1.3.6.1.4.1.5951.4.1.1.84.5)

This tells the total number of Microsoft SmoothStreaming video bytes served by NS

mcMsSmthStrVidpl (1.3.6.1.4.1.5951.4.1.1.84.6)

This tells the total number of Microsoft SmoothStreaming playlist served by NS

mcMsSmthStrmPlVidBytespl (1.3.6.1.4.1.5951.4.1.1.84.7)

This tells the total number of Microsoft SmoothStreaming playlist bytes served by NS

mccApleLiveStrmngVid (1.3.6.1.4.1.5951.4.1.1.84.8)

This tells the total number of AppleLive videos served by NS

mcAppleLiveStreamingVidBytes (1.3.6.1.4.1.5951.4.1.1.84.9)

This tells the total number of AppleLive video bytes served by NS

mccAppleLiveStrmngVidpl (1.3.6.1.4.1.5951.4.1.1.84.10)

This tells the total number of AppleLive Playlist served by NS

mcAppleLiveStreamingPlaylistVidBytespl (1.3.6.1.4.1.5951.4.1.1.84.11)

This tells the total number of AppleLive Playlist bytes served by NS

mcADTSaudio (1.3.6.1.4.1.5951.4.1.1.84.12)

This tells the total number of ADTS audios served by NS

mcADTSaudioBytes (1.3.6.1.4.1.5951.4.1.1.84.13)

This tells the total number of ADTS audio bytes served by NS

mcAACaudio (1.3.6.1.4.1.5951.4.1.1.84.14)

This tells the total number of AAC audios served by NS

mcAACaudiobytes (1.3.6.1.4.1.5951.4.1.1.84.15)

This tells the total number of AAC bytes served by NS

mcFLVVid (1.3.6.1.4.1.5951.4.1.1.84.16)

This tells the total number of FLV videos served by NS

mcFLVVidBytes (1.3.6.1.4.1.5951.4.1.1.84.17)

This tells the total number of FLV bytes served by NS

mcMP4Vid (1.3.6.1.4.1.5951.4.1.1.84.18)

This tells the total number of MP4 videos served by NS

mcMP4VidBytes (1.3.6.1.4.1.5951.4.1.1.84.19)

This tells the total number of MP4 video bytes served by NS

mc3PVid (1.3.6.1.4.1.5951.4.1.1.84.20)

This tells the total number of 3GP videos served by NS

mc3GPVidBytes (1.3.6.1.4.1.5951.4.1.1.84.21)

This tells the total number of 3GP bytes served by NS

mcAndroid (1.3.6.1.4.1.5951.4.1.1.84.23)

Total number of android requests to netscaler

mcLaptopDesktp (1.3.6.1.4.1.5951.4.1.1.84.24)

Total number of laptop/desktop requests to netscaler

mcIos (1.3.6.1.4.1.5951.4.1.1.84.25)

Total number of IOS requests to netscaler

mcUnidentified (1.3.6.1.4.1.5951.4.1.1.84.26)

Total number of unidentified requests to netscaler

mcOther (1.3.6.1.4.1.5951.4.1.1.84.27)

Total number of other mobile device requests to netscaler

mcYoutubedash (1.3.6.1.4.1.5951.4.1.1.84.28)

This tells the total number of YouTube DASH served by NS

mcYoutubedashBytes (1.3.6.1.4.1.5951.4.1.1.84.29)

This tells the total number of YouTube DASH bytes served by NS

mcEncVideo (1.3.6.1.4.1.5951.4.1.1.84.30)

Total number of encrypted video streams

mcEncHls (1.3.6.1.4.1.5951.4.1.1.84.31)

Total number of encrypted AppleLive video streams

mcEncDASH (1.3.6.1.4.1.5951.4.1.1.84.32)

Total number of encrypted Youtube DASH video streams

mcEncOthStream (1.3.6.1.4.1.5951.4.1.1.84.33)

Total number of non-AppleLive, non-DASH encrypted streams

mcEncAndroid (1.3.6.1.4.1.5951.4.1.1.84.34)

Total number of encrypted video streams requested by Android devices

mcEncIos (1.3.6.1.4.1.5951.4.1.1.84.35)

Total number of encrypted video streams requested by IOS devices

mcEncOther (1.3.6.1.4.1.5951.4.1.1.84.36)

Total number of encrypted video streams requested by non-Android and non-IOS devices

nsIpSecAlgProfTable (1.3.6.1.4.1.5951.4.1.1.86)

This table contains IPSec ALG information about seesions of the profile.

Indexed on: ipSecAlgProfName

ipSecAlgProfName (1.3.6.1.4.1.5951.4.1.1.86.1.1)

The name of the IPSec ALG Profile

ipSecAlgTotSessions (1.3.6.1.4.1.5951.4.1.1.86.1.2)

Total session for IPSec ALG.

ipSecAlgTotDrSessions (1.3.6.1.4.1.5951.4.1.1.86.1.3)

Total Dropped IPsec ALG sessions.

ipSecAlgCurActSessions (1.3.6.1.4.1.5951.4.1.1.86.1.4)

Currently active IPsec ALG sessions.

ipSecAlgCurBlkSessions (1.3.6.1.4.1.5951.4.1.1.86.1.5)

Currently blocked sessions on ESP Gate.

ipSecAlgTotRxPkts (1.3.6.1.4.1.5951.4.1.1.86.1.6)

Total Packets received during IPsec ALG sessions.

ipSecAlgTotTxPkts (1.3.6.1.4.1.5951.4.1.1.86.1.7)

Total Packets sent during IPsec ALG sessions.

aclStatsGroup (1.3.6.1.4.1.5951.4.1.1.22.1)

aclTotPktsBridged (1.3.6.1.4.1.5951.4.1.1.22.1.9)

Packets matching a bridge ACL, which is in transparent mode and bypasses service processing.

aclTotPktsDenied (1.3.6.1.4.1.5951.4.1.1.22.1.10)

Packets dropped because they match ACLs with processing mode set to DENY.

aclTotPktsAllowed (1.3.6.1.4.1.5951.4.1.1.22.1.11)

Packets matching ACLs with processing mode set to ALLOW. NetScaler processes these packets.

aclTotHits (1.3.6.1.4.1.5951.4.1.1.22.1.12)

Packets matching an ACL.

aclTotMisses (1.3.6.1.4.1.5951.4.1.1.22.1.13)

Packets not matching any ACL.

aclTotPktsNAT (1.3.6.1.4.1.5951.4.1.1.22.1.14)

Packets matching a NAT ACL, resulting in a NAT session.

nsAclTable (1.3.6.1.4.1.5951.4.1.1.22.1.20)

This table contains all the ACLs configured

Indexed on: aclName

aclName (1.3.6.1.4.1.5951.4.1.1.22.1.20.1.1)

The name of the ACL

aclPriority (1.3.6.1.4.1.5951.4.1.1.22.1.20.1.2)

The priority of the ACL

aclperHits (1.3.6.1.4.1.5951.4.1.1.22.1.20.1.4)

Number of times the acl was hit

aclFullName (1.3.6.1.4.1.5951.4.1.1.22.1.20.1.5)

The full name of the ACL

aclTotCount (1.3.6.1.4.1.5951.4.1.1.22.1.21)

Total number of ACL rules configured.

saclStatsGroup (1.3.6.1.4.1.5951.4.1.1.22.3)

saclTotPktsBridged (1.3.6.1.4.1.5951.4.1.1.22.3.1)

Total packets that matched a SimpleACL with action BRIDGE and got bridged by NetScaler.

saclTotPktsDenied (1.3.6.1.4.1.5951.4.1.1.22.3.2)

Packets dropped because they match SimpleACL (Access Control List) with processing mode set to DENY.

saclTotPktsAllowed (1.3.6.1.4.1.5951.4.1.1.22.3.3)

Total packets that matched a SimpleACL with action ALLOW and got consumed by NetScaler.

saclTotHits (1.3.6.1.4.1.5951.4.1.1.22.3.4)

Packets matching a SimpleACL.

saclTotMisses (1.3.6.1.4.1.5951.4.1.1.22.3.5)

Packets not matching any SimpleACL.

saclsCount (1.3.6.1.4.1.5951.4.1.1.22.3.6)

Number of SimpleACLs configured.

acl6StatsGroup (1.3.6.1.4.1.5951.4.1.1.22.4)

nsAcl6Table (1.3.6.1.4.1.5951.4.1.1.22.4.20)

This table contains all the ACLs6 configured

Indexed on: acAclName

acAclName (1.3.6.1.4.1.5951.4.1.1.22.4.20.1.1)

The name of the ACL6

acl6Priority (1.3.6.1.4.1.5951.4.1.1.22.4.20.1.2)

The priority of the ACL6

acl6perHits (1.3.6.1.4.1.5951.4.1.1.22.4.20.1.3)

Number of times the acl6 was hit

acl6FullName (1.3.6.1.4.1.5951.4.1.1.22.4.20.1.4)

The full name of the ACL6

acl6TotPktsBridged (1.3.6.1.4.1.5951.4.1.1.22.4.21)

Packets matching a bridge IPv6 ACL, which is in transparent mode and bypasses service processing.

acl6TotPktsDenied (1.3.6.1.4.1.5951.4.1.1.22.4.22)

Packets dropped because they match IPv6 ACLs with processing mode set to DENY.

acl6TotPktsAllowed (1.3.6.1.4.1.5951.4.1.1.22.4.23)

Packets matching IPv6 ACLs with processing mode set to ALLOW. NetScaler processes these packets.

acl6TotPktsNAT (1.3.6.1.4.1.5951.4.1.1.22.4.24)

Packets matching a NAT ACL6, resulting in a NAT session.

acl6TotHits (1.3.6.1.4.1.5951.4.1.1.22.4.25)

Packets matching an IPv6 ACL.

acl6TotMisses (1.3.6.1.4.1.5951.4.1.1.22.4.26)

Packets not matching any IPv6 ACL.

acl6TotPktsNAT64 (1.3.6.1.4.1.5951.4.1.1.22.4.27)

Packets matching a NAT64 ACL6, resulting in a NAT64 translation.

acl6TotCount (1.3.6.1.4.1.5951.4.1.1.22.4.28)

Total number of ACL6 rules configured.

pbrStatsGroup (1.3.6.1.4.1.5951.4.1.1.22.5)

nsPbrTable (1.3.6.1.4.1.5951.4.1.1.22.5.20)

This table contains all the PBRs configured

Indexed on: pbrName

pbrName (1.3.6.1.4.1.5951.4.1.1.22.5.20.1.1)

The name of the PBR

pbrFullName (1.3.6.1.4.1.5951.4.1.1.22.5.20.1.2)

The Full name of the PBR

pbrPriority (1.3.6.1.4.1.5951.4.1.1.22.5.20.1.3)

The priority of the PBR

pbrperHits (1.3.6.1.4.1.5951.4.1.1.22.5.20.1.4)

Number of times the pbr was hit

pbrTotPktsAllowed (1.3.6.1.4.1.5951.4.1.1.22.5.21)

Total packets that matched the PBR (Policy-Based Routes) with action ALLOW

pbrTotPktsDenied (1.3.6.1.4.1.5951.4.1.1.22.5.22)

Total packets that matched the PBR with action DENY

pbrTotHits (1.3.6.1.4.1.5951.4.1.1.22.5.23)

Total packets that matched one of the configured PBR

pbrTotMisses (1.3.6.1.4.1.5951.4.1.1.22.5.24)

Total packets that did not match any PBR

pbrTotNullDrop (1.3.6.1.4.1.5951.4.1.1.22.5.25)

Total packets that are dropped due to null nexthop

sacl6StatsGroup (1.3.6.1.4.1.5951.4.1.1.22.6)

sacl6TotPktsBridged (1.3.6.1.4.1.5951.4.1.1.22.6.1)

Total packets that matched a SimpleACL6 with action BRIDGE and got bridged by NetScaler.

sacl6TotPktsDenied (1.3.6.1.4.1.5951.4.1.1.22.6.2)

Packets dropped because they match SimpleACL6 with processing mode set to DENY.

sacl6TotPktsAllowed (1.3.6.1.4.1.5951.4.1.1.22.6.3)

Total packets that matched a SimpleACL6 with action ALLOW and got consumed by NetScaler.

sacl6TotHits (1.3.6.1.4.1.5951.4.1.1.22.6.4)

Packets matching a SimpleACL6.

sacl6TotMisses (1.3.6.1.4.1.5951.4.1.1.22.6.5)

Packets not matching any SimpleACL6.

sacl6sCount (1.3.6.1.4.1.5951.4.1.1.22.6.6)

Number of SimpleACL6s configured.

pbr6StatsGroup (1.3.6.1.4.1.5951.4.1.1.22.7)

nsPbr6Table (1.3.6.1.4.1.5951.4.1.1.22.7.20)

This table contains all the PBRs configured

Indexed on: acPbrName

acPbrName (1.3.6.1.4.1.5951.4.1.1.22.7.20.1.1)

The name of the PBR6

pbr6FullName (1.3.6.1.4.1.5951.4.1.1.22.7.20.1.2)

The full name of the PBR6

pbr6Priority (1.3.6.1.4.1.5951.4.1.1.22.7.20.1.3)

The priority of the PBR6

pbr6perHits (1.3.6.1.4.1.5951.4.1.1.22.7.20.1.4)

Number of times the pbr6 was hit

pbr6TotPktsAllowed (1.3.6.1.4.1.5951.4.1.1.22.7.21)

Total packets that matched the PBR6 with action ALLOW

pbr6TotPktsDenied (1.3.6.1.4.1.5951.4.1.1.22.7.22)

Total packets that matched PBR6 with action DENY

pbr6TotHits (1.3.6.1.4.1.5951.4.1.1.22.7.23)

Total packets that matched one of the configured PBR6

pbr6TotMisses (1.3.6.1.4.1.5951.4.1.1.22.7.24)

Total packets that did not match any PBR6

pbr6TotNullDrop (1.3.6.1.4.1.5951.4.1.1.22.7.25)

Total packets that are dropped due to null next hop

gslbGlobalStats (1.3.6.1.4.1.5951.4.1.1.51.1)

customEntries (1.3.6.1.4.1.5951.4.1.1.51.1.1)

This is the number of custom locations

staticEntries (1.3.6.1.4.1.5951.4.1.1.51.1.2)

This is the number of static locations

nsPolicyStatsTable (1.3.6.1.4.1.5951.4.1.1.52.1)

This table contains the statistics for all policies

Indexed on: pengPolicyName

pengPolicyName (1.3.6.1.4.1.5951.4.1.1.52.1.1.1)

Encoded name of the policy

pengPolicyHits (1.3.6.1.4.1.5951.4.1.1.52.1.1.2)

Total policy hits count

pengBytesIn (1.3.6.1.4.1.5951.4.1.1.52.1.1.3)

Input traffic of a compression policy

pengBytesOut (1.3.6.1.4.1.5951.4.1.1.52.1.1.4)

Output traffic of a compression policy

pengPolicyFullName (1.3.6.1.4.1.5951.4.1.1.52.1.1.5)

Full name of the policy

nsDnsServerStatsGroup (1.3.6.1.4.1.5951.4.1.1.53.1)

dnsTotQueries (1.3.6.1.4.1.5951.4.1.1.53.1.1)

Total number of DNS queries received.

dnsTotAnswers (1.3.6.1.4.1.5951.4.1.1.53.1.2)

Total number of DNS responses received.

dnsTotUnsupportedResponseClass (1.3.6.1.4.1.5951.4.1.1.53.1.13)

Total number of responses for which response types were unsupported.

dnsTotUnsupportedResponseType (1.3.6.1.4.1.5951.4.1.1.53.1.14)

Total number of responses for which response type requested was unsupported.

dnsTotUnsupportedQueries (1.3.6.1.4.1.5951.4.1.1.53.1.15)

Total number of requests for which query type requested was unsupported.

dnsTotUnsupportedQueryClass (1.3.6.1.4.1.5951.4.1.1.53.1.16)

Total number of queries for which query class was unsupported.

dnsTotInvalidQueryFormat (1.3.6.1.4.1.5951.4.1.1.53.1.17)

Total number of queries whose format was invalid.

dnsTotNonAuthNoDatas (1.3.6.1.4.1.5951.4.1.1.53.1.18)

Total number of responses for which there was a format error.

dnsTotMultiQuery (1.3.6.1.4.1.5951.4.1.1.53.1.19)

Total number of Multi Query request received.

dnsTotStrayAnswer (1.3.6.1.4.1.5951.4.1.1.53.1.20)

Total number of stray answers.

dnsTotCacheFlush (1.3.6.1.4.1.5951.4.1.1.53.1.21)

Total number of times cache was flushed.

dnsTotCacheEntriesFlush (1.3.6.1.4.1.5951.4.1.1.53.1.22)

Total number of cache entries flushed.

dnsTotServerQuery (1.3.6.1.4.1.5951.4.1.1.53.1.23)

Total number of Server queries sent.

dnsTotServerResponse (1.3.6.1.4.1.5951.4.1.1.53.1.24)

Total number of Server responses received.

dnsTotRecUpdate (1.3.6.1.4.1.5951.4.1.1.53.1.34)

Total number of record updates.

dnsTotMultiQueryDisableError (1.3.6.1.4.1.5951.4.1.1.53.1.35)

Total number of times a multi query was disabled and received a multi query.

dnsCurAuthEntries (1.3.6.1.4.1.5951.4.1.1.53.1.41)

Total number of authoritative entries.

dnsCurNoAuthEntries (1.3.6.1.4.1.5951.4.1.1.53.1.42)

Total number of non-authoritative entries.

dnsTotAuthAns (1.3.6.1.4.1.5951.4.1.1.53.1.43)

Number of queries which were authoritatively answered.

dnsTotAuthNoNames (1.3.6.1.4.1.5951.4.1.1.53.1.44)

Number of queries for which no record was found.

dnsTotNoDataResps (1.3.6.1.4.1.5951.4.1.1.53.1.45)

Number of DNS responses received without answer.

dnsTotResponseBadLen (1.3.6.1.4.1.5951.4.1.1.53.1.46)

Number of DNS responses received with invalid resoure data length.

dnsTotReqRefusals (1.3.6.1.4.1.5951.4.1.1.53.1.47)

Number of DNS requests refused.

dnsTotOtherErrors (1.3.6.1.4.1.5951.4.1.1.53.1.48)

Total number of other errors.

dns64TotQueries (1.3.6.1.4.1.5951.4.1.1.53.1.68)

Total number of DNS64 queries recieved.

dns64TotAnswers (1.3.6.1.4.1.5951.4.1.1.53.1.69)

Total number of DNS64 answers served.

dns64TotsvrAQueries (1.3.6.1.4.1.5951.4.1.1.53.1.70)

Total number of Queries sent by DNS64 module to backend.

dnsErrNullAttack (1.3.6.1.4.1.5951.4.1.1.53.1.71)

Total number of queries received where all the counts are 0.

nsdnsRegisterTable (1.3.6.1.4.1.5951.4.1.1.53.2)

This table contains statistics about each DNS record type

Indexed on: dnsRecordType

dnsRecordType (1.3.6.1.4.1.5951.4.1.1.53.2.1.1)

DNS record type

dnsTotEntries (1.3.6.1.4.1.5951.4.1.1.53.2.1.2)

Total number of DNS record entries

dnsTotUpdates (1.3.6.1.4.1.5951.4.1.1.53.2.1.3)

Total number of DNS proactive updates

dnsTotResponses (1.3.6.1.4.1.5951.4.1.1.53.2.1.4)

Total number of DNS server responses

dnsTotRequests (1.3.6.1.4.1.5951.4.1.1.53.2.1.5)

Total number of DNS queries recieved

dnsTotErrLimits (1.3.6.1.4.1.5951.4.1.1.53.2.1.6)

Total number of times we have recieved dns record with more entries than we support

dnsTotErrRespForm (1.3.6.1.4.1.5951.4.1.1.53.2.1.7)

Total number of times we have recieved malformed responses from the backend

dnsTotErrAliasEx (1.3.6.1.4.1.5951.4.1.1.53.2.1.8)

Total number of times we have recieved non-cname record for a domain for which an alias exists

dnsTotErrNoDomains (1.3.6.1.4.1.5951.4.1.1.53.2.1.9)

Total number of cache misses

dnsCurEntries (1.3.6.1.4.1.5951.4.1.1.53.2.1.10)

Current number of DNS entries

dnsCurRecords (1.3.6.1.4.1.5951.4.1.1.53.2.1.11)

Current number of DNS Records

scPolicyStatistics (1.3.6.1.4.1.5951.4.1.1.55.1)

scPolicyUrlHits (1.3.6.1.4.1.5951.4.1.1.55.1.1)

Total number of incoming requests that matched configured sureconnect policies.

scPopUps (1.3.6.1.4.1.5951.4.1.1.55.1.2)

Total number of in-memory java script served which throws the pop-up window.

scAltContUrls (1.3.6.1.4.1.5951.4.1.1.55.1.3)

Total number of alternate content served which throws the pop-up window.

scSessionReqs (1.3.6.1.4.1.5951.4.1.1.55.1.4)

Total number of requests that were handled in a single SureConnect session.

scPostReqs (1.3.6.1.4.1.5951.4.1.1.55.1.5)

Total number of HTTP POST requests that triggered SureConnect feature.

scThresholdFail (1.3.6.1.4.1.5951.4.1.1.55.1.6)

Total number of times SureConnect was not triggered because the thresholds conditions failed.

scFaultyCookies (1.3.6.1.4.1.5951.4.1.1.55.1.7)

Total number of corrupted SureConnect cookies.

scUnSupBrow (1.3.6.1.4.1.5951.4.1.1.55.1.8)

Total number of requests that came from all unsupported browsers.

scResetStats (1.3.6.1.4.1.5951.4.1.1.55.1.9)

Toal number of times that SureConnect statistics were reset.

scTotCondTriggered (1.3.6.1.4.1.5951.4.1.1.55.1.10)

Number of times that SureConnect conditions were triggered.

scTotReissuedRequests (1.3.6.1.4.1.5951.4.1.1.55.1.11)

Total number of reissued SureConnect requests.

sslCertKeyTable (1.3.6.1.4.1.5951.4.1.1.56.1)

The ssl certificate key pair configuration information

Indexed on: sslCertKeyName

sslCertKeyName (1.3.6.1.4.1.5951.4.1.1.56.1.1.1)

The certificate key pair Name.

sslCertPath (1.3.6.1.4.1.5951.4.1.1.56.1.1.2)

The certificate path.

sslKeyPath (1.3.6.1.4.1.5951.4.1.1.56.1.1.3)

The private key path.

sslInputFormat (1.3.6.1.4.1.5951.4.1.1.56.1.1.4)

The input format of the certificate key pair.

sslDaysToExpire (1.3.6.1.4.1.5951.4.1.1.56.1.1.5)

Number of days remaining for the certificate to expire.

sslCrlTable (1.3.6.1.4.1.5951.4.1.1.56.2)

The ssl CRL configuration information

Indexed on: sslCrlName

sslCrlName (1.3.6.1.4.1.5951.4.1.1.56.2.1.1)

The name of CRL.

sslCrlPath (1.3.6.1.4.1.5951.4.1.1.56.2.1.2)

The CRL path.

sslCrlInputFormat (1.3.6.1.4.1.5951.4.1.1.56.2.1.3)

The input format of CRL.

sslCipherGroupTable (1.3.6.1.4.1.5951.4.1.1.56.3)

The Cipher group configuration information

Indexed on: sslCipherGroupName, sslCipherName

sslCipherGroupName (1.3.6.1.4.1.5951.4.1.1.56.3.1.1)

The Cipher group name.

sslCipherName (1.3.6.1.4.1.5951.4.1.1.56.3.1.2)

The Cipher name.

sslCipherDesc (1.3.6.1.4.1.5951.4.1.1.56.3.1.3)

The Cipher description.

dosPolicyTable (1.3.6.1.4.1.5951.4.1.1.57.1)

The dos policy configuration table

Indexed on: dosPolicyName

dosPolicyName (1.3.6.1.4.1.5951.4.1.1.57.1.1.1)

Name of the policy

thresholdValue (1.3.6.1.4.1.5951.4.1.1.57.1.1.2)

Threshold surge count to detect an attack, for this DosPolicy

dosPolicyStatistics (1.3.6.1.4.1.5951.4.1.1.57.2)

dosTotConditionTriggered (1.3.6.1.4.1.5951.4.1.1.57.2.1)

Number of times the NetScaler appliance triggered the DOS JavaScript due to a condition match.

dosTotValidCookies (1.3.6.1.4.1.5951.4.1.1.57.2.2)

Number of clients from whom the NetScaler appliance received a valid DOS cookie.

dosTotDosPriorityClients (1.3.6.1.4.1.5951.4.1.1.57.2.3)

Number of valid clients that were given DOS priority.

dosAvgValidClients (1.3.6.1.4.1.5951.4.1.1.57.2.4)

Average number of DOS clients that returned a valid DOS cookie.

dosAvgDospriClients (1.3.6.1.4.1.5951.4.1.1.57.2.5)

Average number of clients that were given DOS priority.

pqPolicyConfigTable (1.3.6.1.4.1.5951.4.1.1.59.1)

The priority queuing policy configuration table

Indexed on: pqName

pqName (1.3.6.1.4.1.5951.4.1.1.59.1.1.1)

The name of the PQ policy bound to Load Balancing vserver.

pqRuleName (1.3.6.1.4.1.5951.4.1.1.59.1.1.2)

The Rule Name configuration for PQ policy.

pqQdepthThreshold (1.3.6.1.4.1.5951.4.1.1.59.1.1.3)

The vip threshold value for qdepth in PQ policy.

pqPolQdepthThreshold (1.3.6.1.4.1.5951.4.1.1.59.1.1.4)

The policy threshold value for qdepth in PQ policy.

pqPriority (1.3.6.1.4.1.5951.4.1.1.59.1.1.5)

The priority of this PQ policy.

pqPolicyWeight (1.3.6.1.4.1.5951.4.1.1.59.1.1.6)

The weight of this PQ policy.

pqPolicyStatistics (1.3.6.1.4.1.5951.4.1.1.59.2)

pqTotalPolicyMatches (1.3.6.1.4.1.5951.4.1.1.59.2.1)

Number of times the Netscaler appliance matched an incoming request using any priority queuing policy.

pqTotalThresholdFailed (1.3.6.1.4.1.5951.4.1.1.59.2.2)

Number of times the Netscaler appliance failed to match an incoming request to any of priority queing policy.

pqPriority1Requests (1.3.6.1.4.1.5951.4.1.1.59.2.3)

Number of priority 1 requests that the Netscaler appliance received.

pqPriority2Requests (1.3.6.1.4.1.5951.4.1.1.59.2.4)

Number of priority 2 requests that the Netscaler appliance received.

pqPriority3Requests (1.3.6.1.4.1.5951.4.1.1.59.2.5)

Number of priority 3 requests that the Netscaler appliance received.

crPolicyMapConfigTable (1.3.6.1.4.1.5951.4.1.1.60.1)

The CR map configuration information

Indexed on: crMapName

crMapName (1.3.6.1.4.1.5951.4.1.1.60.1.1.1)

The name of the map policy.

crMapSrcName (1.3.6.1.4.1.5951.4.1.1.60.1.1.2)

The name of the source domain hosted by the map.

crMapDstName (1.3.6.1.4.1.5951.4.1.1.60.1.1.3)

The name of the destination domain hosted by the map.

crMapSrcUrl (1.3.6.1.4.1.5951.4.1.1.60.1.1.4)

The Url to be modified under the given source domain.

crMapDstUrl (1.3.6.1.4.1.5951.4.1.1.60.1.1.5)

The Url after mapping.

appFirewallStatistics (1.3.6.1.4.1.5951.4.1.1.64.1)

appFirewallRequests (1.3.6.1.4.1.5951.4.1.1.64.1.1)

HTTP/HTTPS requests sent to your protected web servers via the Application Firewall.

appFirewallResponses (1.3.6.1.4.1.5951.4.1.1.64.1.2)

HTTP/HTTPS responses sent by your protected web servers via the Application Firewall.

appFirewallAborts (1.3.6.1.4.1.5951.4.1.1.64.1.3)

Incomplete HTTP/HTTPS requests aborted by the client before the Application Firewall could finish processing them.

appFirewallRedirects (1.3.6.1.4.1.5951.4.1.1.64.1.4)

HTTP/HTTPS requests redirected by the Application Firewall to a different Web page or web server. (HTTP 302)

appFirewallViolStartURL (1.3.6.1.4.1.5951.4.1.1.64.1.5)

Number of Start URL security check violations seen by the Application Firewall.

appFirewallViolDenyURL (1.3.6.1.4.1.5951.4.1.1.64.1.6)

Number of Deny URL security check violations seen by the Application Firewall.

appFirewallViolBufferOverflow (1.3.6.1.4.1.5951.4.1.1.64.1.7)

Number of Buffer Overflow security check violations seen by the Application Firewall.

appFirewallViolCookie (1.3.6.1.4.1.5951.4.1.1.64.1.8)

Number of Cookie Consistency security check violations seen by the Application Firewall.

appFirewallViolXSS (1.3.6.1.4.1.5951.4.1.1.64.1.9)

Number of HTML Cross-Site Scripting security check violations seen by the Application Firewall.

appFirewallViolSQL (1.3.6.1.4.1.5951.4.1.1.64.1.10)

Number of HTML SQL Injection security check violations seen by the Application Firewall.

appFirewallViolFieldformat (1.3.6.1.4.1.5951.4.1.1.64.1.11)

Number of Field Format security check violations seen by the Application Firewall.

appFirewallViolFieldConsistency (1.3.6.1.4.1.5951.4.1.1.64.1.12)

Number of Field Consistency security check violations seen by the Application Firewall.

appFirewallViolCreditCard (1.3.6.1.4.1.5951.4.1.1.64.1.13)

Number of Credit Card security check violations seen by the Application Firewall.

appFirewallViolSafeObject (1.3.6.1.4.1.5951.4.1.1.64.1.14)

Number of Safe Object security check violations seen by the Application Firewall.

appFirewallTotalViol (1.3.6.1.4.1.5951.4.1.1.64.1.15)

Total number of security check violations seen by the Application Firewall.

appFirewallViolWellformednessViolations (1.3.6.1.4.1.5951.4.1.1.64.1.16)

Number of XML Format security check violations seen by the Application Firewall.

appFirewallViolXdosViolations (1.3.6.1.4.1.5951.4.1.1.64.1.17)

Number of XML Denial-of-Service security check violations seen by the Application Firewall.

appFirewallViolMsgValViolations (1.3.6.1.4.1.5951.4.1.1.64.1.18)

Number of XML Message Validation security check violations seen by the Application Firewall.

appFirewallViolWSIViolations (1.3.6.1.4.1.5951.4.1.1.64.1.19)

Number of Web Services Interoperability (WS-I) security check violations seen by the Application Firewall.

appFirewallViolXmlSqlViolations (1.3.6.1.4.1.5951.4.1.1.64.1.20)

Number of XML SQL Injection security check violations seen by the Application Firewall.

appFirewallViolXmlXssViolations (1.3.6.1.4.1.5951.4.1.1.64.1.21)

Number of XML Cross-Site Scripting (XSS) security check violations seen by the Application Firewall.

appFirewallViolXmlAttachmentViolations (1.3.6.1.4.1.5951.4.1.1.64.1.22)

Number of XML Attachment security check violations seen by the Application Firewall.

appFirewallViolCSRFtag (1.3.6.1.4.1.5951.4.1.1.64.1.23)

Number of Cross Site Request Forgery form tag security check violations seen by the Application Firewall.

appFirewallViolRefererHeader (1.3.6.1.4.1.5951.4.1.1.64.1.24)

Number of Referer Header security check violations seen by the Application Firewall.

appFirewallViolXmlSoapFaultViolations (1.3.6.1.4.1.5951.4.1.1.64.1.25)

Number of requests returning soap:fault from the backend server

appFirewallRet4xx (1.3.6.1.4.1.5951.4.1.1.64.1.26)

Number of requests returning HTTP 4xx from the backend server

appFirewallRet5xx (1.3.6.1.4.1.5951.4.1.1.64.1.27)

Number of requests returning HTTP 5xx from the backend server

appFirewallReqBytes (1.3.6.1.4.1.5951.4.1.1.64.1.28)

Number of bytes transfered for requests

appFirewallResBytes (1.3.6.1.4.1.5951.4.1.1.64.1.29)

Number of bytes transfered for responses

appFirewallLongAvgRespTime (1.3.6.1.4.1.5951.4.1.1.64.1.30)

Average backend response time in milliseconds since reboot

appFirewallShortAvgRespTime (1.3.6.1.4.1.5951.4.1.1.64.1.31)

Average backend response time in milliseconds over the last 7 seconds

appFirewallViolXmlGenViolations (1.3.6.1.4.1.5951.4.1.1.64.1.32)

Number of requests returning XML generic error from the backend server

appFirewallViolSignature (1.3.6.1.4.1.5951.4.1.1.64.1.33)

Number of Signature violations seen by the Application Firewall.

appFirewallTrapsDropped (1.3.6.1.4.1.5951.4.1.1.64.1.34)

AppFirewall SNMP traps dropped due to time limit.

appfwProfileTable (1.3.6.1.4.1.5951.4.1.1.64.2)

Indexed on: appfwprofileName

appfwprofileName (1.3.6.1.4.1.5951.4.1.1.64.2.1.1)

The name of the Application Firewall profile

appfwappFirewallRequestsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.2)

HTTP/HTTPS requests sent to your protected web servers via the Application Firewall.

appfwappFirewallResponsesPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.3)

HTTP/HTTPS responses sent by your protected web servers via the Application Firewall.

appfwappFirewallAbortsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.4)

Incomplete HTTP/HTTPS requests aborted by the client before the Application Firewall could finish processing them.

appfwappFirewallRedirectsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.5)

HTTP/HTTPS requests redirected by the Application Firewall to a different Web page or web server. (HTTP 302)

appfwappFirewallViolStartURLPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.6)

Number of Start URL security check violations seen by the Application Firewall.

appfwappFirewallViolDenyURLPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.7)

Number of Deny URL security check violations seen by the Application Firewall.

appfwappFirewallViolRefererHeaderPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.8)

Number of Referer Header security check violations seen by the Application Firewall.

appfwappFirewallViolBufferOverflowPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.9)

Number of Buffer Overflow security check violations seen by the Application Firewall.

appfwappFirewallViolCSRFtagPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.10)

Number of Cross Site Request Forgery form tag security check violations seen by the Application Firewall.

appfwappFirewallViolCookiePerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.11)

Number of Cookie Consistency security check violations seen by the Application Firewall.

appfwappFirewallViolXSSPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.12)

Number of HTML Cross-Site Scripting security check violations seen by the Application Firewall.

appfwappFirewallViolSQLPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.13)

Number of HTML SQL Injection security check violations seen by the Application Firewall.

appfwappFirewallViolFieldformatPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.14)

Number of Field Format security check violations seen by the Application Firewall.

appfwappFirewallViolFieldConsistencyPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.15)

Number of Field Consistency security check violations seen by the Application Firewall.

appfwappFirewallViolCreditCardPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.16)

Number of Credit Card security check violations seen by the Application Firewall.

appfwappFirewallViolSafeObjectPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.17)

Number of Safe Object security check violations seen by the Application Firewall.

appfwappFirewallViolWellformednessViolationsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.18)

Number of XML Format security check violations seen by the Application Firewall.

appfwappFirewallViolXdosViolationsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.19)

Number of XML Denial-of-Service security check violations seen by the Application Firewall.

appfwappFirewallViolMsgValViolationsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.20)

Number of XML Message Validation security check violations seen by the Application Firewall.

appfwappFirewallViolWSIViolationsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.21)

Number of Web Services Interoperability (WS-I) security check violations seen by the Application Firewall.

appfwappFirewallViolXmlSqlViolationsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.22)

Number of XML SQL Injection security check violations seen by the Application Firewall.

appfwappFirewallViolXmlXssViolationsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.23)

Number of XML Cross-Site Scripting (XSS) security check violations seen by the Application Firewall.

appfwappFirewallViolXmlAttachmentViolationsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.24)

Number of XML Attachment security check violations seen by the Application Firewall.

appfwappFirewallTotalViolPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.25)

Number of violations seen by the application firewall on per profile basis

appfwappFirewallRet4xxPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.26)

Number of requests returning HTTP 4xx from the backend server

appfwappFirewallRet5xxPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.27)

Number of requests returning HTTP 5xx from the backend server

appfwappFirewallViolXmlSoapFaultViolationsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.28)

Number of requests returning soap:fault from the backend server

appfwappFirewallReqBytesPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.29)

Number of bytes transfered for requests

appfwappFirewallResBytesPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.30)

Number of bytes transfered for responses

appfwappFirewallLongAvgRespTimePerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.31)

Average backend response time in milliseconds since reboot

appfwappFirewallShortAvgRespTimePerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.32)

Average backend response time in milliseconds over the last 7 seconds

appfwappFirewallViolXmlGenericViolationsPerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.33)

Number of requests returning XML generic violation from the backend server

appfwappFirewallViolSignaturePerProfile (1.3.6.1.4.1.5951.4.1.1.64.2.1.34)

Number of Signature violations seen by the Application Firewall.

nsRnatGlobalStats (1.3.6.1.4.1.5951.4.1.1.65.1)

rnatTotRxBytes (1.3.6.1.4.1.5951.4.1.1.65.1.1)

Bytes received during RNAT sessions.

rnatTotTxBytes (1.3.6.1.4.1.5951.4.1.1.65.1.2)

Bytes sent during RNAT sessions.

rnatTotRxPkts (1.3.6.1.4.1.5951.4.1.1.65.1.3)

Packets received during RNAT sessions.

rnatTotTxPkts (1.3.6.1.4.1.5951.4.1.1.65.1.4)

Packets sent during RNAT sessions.

rnatTotTxSyn (1.3.6.1.4.1.5951.4.1.1.65.1.5)

Requests for connections sent during RNAT sessions.

rnatCurSessions (1.3.6.1.4.1.5951.4.1.1.65.1.6)

Currently active RNAT sessions.

nsRnatPerIPStatsTable (1.3.6.1.4.1.5951.4.1.1.65.2)

This table contains statistics related to rnat for the natip

Indexed on: ipAddr

ipRnatTotRxBytes (1.3.6.1.4.1.5951.4.1.1.65.2.1.1)

Bytes received on this IP address during RNAT sessions.

ipRnatTotTxBytes (1.3.6.1.4.1.5951.4.1.1.65.2.1.2)

Bytes sent from this IP address during RNAT sessions.

ipRnatTotRxPkts (1.3.6.1.4.1.5951.4.1.1.65.2.1.3)

Packets received on this IP address during RNAT sessions.

ipRnatTotTxPkts (1.3.6.1.4.1.5951.4.1.1.65.2.1.4)

Packets sent from this IP address during RNAT sessions.

ipRnatTotTxSyn (1.3.6.1.4.1.5951.4.1.1.65.2.1.5)

Requests for connections sent from this IP address during RNAT sessions.

ipRnatCurSessions (1.3.6.1.4.1.5951.4.1.1.65.2.1.6)

Currently active RNAT sessions started from this IP address.

piPolicyTable (1.3.6.1.4.1.5951.4.1.1.69.1)

The policy relationship table

Indexed on: piPolName

piPolName (1.3.6.1.4.1.5951.4.1.1.69.1.1.1)

Encoded name of the PI policy

piPolicyHits (1.3.6.1.4.1.5951.4.1.1.69.1.1.2)

Number of hits on the policy

piPolicyUndefHits (1.3.6.1.4.1.5951.4.1.1.69.1.1.3)

Number of undef hits on the policy

piPolFullName (1.3.6.1.4.1.5951.4.1.1.69.1.1.4)

Full name of the PI policy

nsInatGlobalStats (1.3.6.1.4.1.5951.4.1.1.74.1)

nat46TotTcp46 (1.3.6.1.4.1.5951.4.1.1.74.1.1)

Total TCP packets translated (V4->v6).

nat46TotUdp46 (1.3.6.1.4.1.5951.4.1.1.74.1.2)

Total UDP packets translated (V4->v6).

nat46TotIcmp46 (1.3.6.1.4.1.5951.4.1.1.74.1.3)

Total ICMP packets translated (V4->v6).

nat46TotDrop46 (1.3.6.1.4.1.5951.4.1.1.74.1.4)

Total IPV4 packets dropped.

nat46TotTcp64 (1.3.6.1.4.1.5951.4.1.1.74.1.5)

Total TCP packets translated (V6->v4).

nat46TotUdp64 (1.3.6.1.4.1.5951.4.1.1.74.1.6)

Total UDP packets translated (V6->v4).

nat46TotIcmp64 (1.3.6.1.4.1.5951.4.1.1.74.1.7)

Total ICMP packets translated (V6->v4).

nat46TotDrop64 (1.3.6.1.4.1.5951.4.1.1.74.1.8)

Total IPV6 packets dropped.

nsInatPerNat46StatsTable (1.3.6.1.4.1.5951.4.1.1.74.2)

This provides statistics related to per nat46 rule

Indexed on: inatname

inatname (1.3.6.1.4.1.5951.4.1.1.74.2.1.1)

The name of the INAT

inatNat46Tcp46 (1.3.6.1.4.1.5951.4.1.1.74.2.1.2)

TCP packets translated (V4->v6).

inatNat46Udp46 (1.3.6.1.4.1.5951.4.1.1.74.2.1.3)

UDP packets translated (V4->v6).

inatNat46Icmp46 (1.3.6.1.4.1.5951.4.1.1.74.2.1.4)

ICMP packets translated (V4->v6).

inatNat46Drop46 (1.3.6.1.4.1.5951.4.1.1.74.2.1.5)

IPV4 packets dropped.

inatNat46Tcp64 (1.3.6.1.4.1.5951.4.1.1.74.2.1.6)

TCP packets translated (V6->v4).

inatNat46Udp64 (1.3.6.1.4.1.5951.4.1.1.74.2.1.7)

UDP packets translated (V6->v4).

inatNat46Icmp64 (1.3.6.1.4.1.5951.4.1.1.74.2.1.8)

ICMP packets translated (V6->v4).

inatNat46Drop64 (1.3.6.1.4.1.5951.4.1.1.74.2.1.9)

IPV6 packets dropped.

nsInatPerNatStatsTable (1.3.6.1.4.1.5951.4.1.1.74.3)

This provides statistics related to per inat session

Indexed on: inat44name

inat44name (1.3.6.1.4.1.5951.4.1.1.74.3.1.1)

The name of the INAT

inatTotHits (1.3.6.1.4.1.5951.4.1.1.74.3.1.2)

INAT total sessions

inatCurSessions (1.3.6.1.4.1.5951.4.1.1.74.3.1.3)

INAT current sessions

inatTotReceiveBytes (1.3.6.1.4.1.5951.4.1.1.74.3.1.4)

INAT total Received Bytes

inatTotSentBytes (1.3.6.1.4.1.5951.4.1.1.74.3.1.5)

INAT total Sent Bytes

inatTotpktreceived (1.3.6.1.4.1.5951.4.1.1.74.3.1.6)

INAT total Packets Received

inatTotpktsent (1.3.6.1.4.1.5951.4.1.1.74.3.1.7)

INAT total Packets Sent

nsInatSessionGlobalStats (1.3.6.1.4.1.5951.4.1.1.74.4)

globalInatHits (1.3.6.1.4.1.5951.4.1.1.74.4.1)

Total INAT Session hits

globalInatCurSessions (1.3.6.1.4.1.5951.4.1.1.74.4.2)

Total INAT current sessions

globalInatReceiveBytes (1.3.6.1.4.1.5951.4.1.1.74.4.3)

Total INAT Received Bytes

globalInatTotSentBytes (1.3.6.1.4.1.5951.4.1.1.74.4.4)

Total INAT Sent Bytes

globalInatPktReceived (1.3.6.1.4.1.5951.4.1.1.74.4.5)

Total INAT Packets Received

globalInatPktSent (1.3.6.1.4.1.5951.4.1.1.74.4.6)

Total INAT Packets Sent

nsNat64GlobalStats (1.3.6.1.4.1.5951.4.1.1.75.1)

nat64TotUdpSessions (1.3.6.1.4.1.5951.4.1.1.75.1.1)

Total number of UDP sessions created by NAT64.

nat64TotTcpSessions (1.3.6.1.4.1.5951.4.1.1.75.1.2)

Total number of TCP sessions created by NAT64.

nat64TotSessions (1.3.6.1.4.1.5951.4.1.1.75.1.3)

Total number of sessions created by NAT64.

nat64TotIcmpSessions (1.3.6.1.4.1.5951.4.1.1.75.1.4)

Total number of ICMP sessions created by NAT64.

nsLLDPConfigGroup (1.3.6.1.4.1.5951.4.1.1.80.1)

lldpMessageTxInterval (1.3.6.1.4.1.5951.4.1.1.80.1.1)

TIme interval at which lldp packets will be sent.

lldpMessageTxHoldMultiplier (1.3.6.1.4.1.5951.4.1.1.80.1.2)

The time-to-live value expressed as a multiple of the lldpMessageTxInterval and lldpMessageTxHoldMultiplier.

nsLLDPStatsGroup (1.3.6.1.4.1.5951.4.1.1.80.2)

nsLLDPStatsTxPortTable (1.3.6.1.4.1.5951.4.1.1.80.2.1)

This table contains information about statistics of LLDP packets transmission.

Indexed on: lldpStatsTxPortNum

lldpStatsTxPortNum (1.3.6.1.4.1.5951.4.1.1.80.2.1.1.1)

Interface number

lldpStatsTxPortFramesTotal (1.3.6.1.4.1.5951.4.1.1.80.2.1.1.2)

Total LLDP Packets transmitted

nsLLDPStatsRxPortTable (1.3.6.1.4.1.5951.4.1.1.80.2.2)

This table contains information about statistics of recieved LLDP packets.

Indexed on: lldpStatsRxPortNum

lldpStatsRxPortNum (1.3.6.1.4.1.5951.4.1.1.80.2.2.1.1)

Interface number

lldpStatsRxPortTLVsDiscardedTotal (1.3.6.1.4.1.5951.4.1.1.80.2.2.1.2)

Total discarded LLDP packets.

lldpStatsRxPortFramesErrors (1.3.6.1.4.1.5951.4.1.1.80.2.2.1.3)

Total errors in LLDP packets.

lldpStatsRxPortFramesTotal (1.3.6.1.4.1.5951.4.1.1.80.2.2.1.4)

Total LLDP Packets received.

lldpStatsRxPortTLVsUnrecognizedTotal (1.3.6.1.4.1.5951.4.1.1.80.2.2.1.5)

Total TLVs not Recognised.

lldpStatsRemTablesLastChangeTime (1.3.6.1.4.1.5951.4.1.1.80.2.3)

Time stamp at which last change in Remote table seen.

lldpStatsRemTablesInserts (1.3.6.1.4.1.5951.4.1.1.80.2.4)

Total inserts in Remote LLDP table.

lldpStatsRemTablesDeletes (1.3.6.1.4.1.5951.4.1.1.80.2.5)

Total deletes in Remote LLDP table.

lldpStatsRemTablesAgeouts (1.3.6.1.4.1.5951.4.1.1.80.2.6)

Total Aged out entries in Remote LLDP table.

nsLLDPLocSystemsGroup (1.3.6.1.4.1.5951.4.1.1.80.3)

nsLLDPLocPortTable (1.3.6.1.4.1.5951.4.1.1.80.3.1)

This Table contains LLDP information of local port.

Indexed on: lldpLocPortNum

lldpLocPortNum (1.3.6.1.4.1.5951.4.1.1.80.3.1.1.1)

Interface Number

lldpLocPortIdSubtype (1.3.6.1.4.1.5951.4.1.1.80.3.1.1.2)

Local port id sub type

lldpLocPortId (1.3.6.1.4.1.5951.4.1.1.80.3.1.1.3)

Local port id

nsLLDPLocManAddrTable (1.3.6.1.4.1.5951.4.1.1.80.3.2)

This Table contains LLDP information of local management address.

Indexed on: lldpLocManAddrSubtype

lldpLocManAddrSubtype (1.3.6.1.4.1.5951.4.1.1.80.3.2.1.1)

Management address subtype of Remote System

lldpLocManAddr (1.3.6.1.4.1.5951.4.1.1.80.3.2.1.2)

Management address of Local System

lldpLocManAddrIfSubtype (1.3.6.1.4.1.5951.4.1.1.80.3.2.1.3)

Interface subtype

lldpLocManAddrIfId (1.3.6.1.4.1.5951.4.1.1.80.3.2.1.4)

interface id

lldpLocManAddrOID (1.3.6.1.4.1.5951.4.1.1.80.3.2.1.5)

Management address OID

lldpLocChassisIdSubtype (1.3.6.1.4.1.5951.4.1.1.80.3.3)

Local chassis Id type

lldpLocChassisId (1.3.6.1.4.1.5951.4.1.1.80.3.4)

Local chassis Id

lldpLocSysName (1.3.6.1.4.1.5951.4.1.1.80.3.5)

Local Sytem Name

lldpLocSysDesc (1.3.6.1.4.1.5951.4.1.1.80.3.6)

Sytem description

lldpLocSysCapSupported (1.3.6.1.4.1.5951.4.1.1.80.3.7)

Capabilities supported by local system

lldpLocSysCapEnabled (1.3.6.1.4.1.5951.4.1.1.80.3.8)

Capabilities enabled on local system

nsLsnGlobalStatsGroup (1.3.6.1.4.1.5951.4.1.1.83.1)

lsnTotRxPkts (1.3.6.1.4.1.5951.4.1.1.83.1.1)

Current number of LSN rx pkts.

lsnTotRxBytes (1.3.6.1.4.1.5951.4.1.1.83.1.2)

Current number of LSN rx bytes.

lsnTotTxPkts (1.3.6.1.4.1.5951.4.1.1.83.1.3)

Current number of LSN tx pkts.

lsnTotTxBytes (1.3.6.1.4.1.5951.4.1.1.83.1.4)

Current number of LSN tx bytess.

lsnCurSessions (1.3.6.1.4.1.5951.4.1.1.83.1.5)

Current number of LSN sessions.

lsnCurSubscribers (1.3.6.1.4.1.5951.4.1.1.83.1.6)

Current number of LSN subscribers.

lsnTotTcpRxPkts (1.3.6.1.4.1.5951.4.1.1.83.1.7)

Number of LSN TCP Received packets.

lsnTotTcpTxPkts (1.3.6.1.4.1.5951.4.1.1.83.1.8)

Number of LSN TCP Transmitted packets.

lsnTotUdpRxPkts (1.3.6.1.4.1.5951.4.1.1.83.1.9)

Number of LSN UDP Received packets.

lsnTotUdpTxPkts (1.3.6.1.4.1.5951.4.1.1.83.1.10)

Number of LSN UDP Transmitted packets.

lsnTotIcmpRxPkts (1.3.6.1.4.1.5951.4.1.1.83.1.11)

Number of LSN ICMP Received packets.

lsnTotIcmpTxPkts (1.3.6.1.4.1.5951.4.1.1.83.1.12)

Number of LSN ICMP Transmitted packets.

lsnTotTcpRxBytes (1.3.6.1.4.1.5951.4.1.1.83.1.13)

Number of LSN TCP Received bytes.

lsnTotTcpTxBytes (1.3.6.1.4.1.5951.4.1.1.83.1.14)

Number of LSN TCP Transmitted bytes.

lsnTotUdpRxBytes (1.3.6.1.4.1.5951.4.1.1.83.1.15)

Number of LSN UDP Received bytes.

lsnTotUdpTxBytes (1.3.6.1.4.1.5951.4.1.1.83.1.16)

Number of LSN UDP Transmitted bytes.

lsnTotIcmpRxBytes (1.3.6.1.4.1.5951.4.1.1.83.1.17)

Number of LSN ICMP Received bytes.

lsnTotIcmpTxBytes (1.3.6.1.4.1.5951.4.1.1.83.1.18)

Number of LSN ICMP Transmitted bytes.

lsnTotDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.1.19)

Tot number of LSN Dropped packets.

lsnTotTcpDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.1.20)

Number of LSN TCP Dropped packets.

lsnTotUdpDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.1.21)

Number of LSN UDP Dropped packets.

lsnTotIcmpDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.1.22)

Number of LSN ICMP Dropped packets.

lsnCurTcpSessions (1.3.6.1.4.1.5951.4.1.1.83.1.23)

Number of LSN TCP Current Sessions.

lsnCurUdpSessions (1.3.6.1.4.1.5951.4.1.1.83.1.24)

Number of LSN UDP Current Sessions.

lsnCurIcmpSessions (1.3.6.1.4.1.5951.4.1.1.83.1.25)

Number of LSN ICMP Current Sessions.

lsnSessionsRate (1.3.6.1.4.1.5951.4.1.1.83.1.26)

Rate at which total LSN sessions are opened per second.

lsnTcpSessionsRate (1.3.6.1.4.1.5951.4.1.1.83.1.27)

Rate at which total LSN sessions are opened per second.

lsnUdpSessionsRate (1.3.6.1.4.1.5951.4.1.1.83.1.28)

Rate at which total LSN sessions are opened per second.

lsnIcmpSessionsRate (1.3.6.1.4.1.5951.4.1.1.83.1.29)

Rate at which total LSN sessions are opened per second.

nsLsnGroupTable (1.3.6.1.4.1.5951.4.1.1.83.2)

This table contains statistics related to LSN group

Indexed on: lsnGrpName

lsnGrpName (1.3.6.1.4.1.5951.4.1.1.83.2.1.1)

The name of the LSN Group

lsnGrpTotTranslPkts (1.3.6.1.4.1.5951.4.1.1.83.2.1.2)

Number of Translated Pkts for LSN group

lsnGrpTotTranslBytes (1.3.6.1.4.1.5951.4.1.1.83.2.1.3)

Number of Translated Bytes for LSN group

lsnGrpCurSessions (1.3.6.1.4.1.5951.4.1.1.83.2.1.4)

Number of Current Sessions for LSN group

lsnGrpCurSubscribers (1.3.6.1.4.1.5951.4.1.1.83.2.1.5)

Number of ICMP Current Sessions for LSN group

lsnGrpTotTcpTranslPkts (1.3.6.1.4.1.5951.4.1.1.83.2.1.6)

Number of TCP Translated Pkts for LSN group

lsnGrpTotUdpTranslPkts (1.3.6.1.4.1.5951.4.1.1.83.2.1.7)

Number of UDP Translated Pkts for LSN group

lsnGrpTotIcmpTranslPkts (1.3.6.1.4.1.5951.4.1.1.83.2.1.8)

Number of ICMP Translated Pkts for LSN group

lsnGrpTotTcpTranslBytes (1.3.6.1.4.1.5951.4.1.1.83.2.1.9)

Number of TCP Translated Bytes for LSN group

lsnGrpTotUdpTranslBytes (1.3.6.1.4.1.5951.4.1.1.83.2.1.10)

Number of UDP Translated Bytes for LSN group

lsnGrpTotIcmpTranslBytes (1.3.6.1.4.1.5951.4.1.1.83.2.1.11)

Number of ICMP Translated Bytes for LSN group

lsnGrpTotTcpDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.2.1.12)

Number of TCP Dropped Pkts for LSN group

lsnGrpTotUdpDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.2.1.13)

Number of UDP Dropped Pkts for LSN group

lsnGrpTotIcmpDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.2.1.14)

Number of ICMP Dropped Pkts for LSN group

lsnGrpTotTcpDrpBytes (1.3.6.1.4.1.5951.4.1.1.83.2.1.15)

Number of TCP Dropped Bytes for LSN group

lsnGrpTotUdpDrpBytes (1.3.6.1.4.1.5951.4.1.1.83.2.1.16)

Number of UDP Dropped Bytes for LSN group

lsnGrpTotIcmpDrpBytes (1.3.6.1.4.1.5951.4.1.1.83.2.1.17)

Number of ICMP Dropped Bytes for LSN group

lsnGrpCurTcpSessions (1.3.6.1.4.1.5951.4.1.1.83.2.1.18)

Number of TCP Current Sessions for LSN group

lsnGrpCurUdpSessions (1.3.6.1.4.1.5951.4.1.1.83.2.1.19)

Number of UDP Current Sessions for LSN group

lsnGrpCurIcmpSessions (1.3.6.1.4.1.5951.4.1.1.83.2.1.20)

Number of ICMP Current Sessions for LSN group

lsnGrpSessRate (1.3.6.1.4.1.5951.4.1.1.83.2.1.21)

Rate at which LSN sessions of group are opened per second.

lsnGrpTcpSessRate (1.3.6.1.4.1.5951.4.1.1.83.2.1.22)

Rate at which LSN TCP sessions of group are opened per second.

lsnGrpUdpSessRate (1.3.6.1.4.1.5951.4.1.1.83.2.1.23)

Rate at which LSN UDP sessions of group are opened per second.

lsnGrpIcmpSessRate (1.3.6.1.4.1.5951.4.1.1.83.2.1.24)

Rate at which LSN ICMP sessions of group are opened per second.

nsPPTPStatsGroup (1.3.6.1.4.1.5951.4.1.1.83.3)

pptpCurCtrlSessions (1.3.6.1.4.1.5951.4.1.1.83.3.1)

Total number of currrent PPTP control sessions.

pptpTotCtrlSessions (1.3.6.1.4.1.5951.4.1.1.83.3.2)

Total number of PPTP control sessions.

pptpTotGRESessions (1.3.6.1.4.1.5951.4.1.1.83.3.3)

Total number of PPTP GRE sessions.

pptpCurGRESessions (1.3.6.1.4.1.5951.4.1.1.83.3.4)

Total number of current PPTP GRE sessions.

pptpStrtCtrlConnReply (1.3.6.1.4.1.5951.4.1.1.83.3.5)

Number of PPTP start control connection replies.

pptpStpCtrlConnReply (1.3.6.1.4.1.5951.4.1.1.83.3.6)

Number of PPTP stop control connection replies.

pptpOutCallReply (1.3.6.1.4.1.5951.4.1.1.83.3.7)

Number of PPTP out call replies.

pptpCtlErrNoCallidMap (1.3.6.1.4.1.5951.4.1.1.83.3.8)

Number of PPTP control no callid map.

pptpInCallReq (1.3.6.1.4.1.5951.4.1.1.83.3.9)

Number of PPTP in call request.

pptpInCallConn (1.3.6.1.4.1.5951.4.1.1.83.3.10)

Number of PPTP in call connected.

pptpCallDisNotify (1.3.6.1.4.1.5951.4.1.1.83.3.11)

Number of PPTP call disconnect notification.

pptpWanErrNotify (1.3.6.1.4.1.5951.4.1.1.83.3.12)

Number of PPTP WAN Error notification.

pptpSetLinkInfo (1.3.6.1.4.1.5951.4.1.1.83.3.13)

Number of PPTP set link information.

pptpEchoReq (1.3.6.1.4.1.5951.4.1.1.83.3.14)

Number of PPTP echo request.

pptpEchoRep (1.3.6.1.4.1.5951.4.1.1.83.3.15)

Number of PPTP echo reply.

pptpStrtCtrlConnReq (1.3.6.1.4.1.5951.4.1.1.83.3.16)

Number of PPTP start Control Connection request.

pptpStpCtrlConnReq (1.3.6.1.4.1.5951.4.1.1.83.3.17)

Number of PPTP stop Control Connection request.

pptpOutCallReq (1.3.6.1.4.1.5951.4.1.1.83.3.18)

Number of PPTP out call request.

pptpInCallRep (1.3.6.1.4.1.5951.4.1.1.83.3.19)

Number of PPTP in call reply.

pptpCallClrReq (1.3.6.1.4.1.5951.4.1.1.83.3.20)

Number of PPTP call Clear request.

pptpCntlOcreq (1.3.6.1.4.1.5951.4.1.1.83.3.21)

Number of PPTP control ocreq error create callid map.

pptpCntlIcreq (1.3.6.1.4.1.5951.4.1.1.83.3.22)

Number of PPTP icreq control error create callid map.

nsLsnDSLiteGlobalStatsGroup (1.3.6.1.4.1.5951.4.1.1.83.4)

lsnTotDSLiteRxPkts (1.3.6.1.4.1.5951.4.1.1.83.4.1)

Total number of LSN DS-Lite rx pkts.

lsnTotDSLiteRxBytes (1.3.6.1.4.1.5951.4.1.1.83.4.2)

Total number of LSN DS-Lite rx bytes.

lsnTotDSLiteTxPkts (1.3.6.1.4.1.5951.4.1.1.83.4.3)

Total number of LSN DS-Lite tx pkts.

lsnTotDSLiteTxBytes (1.3.6.1.4.1.5951.4.1.1.83.4.4)

Total number of LSN DS-Lite tx bytes.

lsnCurDSLiteSessions (1.3.6.1.4.1.5951.4.1.1.83.4.5)

Current number of LSN DS-Lite sessions.

lsnDSLiteCurSubscribers (1.3.6.1.4.1.5951.4.1.1.83.4.6)

Current number of LSN DS-Lite subscribers.

nsLsnLogStatsGroup (1.3.6.1.4.1.5951.4.1.1.83.5)

nsLsnMappingLogStatsGroup (1.3.6.1.4.1.5951.4.1.1.83.5.1)

lsnLogTotMappingCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.1)

Total create-mapping entires logged.

lsnLogTotMappingDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.2)

Total delete-mapping entires logged.

lsnLogTotAPDMappingCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.3)

Total create-mappings of addrport dependent logged.

lsnLogTotAPDMappingDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.4)

Total no of delete-mappings of address port dependent type logged.

lsnLogTotADMappingCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.5)

Total create-mappings of Address dependent type logged.

lsnLogTotADMappingDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.6)

Total no of delete-mappings of Address dependent type logged.

lsnLogTotEIMappingCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.7)

Total create-mappings of Endpoint-Independent type logged.

lsnLogTotEIMappingDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.8)

Total no of delete-mappings of Endpoint Independent type logged.

lsnLogTotTcpMappingCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.9)

Total create-mappings for TCP logged.

lsnLogTotTcpMappingDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.10)

Total delete-mappings for TCP logged.

lsnLogTotUdpMappingCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.11)

Total create-mappings for UDP logged.

lsnLogTotUdpMappingDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.12)

Total delete-mappings for UDP logged.

lsnLogTotIcmpMappingCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.13)

Total create-mappings for ICMP logged.

lsnLogTotIcmpMappingDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.14)

Total delete-mappings for ICMP logged.

lsnLogTotWrongMappingFlagEntries (1.3.6.1.4.1.5951.4.1.1.83.5.1.15)

Total number of time wrong mapping-type was encountered while logging.

nsLsnSessionLogStatsGroup (1.3.6.1.4.1.5951.4.1.1.83.5.2)

lsnLogTotSessionCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.2.1)

Total no of create-sessions logged.

lsnLogTotSessionDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.2.2)

Total no of delete-sessions logged.

lsnLogTotTcpSessionCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.2.3)

Total create-sessions for TCP logged.

lsnLogTotTcpSessionDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.2.4)

Total delete-sessions for TCP logged.

lsnLogTotUdpSessionCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.2.5)

Total create-sessions for UDP logged.

lsnLogTotUdpSessionDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.2.6)

Total delete-sessions for UDP logged.

lsnLogTotIcmpSessionCreateEntries (1.3.6.1.4.1.5951.4.1.1.83.5.2.7)

Total create-sessions for ICMP logged.

lsnLogTotIcmpSessionDeleteEntries (1.3.6.1.4.1.5951.4.1.1.83.5.2.8)

Total delete-sessions for ICMP logged.

lsnLogTotEntries (1.3.6.1.4.1.5951.4.1.1.83.5.3)

Total session/mapping entries logged.

lsnLogTotDeterministicAllocs (1.3.6.1.4.1.5951.4.1.1.83.5.4)

Total deterministic NAT allocations logged.

lsnLogTotDeterministicDeallocs (1.3.6.1.4.1.5951.4.1.1.83.5.5)

Total determistic NAT deletions logged

lsnLogTotPortblockAllocs (1.3.6.1.4.1.5951.4.1.1.83.5.6)

Total portblock NAT allocations logged.

lsnLogTotPortblockDeallocs (1.3.6.1.4.1.5951.4.1.1.83.5.7)

Total portblock NAT deallocations logged.

lsnLogTotTcpPortblockAllocs (1.3.6.1.4.1.5951.4.1.1.83.5.8)

Total portblock NAT allocations for tcp logged.

lsnLogTotTcpPortblockDeallocs (1.3.6.1.4.1.5951.4.1.1.83.5.9)

Total portblock NAT deallocations for tcp logged.

lsnLogTotNontcpPortblockAllocs (1.3.6.1.4.1.5951.4.1.1.83.5.10)

Total portblock NAT allocations for udp and icmp logged.

lsnLogTotNontcpPortblockDeallocs (1.3.6.1.4.1.5951.4.1.1.83.5.11)

Total portblock NAT deallocations for udp and icmp logged.

lsnLogTotWrongFlags (1.3.6.1.4.1.5951.4.1.1.83.5.12)

Total no of times incorrect flag(neither create nor delete) encountered while logging.

lsnLogTotWrongProtocols (1.3.6.1.4.1.5951.4.1.1.83.5.13)

Wrong protocol popped up in logentry.

nsLsnNAT64GlobalStatsGroup (1.3.6.1.4.1.5951.4.1.1.83.6)

lsnTotNAT64RxPkts (1.3.6.1.4.1.5951.4.1.1.83.6.1)

Total number of LSN NAT64 rx pkts.

lsnTotNAT64RxBytes (1.3.6.1.4.1.5951.4.1.1.83.6.2)

Total number of LSN NAT64 rx bytes.

lsnTotNAT64TxPkts (1.3.6.1.4.1.5951.4.1.1.83.6.3)

Total number of LSN NAT64 tx pkts.

lsnTotNAT64TxBytes (1.3.6.1.4.1.5951.4.1.1.83.6.4)

Total number of LSN NAT64 tx bytes.

lsnCurNAT64sessions (1.3.6.1.4.1.5951.4.1.1.83.6.5)

Current number of LSN NAT64 sessions.

lsnNAT64CurSubscribers (1.3.6.1.4.1.5951.4.1.1.83.6.6)

Current number of LSN NAT64 subscribers.

lsnTotNAT64TcpRxPkts (1.3.6.1.4.1.5951.4.1.1.83.6.7)

Number of LSN NAT64 TCP Received packets.

lsnTotNAT64TcpTxPkts (1.3.6.1.4.1.5951.4.1.1.83.6.8)

Number of LSN NAT64 TCP Transmitted packets.

lsnTotNAT64UdpRxPkts (1.3.6.1.4.1.5951.4.1.1.83.6.9)

Number of LSN NAT64 UDP Received packets.

lsnTotNAT64UdpTxPkts (1.3.6.1.4.1.5951.4.1.1.83.6.10)

Number of LSN NAT64 UDP Transmitted packets.

lsnTotNAT64IcmpRxPkts (1.3.6.1.4.1.5951.4.1.1.83.6.11)

Number of LSN NAT64 ICMP Received packets.

lsnTotNAT64IcmpTxPkts (1.3.6.1.4.1.5951.4.1.1.83.6.12)

Number of LSN NAT64 ICMP Transmitted packets.

lsnTotNAT64TcpRxBytes (1.3.6.1.4.1.5951.4.1.1.83.6.13)

Number of LSN NAT64 TCP Received bytes.

lsnTotNAT64TcpTxBytes (1.3.6.1.4.1.5951.4.1.1.83.6.14)

Number of LSN NAT64 TCP Transmitted bytes.

lsnTotNAT64UdpRxBytes (1.3.6.1.4.1.5951.4.1.1.83.6.15)

Number of LSN NAT64 UDP Received bytes.

lsnTotNAT64UdpTxBytes (1.3.6.1.4.1.5951.4.1.1.83.6.16)

Number of LSN NAT64 UDP Transmitted bytes.

lsnTotNAT64IcmpRxBytes (1.3.6.1.4.1.5951.4.1.1.83.6.17)

Number of LSN NAT64 ICMP Received bytes.

lsnTotNAT64IcmpTxBytes (1.3.6.1.4.1.5951.4.1.1.83.6.18)

Number of LSN NAT64 ICMP Transmitted bytes.

lsnTotNAT64TcpDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.6.19)

Number of LSN NAT64 TCP Dropped packets.

lsnTotNAT64UdpDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.6.20)

Number of LSN NAT64 UDP Dropped packets.

lsnTotnat64IcmpDrpPkts (1.3.6.1.4.1.5951.4.1.1.83.6.21)

Number of LSN NAT64 ICMP Dropped packets.

lsnCurNAT64TcpSessions (1.3.6.1.4.1.5951.4.1.1.83.6.22)

Number of LSN NAT64 TCP Current Sessions.

lsnCurNAT64UdpSessions (1.3.6.1.4.1.5951.4.1.1.83.6.23)

Number of LSN NAT64 UDP Current Sessions.

lsnCurNAT64IcmpSessions (1.3.6.1.4.1.5951.4.1.1.83.6.24)

Number of LSN NAT64 ICMP Current Sessions.

lsnNAT64SessionsRate (1.3.6.1.4.1.5951.4.1.1.83.6.25)

Rate at which total LSN NAT64 sessions are opened per second.

lsnNAT64TcpSessionsRate (1.3.6.1.4.1.5951.4.1.1.83.6.26)

Rate at which total LSN NAT64 sessions are opened per second.

lsnNAT64UdpSessionsRate (1.3.6.1.4.1.5951.4.1.1.83.6.27)

Rate at which total LSN NAT64 sessions are opened per second.

lsnNAT64IcmpSessionsRate (1.3.6.1.4.1.5951.4.1.1.83.6.28)

Rate at which total LSN sessions are opened per second.

nsMapDomainStatsTable (1.3.6.1.4.1.5951.4.1.1.85.1)

This provides information about MAP-T domain specific statistics

Indexed on: mapDomainName

mapDomainName (1.3.6.1.4.1.5951.4.1.1.85.1.1.1)

The name of the LSN Group

mapTotV6RxPkts (1.3.6.1.4.1.5951.4.1.1.85.1.1.2)

Total number of MAP-T V6 Recieved packets.

mapTotV6TxPkts (1.3.6.1.4.1.5951.4.1.1.85.1.1.3)

Total number of MAP-T V6 Transmitted packets.

mapTotV6RxBytes (1.3.6.1.4.1.5951.4.1.1.85.1.1.4)

Total number of MAP-T V6 Recieved Bytes.

mapTotV6TxBytes (1.3.6.1.4.1.5951.4.1.1.85.1.1.5)

Total number of MAP-T V6 Transmitted Bytes.

mapTotV4RxPkts (1.3.6.1.4.1.5951.4.1.1.85.1.1.6)

Total number of MAP-T V4 Recieved packets.

mapTotV4TxPkts (1.3.6.1.4.1.5951.4.1.1.85.1.1.7)

Total number of MAP-T V4 Transmitted packets.

mapTotV4RxBytes (1.3.6.1.4.1.5951.4.1.1.85.1.1.8)

Total number of MAP-T V4 Recieved Bytes.

mapTotV4TxBytes (1.3.6.1.4.1.5951.4.1.1.85.1.1.9)

Total number of MAP-T V4 Transmitted Bytes.

mapTotV6RxPktsTcp (1.3.6.1.4.1.5951.4.1.1.85.1.1.10)

Total number of MAP-T IPv6 TCP Recieved packets.

mapTotV6TxPktsTcp (1.3.6.1.4.1.5951.4.1.1.85.1.1.11)

Total number of MAP-T IPv6 TCP Transmitted packets.

mapTotV6RxBytesTcp (1.3.6.1.4.1.5951.4.1.1.85.1.1.12)

Total number of MAP-T IPv6 TCP Recieved Bytes.

mapTotV6TxBytesTcp (1.3.6.1.4.1.5951.4.1.1.85.1.1.13)

Total number of MAP-T IPv6 TCP Transmitted Bytes.

mapTotV4RxPktsTcp (1.3.6.1.4.1.5951.4.1.1.85.1.1.14)

Total number of MAP-T IPv4 TCP Recieved packets.

mapTotV4TxPktsTcp (1.3.6.1.4.1.5951.4.1.1.85.1.1.15)

Total number of MAP-T IPv4 TCP Transmitted packets.

mapTotV4RxBytesTcp (1.3.6.1.4.1.5951.4.1.1.85.1.1.16)

Total number of MAP-T IPv4 TCP Recieved Bytes.

mapTotV4TxBytesTcp (1.3.6.1.4.1.5951.4.1.1.85.1.1.17)

Total number of MAP-T IPv4 TCP Transmitted Bytes.

mapTotV6RxPktsUdp (1.3.6.1.4.1.5951.4.1.1.85.1.1.18)

Total number of MAP-T IPv6 UDP Recieved packets.

mapTotV6TxPktsUdp (1.3.6.1.4.1.5951.4.1.1.85.1.1.19)

Total number of MAP-T IPv6 UDP Transmitted packets.

mapTotV6RxBytesUdp (1.3.6.1.4.1.5951.4.1.1.85.1.1.20)

Total number of MAP-T IPv6 UDP Recieved Bytes.

mapTotV6TxBytesUdp (1.3.6.1.4.1.5951.4.1.1.85.1.1.21)

Total number of MAP-T IPv6 UDP Transmitted Bytes.

mapTotV4RxPktsUdp (1.3.6.1.4.1.5951.4.1.1.85.1.1.22)

Total number of MAP-T IPv4 UDP Recieved packets.

mapTotV4TxPktsUdp (1.3.6.1.4.1.5951.4.1.1.85.1.1.23)

Total number of MAP-T IPv4 UDP Transmitted packets.

mapTotV4RxBytesUdp (1.3.6.1.4.1.5951.4.1.1.85.1.1.24)

Total number of MAP-T IPv4 UDP Recieved Bytes.

mapTotV4TxBytesUdp (1.3.6.1.4.1.5951.4.1.1.85.1.1.25)

Total number of MAP-T IPv4 UDP Transmitted Bytes.

mapTotV6RxPktsIcmp (1.3.6.1.4.1.5951.4.1.1.85.1.1.26)

Total number of MAP-T IPv6 ICMP Recieved packets.

mapTotV6TxPktsIcmp (1.3.6.1.4.1.5951.4.1.1.85.1.1.27)

Total number of MAP-T IPv6 ICMP Transmitted packets.

mapTotV6RxBytesIcmp (1.3.6.1.4.1.5951.4.1.1.85.1.1.28)

Total number of MAP-T IPv6 ICMP Recieved Bytes.

mapTotV6TxBytesIcmp (1.3.6.1.4.1.5951.4.1.1.85.1.1.29)

Total number of MAP-T IPv6 ICMP Transmitted Bytes.

mapTotV4RxPktsIcmp (1.3.6.1.4.1.5951.4.1.1.85.1.1.30)

Total number of MAP-T IPv4 ICMP Recieved packets.

mapTotV4TxPktsIcmp (1.3.6.1.4.1.5951.4.1.1.85.1.1.31)

Total number of MAP-T IPv4 ICMP Transmitted packets.

mapTotV4RxBytesIcmp (1.3.6.1.4.1.5951.4.1.1.85.1.1.32)

Total number of MAP-T IPv4 ICMP Recieved Bytes.

mapTotV4TxBytesIcmp (1.3.6.1.4.1.5951.4.1.1.85.1.1.33)

Total number of MAP-T IPv4 ICMP Transmitted Bytes.

gslbSitesTable (1.3.6.1.4.1.5951.4.1.1.51.2.1)

This table contains gslb sites information

Indexed on: siteName

siteName (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.1)

This is the name of the gslb site

siteIp (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.2)

The private IP address of this GSLB site.

siteType (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.3)

Indicates whether this GSLB site is local or remote.

siteMetricExchange (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.4)

Indicates whether metric exchange is enabled or disabled at this GSLB site.

sitePublicIp (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.6)

The public IP address of this GSLB site.

siteTotalRequests (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.7)

Total number of requests received by the virtual servers represented by all GSLB services associated with this GSLB site.

siteTotalRequestBytes (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.8)

Total number of request bytes received by the virtual servers represented by all GSLB services associated with this GSLB site.

siteTotalResponses (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.9)

Number of responses received by the virtual servers represented by all GSLB services associated with this GSLB site.

siteTotalResponseBytes (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.10)

Number of response bytes received by the virtual servers represented by all GSLB services associated with this GSLB site.

siteCurSrvrConnections (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.11)

Number of current connections to the real servers behind the virtual servers represented by all GSLB services associated with this GSLB site.

siteCurClntConnections (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.12)

Number of current client connections to the virtual servers represented by all GSLB services associated with this GSLB site.

siteMetricMepStatus (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.13)

Indicates the status of the site metric Metric Exchange connection at this GSLB site.

nwMetricMepStatus (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.14)

Indicates the status of the network metric Metric Exchange connection at this GSLB site.

nwMetricExchange (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.15)

Indicates whether network metric exchange is enabled or disabled at this GSLB site.

persExchange (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.16)

Indicates whether Persistence entries exchange is enabled or disabled at this GSLB site.

gslbSiteInetAddressType (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.17)

The address type of gslbSiteInetAddress

gslbSiteInetAddress (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.18)

The internet address of the gslb site.

gslbSitePublicInetAddressType (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.19)

The address type of gslbSitePublicInetAddress

gslbSitePublicInetAddress (1.3.6.1.4.1.5951.4.1.1.51.2.1.1.20)

The internet address of the gslb site public IP.

nsDomainTable (1.3.6.1.4.1.5951.4.1.1.51.3.1)

This table contains information about the Hits on the Domains.

Indexed on: domainName

domainName (1.3.6.1.4.1.5951.4.1.1.51.3.1.1.1)

The domain name

dnsTotalQueries (1.3.6.1.4.1.5951.4.1.1.51.3.1.1.2)

Total number of DNS queries received.

domainNameFull (1.3.6.1.4.1.5951.4.1.1.51.3.1.1.3)

Full Domain name string

scPolicyConfigTable (1.3.6.1.4.1.5951.4.1.1.55.2.1)

The sure connect policy configuration table

Indexed on: scPolicyName

scPolicyName (1.3.6.1.4.1.5951.4.1.1.55.2.1.1.1)

The name of Sure Connect policy.

scPolUrl (1.3.6.1.4.1.5951.4.1.1.55.2.1.1.2)

The URL in the IOH Policy.

scDelayThreshold (1.3.6.1.4.1.5951.4.1.1.55.2.1.1.3)

The delay threshold for sc policy.

scMaxConnections (1.3.6.1.4.1.5951.4.1.1.55.2.1.1.4)

The max connections for sc policy.

scActionType (1.3.6.1.4.1.5951.4.1.1.55.2.1.1.5)

The type of action that NetScaler takes when initiating on-hold.

scAlternateContentServiceName (1.3.6.1.4.1.5951.4.1.1.55.2.1.1.6)

The alternate service name for the content.

scRuleName (1.3.6.1.4.1.5951.4.1.1.55.2.1.1.7)

The rule that the NetScaler matches with the incoming request.

scAlternateContentPath (1.3.6.1.4.1.5951.4.1.1.55.2.1.1.8)

The alternate path for the content.

nsLLDPRemTable (1.3.6.1.4.1.5951.4.1.1.80.4.1)

This table contains lldp information of neighbors.

Indexed on: lldpRemLocalPortNum

lldpRemTimeMark (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.1)

Time mark when lldp info recieved

lldpRemLocalPortNum (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.2)

local nic no

lldpRemChassisIdSubtype (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.3)

ChassisId subtype of remote system

lldpRemChassisId (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.4)

Chassiss id of remote system

lldpRemPortIdSubtype (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.5)

port id subtype of remote system

lldpRemPortId (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.6)

port id of remote system

lldpRemPortDesc (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.7)

port description of remote system

lldpRemSysName (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.8)

remote system name

lldpRemSysDesc (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.9)

remote system description

lldpRemSysCapSupported (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.10)

remote system capabilities

lldpRemSysCapEnabled (1.3.6.1.4.1.5951.4.1.1.80.4.1.1.11)

enabled capabilities of system

nsLLDPRemManAddrTable (1.3.6.1.4.1.5951.4.1.1.80.4.2)

This table contains LLDP information about management address of neighbors.

Indexed on: lldpRemLocalPortNum, lldpRemManAddr

lldpRemManAddrSubtype (1.3.6.1.4.1.5951.4.1.1.80.4.2.1.1)

Management address subtype of Remote System

lldpRemManAddr (1.3.6.1.4.1.5951.4.1.1.80.4.2.1.2)

Management address of Remote System

lldpRemManAddrIfSubtype (1.3.6.1.4.1.5951.4.1.1.80.4.2.1.3)

Interface subtype

lldpRemManAddrIfId (1.3.6.1.4.1.5951.4.1.1.80.4.2.1.4)

interface id

lldpRemManAddrOID (1.3.6.1.4.1.5951.4.1.1.80.4.2.1.5)

Management address OID

serviceTable (1.3.6.1.4.1.5951.4.1.2.1)

The netscaler services table

Indexed on: svcServiceName

svcServiceName (1.3.6.1.4.1.5951.4.1.2.1.1.1)

The name of the service.

svcIpAddress (1.3.6.1.4.1.5951.4.1.2.1.1.2)

The ip address at which the service is running.

svcPort (1.3.6.1.4.1.5951.4.1.2.1.1.3)

The port at which the service is running.

svcServiceType (1.3.6.1.4.1.5951.4.1.2.1.1.4)

The protocol type of the service

svcState (1.3.6.1.4.1.5951.4.1.2.1.1.5)

Current state of the server. Possible values are UP, DOWN, UNKNOWN, OFS(Out of Service), TROFS(Transition Out of Service), TROFS_DOWN(Down When going Out of Service)

svcMaxReqPerConn (1.3.6.1.4.1.5951.4.1.2.1.1.6)

Maximum requests per connection allowed on this service.

svcAvgTransactionTime (1.3.6.1.4.1.5951.4.1.2.1.1.7)

Average transaction time in microseconds between netscaler and the service behind it.

svcEstablishedConn (1.3.6.1.4.1.5951.4.1.2.1.1.8)

Total number of connections in ESTABLISHED state.

svcActiveConn (1.3.6.1.4.1.5951.4.1.2.1.1.9)

Number of connections that are currently active.

svcSurgeCount (1.3.6.1.4.1.5951.4.1.2.1.1.10)

Number of requests in the surge queue.

svcTotalRequests (1.3.6.1.4.1.5951.4.1.2.1.1.30)

Total number of requests received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

svcTotalRequestBytes (1.3.6.1.4.1.5951.4.1.2.1.1.31)

Total number of request bytes received on this service or virtual server.

svcTotalResponses (1.3.6.1.4.1.5951.4.1.2.1.1.32)

Number of responses received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

svcTotalResponseBytes (1.3.6.1.4.1.5951.4.1.2.1.1.33)

Number of response bytes received by this service or virtual server.

svcTotalPktsRecvd (1.3.6.1.4.1.5951.4.1.2.1.1.34)

Total number of packets received by this service or virtual server.

svcTotalPktsSent (1.3.6.1.4.1.5951.4.1.2.1.1.35)

Total number of packets sent.

svcTotalSynsRecvd (1.3.6.1.4.1.5951.4.1.2.1.1.36)

Total number of SYN packets received from clients on this service (only when directly accessed) or virtual server.

svcGslbSiteName (1.3.6.1.4.1.5951.4.1.2.1.1.37)

The name of the gslb site on which this service is defined.

svcAvgSvrTTFB (1.3.6.1.4.1.5951.4.1.2.1.1.38)

Average TTFB between the NetScaler appliance and the server.TTFB is the time interval between sending the request packet to a service and receiving the first response from the service

svctotalJsTransactions (1.3.6.1.4.1.5951.4.1.2.1.1.39)

Total number of javascripts sent to geniune clients.

svcdosQDepth (1.3.6.1.4.1.5951.4.1.2.1.1.40)

Number of clients waiting currently in priority queue

svcCurClntConnections (1.3.6.1.4.1.5951.4.1.2.1.1.41)

Number of current client connections.

svcRequestRate (1.3.6.1.4.1.5951.4.1.2.1.1.42)

Request rate in requests per second for this service or virtual server.

svcRxBytesRate (1.3.6.1.4.1.5951.4.1.2.1.1.43)

Request rate in bytes per second fot this service or virtual server.

svcTxBytesRate (1.3.6.1.4.1.5951.4.1.2.1.1.44)

Response rate in bytes per second for this service or virtual server.

svcSynfloodRate (1.3.6.1.4.1.5951.4.1.2.1.1.45)

Rate of unacknowledged SYN packets for this service or virtual server.

svcTicksSinceLastStateChange (1.3.6.1.4.1.5951.4.1.2.1.1.47)

Time (in 10 milliseconds) since the last state change.

svcTotalClients (1.3.6.1.4.1.5951.4.1.2.1.1.48)

Total number of established client connections.

svcTotalServers (1.3.6.1.4.1.5951.4.1.2.1.1.49)

Total number of established server connections.

svcMaxClients (1.3.6.1.4.1.5951.4.1.2.1.1.52)

Maximum open connections allowed on this service.

svcActiveTransactions (1.3.6.1.4.1.5951.4.1.2.1.1.53)

Number of active transactions handled by this service. (Including those in the surge queue.)

Active Transaction means number of transactions currently served by the server including those waiting in the SurgeQ

svcServiceFullName (1.3.6.1.4.1.5951.4.1.2.1.1.54)

The name of the service.

svcInetAddressType (1.3.6.1.4.1.5951.4.1.2.1.1.55)

The address type of svcInetAddress

svcInetAddress (1.3.6.1.4.1.5951.4.1.2.1.1.56)

The Internet address at which the service is running.

svcTdId (1.3.6.1.4.1.5951.4.1.2.1.1.57)

Traffic Domain ID of this service.

svcGslbState (1.3.6.1.4.1.5951.4.1.2.1.1.58)

Effective state of the gslb service. Possible values are UP, DOWN, UNKNOWN, OFS(Out of Service), TROFS(Transition Out of Service), TROFS_DOWN(Down When going Out of Service)

svcCurSrvrConnections (1.3.6.1.4.1.5951.4.1.2.1.1.59)

Number of current connections to the actual servers behind the virtual server.

serverTable (1.3.6.1.4.1.5951.4.1.2.2)

The servers table.

Indexed on: serverName

serverName (1.3.6.1.4.1.5951.4.1.2.2.1.1)

The name of the server.

serverIpAddress (1.3.6.1.4.1.5951.4.1.2.2.1.2)

The IP address of the server.

serverState (1.3.6.1.4.1.5951.4.1.2.2.1.3)

The state of the server.

serverDelay (1.3.6.1.4.1.5951.4.1.2.2.1.4)

Specifies time in seconds after which all services in this server are brought down.

serverFullName (1.3.6.1.4.1.5951.4.1.2.2.1.5)

The name of the server.

serverInetAddressType (1.3.6.1.4.1.5951.4.1.2.2.1.6)

The address type of serverInetAddress

serverInetAddress (1.3.6.1.4.1.5951.4.1.2.2.1.7)

The Internet address of the server.

serverTdId (1.3.6.1.4.1.5951.4.1.2.2.1.8)

Traffic Domain ID of this server.

serviceScpolicyTable (1.3.6.1.4.1.5951.4.1.2.3)

The service sure connect policy relationship table

Indexed on: svcServiceName, scPolicyName

svcscpolicyPrimaryIPAddress (1.3.6.1.4.1.5951.4.1.2.3.1.3)

The IP address of the service or virtual server to which the policy is bound.

svcscpolicyPrimaryPort (1.3.6.1.4.1.5951.4.1.2.3.1.4)

The port of the service or virtual server to which the policy is bound.

svcscpolicydesIpAddress (1.3.6.1.4.1.5951.4.1.2.3.1.10)

IP address of the destination service.

svcscpolicydestPort (1.3.6.1.4.1.5951.4.1.2.3.1.11)

Port number of the destination service.

svcscpolicyavgServerTransactionTime (1.3.6.1.4.1.5951.4.1.2.3.1.12)

Average server transaction time in seconds for this SureConnect Policy.

svcscpolicytotClientTransaction (1.3.6.1.4.1.5951.4.1.2.3.1.13)

Total number of client transactions processed by this SureConnect policy.

svcscpolicytotOpenConn (1.3.6.1.4.1.5951.4.1.2.3.1.14)

Current number of open connections to the servers matching this policy.

svcscpolicyscPhysicalServiceIP (1.3.6.1.4.1.5951.4.1.2.3.1.15)

IP address of the service for which these statistics are maintained.

svcscpolicyscPhysicalServicePort (1.3.6.1.4.1.5951.4.1.2.3.1.16)

Port of the service for which these statistics are maintained.

svcscpolicyscCurrentWaitingTime (1.3.6.1.4.1.5951.4.1.2.3.1.17)

Value of the currently estimated waiting time in seconds for the configured URL.

svcscpolicyscCurrentClientConnections (1.3.6.1.4.1.5951.4.1.2.3.1.18)

Number of clients currently allowed a server connection by this SureConnect policy.

svcscpolicyscTotalClientConnections (1.3.6.1.4.1.5951.4.1.2.3.1.19)

Total number of clients that were allowed a server connection by this SureConnect policy.

svcscpolicyscTotalServerConnections (1.3.6.1.4.1.5951.4.1.2.3.1.20)

Total number of server connections that were established through this SureConnect policy.

svcscpolicyscTotalRequestsReceived (1.3.6.1.4.1.5951.4.1.2.3.1.21)

Total number of requests received by this SureConnect policy.

svcscpolicyscTotalRequestBytes (1.3.6.1.4.1.5951.4.1.2.3.1.22)

Total number of request bytes received by this SureConnect policy.

svcscpolicyscTotalResponsesReceived (1.3.6.1.4.1.5951.4.1.2.3.1.23)

Total number of server responses received by this SureConnect policy.

svcscpolicyscTotalResponseBytes (1.3.6.1.4.1.5951.4.1.2.3.1.24)

Total number of response bytes received by this SureConnect policy.

svcscpolicyscCurrentSurgeQClients (1.3.6.1.4.1.5951.4.1.2.3.1.25)

Number of clients currently matching the SureConnect policy, but are in the surge queue.

svcscpolicyscCurrentWaitingClients (1.3.6.1.4.1.5951.4.1.2.3.1.26)

Current number of SureConnect priority clients that are waiting for a server connection.

svcscpolicyscTotalServerTransactions (1.3.6.1.4.1.5951.4.1.2.3.1.27)

Number of 200 OK responses received from the web server by this SureConnect policy.

svcscpolicyscTotalServerTTFBTransactions (1.3.6.1.4.1.5951.4.1.2.3.1.28)

Number of Time-To-First-Byte transcations from the web server for this SureConnect policy.

svcscpolicyscTotalServerTTLB (1.3.6.1.4.1.5951.4.1.2.3.1.29)

Server Time-To-Last-Byte in seconds calculated for this SureConnect policy.

svcscpolicyscTotalClientTTLB (1.3.6.1.4.1.5951.4.1.2.3.1.30)

Client Time-To-Last-Byte in seconds calculated for this SureConnect policy.

svcscpolicyscTotalServerTTFB (1.3.6.1.4.1.5951.4.1.2.3.1.31)

Server Time-To-First-Byte in seconds calculated for this SureConnect policy.

svcscpolicyscAverageClientTTLB (1.3.6.1.4.1.5951.4.1.2.3.1.32)

Average value of the client Time-To-Last-Byte in seconds for this SureConnect policy.

svcscpolicyscAverageServerTTFB (1.3.6.1.4.1.5951.4.1.2.3.1.33)

Average value of the server Time-To-First-Byte in seconds for this SureConnect policy.

serviceAdvanceSslConfigTable (1.3.6.1.4.1.5951.4.1.2.4)

The service advance SSL configuration

Indexed on: svcServiceName

svcSslDH (1.3.6.1.4.1.5951.4.1.2.4.1.1)

Whether DH is enabled/disabled.

svcSslDHCount (1.3.6.1.4.1.5951.4.1.2.4.1.2)

The DH refresh count to re-generate public/private key.

svcSslDHFilePath (1.3.6.1.4.1.5951.4.1.2.4.1.3)

The DH file path name.

svcSsleRSA (1.3.6.1.4.1.5951.4.1.2.4.1.4)

The ephimeral RSA support for service.

svcSsleRSACount (1.3.6.1.4.1.5951.4.1.2.4.1.5)

The eRSA refresh count to re-generate RSA temporary key.

svcSslv2Protocol (1.3.6.1.4.1.5951.4.1.2.4.1.6)

The support for SSLv2 protocol for service.

svcSslv3Protocol (1.3.6.1.4.1.5951.4.1.2.4.1.7)

The support for SSLv3 protocol for service.

svcSslTLSv1Protocol (1.3.6.1.4.1.5951.4.1.2.4.1.8)

The support for TLSv1 protocol for service.

svcSslRedirectSupport (1.3.6.1.4.1.5951.4.1.2.4.1.9)

The support for ssl redirect for service.

svcSslClearTextPort (1.3.6.1.4.1.5951.4.1.2.4.1.10)

The clear text port on the backend webserver.

serviceCipherBindingTable (1.3.6.1.4.1.5951.4.1.2.5)

The service cipher bindings

Indexed on: svcServiceName, svcSslCipherBindName

svcSslCipherBindName (1.3.6.1.4.1.5951.4.1.2.5.1.1)

The cipher name bound to this service.

svcSslCipherBindDesc (1.3.6.1.4.1.5951.4.1.2.5.1.2)

The Cipher description.

serviceGlobalStatsGroup (1.3.6.1.4.1.5951.4.1.2.6)

svcCount (1.3.6.1.4.1.5951.4.1.2.6.1)

Number of services defined on this NetScaler appliance.

serverCount (1.3.6.1.4.1.5951.4.1.2.6.2)

Number of servers defined on this NetScaler appliance.

svcgroupCount (1.3.6.1.4.1.5951.4.1.2.6.3)

Number of service groups defined on this NetScaler appliance.

svcgroupmemCount (1.3.6.1.4.1.5951.4.1.2.6.4)

Number of service group members defined on this NetScaler appliance.

syssvcCount (1.3.6.1.4.1.5951.4.1.2.6.5)

Number of services configured on this NetScaler appliance.

sysupsvcCount (1.3.6.1.4.1.5951.4.1.2.6.6)

Number of configured services which are up on this NetScaler appliance.

sysupsvcitmCount (1.3.6.1.4.1.5951.4.1.2.6.7)

Number of configured service items which are up on this NetScaler appliance.

serviceGroupMemberTable (1.3.6.1.4.1.5951.4.1.2.7)

The service group member bindings

Indexed on: svcGrpMemberGroupName, svcGrpMemberName

svcGrpMemberGroupName (1.3.6.1.4.1.5951.4.1.2.7.1.1)

The name of the service Group

svcGrpMemberName (1.3.6.1.4.1.5951.4.1.2.7.1.2)

The name of the service group member

svcGrpMemberPrimaryIPAddress (1.3.6.1.4.1.5951.4.1.2.7.1.3)

The IP address on which the service is running.

svcGrpMemberPrimaryPort (1.3.6.1.4.1.5951.4.1.2.7.1.4)

The port on which the service is running.

svcGrpMemberServiceType (1.3.6.1.4.1.5951.4.1.2.7.1.5)

The service type of this service.Possible values are ADNS, DNS, MYSQL, RTSP, SSL_DIAMETER, ADNS_TCP, DNS_TCP, NNTP, SIP_UDP, SSL_TCP, ANY, FTP, RADIUS, SNMP, TCP, DHCPRA, HTTP, RDP, SSL, TFTP, DIAMETER, MSSQL, RPCSVR, SSL_BRIDGE, UDP

svcGrpMemberState (1.3.6.1.4.1.5951.4.1.2.7.1.6)

Current state of the server. Possible values are UP, DOWN, UNKNOWN, OFS(Out of Service), TROFS(Transition Out of Service), TROFS_DOWN(Down When going Out of Service)

svcGrpMemberWeight (1.3.6.1.4.1.5951.4.1.2.7.1.7)

The weight of the service group member tied to the vserver.

svcGrpMemberMaxReqPerConn (1.3.6.1.4.1.5951.4.1.2.7.1.8)

Maximum requests per connection allowed on this service.

svcGrpMemberAvgTransactionTime (1.3.6.1.4.1.5951.4.1.2.7.1.9)

Average transaction time in microseconds between netscaler and the service behind it.

svcGrpMemberEstablishedConn (1.3.6.1.4.1.5951.4.1.2.7.1.10)

Total number of connections in ESTABLISHED state.

svcGrpMemberActiveConn (1.3.6.1.4.1.5951.4.1.2.7.1.11)

Number of connections that are currently active.

svcGrpMemberSurgeCount (1.3.6.1.4.1.5951.4.1.2.7.1.12)

Number of requests in the surge queue.

svcGrpMemberTotalRequests (1.3.6.1.4.1.5951.4.1.2.7.1.13)

Total number of requests received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

svcGrpMemberTotalRequestBytes (1.3.6.1.4.1.5951.4.1.2.7.1.14)

Total number of request bytes received on this service or virtual server.

svcGrpMemberTotalResponses (1.3.6.1.4.1.5951.4.1.2.7.1.15)

Number of responses received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

svcGrpMemberTotalResponseBytes (1.3.6.1.4.1.5951.4.1.2.7.1.16)

Number of response bytes received by this service or virtual server.

svcGrpMemberTotalPktsRecvd (1.3.6.1.4.1.5951.4.1.2.7.1.17)

Total number of packets received by this service or virtual server.

svcGrpMemberTotalPktsSent (1.3.6.1.4.1.5951.4.1.2.7.1.18)

Total number of packets sent.

svcGrpMemberTotalSynsRecvd (1.3.6.1.4.1.5951.4.1.2.7.1.19)

Total number of SYN packets received from clients on this service (only when directly accessed) or virtual server.

svcGrpMemberGslbSiteName (1.3.6.1.4.1.5951.4.1.2.7.1.20)

The name of the gslb site on which this service is defined.

svcGrpMemberAvgSvrTTFB (1.3.6.1.4.1.5951.4.1.2.7.1.21)

Average TTFB between the NetScaler appliance and the server.TTFB is the time interval between sending the request packet to a service and receiving the first response from the service

svcGrpMembertotalJsTransactions (1.3.6.1.4.1.5951.4.1.2.7.1.22)

Total number of javascripts sent to geniune clients.

svcGrpMemberdosQDepth (1.3.6.1.4.1.5951.4.1.2.7.1.23)

Number of clients waiting currently in priority queue

svcGrpMemberCurClntConnections (1.3.6.1.4.1.5951.4.1.2.7.1.24)

Number of current client connections.

svcGrpMemberRequestRate (1.3.6.1.4.1.5951.4.1.2.7.1.25)

Request rate in requests per second for this service or virtual server.

svcGrpMemberRxBytesRate (1.3.6.1.4.1.5951.4.1.2.7.1.26)

Request rate in bytes per second fot this service or virtual server.

svcGrpMemberTxBytesRate (1.3.6.1.4.1.5951.4.1.2.7.1.27)

Response rate in bytes per second for this service or virtual server.

svcGrpMemberSynfloodRate (1.3.6.1.4.1.5951.4.1.2.7.1.28)

Rate of unacknowledged SYN packets for this service or virtual server.

svcGrpMemberTicksSinceLastStateChange (1.3.6.1.4.1.5951.4.1.2.7.1.31)

Time (in 10 milliseconds) since the last state change.

svcGrpMemberGroupFullName (1.3.6.1.4.1.5951.4.1.2.7.1.32)

The name of the service Group

svcGrpMemberFullName (1.3.6.1.4.1.5951.4.1.2.7.1.33)

The name of the service group member

svcGrpMemberPrimaryInetAddressType (1.3.6.1.4.1.5951.4.1.2.7.1.34)

The address type of svcGrpMemberPrimaryInetAddress

svcGrpMemberPrimaryInetAddress (1.3.6.1.4.1.5951.4.1.2.7.1.35)

The Internet address at which the service is running.

svcGrpMemberServerName (1.3.6.1.4.1.5951.4.1.2.7.1.36)

The name of the server of the servicegroup member

svcGrpMemberTdId (1.3.6.1.4.1.5951.4.1.2.7.1.37)

Traffic Domain ID of this service group member.

serviceDospolicyTable (1.3.6.1.4.1.5951.4.1.2.8)

The service DOS policy relationship table

Indexed on: svcServiceName, dosPolicyName

svcdospolicydosTotJSSent (1.3.6.1.4.1.5951.4.1.2.8.1.1)

Total number of DoS JavaScript transactions performed for this policy.

svcdospolicydosTotJSBytesSent (1.3.6.1.4.1.5951.4.1.2.8.1.2)

Total number of DoS JavaScript bytes sent for this policy.

svcdospolicydosTotJSRefused (1.3.6.1.4.1.5951.4.1.2.8.1.3)

Number of times the DoS JavaScript was not sent because the set JavaScript rate was not met for this policy.

svcdospolicydosTotNonGetPostRequests (1.3.6.1.4.1.5951.4.1.2.8.1.4)

Number of non-GET and non-POST requests for which DOS JavaScript was sent.

svcdospolicydosPhysicalServiceIP (1.3.6.1.4.1.5951.4.1.2.8.1.5)

IP address of the service to which this policy is bound.

svcdospolicydosPhysicalServicePort (1.3.6.1.4.1.5951.4.1.2.8.1.6)

Port address of the service to which this policy is bound.

svcdospolicydosCurrentQueueSize (1.3.6.1.4.1.5951.4.1.2.8.1.7)

Current queue size of the server to which this policy is bound.

svcdospolicydosCurrentJSRate (1.3.6.1.4.1.5951.4.1.2.8.1.8)

Current rate at which JavaScript is being sent in response to client requests.

svcdospolicydosTotValidClients (1.3.6.1.4.1.5951.4.1.2.8.1.9)

Total number of valid DoS cookies received for this policy.

svcdospolicydosCurServerRespRate (1.3.6.1.4.1.5951.4.1.2.8.1.10)

Current rate at which the server to which this policy is bound is responding.

monitorMemberTable (1.3.6.1.4.1.5951.4.1.2.9)

The monitor table

Indexed on: monitorName

monitorName (1.3.6.1.4.1.5951.4.1.2.9.1.1)

Monitor name

responseTimeoutThreshold (1.3.6.1.4.1.5951.4.1.2.9.1.2)

Monitor Response timeout threshold, above which snmp trap will be fired.It is expressed in milliseconds.

monitorType (1.3.6.1.4.1.5951.4.1.2.9.1.3)

Type of the monitor.

monitorInterval (1.3.6.1.4.1.5951.4.1.2.9.1.4)

Interval between monitoring probes.It is expressed in milliseconds.

monitorResponseTimeout (1.3.6.1.4.1.5951.4.1.2.9.1.5)

Maximum time a monitor probe can take to respond.It is expressed in milliseconds.

monitorDowntime (1.3.6.1.4.1.5951.4.1.2.9.1.6)

Time for which the monitor probes are not fired once it is down.It is expressed in milliseconds.

monitorRetrys (1.3.6.1.4.1.5951.4.1.2.9.1.7)

Number of failed attempts to make server DOWN.

destinationIP (1.3.6.1.4.1.5951.4.1.2.9.1.8)

Destination IP address that is used for monitoring.

destinationPort (1.3.6.1.4.1.5951.4.1.2.9.1.9)

Destination port that is used for monitoring.

drtmDeviation (1.3.6.1.4.1.5951.4.1.2.9.1.10)

Tolerable Deviation of response time for DRTM.It is expressed in milliseconds.

drtmActiveMonitors (1.3.6.1.4.1.5951.4.1.2.9.1.11)

Number of monitors contributing to DRTM average.

drtmCumResponseTimeout (1.3.6.1.4.1.5951.4.1.2.9.1.12)

Total cumulative response time of all active DRTM monitors.It is expressed in milliseconds.

alarmProbeFailedRetries (1.3.6.1.4.1.5951.4.1.2.9.1.13)

Number of failed attempts to generate snmp trap.

destinationInetAddressType (1.3.6.1.4.1.5951.4.1.2.9.1.14)

The address type of destinationInetAddress

destinationInetAddress (1.3.6.1.4.1.5951.4.1.2.9.1.15)

Destination Internet address that is used for monitoring.

monServiceMemberTable (1.3.6.1.4.1.5951.4.1.2.10)

The moninfo table, bindings of monitors to services.

Indexed on: monServiceName, monitorName

monServiceName (1.3.6.1.4.1.5951.4.1.2.10.1.1)

The name of the service to which the monitor is bound.

monitorRTO (1.3.6.1.4.1.5951.4.1.2.10.1.2)

Response time in micro-seconds. (Calculated using LRTM.)

monitorState (1.3.6.1.4.1.5951.4.1.2.10.1.3)

State of the specified monitor. Possible states are UP, OUT OF SERVICE, DOWN, GOING OUT OF SERVICE, and DOWN WHEN GOING OUT OF SERVICE.

drtmRTO (1.3.6.1.4.1.5951.4.1.2.10.1.4)

Monitor probe time in milli-seconds for DRTM monitors. (Round trip time)

drtmLearningProbes (1.3.6.1.4.1.5951.4.1.2.10.1.5)

Current number of pending DRTM monitoring probes.

monitorCurFailedCount (1.3.6.1.4.1.5951.4.1.2.10.1.6)

Current, continuous monitoring probe failure count. (Reset on success only.)

monitorWeight (1.3.6.1.4.1.5951.4.1.2.10.1.7)

Weight assigned to the monitor binding.

alarmMonrespto (1.3.6.1.4.1.5951.4.1.2.10.1.8)

This is the response time taken for the current monitor probe.

monitorProbes (1.3.6.1.4.1.5951.4.1.2.10.1.9)

Number of monitoring probes sent.

monitorFailed (1.3.6.1.4.1.5951.4.1.2.10.1.10)

Number of failed monitoring probes.

monitorMaxClient (1.3.6.1.4.1.5951.4.1.2.10.1.11)

Number of monitoring probes that were not sent due to MaxClients.

monitorFailedCon (1.3.6.1.4.1.5951.4.1.2.10.1.12)

Number of failed monitoring probes due to failed connections.

monitorFailedCode (1.3.6.1.4.1.5951.4.1.2.10.1.13)

Number of failed monitoring probes due to improper response code.

monitorFailedStr (1.3.6.1.4.1.5951.4.1.2.10.1.14)

Number of failed monitoring probes due to invalid response string.

monitorFailedTimeout (1.3.6.1.4.1.5951.4.1.2.10.1.15)

Number of failed monitoring probes due to timeout.

monitorFailedSend (1.3.6.1.4.1.5951.4.1.2.10.1.16)

Number of failed monitoring probes due to inability to send the data.

monitorFailedFTP (1.3.6.1.4.1.5951.4.1.2.10.1.17)

Number of failed monitoring probes due to ftp protocol violation.

monitorFailedPort (1.3.6.1.4.1.5951.4.1.2.10.1.18)

Number of failed monitoring probes due to port unreachable response.

monitorFailedResponse (1.3.6.1.4.1.5951.4.1.2.10.1.19)

Number of failed monitoring probes due to invalid response.

monitorFailedId (1.3.6.1.4.1.5951.4.1.2.10.1.20)

Number of failed monitoring probes due to response id mismatch.

monitorProbesNoChange (1.3.6.1.4.1.5951.4.1.2.10.1.21)

Number of monitoring probes which did not change the state.

monitorResponseTimeoutThreshExceed (1.3.6.1.4.1.5951.4.1.2.10.1.22)

Number of times the response time has exceeded the configured threshold.

serviceGroupTable (1.3.6.1.4.1.5951.4.1.2.11)

The netscaler services group table

Indexed on: svcgrpSvcGroupName

svcgrpSvcGroupName (1.3.6.1.4.1.5951.4.1.2.11.1.1)

The name of the service Group

svcgrpSvcGroupType (1.3.6.1.4.1.5951.4.1.2.11.1.2)

The type of the service Group.

svcgrpSvcGroupState (1.3.6.1.4.1.5951.4.1.2.11.1.3)

The state of the service Group

svcgrpSvcGroupFullName (1.3.6.1.4.1.5951.4.1.2.11.1.4)

The full name of the service Group

svcgrpTdId (1.3.6.1.4.1.5951.4.1.2.11.1.5)

Traffic Domain ID of this service group.

vserverTable (1.3.6.1.4.1.5951.4.1.3.1)

The vservers table

Indexed on: vsvrName

vsvrName (1.3.6.1.4.1.5951.4.1.3.1.1.1)

The name of the vserver

vsvrIpAddress (1.3.6.1.4.1.5951.4.1.3.1.1.2)

IP address of the vserver

vsvrPort (1.3.6.1.4.1.5951.4.1.3.1.1.3)

the port of the vserver

vsvrType (1.3.6.1.4.1.5951.4.1.3.1.1.4)

Protocol associated with the vserver

vsvrState (1.3.6.1.4.1.5951.4.1.3.1.1.5)

Current state of the server. Possible values are UP, DOWN, UNKNOWN, OFS(Out of Service), TROFS(Transition Out of Service), TROFS_DOWN(Down When going Out of Service)

vsvrCurClntConnections (1.3.6.1.4.1.5951.4.1.3.1.1.7)

Number of current client connections.

vsvrCurSrvrConnections (1.3.6.1.4.1.5951.4.1.3.1.1.8)

Number of current connections to the actual servers behind the virtual server.

vsvrSurgeCount (1.3.6.1.4.1.5951.4.1.3.1.1.10)

Number of requests in the surge queue.

vsvrTotalRequests (1.3.6.1.4.1.5951.4.1.3.1.1.30)

Total number of requests received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

vsvrTotalRequestBytes (1.3.6.1.4.1.5951.4.1.3.1.1.31)

Total number of request bytes received on this service or virtual server.

vsvrTotalResponses (1.3.6.1.4.1.5951.4.1.3.1.1.32)

Number of responses received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

vsvrTotalResponseBytes (1.3.6.1.4.1.5951.4.1.3.1.1.33)

Number of response bytes received by this service or virtual server.

vsvrTotalPktsRecvd (1.3.6.1.4.1.5951.4.1.3.1.1.34)

Total number of packets received by this service or virtual server.

vsvrTotalPktsSent (1.3.6.1.4.1.5951.4.1.3.1.1.35)

Total number of packets sent.

vsvrTotalSynsRecvd (1.3.6.1.4.1.5951.4.1.3.1.1.36)

Total number of SYN packets received from clients on this service (only when directly accessed) or virtual server.

vsvrCurServicesDown (1.3.6.1.4.1.5951.4.1.3.1.1.37)

The current number of services which are bound to this vserver and are in the state 'down'.

vsvrCurServicesUnKnown (1.3.6.1.4.1.5951.4.1.3.1.1.38)

The current number of services which are bound to this vserver and are in the state 'unKnown'.

vsvrCurServicesOutOfSvc (1.3.6.1.4.1.5951.4.1.3.1.1.39)

The current number of services which are bound to this vserver and are in the state 'outOfService'.

vsvrCurServicesTransToOutOfSvc (1.3.6.1.4.1.5951.4.1.3.1.1.40)

The current number of services which are bound to this vserver and are in the state 'transitionToOutOfService'.

vsvrCurServicesUp (1.3.6.1.4.1.5951.4.1.3.1.1.41)

The current number of services which are bound to this vserver and are in the state 'up'.

vsvrTotMiss (1.3.6.1.4.1.5951.4.1.3.1.1.42)

Total vserver misses

vsvrRequestRate (1.3.6.1.4.1.5951.4.1.3.1.1.43)

Request rate in requests per second for this service or virtual server.

vsvrRxBytesRate (1.3.6.1.4.1.5951.4.1.3.1.1.44)

Request rate in bytes per second fot this service or virtual server.

vsvrTxBytesRate (1.3.6.1.4.1.5951.4.1.3.1.1.45)

Response rate in bytes per second for this service or virtual server.

vsvrSynfloodRate (1.3.6.1.4.1.5951.4.1.3.1.1.46)

Rate of unacknowledged SYN packets for this service or virtual server.

vsvrIp6Address (1.3.6.1.4.1.5951.4.1.3.1.1.47)

IPv6 address of the v server

vsvrTotHits (1.3.6.1.4.1.5951.4.1.3.1.1.48)

Total vserver hits

vsvrTotSpillOvers (1.3.6.1.4.1.5951.4.1.3.1.1.54)

Number of times vserver experienced spill over.

vsvrTotalClients (1.3.6.1.4.1.5951.4.1.3.1.1.56)

Total number of established client connections.

vsvrClientConnOpenRate (1.3.6.1.4.1.5951.4.1.3.1.1.58)

Rate at which connections are opened for this virtual server per second.

vsvrFullName (1.3.6.1.4.1.5951.4.1.3.1.1.59)

The name of the vserver

vsvrCurSslVpnUsers (1.3.6.1.4.1.5951.4.1.3.1.1.60)

Number of aaa sessions on this vserver

vsvrTotalServicesBound (1.3.6.1.4.1.5951.4.1.3.1.1.61)

The current number of services which are bound to this vserver.

vsvrHealth (1.3.6.1.4.1.5951.4.1.3.1.1.62)

The percentage of UP services bound to this vserver.

vsvrTicksSinceLastStateChange (1.3.6.1.4.1.5951.4.1.3.1.1.63)

Time (in 10 milliseconds) since the last state change.

vsvrEntityType (1.3.6.1.4.1.5951.4.1.3.1.1.64)

The type of the vserver.

vsvrTotalServers (1.3.6.1.4.1.5951.4.1.3.1.1.65)

Total number of established server connections.

vsvrActiveActiveState (1.3.6.1.4.1.5951.4.1.3.1.1.66)

The state of the vserver based on ActiveActive configuration.

vsvrInvalidRequestResponse (1.3.6.1.4.1.5951.4.1.3.1.1.67)

Number invalid requests/responses on this vserver

vsvrInvalidRequestResponseDropped (1.3.6.1.4.1.5951.4.1.3.1.1.68)

Number invalid requests/responses dropped on this vserver

vsvrTdId (1.3.6.1.4.1.5951.4.1.3.1.1.69)

Traffic Domain of the vserver

vsvrSoThreshold (1.3.6.1.4.1.5951.4.1.3.1.1.70)

Spill Over Threshold set on the VServer.

vsvrEstablishedConn (1.3.6.1.4.1.5951.4.1.3.1.1.71)

Number of client connections in ESTABLISHED state.

vsvrCurTotalVpnUsers (1.3.6.1.4.1.5951.4.1.3.1.1.72)

Number of total users on this vserver

vsvrCurMptcpSessions (1.3.6.1.4.1.5951.4.1.3.1.1.73)

Current Multipath TCP sessions

vsvrCursubflowConn (1.3.6.1.4.1.5951.4.1.3.1.1.74)

Current Multipath TCP subflows

vsvrCurEffState (1.3.6.1.4.1.5951.4.1.3.1.1.75)

Current Effective state of vserver

vsvrCurPersistenceSessions (1.3.6.1.4.1.5951.4.1.3.1.1.76)

current vserver owned persistence sessions

vserverServiceTable (1.3.6.1.4.1.5951.4.1.3.2)

The vserver service relationship table

Indexed on: vsvrName, vsvrServiceName

vsvrServiceHits (1.3.6.1.4.1.5951.4.1.3.2.1.5)

Number of times that the service has been provided.

servicePersistentHits (1.3.6.1.4.1.5951.4.1.3.2.1.6)

Total number of persistent hits.

serviceWeight (1.3.6.1.4.1.5951.4.1.3.2.1.7)

The weight of the service tied to the vserver.

vsvrServiceName (1.3.6.1.4.1.5951.4.1.3.2.1.8)

The name of the service to which the vserver is bound.

vsvrServiceFullName (1.3.6.1.4.1.5951.4.1.3.2.1.9)

The Full name of the service to which the vserver is bound.

vserverFullName (1.3.6.1.4.1.5951.4.1.3.2.1.10)

The full name of the vserver.

vsvrServiceEntityType (1.3.6.1.4.1.5951.4.1.3.2.1.11)

The entity type of the service: service group member or service.

vserverCspolicyTable (1.3.6.1.4.1.5951.4.1.3.3)

The vserver content switching policy relationship table for PE CS Policy

Indexed on: vsvrName, cspolicyName

cspolicyName (1.3.6.1.4.1.5951.4.1.3.3.1.1)

This represents the name of the CS PE policy bound to content switching vserver

cspolicyDestVserverName (1.3.6.1.4.1.5951.4.1.3.3.1.2)

This represents the name of the destination vserver to which the request has to be directed to if the content switching policy evaluates to true.

cspolicyHits (1.3.6.1.4.1.5951.4.1.3.3.1.5)

The number of hits on this content switching policy.

csIndexVserverFullName (1.3.6.1.4.1.5951.4.1.3.3.1.6)

The full name of the cs vserver to which this policy belongs.

vserverCrpolicyTable (1.3.6.1.4.1.5951.4.1.3.4)

The vserver cache redirection policy relationship table

Indexed on: vsvrName, crpolicyName

crpolicyName (1.3.6.1.4.1.5951.4.1.3.4.1.1)

This represents the name of the policy bound to cache-redirection vserver

crpolicyHits (1.3.6.1.4.1.5951.4.1.3.4.1.4)

Hits on the cache redirection policy.

crIndexVserverFullName (1.3.6.1.4.1.5951.4.1.3.4.1.5)

The full name of the cr vserver to which this policy belongs.

vserverGlobalStatsGroup (1.3.6.1.4.1.5951.4.1.3.5)

curConfigVservers (1.3.6.1.4.1.5951.4.1.3.5.1)

Total number of vservers configured on the NetScaler.

vsvrBindCount (1.3.6.1.4.1.5951.4.1.3.5.2)

Number of virtual server bindings on this NetScaler appliance.

vsvrSvcGrpBindCount (1.3.6.1.4.1.5951.4.1.3.5.3)

Number of virtual server, service group bindings on this NetScaler appliance.

curConfigLbVservers (1.3.6.1.4.1.5951.4.1.3.5.4)

Total number of LB vservers configured on the NetScaler.

curConfigGslbVservers (1.3.6.1.4.1.5951.4.1.3.5.5)

Total number of GSLB vservers configured on the NetScaler.

totSpilloverCount (1.3.6.1.4.1.5951.4.1.3.5.6)

Total count of spillovers.

lbvserverTable (1.3.6.1.4.1.5951.4.1.3.6)

Table for LB specific configuration

Indexed on: vsvrName

lbvsvrLBMethod (1.3.6.1.4.1.5951.4.1.3.6.1.1)

The Policy used for Load Balancing.

lbvsvrPersistanceType (1.3.6.1.4.1.5951.4.1.3.6.1.2)

The type of persistence used.

lbvsvrPersistenceTimeOut (1.3.6.1.4.1.5951.4.1.3.6.1.3)

The timeout set for persistence.

lbvsvrActiveConn (1.3.6.1.4.1.5951.4.1.3.6.1.4)

Number of connections that are currently active.

lbvsvrAvgSvrTTFB (1.3.6.1.4.1.5951.4.1.3.6.1.5)

Average TTFB between the NetScaler appliance and the server.TTFB is the time interval between sending the request packet to a service and receiving the first response from the service

lbvsvrRdpCookieParsed (1.3.6.1.4.1.5951.4.1.3.6.1.6)

Number of times MSTS RDP Cookie got parsed on this vserver

vserverPqpolicyTable (1.3.6.1.4.1.5951.4.1.3.7)

The vserver priority queuing policy relationship table

Indexed on: vsvrName, pqName

pqpolicytotClientTransactionTime (1.3.6.1.4.1.5951.4.1.3.7.1.5)

Total client transaction time in micro-seconds for this priority queuing policy.

pqpolicytotClientTransactions (1.3.6.1.4.1.5951.4.1.3.7.1.6)

Total number of client transactions for this priority queuing policy.

pqpolicypqDropped (1.3.6.1.4.1.5951.4.1.3.7.1.7)

Total number of dropped transactions for this priority queuing policy.

pqpolicypqQdepth (1.3.6.1.4.1.5951.4.1.3.7.1.8)

Number of clients waiting currently for this priority queuing policy.

pqpolicypqAvgClientTransactionTime (1.3.6.1.4.1.5951.4.1.3.7.1.9)

Average time taken by a priority queuing client to complete its transaction for this priority queuing policy.

pqpolicypqVserverIP (1.3.6.1.4.1.5951.4.1.3.7.1.10)

IP address of the virtual server to which this priority queuing policy is bound.

pqpolicypqVserverPort (1.3.6.1.4.1.5951.4.1.3.7.1.11)

Port number of the virtual server to which this priority queuing policy is bound.

pqpolicypqCurrentClientConnections (1.3.6.1.4.1.5951.4.1.3.7.1.12)

Current number of server connections established for serving clients for this priority queuing policy.

pqpolicypqTotQueueDepth (1.3.6.1.4.1.5951.4.1.3.7.1.13)

Total number of waiting clients for this priority queuing policy.

pqpolicypqTotClientConnections (1.3.6.1.4.1.5951.4.1.3.7.1.14)

Total number of server connections established for serving clients for this priority queuing policy.

pqpolicypqTotQueueWaitTime (1.3.6.1.4.1.5951.4.1.3.7.1.15)

Amount of time spent by priority queuing clients waiting in the priority queue.

pqpolicypqTotAvgQueueDepth (1.3.6.1.4.1.5951.4.1.3.7.1.16)

Average number of waiting clients for this priority queuing policy.

pqpolicypqTotAvgQueueWaitTime (1.3.6.1.4.1.5951.4.1.3.7.1.17)

Average wait time for clients for this priority queuing policy.

pqpolicytotClientTransactionTimems (1.3.6.1.4.1.5951.4.1.3.7.1.18)

Total client transaction time in microsec for this priority queuing policy.

pqpolicypqAvgClientTransactionTimems (1.3.6.1.4.1.5951.4.1.3.7.1.19)

Average time taken by a priority queuing client to complete its transaction for this priority queuing policy.

vserverScpolicyTable (1.3.6.1.4.1.5951.4.1.3.8)

The vserver sure connect policy relationship table

Indexed on: svcServiceName, scPolicyName

vsvrscpolicyPrimaryIPAddress (1.3.6.1.4.1.5951.4.1.3.8.1.1)

The IP address of the service or virtual server to which the policy is bound.

vsvrscpolicyPrimaryPort (1.3.6.1.4.1.5951.4.1.3.8.1.2)

The port of the service or virtual server to which the policy is bound.

vsvrscpolicydesIpAddress (1.3.6.1.4.1.5951.4.1.3.8.1.8)

IP address of the destination service.

vsvrscpolicydestPort (1.3.6.1.4.1.5951.4.1.3.8.1.9)

Port number of the destination service.

vsvrscpolicyavgServerTransactionTime (1.3.6.1.4.1.5951.4.1.3.8.1.10)

Average server transaction time in seconds for this SureConnect Policy.

vsvrscpolicytotClientTransaction (1.3.6.1.4.1.5951.4.1.3.8.1.11)

Total number of client transactions processed by this SureConnect policy.

vsvrscpolicytotOpenConn (1.3.6.1.4.1.5951.4.1.3.8.1.12)

Current number of open connections to the servers matching this policy.

vsvrscpolicyscPhysicalServiceIP (1.3.6.1.4.1.5951.4.1.3.8.1.13)

IP address of the service for which these statistics are maintained.

vsvrscpolicyscPhysicalServicePort (1.3.6.1.4.1.5951.4.1.3.8.1.14)

Port of the service for which these statistics are maintained.

vsvrscpolicyscCurrentWaitingTime (1.3.6.1.4.1.5951.4.1.3.8.1.15)

Value of the currently estimated waiting time in seconds for the configured URL.

vsvrscpolicyscCurrentClientConnections (1.3.6.1.4.1.5951.4.1.3.8.1.16)

Number of clients currently allowed a server connection by this SureConnect policy.

vsvrscpolicyscTotalClientConnections (1.3.6.1.4.1.5951.4.1.3.8.1.17)

Total number of clients that were allowed a server connection by this SureConnect policy.

vsvrscpolicyscTotalServerConnections (1.3.6.1.4.1.5951.4.1.3.8.1.18)

Total number of server connections that were established through this SureConnect policy.

vsvrscpolicyscTotalRequestsReceived (1.3.6.1.4.1.5951.4.1.3.8.1.19)

Total number of requests received by this SureConnect policy.

vsvrscpolicyscTotalRequestBytes (1.3.6.1.4.1.5951.4.1.3.8.1.20)

Total number of request bytes received by this SureConnect policy.

vsvrscpolicyscTotalResponsesReceived (1.3.6.1.4.1.5951.4.1.3.8.1.21)

Total number of server responses received by this SureConnect policy.

vsvrscpolicyscTotalResponseBytes (1.3.6.1.4.1.5951.4.1.3.8.1.22)

Total number of response bytes received by this SureConnect policy.

vsvrscpolicyscCurrentSurgeQClients (1.3.6.1.4.1.5951.4.1.3.8.1.23)

Number of clients currently matching the SureConnect policy, but are in the surge queue.

vsvrscpolicyscCurrentWaitingClients (1.3.6.1.4.1.5951.4.1.3.8.1.24)

Current number of SureConnect priority clients that are waiting for a server connection.

vsvrscpolicyscTotalServerTransactions (1.3.6.1.4.1.5951.4.1.3.8.1.25)

Number of 200 OK responses received from the web server by this SureConnect policy.

vsvrscpolicyscTotalServerTTFBTransactions (1.3.6.1.4.1.5951.4.1.3.8.1.26)

Number of Time-To-First-Byte transcations from the web server for this SureConnect policy.

vsvrscpolicyscTotalServerTTLB (1.3.6.1.4.1.5951.4.1.3.8.1.27)

Server Time-To-Last-Byte in seconds calculated for this SureConnect policy.

vsvrscpolicyscTotalClientTTLB (1.3.6.1.4.1.5951.4.1.3.8.1.28)

Client Time-To-Last-Byte in seconds calculated for this SureConnect policy.

vsvrscpolicyscTotalServerTTFB (1.3.6.1.4.1.5951.4.1.3.8.1.29)

Server Time-To-First-Byte in seconds calculated for this SureConnect policy.

vsvrscpolicyscAverageClientTTLB (1.3.6.1.4.1.5951.4.1.3.8.1.30)

Average value of the client Time-To-Last-Byte in seconds for this SureConnect policy.

vsvrscpolicyscAverageServerTTFB (1.3.6.1.4.1.5951.4.1.3.8.1.31)

Average value of the server Time-To-First-Byte in seconds for this SureConnect policy.

vserverAdvanceSslConfigTable (1.3.6.1.4.1.5951.4.1.3.9)

The vserver advance SSL configuration

Indexed on: vsvrName

vsvrSslDH (1.3.6.1.4.1.5951.4.1.3.9.1.1)

Whether DH is enabled/disabled.

vsvrSslDHCount (1.3.6.1.4.1.5951.4.1.3.9.1.2)

The DH refresh count to re-generate public/private key.

vsvrSslDHFilePath (1.3.6.1.4.1.5951.4.1.3.9.1.3)

The DH file path name.

vsvrSsleRSA (1.3.6.1.4.1.5951.4.1.3.9.1.4)

The ephimeral RSA support for service.

vsvrSsleRSACount (1.3.6.1.4.1.5951.4.1.3.9.1.5)

The eRSA refresh count to re-generate RSA temporary key.

vsvrSslv2Protocol (1.3.6.1.4.1.5951.4.1.3.9.1.6)

The support for SSLv2 protocol for service.

vsvrSslv3Protocol (1.3.6.1.4.1.5951.4.1.3.9.1.7)

The support for SSLv3 protocol for service.

vsvrSslTLSv1Protocol (1.3.6.1.4.1.5951.4.1.3.9.1.8)

The support for TLSv1 protocol for service.

vsvrSslRedirectSupport (1.3.6.1.4.1.5951.4.1.3.9.1.9)

The support for ssl redirect for service.

vsvrSslClearTextPort (1.3.6.1.4.1.5951.4.1.3.9.1.10)

The clear text port on the backend webserver.

vserverCipherBindingTable (1.3.6.1.4.1.5951.4.1.3.10)

The vserver cipher bindings table

Indexed on: vsvrName, vsvrSslCipherBindName

vsvrSslCipherBindName (1.3.6.1.4.1.5951.4.1.3.10.1.1)

The cipher name bound to this service.

vsvrSslCipherBindDesc (1.3.6.1.4.1.5951.4.1.3.10.1.2)

The Cipher description.

vserverCsPiPolicyTable (1.3.6.1.4.1.5951.4.1.3.11)

The vserver content switching policy relationship table for PI CS Policy

Indexed on: vsvrName, csPipolicyName

csPipolicyName (1.3.6.1.4.1.5951.4.1.3.11.1.1)

This represents the name of the CS PI policy bound to content switching vserver

csPipolicyDestVserverName (1.3.6.1.4.1.5951.4.1.3.11.1.2)

This represents the name of the destination vserver to which the request has to be directed to if the content switching policy evaluates to true.

piPolicyBindingHits (1.3.6.1.4.1.5951.4.1.3.11.1.3)

Number of hits on the policy on this binding

csPiIndexVserverFullName (1.3.6.1.4.1.5951.4.1.3.11.1.4)

The full name of the cs vserver to which this policy belongs.

cspolicyActionName (1.3.6.1.4.1.5951.4.1.3.11.1.5)

The name of the CS PI policy action.

snmpTrapVarBindOidsGroup (1.3.6.1.4.1.5951.4.1.10.2)

alarmHighThreshold (1.3.6.1.4.1.5951.4.1.10.2.1)

This is the high threshold value configured for this alarm. When this threshold is crossed an SNMP alarm is generated.

alarmNormalThreshold (1.3.6.1.4.1.5951.4.1.10.2.2)

This is the normal threshold configured for this alarm which triggers the return-to-normal alarm.

entityName (1.3.6.1.4.1.5951.4.1.10.2.3)

This represents the name of the entity whose state has changed.

nsUserName (1.3.6.1.4.1.5951.4.1.10.2.4)

This represents the name of the system user.

configurationCmd (1.3.6.1.4.1.5951.4.1.10.2.5)

This represents the configuartion command that was issued.

authorizationStatus (1.3.6.1.4.1.5951.4.1.10.2.6)

This represents the authorization status for an attempted configuration change.

commandExecutionStatus (1.3.6.1.4.1.5951.4.1.10.2.7)

This represents the command execution status for the attempted configuration change.

unackSynCount (1.3.6.1.4.1.5951.4.1.10.2.8)

The number of un-acknowledged SYNs NetScaler has received in the past synFlood time-interval.

alarmLowThreshold (1.3.6.1.4.1.5951.4.1.10.2.9)

This is the low threshold value configured for this alarm. When this threshold is crossed an SNMP alarm is generated.

alarmProbeFailedErrorString (1.3.6.1.4.1.5951.4.1.10.2.10)

This string represents the error occured on the last monitor probe failure.

alarmVipRhiIpAddr (1.3.6.1.4.1.5951.4.1.10.2.11)

This represents the VIP whose RHI state has changed.

alarmVipRhiState (1.3.6.1.4.1.5951.4.1.10.2.12)

This represents the changed RHI state of the VIP.

alarmRateLmtThresholdExceeded (1.3.6.1.4.1.5951.4.1.10.2.13)

This specifies the name of the rate limit identifier that exceeded the threshold.

ipAddressGathered (1.3.6.1.4.1.5951.4.1.10.2.14)

This specifies the list of ip addresses that may have been gathered during the expression evaluation.

stringComputed (1.3.6.1.4.1.5951.4.1.10.2.15)

This contains the string computed during the expression evaluation.

alarmEntityCurState (1.3.6.1.4.1.5951.4.1.10.2.16)

This represents the state of vserver, physicalservice or servicegroup.

sysHealthPowerSupplyStatus (1.3.6.1.4.1.5951.4.1.10.2.17)

This text represents the status of power supply unit

alarmCurrentValue (1.3.6.1.4.1.5951.4.1.10.2.18)

This is the current value of the entity when high or normal threshold trap is sent.

alarmVipRhiInetAddressType (1.3.6.1.4.1.5951.4.1.10.2.19)

The address type of alarmVipRhiInetAddress

alarmVipRhiInetAddress (1.3.6.1.4.1.5951.4.1.10.2.20)

This represents the VIP whose RHI state has changed.

nsClientIPAddr (1.3.6.1.4.1.5951.4.1.10.2.23)

This represents the IP Address of the machine trying to access / connected to Netscaler.

ipConflictAddr (1.3.6.1.4.1.5951.4.1.10.2.24)

The IP configured in netscaler conflicting in the network.

appfwLogMsg (1.3.6.1.4.1.5951.4.1.10.2.25)

This represents the log message of appfw check violation.

dnskeyName (1.3.6.1.4.1.5951.4.1.10.2.26)

The name of the DNS key that is due for expiry.

dnskeyTimeToExpire (1.3.6.1.4.1.5951.4.1.10.2.27)

The amount of time for the key to expire

dnskeyUnitsOfExpiry (1.3.6.1.4.1.5951.4.1.10.2.28)

the units of the time of expiry

entityNewName (1.3.6.1.4.1.5951.4.1.10.2.29)

This represents the entity newName after name was changed.

entityOldName (1.3.6.1.4.1.5951.4.1.10.2.30)

This represents the entity Name before name was changed.

platformRateLimitPacketDropCount (1.3.6.1.4.1.5951.4.1.10.2.31)

This counter has the number of packets dropped due to platform rate limiting since the last check.

haLicenseMatchState (1.3.6.1.4.1.5951.4.1.10.2.32)

the state of HA License check

sslCardStatusMsg (1.3.6.1.4.1.5951.4.1.10.2.33)

This represents the interpretation details of sslCardStatus.

callHomeUploadEventStatusMsg (1.3.6.1.4.1.5951.4.1.10.2.34)

This represents the status of CallHome Upload Event.

oldCCOIP (1.3.6.1.4.1.5951.4.1.10.2.35)

This represents the old Configuration Coordinator IP.

newCCOIP (1.3.6.1.4.1.5951.4.1.10.2.36)

This represents the new Configuration Coordinator IP.

oldOVS (1.3.6.1.4.1.5951.4.1.10.2.37)

This represents the old cluster Operational View Set.

newOVS (1.3.6.1.4.1.5951.4.1.10.2.38)

This represents the new Cluster Operational View Set.

qosdVersion (1.3.6.1.4.1.5951.4.1.10.2.39)

This counter tells the QOSD version

brVersion (1.3.6.1.4.1.5951.4.1.10.2.40)

This counter tells the BR version

sslChipName (1.3.6.1.4.1.5951.4.1.10.2.41)

This represents the name of a Crypto device .

vrid (1.3.6.1.4.1.5951.4.1.10.2.42)

This represents the VRID.

vridBoundVIP (1.3.6.1.4.1.5951.4.1.10.2.43)

This represents the VRID bound VIP.

newVridPriority (1.3.6.1.4.1.5951.4.1.10.2.44)

This represents the new priority of VRID

effectiveVridPriority (1.3.6.1.4.1.5951.4.1.10.2.46)

This represents the effective priority of VRID

dstip (1.3.6.1.4.1.5951.4.1.10.2.47)

This is the dstip for which the port allocation has failed.

platformLicensedThroughput (1.3.6.1.4.1.5951.4.1.10.2.48)

This represents the platform licensed throughput.

platformLicensedPPS (1.3.6.1.4.1.5951.4.1.10.2.49)

This represents the platform licensed packets per seconds.

commandFailureReason (1.3.6.1.4.1.5951.4.1.10.2.50)

This is the error string displayed in cli when the command fails.

nsIPAddressType (1.3.6.1.4.1.5951.4.1.10.2.51)

The address type of nsIPAddress

nsIPAddress (1.3.6.1.4.1.5951.4.1.10.2.52)

This represents the IPV6 or IPV4 address.

lsnSubscrIP (1.3.6.1.4.1.5951.4.1.10.2.53)

This represents the LSN Subscriber IP.

lsnSubscrTD (1.3.6.1.4.1.5951.4.1.10.2.54)

This represents the LSN Subscriber TD.

protocol (1.3.6.1.4.1.5951.4.1.10.2.55)

This represents the IP Protocol.

vsvrCurSoValue (1.3.6.1.4.1.5951.4.1.10.2.56)

vserver spillover value.

vsvrSoMethod (1.3.6.1.4.1.5951.4.1.10.2.57)

vserver spillover method.

vsvrSoThresh (1.3.6.1.4.1.5951.4.1.10.2.58)

vserver spillover threshold.

lsnSessLimitExceededBy (1.3.6.1.4.1.5951.4.1.10.2.59)

This represents the entity(group/subscriber) which has exceeded the quota.

nsPartitionName (1.3.6.1.4.1.5951.4.1.10.2.60)

This is the partition name of the source of the trap

operation (1.3.6.1.4.1.5951.4.1.10.2.61)

This represents the operation like add,remove etc

fromPartition (1.3.6.1.4.1.5951.4.1.10.2.62)

This represents the partition name from where switch happened

toPartition (1.3.6.1.4.1.5951.4.1.10.2.63)

This represents the partition name to where switch happened

clPeerID (1.3.6.1.4.1.5951.4.1.10.2.64)

This represents the unique ids of the cluster nodes from where heartbeats are not received on backplane

lsnDSLiteB4Address (1.3.6.1.4.1.5951.4.1.10.2.65)

This represents the IPv6 address of the B4 device in DS-Lite environment.

ipConflictMacAddr (1.3.6.1.4.1.5951.4.1.10.2.66)

The MAC address of the machine having the conflicting IP configured in the network.

gslbSite (1.3.6.1.4.1.5951.4.1.10.2.67)

This represents the GSLB site name.

siteIP (1.3.6.1.4.1.5951.4.1.10.2.68)

This represents the GSLB site IP Address.

lsnNAT64SubscrIPV6 (1.3.6.1.4.1.5951.4.1.10.2.69)

This represents the LSN Subscriber IPV6 address.

lsnCurSharedPages (1.3.6.1.4.1.5951.4.1.10.2.70)

This represents the current shared pages in LSN Memory

lsnTotSharedPages (1.3.6.1.4.1.5951.4.1.10.2.71)

This represents the total shared pages in LSN Memory

dnsCacheThreshold (1.3.6.1.4.1.5951.4.1.10.2.72)

This represents the maximum DNS cache threshold that is configured.

dnsCurCacheValue (1.3.6.1.4.1.5951.4.1.10.2.73)

This represents the current DNS cache size used.


Generic MIB-II Traps

coldStart (1.3.6.1.6.3.1.1.5.1)

A coldStart trap signifies that the SNMP entity,

supporting a notification originator application, is

reinitializing itself and that its configuration may

have been altered.

linkDown (1.3.6.1.6.3.1.1.5.3)

A linkDown trap signifies that the SNMP entity, acting in

an agent role, has detected that the ifOperStatus object for

one of its communication links is about to enter the down

state from some other state (but not from the notPresent

state). This other state is indicated by the included value

of ifOperStatus.

Varbinds sent in the trap message: ifIndex, ifAdminStatus, ifOperStatus

linkUp (1.3.6.1.6.3.1.1.5.4)

A linkUp trap signifies that the SNMP entity, acting in an

agent role, has detected that the ifOperStatus object for

one of its communication links left the down state and

transitioned into some other state (but not into the

notPresent state). This other state is indicated by the

included value of ifOperStatus.

Varbinds sent in the trap message: ifIndex, ifAdminStatus, ifOperStatus

authenticationFailure (1.3.6.1.6.3.1.1.5.5)

An authenticationFailure trap signifies that the SNMP

entity has received a protocol message that is not

properly authenticated. While all implementations

of SNMP entities MAY be capable of generating this

trap, the snmpEnableAuthenTraps object indicates

whether this trap will be generated.


NetScaler Enterprise Traps

changeToPrimary (1.3.6.1.4.1.5951.1.1.0.1)

This trap indicates that the netscaler is now operating in the primary mode.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-STATE-CHANGE

changeToSecondary (1.3.6.1.4.1.5951.1.1.0.2)

This trap indicates that the netscaler is now operating in the Secondary mode.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-STATE-CHANGE

cpuUtilization (1.3.6.1.4.1.5951.1.1.0.3)

This trap indicates that the CPU utilization has exceeded the high threshold

Varbinds sent in the trap message: nsCPUusage, alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: CPU-USAGE

entitydown (1.3.6.1.4.1.5951.1.1.0.8)

This trap is sent when the state of entities such as an interface, vserver, physicalservice or servicegroup changes to DOWN

Varbinds sent in the trap message: entityName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-STATE

entityup (1.3.6.1.4.1.5951.1.1.0.9)

This trap is sent when the state of entities such as an interface, vserver, physicalservice or servicegroup changes to UP

Varbinds sent in the trap message: entityName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-STATE

synflood (1.3.6.1.4.1.5951.1.1.0.10)

This trap is sent when the rate at which unacknowledged SYNs are received cross a threshold value

Varbinds sent in the trap message: unackSynCount, alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: SYNFLOOD

cpuUtilizationNormal (1.3.6.1.4.1.5951.1.1.0.11)

This trap indicates that the CPU utilization has come back to normal

Varbinds sent in the trap message: nsCPUusage, alarmNormalThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: CPU-USAGE

synfloodNormal (1.3.6.1.4.1.5951.1.1.0.12)

This trap is sent when the rate at which unacknowledged SYNs are received returns to normal

Varbinds sent in the trap message: unackSynCount, alarmNormalThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: SYNFLOOD

memoryUtilization (1.3.6.1.4.1.5951.1.1.0.13)

This trap is sent when the memory utilization of the system exceeds the threshold value

Varbinds sent in the trap message: resMemUsage, alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: MEMORY

memoryUtilizationNormal (1.3.6.1.4.1.5951.1.1.0.14)

This trap is sent when the memory utilization of the system returns to normal

Varbinds sent in the trap message: resMemUsage, alarmNormalThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: MEMORY

vServerRequestRate (1.3.6.1.4.1.5951.1.1.0.15)

This trap is sent when the request rate on a vServer exceeds a threshold value

Varbinds sent in the trap message: vsvrName, vsvrRequestRate, alarmHighThreshold, vsvrFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: VSERVER-REQRATE

vServerRequestRateNormal (1.3.6.1.4.1.5951.1.1.0.16)

This trap is sent when the request rate on a vServer returns to normal

Varbinds sent in the trap message: vsvrName, vsvrRequestRate, alarmNormalThreshold, vsvrFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: VSERVER-REQRATE

serviceRequestRate (1.3.6.1.4.1.5951.1.1.0.17)

This trap is sent when the request rate on a service exceeds a threshold value

Varbinds sent in the trap message: svcServiceName, svcRequestRate, alarmHighThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: SERVICE-REQRATE

serviceRequestRateNormal (1.3.6.1.4.1.5951.1.1.0.18)

This trap is sent when the request rate on a service returns to normal

Varbinds sent in the trap message: svcServiceName, svcRequestRate, alarmNormalThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: SERVICE-REQRATE

netScalerConfigChange (1.3.6.1.4.1.5951.1.1.0.25)

This trap is sent when the configuration on the NetScaler is changed.

Varbinds sent in the trap message: nsUserName, configurationCmd, authorizationStatus, commandExecutionStatus, nsClientIPAddr, sysIpAddress

To receive this trap, enable the following SNMP alarm: CONFIG-CHANGE

maxClients (1.3.6.1.4.1.5951.1.1.0.26)

This trap is sent when the number of clients hits the maxClients value for a service

Varbinds sent in the trap message: svcServiceName, svcEstablishedConn, alarmHighThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: SERVICE-MAXCLIENTS

maxClientsNormal (1.3.6.1.4.1.5951.1.1.0.27)

This trap is sent when the number of clients falls below 70% of maxClients value for a service.

Varbinds sent in the trap message: svcServiceName, svcEstablishedConn, alarmNormalThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: SERVICE-MAXCLIENTS

netScalerConfigSave (1.3.6.1.4.1.5951.1.1.0.28)

This trap is sent when the configuration on the NetScaler is saved.

Varbinds sent in the trap message: nsUserName, sysIpAddress

To receive this trap, enable the following SNMP alarm: CONFIG-SAVE

serviceRxBytesRate (1.3.6.1.4.1.5951.1.1.0.29)

This trap is sent when the request bytes/s of a service exceeds a threshold value.

Varbinds sent in the trap message: svcServiceName, svcRxBytesRate, alarmHighThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-RXRATE

serviceRxBytesRateNormal (1.3.6.1.4.1.5951.1.1.0.30)

This trap is sent when the request bytes/s of a service returns to normal.

Varbinds sent in the trap message: svcServiceName, svcRxBytesRate, alarmNormalThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-RXRATE

vserverRxBytesRate (1.3.6.1.4.1.5951.1.1.0.31)

This trap is sent when the request bytes/s of a vserver exceeds a threshold value.

Varbinds sent in the trap message: vsvrName, vsvrRxBytesRate, alarmHighThreshold, vsvrFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-RXRATE

vserverRxBytesRateNormal (1.3.6.1.4.1.5951.1.1.0.32)

This trap is sent when the request bytes/s of a vServer returns to normal.

Varbinds sent in the trap message: vsvrName, vsvrRxBytesRate, alarmNormalThreshold, vsvrFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-RXRATE

serviceTxBytesRate (1.3.6.1.4.1.5951.1.1.0.33)

This trap is sent when the response bytes/s of a service exceeds a threshold value.

Varbinds sent in the trap message: svcServiceName, svcTxBytesRate, alarmHighThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-TXRATE

serviceTxBytesRateNormal (1.3.6.1.4.1.5951.1.1.0.34)

This trap is sent when the response bytes/s of a service returns to normal.

Varbinds sent in the trap message: svcServiceName, svcTxBytesRate, alarmNormalThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-TXRATE

vserverTxBytesRate (1.3.6.1.4.1.5951.1.1.0.35)

This trap is sent when the response bytes/s of a vserver exceeds a threshold value.

Varbinds sent in the trap message: vsvrName, vsvrTxBytesRate, alarmHighThreshold, vsvrFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-TXRATE

vserverTxBytesRateNormal (1.3.6.1.4.1.5951.1.1.0.36)

This trap is sent when the response bytes/s of a vServer returns to normal.

Varbinds sent in the trap message: vsvrName, vsvrTxBytesRate, alarmNormalThreshold, vsvrFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-TXRATE

serviceSynfloodRate (1.3.6.1.4.1.5951.1.1.0.37)

This trap is sent when the number of unacknowledged syns for a service exceeds a threshold value.

Varbinds sent in the trap message: svcServiceName, svcSynfloodRate, alarmHighThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-SYNFLOOD

serviceSynfloodNormal (1.3.6.1.4.1.5951.1.1.0.38)

This trap is sent when the number of unacknowledged syns for a service returns to normal.

Varbinds sent in the trap message: svcServiceName, svcSynfloodRate, alarmNormalThreshold, svcServiceFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-SYNFLOOD

vserverSynfloodRate (1.3.6.1.4.1.5951.1.1.0.39)

This trap is sent when the number of unacknowledged syns for a vserver exceeds a threshold value.

Varbinds sent in the trap message: vsvrName, vsvrSynfloodRate, alarmHighThreshold, vsvrFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-SYNFLOOD

vserverSynfloodNormal (1.3.6.1.4.1.5951.1.1.0.40)

This trap is sent when the number of unacknowledged syns for a vserver returns to normal.

Varbinds sent in the trap message: vsvrName, vsvrSynfloodRate, alarmNormalThreshold, vsvrFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-SYNFLOOD

svcGroupMemberRequestRate (1.3.6.1.4.1.5951.1.1.0.41)

This trap is sent when the request rate on a service group member exceeds a threshold value

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberRequestRate, alarmHighThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: SERVICEGROUP-MEMBER-REQRATE

svcGroupMemberRequestRateNormal (1.3.6.1.4.1.5951.1.1.0.42)

This trap is sent when the request rate on a service group member returns to normal

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberRequestRate, alarmNormalThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: SERVICEGROUP-MEMBER-REQRATE

svcGroupMemberRxBytesRate (1.3.6.1.4.1.5951.1.1.0.43)

This trap is sent when the request bytes/s of a service group exceeds a threshold value.

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberRxBytesRate, alarmHighThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-RXRATE

svcGroupMemberRxBytesRateNormal (1.3.6.1.4.1.5951.1.1.0.44)

This trap is sent when the request bytes/s of a service group returns to normal.

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberRxBytesRate, alarmNormalThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-RXRATE

svcGroupMemberTxBytesRate (1.3.6.1.4.1.5951.1.1.0.45)

This trap is sent when the response bytes/s of a service group exceeds a threshold value.

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberTxBytesRate, alarmHighThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-TXRATE

svcGroupMemberTxBytesRateNormal (1.3.6.1.4.1.5951.1.1.0.46)

This trap is sent when the response bytes/s of a service group returns to normal.

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberTxBytesRate, alarmNormalThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-TXRATE

svcGroupMemberSynfloodRate (1.3.6.1.4.1.5951.1.1.0.47)

This trap is sent when the number of unacknowledged syns for a service group exceeds a threshold value.

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberSynfloodRate, alarmHighThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-SYNFLOOD

svcGroupMemberSynfloodNormal (1.3.6.1.4.1.5951.1.1.0.48)

This trap is sent when the number of unacknowledged syns for a service group returns to normal.

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberSynfloodRate, alarmNormalThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-SYNFLOOD

svcGroupMemberMaxClients (1.3.6.1.4.1.5951.1.1.0.49)

This trap is sent when the number of clients hits the maxClients value for a service group member

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberEstablishedConn, alarmHighThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: SERVICEGROUP-MEMBER-MAXCLIENTS

svcGroupMemberMaxClientsNormal (1.3.6.1.4.1.5951.1.1.0.50)

This trap is sent when the number of clients falls below 70% of maxClients value for a service group member.

Varbinds sent in the trap message: svcGrpMemberName, svcGrpMemberEstablishedConn, alarmNormalThreshold, svcGrpMemberFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: SERVICEGROUP-MEMBER-MAXCLIENTS

averageCpuUtilization (1.3.6.1.4.1.5951.1.1.0.51)

This trap indicates that the average CPU usage in the multi-processor NetScaler system has exceeded the high threshold.

Varbinds sent in the trap message: resCpuUsage, alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: AVERAGE-CPU

averageCpuUtilizationNormal (1.3.6.1.4.1.5951.1.1.0.52)

This trap indicates that the average CPU usage in the multi-processor NetScaler system has come back to normal.

Varbinds sent in the trap message: resCpuUsage, alarmNormalThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: AVERAGE-CPU

monRespTimeoutAboveThresh (1.3.6.1.4.1.5951.1.1.0.53)

This trap is sent when the response timeout for a monitor probe exceeds the configured threshold.

Varbinds sent in the trap message: monServiceName, monitorName, responseTimeoutThreshold, alarmMonrespto, sysIpAddress

To receive this trap, enable the following SNMP alarm: MONITOR-RTO-THRESHOLD

monRespTimeoutBelowThresh (1.3.6.1.4.1.5951.1.1.0.54)

This trap is sent when the response timeout for a monitor probe comes back to normal, less than the threshold set.

Varbinds sent in the trap message: monServiceName, monitorName, responseTimeoutThreshold, alarmMonrespto, sysIpAddress

To receive this trap, enable the following SNMP alarm: MONITOR-RTO-THRESHOLD

netScalerLoginFailure (1.3.6.1.4.1.5951.1.1.0.55)

This trap is sent when a login attempt to the NetScaler fails.

Varbinds sent in the trap message: nsUserName, sysIpAddress

To receive this trap, enable the following SNMP alarm: LOGIN-FAILURE

sslCertificateExpiry (1.3.6.1.4.1.5951.1.1.0.56)

This trap is sent as an advance notification when an SSL certificate is due to expire.

Varbinds sent in the trap message: sslCertKeyName, sslDaysToExpire, sysIpAddress

To receive this trap, enable the following SNMP alarm: SSL-CERT-EXPIRY

fanSpeedLow (1.3.6.1.4.1.5951.1.1.0.57)

This trap indicates that a fan speed has gone below an alarm threshold.

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, alarmLowThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: FAN-SPEED-LOW

fanSpeedNormal (1.3.6.1.4.1.5951.1.1.0.58)

This trap indicates that a fan speed has returned to normal.

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, alarmNormalThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: FAN-SPEED-LOW

voltageLow (1.3.6.1.4.1.5951.1.1.0.59)

This trap indicates that a voltage has gone low.

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, alarmLowThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: VOLTAGE-LOW

voltageNormal (1.3.6.1.4.1.5951.1.1.0.60)

This trap indicates that a voltage has returned to normal.

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, alarmNormalThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: VOLTAGE-LOW

voltageHigh (1.3.6.1.4.1.5951.1.1.0.61)

This trap indicates that a voltage has gone high.

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: VOLTAGE-HIGH

temperatureHigh (1.3.6.1.4.1.5951.1.1.0.62)

This trap indicates that a temperature has gone high.

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: TEMPERATURE-HIGH

temperatureNormal (1.3.6.1.4.1.5951.1.1.0.63)

This trap indicates that a temperature has returned to normal.

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, alarmNormalThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: TEMPERATURE-HIGH

diskUsageHigh (1.3.6.1.4.1.5951.1.1.0.64)

This trap indicates that disk usage has gone high.

Varbinds sent in the trap message: sysHealthDiskName, sysHealthDiskPerusage, alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: DISK-USAGE-HIGH

diskUsageNormal (1.3.6.1.4.1.5951.1.1.0.65)

This trap indicates that disk usage has returned to normal.

Varbinds sent in the trap message: sysHealthDiskName, sysHealthDiskPerusage, alarmNormalThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: DISK-USAGE-HIGH

interfaceThroughputLow (1.3.6.1.4.1.5951.1.1.0.66)

This trap indicates that interface throughput is low.

Varbinds sent in the trap message: ifName, ifThroughput, ifMinThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: INTERFACE-THROUGHPUT-LOW

interfaceThroughputNormal (1.3.6.1.4.1.5951.1.1.0.67)

This trap indicates that interface throughput has returned to normal.

Varbinds sent in the trap message: ifName, ifThroughput, ifMinThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: INTERFACE-THROUGHPUT-LOW

haVersionMismatch (1.3.6.1.4.1.5951.1.1.0.68)

This trap indicates that there is a mismatch in the OS version of the netscalers participating in HA.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-VERSION-MISMATCH

haSyncFailure (1.3.6.1.4.1.5951.1.1.0.69)

This trap indicates that config synchronization has failed on secondary.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-SYNC-FAILURE

haNoHeartbeats (1.3.6.1.4.1.5951.1.1.0.70)

This trap indicates that HA heartbeats are not received from the secondary.

Varbinds sent in the trap message: haNicsMonitorFailed, haLastNicMonitorFailed, sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-NO-HEARTBEATS

haBadSecState (1.3.6.1.4.1.5951.1.1.0.71)

This trap indicates that the secondary is in DOWN/UNKNOWN/STAY SECONDARY state.

Varbinds sent in the trap message: haPeerSystemState, sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-BAD-SECONDARY-STATE

interfaceBWUseHigh (1.3.6.1.4.1.5951.1.1.0.72)

This trap is sent when the bandwidth usage of any of the interfaces of the system exceeds the threshold value (configured in Mbits/second)

Varbinds sent in the trap message: ifName, alarmHighThreshold, alarmCurrentValue, platformLicensedThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: INTERFACE-BW-USAGE

interfaceBWUseNormal (1.3.6.1.4.1.5951.1.1.0.73)

This trap is sent when the bandwidth usage of any of the interfaces of the system returns to normal

Varbinds sent in the trap message: ifName, alarmNormalThreshold, alarmCurrentValue, platformLicensedThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: INTERFACE-BW-USAGE

aggregateBWUseHigh (1.3.6.1.4.1.5951.1.1.0.74)

This trap is sent when the aggregate bandwidth usage of the system exceeds the threshold value (configured in Mbits/second)

Varbinds sent in the trap message: alarmHighThreshold, alarmCurrentValue, platformLicensedThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: INTERFACE-BW-USAGE

aggregateBWUseNormal (1.3.6.1.4.1.5951.1.1.0.75)

This trap is sent when the aggregate bandwidth usage of the system returns to normal.

Varbinds sent in the trap message: alarmNormalThreshold, alarmCurrentValue, platformLicensedThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: INTERFACE-BW-USAGE

vserverRhiStateChange (1.3.6.1.4.1.5951.1.1.0.76)

This trap is sent when the vserver RHI state changes.

Varbinds sent in the trap message: alarmVipRhiState, alarmVipRhiInetAddressType, alarmVipRhiInetAddress, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-STATE

rateLmtThresholdExceed (1.3.6.1.4.1.5951.1.1.0.77)

This trap is sent when the client exceeds the ratelimit threshold.

Varbinds sent in the trap message: alarmRateLmtThresholdExceeded, ipAddressGathered, stringComputed, platformLicensedThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: RATE-LIMIT-THRESHOLD-EXCEEDED

monProbeFailed (1.3.6.1.4.1.5951.1.1.0.78)

This trap is sent when the monitor probe fails for configured number of retries in given max retries attempts.

Varbinds sent in the trap message: monServiceName, monitorName, alarmProbeFailedRetries, monitorRetrys, alarmProbeFailedErrorString, sysIpAddress

To receive this trap, enable the following SNMP alarm: MON_PROBE_FAILED

temperatureCpuHigh (1.3.6.1.4.1.5951.1.1.0.79)

This trap indicates that a CPU temperature has gone high.

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: CPU-TEMPERATURE-HIGH

temperatureCpuNormal (1.3.6.1.4.1.5951.1.1.0.80)

This trap indicates that a CPU temperature has returned to normal.

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, alarmNormalThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: CPU-TEMPERATURE-HIGH

entityofs (1.3.6.1.4.1.5951.1.1.0.81)

This trap is sent when the state of entities such as vserver, physicalservice or servicegroup changes to OUT OF SERVICE

Varbinds sent in the trap message: entityName, alarmEntityCurState, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-STATE

powerSupplyFailed (1.3.6.1.4.1.5951.1.1.0.82)

This trap is sent when power supply has failed or disconnected from the system

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, sysHealthPowerSupplyStatus, sysIpAddress

To receive this trap, enable the following SNMP alarm: POWER-SUPPLY-FAILURE

powerSupplyNormal (1.3.6.1.4.1.5951.1.1.0.83)

This trap is sent when power supply status returned back to normal

Varbinds sent in the trap message: sysHealthCounterName, sysHealthCounterValue, sysHealthPowerSupplyStatus, sysIpAddress

To receive this trap, enable the following SNMP alarm: POWER-SUPPLY-FAILURE

entityNameChanged (1.3.6.1.4.1.5951.1.1.0.84)

This trap is sent when vserver/service/sgroup/lbgroup/server entity is renamed

Varbinds sent in the trap message: entityName, entityOldName, entityNewName, sysIpAddress

To receive this trap, enable the following SNMP alarm: ENTITY-NAME-CHANGE

haPropFailure (1.3.6.1.4.1.5951.1.1.0.85)

This trap indicates that config propagation has failed on secondary.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-PROP-FAILURE

ipConflict (1.3.6.1.4.1.5951.1.1.0.86)

This trap indicates that ip conflict is present with another device in the network.

Varbinds sent in the trap message: ipConflictAddr, ipConflictMacAddr, sysIpAddress

To receive this trap, enable the following SNMP alarm: IP-CONFLICT

appfwStartUrl (1.3.6.1.4.1.5951.1.1.0.87)

This trap indicates that AppFirewall Start URL violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-START-URL

appfwDenyUrl (1.3.6.1.4.1.5951.1.1.0.88)

This trap indicates that AppFirewall Deny URL violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-DENY-URL

appfwRefererHeader (1.3.6.1.4.1.5951.1.1.0.89)

This trap indicates that AppFirewall Referer Header violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-REFERER-HEADER

appfwCSRFTag (1.3.6.1.4.1.5951.1.1.0.90)

This trap indicates that AppFirewall CSRF Tag violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-CSRF-TAG

appfwCookie (1.3.6.1.4.1.5951.1.1.0.91)

This trap indicates that AppFirewall Cookie violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-COOKIE

appfwFieldConsistency (1.3.6.1.4.1.5951.1.1.0.92)

This trap indicates that AppFirewall Field Consistency violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-FIELD-CONSISTENCY

appfwBufferOverflow (1.3.6.1.4.1.5951.1.1.0.93)

This trap indicates that AppFirewall Buffer Overflow violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-BUFFER-OVERFLOW

appfwFieldFormat (1.3.6.1.4.1.5951.1.1.0.94)

This trap indicates that AppFirewall Field Format violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-FIELD-FORMAT

appfwSafeCommerce (1.3.6.1.4.1.5951.1.1.0.95)

This trap indicates that AppFirewall Safe Commerce violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-SAFE-COMMERCE

appfwSafeObject (1.3.6.1.4.1.5951.1.1.0.96)

This trap indicates that AppFirewall Safe Object violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-SAFE-OBJECT

appfwPolicyHit (1.3.6.1.4.1.5951.1.1.0.97)

This trap indicates that AppFirewall Policy Hit occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-POLICY-HIT

appfwXSS (1.3.6.1.4.1.5951.1.1.0.98)

This trap indicates that AppFirewall Cross Site Scripting violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-XSS

appfwXMLXSS (1.3.6.1.4.1.5951.1.1.0.99)

This trap indicates that AppFirewall XML Cross Site Scripting violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-XML-XSS

appfwSQL (1.3.6.1.4.1.5951.1.1.0.100)

This trap indicates that AppFirewall SQL violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-SQL

appfwXMLSQL (1.3.6.1.4.1.5951.1.1.0.101)

This trap indicates that AppFirewall XML SQL violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-XML-SQL

appfwXMLAttachment (1.3.6.1.4.1.5951.1.1.0.102)

This trap indicates that AppFirewall XML Attachment violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-XML-ATTACHMENT

appfwXMLDos (1.3.6.1.4.1.5951.1.1.0.103)

This trap indicates that AppFirewall XML DoS violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-XML-DOS

appfwXMLValidation (1.3.6.1.4.1.5951.1.1.0.104)

This trap indicates that AppFirewall XML Validation violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-XML-VALIDATION

appfwXMLWSI (1.3.6.1.4.1.5951.1.1.0.105)

This trap indicates that AppFirewall XML WSI violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-XML-WSI

appfwXMLSchemaCompile (1.3.6.1.4.1.5951.1.1.0.106)

This trap indicates that AppFirewall XML Schema Compile violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-XML-SCHEMA-COMPILE

appfwXMLSoapFault (1.3.6.1.4.1.5951.1.1.0.107)

This trap indicates that AppFirewall XML Soap Fault violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-XML-SOAP-FAULT

dnskeyExpiry (1.3.6.1.4.1.5951.1.1.0.108)

This trap is sent as an advance notification when an DNSKEY is due to expire.

Varbinds sent in the trap message: dnskeyName, dnskeyTimeToExpire, dnskeyUnitsOfExpiry, sysIpAddress

To receive this trap, enable the following SNMP alarm: DNSKEY-EXPIRY

platformRateLimitThresholdHigh (1.3.6.1.4.1.5951.1.1.0.109)

This trap indicates that the platform rate limit (in Mbps) has exceeded the threshold

Varbinds sent in the trap message: alarmHighThreshold, alarmCurrentValue, platformLicensedThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: PF-RL-RATE-THRESHOLD

platformRateLimitThresholdNormal (1.3.6.1.4.1.5951.1.1.0.110)

This trap indicates that the platform rate limit (in Mbps) has come back to normal

Varbinds sent in the trap message: alarmNormalThreshold, alarmCurrentValue, platformLicensedThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: PF-RL-RATE-THRESHOLD

platformPpsLimitThresholdHigh (1.3.6.1.4.1.5951.1.1.0.111)

This trap indicates that the platform packets per second (pps) limit has exceeded the threshold

Varbinds sent in the trap message: alarmHighThreshold, alarmCurrentValue, platformLicensedPPS, sysIpAddress

To receive this trap, enable the following SNMP alarm: PF-RL-PPS-THRESHOLD

platformPpsLimitThresholdNormal (1.3.6.1.4.1.5951.1.1.0.112)

This trap indicates that the platform packets per second (pps) limit has come back to normal

Varbinds sent in the trap message: alarmNormalThreshold, alarmCurrentValue, platformLicensedPPS, sysIpAddress

To receive this trap, enable the following SNMP alarm: PF-RL-PPS-THRESHOLD

platformRateLimitPktDrop (1.3.6.1.4.1.5951.1.1.0.113)

This trap is sent when packets are dropped due to platform rate limit (in Mbps) being reached

Varbinds sent in the trap message: platformRateLimitPacketDropCount, platformLicensedThroughput, sysIpAddress

To receive this trap, enable the following SNMP alarm: PF-RL-RATE-PKTS-DROPPED

platformPpsLimitPktDrop (1.3.6.1.4.1.5951.1.1.0.114)

This trap is sent when packets are dropped due to platform packets per second (pps) limit being reached

Varbinds sent in the trap message: platformRateLimitPacketDropCount, platformLicensedPPS, sysIpAddress

To receive this trap, enable the following SNMP alarm: PF-RL-PPS-PKTS-DROPPED

DataStreamRateLimitHit (1.3.6.1.4.1.5951.1.1.0.115)

DateStream Rate-Limiting is Removed. So, this trap is not required.

haLicenseCheck (1.3.6.1.4.1.5951.1.1.0.116)

This trap is sent when the NetScaler comes up and tells the state HA license check whether it is matched or mismatched

Varbinds sent in the trap message: haLicenseMatchState, sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-LICENSE-MISMATCH

sslCardFailed (1.3.6.1.4.1.5951.1.1.0.117)

This trap is sent when SSL Card has failed

Varbinds sent in the trap message: sslCardStatusMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: SSL-CARD-FAILED

sslCardNormal (1.3.6.1.4.1.5951.1.1.0.118)

This trap is sent when SSL Card status returned back to normal

Varbinds sent in the trap message: sslCardStatusMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: SSL-CARD-NORMAL

warmRestartEvent (1.3.6.1.4.1.5951.1.1.0.119)

This trap is sent when a Warm Restart Event occurred

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: WARM-RESTART-EVENT

hardDiskDriveErrors (1.3.6.1.4.1.5951.1.1.0.120)

This trap is sent when Hard Disk Drive Errors are seen on the system

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HARD-DISK-DRIVE-ERRORS

compactFlashErrors (1.3.6.1.4.1.5951.1.1.0.121)

This trap is sent when Compact Flash Errors are seen on the system

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: COMPACT-FLASH-ERRORS

callHomeUploadEvent (1.3.6.1.4.1.5951.1.1.0.122)

This trap is sent when an attempt to upload Show Tech Support Archive has been made

Varbinds sent in the trap message: callHomeUploadEventStatusMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: CALLHOME-UPLOAD-EVENT

rsa1024KeyExThresholdHigh (1.3.6.1.4.1.5951.1.1.0.123)

This trap is sent when RSA 1024 key exchange limit has exceeded the threshold

Varbinds sent in the trap message: alarmHighThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: 1024KEY-EXCHANGE-RATE

rsa1024KeyExThresholdNormal (1.3.6.1.4.1.5951.1.1.0.124)

This trap is sent when RSA 1024 key exchange limit returns back to normal

Varbinds sent in the trap message: alarmNormalThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: 1024KEY-EXCHANGE-RATE

rsa2048KeyExThresholdHigh (1.3.6.1.4.1.5951.1.1.0.125)

This trap is sent when RSA 2048 key exchange rate limit has exceeded the threshold

Varbinds sent in the trap message: alarmHighThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: 2048KEY-EXCHANGE-RATE

rsa2048KeyExThresholdNormal (1.3.6.1.4.1.5951.1.1.0.126)

This trap is sent when RSA 2048 key exchange rate limit returns back to normal

Varbinds sent in the trap message: alarmNormalThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: 2048KEY-EXCHANGE-RATE

rsa4096KeyExThresholdHigh (1.3.6.1.4.1.5951.1.1.0.127)

This trap is sent when RSA 4096 key exchange rate limit has exceeded the threshold

Varbinds sent in the trap message: alarmHighThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: 4096KEY-EXCHANGE-RATE

rsa4096KeyExThresholdNormal (1.3.6.1.4.1.5951.1.1.0.128)

This trap is sent when RSA 4096 key exchange rate limit returns back to normal

Varbinds sent in the trap message: alarmNormalThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: 4096KEY-EXCHANGE-RATE

sslCurSessionInUseHigh (1.3.6.1.4.1.5951.1.1.0.129)

This trap is sent when SSL current session in use has exceeded the threshold

Varbinds sent in the trap message: alarmHighThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: SSL-CUR-SESSION-INUSE

sslCurSessionInUseNormal (1.3.6.1.4.1.5951.1.1.0.130)

This trap is sent when SSL current session in use returns back to normal

Varbinds sent in the trap message: alarmNormalThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: SSL-CUR-SESSION-INUSE

clusterNodeHealth (1.3.6.1.4.1.5951.1.1.0.131)

This trap is sent by all cluster nodes when their health state changes. This trap is also sent when a peer node goes down.

Varbinds sent in the trap message: clNodeIP, clNodeEffectiveHealth, clNodeHealthReason, sysIpAddress

To receive this trap, enable the following SNMP alarm: CLUSTER-NODE-HEALTH

clusterNodeQuorum (1.3.6.1.4.1.5951.1.1.0.132)

This trap indicates whether the node view of cluster has quorum or not.

Varbinds sent in the trap message: clNodeViewQuorum, sysIpAddress

To receive this trap, enable the following SNMP alarm: CLUSTER-NODE-QUORUM

clusterVersionMismatch (1.3.6.1.4.1.5951.1.1.0.133)

This trap is sent when there is a version mismatch among the cluster nodes.

Varbinds sent in the trap message: clNodeIP, sysIpAddress

To receive this trap, enable the following SNMP alarm: CLUSTER-VERSION-MISMATCH

clusterCCOChange (1.3.6.1.4.1.5951.1.1.0.134)

This trap is sent when the Configuration Coordinator of the cluster changes.

Varbinds sent in the trap message: oldCCOIP, newCCOIP, sysIpAddress

To receive this trap, enable the following SNMP alarm: CLUSTER-CCO-CHANGE

clusterOVSChange (1.3.6.1.4.1.5951.1.1.0.135)

This trap is sent when cluster operational view set(OVS) changes.

Varbinds sent in the trap message: oldOVS, newOVS, sysIpAddress

To receive this trap, enable the following SNMP alarm: CLUSTER-OVS-CHANGE

clusterSyncFailure (1.3.6.1.4.1.5951.1.1.0.136)

This trap is sent by cluster nodes when there is a sync failure.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: CLUSTER-SYNC-FAILURE

clusterPropFailure (1.3.6.1.4.1.5951.1.1.0.137)

This trap is sent when cluster propagation of configurations fails/times out.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: CLUSTER-PROP-FAILURE

stickyPrimary (1.3.6.1.4.1.5951.1.1.0.138)

This trap is sent when max flips are completed and we do not give up primary ownership inspite of route monitor failure.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-STICKY-PRIMARY

inbandProtocolVersionMismatch (1.3.6.1.4.1.5951.1.1.0.139)

This trap is sent when there is inband protocol mismatch between Qosd and BR.

Varbinds sent in the trap message: qosdVersion, brVersion, sysIpAddress

To receive this trap, enable the following SNMP alarm: INBAND-PROTOCOL-VERSION-MISMATCH

sslChipReinit (1.3.6.1.4.1.5951.1.1.0.140)

This trap is sent when a SSL chip reinitialize occurs.

Varbinds sent in the trap message: sslChipName, sslChipReinitCount, sysIpAddress

To receive this trap, enable the following SNMP alarm: SSL-CHIP-REINIT

appfwViolations (1.3.6.1.4.1.5951.1.1.0.141)

This trap indicates that AppFirewall Unknow Content-Type violation occurred.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-VIOLATIONS-TYPE

vridStateChange (1.3.6.1.4.1.5951.1.1.0.142)

This trap is sent when the state of VRID changes in ACTIVE/ACTIVE setup

Varbinds sent in the trap message: vrid, vridBoundVIP, newVridPriority, effectiveVridPriority, sysIpAddress

To receive this trap, enable the following SNMP alarm: VRID-STATE-CHANGE

portAllocFailed (1.3.6.1.4.1.5951.1.1.0.143)

This trap is sent on port allocation failure

Varbinds sent in the trap message: dstip, sysIpAddress

To receive this trap, enable the following SNMP alarm: PORT-ALLOC-FAILED

lldpRemTablesChange (1.3.6.1.4.1.5951.1.1.0.144)

This trap is sent on any insert/delete in lldpRemManAddrTable

Varbinds sent in the trap message: lldpRemLocalPortNum, lldpRemChassisId, lldpRemPortId, sysIpAddress

To receive this trap, enable the following SNMP alarm: LLDP-REMOTE-CHANGE

ipv6AddressDuplicated (1.3.6.1.4.1.5951.1.1.0.145)

This trap indicates that ipv6 address got duplicated in the network.

Varbinds sent in the trap message: nsIPAddressType, nsIPAddress, sysIpAddress

To receive this trap, enable the following SNMP alarm: DUPLICATE-IPV6

lsnPortAllocFailed (1.3.6.1.4.1.5951.1.1.0.146)

This trap is sent when a LSN Subscriber is unable to allocate port

Varbinds sent in the trap message: lsnGrpName, lsnSubscrTD, protocol, sysIpAddress

To receive this trap, enable the following SNMP alarm: LSN-PORTALLOC-FAILED

lsnPortQuotaExceed (1.3.6.1.4.1.5951.1.1.0.147)

This trap is sent when a LSN Subscriber exceeds its Port Quota

Varbinds sent in the trap message: lsnGrpName, lsnSubscrTD, protocol, sysIpAddress

To receive this trap, enable the following SNMP alarm: LSN-PORTQUOTA-EXCEED

lsnSessionQuotaExceed (1.3.6.1.4.1.5951.1.1.0.148)

This trap is sent when a LSN Subscriber exceeds its Session Quota

Varbinds sent in the trap message: lsnGrpName, lsnSubscrTD, protocol, lsnSessLimitExceededBy, sysIpAddress

To receive this trap, enable the following SNMP alarm: LSN-SESSIONQUOTA-EXCEED

haVersionMatched (1.3.6.1.4.1.5951.1.1.0.149)

This trap indicates that the mismatched OS version of the netscalers in HA has been corrected.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-VERSION-MISMATCH

haSyncSucceded (1.3.6.1.4.1.5951.1.1.0.150)

This trap indicates that config synchronization has succeded on secondary.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-SYNC-FAILURE

haSecondaryStateNormal (1.3.6.1.4.1.5951.1.1.0.151)

This trap indicates that the secondary has come back to normal UP state.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-BAD-SECONDARY-STATE

haHeartbeatsRecvd (1.3.6.1.4.1.5951.1.1.0.152)

This trap indicates that Heartbeats have been received on the specified interface.

Varbinds sent in the trap message: haNicMonitorSucceeded, sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-NO-HEARTBEATS

vserverSpillOver (1.3.6.1.4.1.5951.1.1.0.153)

This trap is sent when the entity(client connections,health,bandwidth etc.) corresponding to the configured spillover method hits the spillover threshold on a vserver

Varbinds sent in the trap message: vsvrName, vsvrCurSoValue, vsvrSoMethod, vsvrSoThresh, vsvrFullName, sysIpAddress

To receive this trap, enable the following SNMP alarm: VSERVER-SPILLOVER

haPropSuccess (1.3.6.1.4.1.5951.1.1.0.154)

This trap indicates that config propagation has succeeded on secondary after a previous failure.

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: HA-PROP-FAILURE

partitionConfigEvent (1.3.6.1.4.1.5951.1.1.0.155)

This trap is sent on partition addition or removal

Varbinds sent in the trap message: nsPartitionName, operation, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-CONFIG-EVENT

partitionSwitched (1.3.6.1.4.1.5951.1.1.0.156)

This trap is sent on partition switching

Varbinds sent in the trap message: fromPartition, toPartition, nsUserName, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-SWITCHED

partitionCONNLimitExceeded (1.3.6.1.4.1.5951.1.1.0.157)

This trap indicates that the current connection count for the partition has exceeded the configured limit.

Varbinds sent in the trap message: alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-RATE-LIMIT

partitionCONNLimitNormal (1.3.6.1.4.1.5951.1.1.0.158)

This trap indicates that the partition can now accept a new connection as per configured limit.

Varbinds sent in the trap message: alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-RATE-LIMIT

partitionBWLimitExceeded (1.3.6.1.4.1.5951.1.1.0.159)

This trap is sent when the bandwidth usage of the partition exceeds the configured limit.

Varbinds sent in the trap message: alarmHighThreshold, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-RATE-LIMIT

clusterBackplaneHBMissing (1.3.6.1.4.1.5951.1.1.0.160)

This trap is sent when heartbeat is missing on backplane of cluster node

Varbinds sent in the trap message: clPeerID, sysIpAddress

To receive this trap, enable the following SNMP alarm: CLUSTER-BACKPLANE-HB-MISSING

pooledLicenseGraceStarted (1.3.6.1.4.1.5951.1.1.0.161)

This trap is sent when pooled license is running on grace

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: POOLED-LICENSE-ONGRACE

pooledLicenseGraceNormal (1.3.6.1.4.1.5951.1.1.0.162)

This trap is sent when pooled license was running on grace and now it's normal

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: POOLED-LICENSE-ONGRACE

pooledLicenseGracePeriodOver (1.3.6.1.4.1.5951.1.1.0.163)

This trap is sent when pooled license was running on grace and it's time period is over

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: POOLED-LICENSE-ONGRACE

pooledLicenseCapacityPartial (1.3.6.1.4.1.5951.1.1.0.164)

This trap is sent when system is running on partial capacity

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: POOLED-LICENSE-PARTIAL

pooledLicenseCapacityNormal (1.3.6.1.4.1.5951.1.1.0.165)

This trap is sent when system was running on partial capacity and now it has returned to normal

Varbinds sent in the trap message: sysIpAddress

To receive this trap, enable the following SNMP alarm: POOLED-LICENSE-PARTIAL

gslbSiteMEPflap (1.3.6.1.4.1.5951.1.1.0.166)

This trap is sent when the GSLB site MEP flaps.

Varbinds sent in the trap message: gslbSite, siteIP, sysIpAddress

To receive this trap, enable the following SNMP alarm: GSLB-SITE-MEP-FLAP

lsnMemRecoveryKickedin (1.3.6.1.4.1.5951.1.1.0.167)

This trap is sent when a LSN Memory Recovery is kicked in

Varbinds sent in the trap message: lsnCurSharedPages, lsnTotSharedPages, sysIpAddress

To receive this trap, enable the following SNMP alarm: LSN-MEM-RECOVERY-KICKEDIN

dnsMaxNegCacheLimitHit (1.3.6.1.4.1.5951.1.1.0.168)

This trap indicates that the max negative cache allocated for DNS has reached.

Varbinds sent in the trap message: dnsCacheThreshold, dnsCurCacheValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: DNS-MAXNEGCACHE-USAGE

dnsMaxCacheLimitHit (1.3.6.1.4.1.5951.1.1.0.169)

This trap indicates that the max cache allocated for DNS has reached.

Varbinds sent in the trap message: dnsCacheThreshold, dnsCurCacheValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: DNS-MAXCACHE-USAGE

partitionCONNThresholdReached (1.3.6.1.4.1.5951.1.1.0.170)

This trap indicates that the number of active connections for this partition has crossed its high threshold limit.

Varbinds sent in the trap message: alarmHighThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-RATE-LIMIT

partitionCONNThresholdNormal (1.3.6.1.4.1.5951.1.1.0.171)

This trap indicates that the current connection count for the partition is within normal threshold limit.

Varbinds sent in the trap message: alarmNormalThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-RATE-LIMIT

partitionBWThresholdReached (1.3.6.1.4.1.5951.1.1.0.172)

This trap is sent when the bandwidth usage of the partition exceeds the high threshold limit.

Varbinds sent in the trap message: alarmHighThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-RATE-LIMIT

partitionMEMThresholdReached (1.3.6.1.4.1.5951.1.1.0.173)

This trap indicates that the memory usage of the partition has crossed its high threshold limit.

Varbinds sent in the trap message: nsCPUname, alarmHighThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-RATE-LIMIT

partitionMEMThresholdNormal (1.3.6.1.4.1.5951.1.1.0.174)

This trap indicates that the current memory usage of the partition is within normal threshold limit.

Varbinds sent in the trap message: nsCPUname, alarmNormalThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-RATE-LIMIT

partitionMEMLimitExceeded (1.3.6.1.4.1.5951.1.1.0.175)

This trap indicates that the memory usage of the partition has exceeded the configured memory limit.

Varbinds sent in the trap message: nsCPUname, alarmHighThreshold, alarmCurrentValue, sysIpAddress

To receive this trap, enable the following SNMP alarm: PARTITION-RATE-LIMIT

appfwSessionLimit (1.3.6.1.4.1.5951.1.1.0.176)

This trap indicates that AppFirewall is operating at Max Session Limit.

Varbinds sent in the trap message: appfwLogMsg, sysIpAddress

To receive this trap, enable the following SNMP alarm: APPFW-SESSION-LIMIT