JUNIPER-FABRIC-MIB
28 objects
The MIB modules representing Juniper Networks fabric Manager
Imported Objects
| HCNUM-TC | CounterBasedGauge64 |
| JUNIPER-SMI | jnxFabricMibRoot |
| SNMPv2-SMI | Counter64 Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2636.3.81.1 | IdentityjnxFabricMib | The MIB modules representing Juniper Networks fabric Manager | ||
| 1.3.6.1.4.1.2636.3.81.1.1 | NodejnxFabricMibObjects | |||
| 1.3.6.1.4.1.2636.3.81.1.1.1 | NodejnxFabricStatistics | |||
| 1.3.6.1.4.1.2636.3.81.1.1.1.1 | TablejnxFabricSourceStatisticsTable | not-accessible | current | A list of fabric statistics entries based on the source of statistics. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1 | RowjnxFabricSourceStatisticsEntry | not-accessible | current | An entry of fabric source statistics table. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.1 | ColumnjnxFabricSourceType | not-accessible | current | Source fabric type. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.2 | ColumnjnxFabricSourceSlot | not-accessible | current | Denotes plane number for switch-fabric / slot number for linecard. If there is no per plane statistics available, then it shall be 65535. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.3 | ColumnjnxFabricSourcePfe | not-accessible | current | Denotes pfe number. It is applicable only when source type is linecard and shall be 65535 for switch-fabric. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.4 | ColumnjnxFabricDestinationType | not-accessible | current | Destination fabric type. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.5 | ColumnjnxFabricDestinationSlot | not-accessible | current | Denotes plane number for switch-fabric / slot number for linecard. If there is no per plane statistics available, then it shall be 65535. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.6 | ColumnjnxFabricDestinationPfe | not-accessible | current | Denotes pfe number. It is applicable only when destination type is linecard and shall be 65535 for switch-fabric. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.7 | ColumnjnxFabricSourceStatisticsPriority | not-accessible | current | Statistics priority. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.8 | ColumnjnxFabricSourceStatisticsPackets | read-only | current | Number of packets transmitted for a source. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.9 | ColumnjnxFabricSourceStatisticsBytes | read-only | current | Number of bytes transmitted for a source. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.10 | ColumnjnxFabricSourceStatisticsPps | read-only | current | Rate of transmission in packets per second for a source. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.11 | ColumnjnxFabricSourceStatisticsBps | read-only | current | Rate of transmission in bytes per second for a source. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.12 | ColumnjnxFabricSourceStatisticsDropPackets | read-only | current | Number of packets dropped for a source. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.13 | ColumnjnxFabricSourceStatisticsDropBytes | read-only | current | Number of bytes dropped for a source. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.14 | ColumnjnxFabricSourceStatisticsDropPps | read-only | current | Drop rate in packets per second for a source. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.15 | ColumnjnxFabricSourceStatisticsDropBps | read-only | current | Drop rate in bytes per second for a source. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.16 | ColumnjnxFabricSourceStatisticsQueueDepthAverage | read-only | current | Average queue depth, if applicable for a source type. Else it shall be 0. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.17 | ColumnjnxFabricSourceStatisticsQueueDepthCurrent | read-only | current | Current queue depth, if applicable for a source type. Else it shall be 0. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.18 | ColumnjnxFabricSourceStatisticsQueueDepthPeak | read-only | current | Peak queue depth, if applicable for a source type. Else it shall be 0. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.19 | ColumnjnxFabricSourceStatisticsQueueDepthMaximum | read-only | current | Maximum queue depth, if applicable for a source type. Else it shall be 0. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.20 | ColumnjnxFabricSourceStatisticsErrorPackets | read-only | current | Number of errror packets for a source. |
| 1.3.6.1.4.1.2636.3.81.1.1.1.1.1.21 | ColumnjnxFabricSourceStatisticsErrorPps | read-only | current | Error rate in packets per second for a source. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| JnxFabricStatisticsPriority | INTEGER { high(0), low(1), all(255) } | current | A value representing fabric statisitcs priority, if applicable. high(0) Indicates high priority low(1) Indicates low priority all(255) Indicates no specific priority |
| JnxFabricType | INTEGER { switch-fabric(1), linecard(2) } | current | A value representing fabric statistics source or destination type. switch-fabric(1) Indicates switch-fabric linecard(2) Indicates linecard |