JUNIPER-DCU-MIB: View SNMP OID List / Download MIB
VENDOR: JUNIPER
Home | MIB: JUNIPER-DCU-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
jnxDCUs | 1.3.6.1.4.1.2636.3.6 |
This is Juniper Networks' implementation of enterprise specific MIB for Destination Class Usage (DCU) |
||
jnxDCUsTable | 1.3.6.1.4.1.2636.3.6.1 | no-access |
A list of DCUs entries. |
|
1.3.6.1.4.1.2636.3.6.1.1 | no-access |
An entry of DCUs table. |
||
jnxDCUSrcIfIndex | 1.3.6.1.4.1.2636.3.6.1.1.1 | interfaceindex | read-only |
The source interface index. This is the ifIndex that the traffic is coming from and the statistics is counted for the specified DCU entry. |
jnxDCUDstClassName | 1.3.6.1.4.1.2636.3.6.1.1.2 | displaystring | read-only |
The name of the destination class. This is the name of a valid configuration group defining a set of IP addresses and/or prefixes. |
jnxDCUPackets | 1.3.6.1.4.1.2636.3.6.1.1.3 | counter64 | read-only |
The number of packets being counted pertaining to the specified DCU entry. |
jnxDCUBytes | 1.3.6.1.4.1.2636.3.6.1.1.4 | counter64 | read-only |
The number of bytes being counted pertaining to the specified DCU entry. |
jnxDcuStatsTable | 1.3.6.1.4.1.2636.3.6.2 | no-access |
This table contains statistics for traffic that satisfies the rules in each configured Destination Class. A separate set of statistics are kept for each Destination Class on each interface and address family on which this feature is enabled. |
|
1.3.6.1.4.1.2636.3.6.2.1 | no-access |
Each entry in this table contains a set of statistics for all traffic received on a specific interface and belonging to a specific address family that matches a specific Destination Class. |
||
jnxDcuStatsSrcIfIndex | 1.3.6.1.4.1.2636.3.6.2.1.1 | interfaceindex | no-access |
The ifIndex of the ingress interface for traffic counted in this entry. |
jnxDcuStatsAddrFamily | 1.3.6.1.4.1.2636.3.6.2.1.2 | integer | no-access |
The address family of this entry's traffic. Enumeration: 'ipv4': 1, 'ipv6': 2. |
jnxDcuStatsClassName | 1.3.6.1.4.1.2636.3.6.2.1.3 | snmpadminstring | no-access |
The name of the destination class. |
jnxDcuStatsPackets | 1.3.6.1.4.1.2636.3.6.2.1.4 | counter64 | read-only |
The number of packets received on this interface, belonging to this address family that match this Destination Class. |
jnxDcuStatsBytes | 1.3.6.1.4.1.2636.3.6.2.1.5 | counter64 | read-only |
The number of bytes received on this interface, belonging to this address family that match this Destination Class. |
jnxDcuStatsClName | 1.3.6.1.4.1.2636.3.6.2.1.6 | snmpadminstring | read-only |
The name of the destination class. This object is a duplicate of jnxDcuStatsClassName and is included to satisfy those NM applications that can't extract the name from the instance portion of the OID. |