NBS-SLA-MIB
- Registered at
- 1.3.6.1.4.1.629.216
- Last updated
- 2016-10-19 00:00
- Organization
- NBS
- Namespace
- mrv
- Source file
NBS-SLA-MIB- Digest
sha256:7bd1b9306480e06a2a257ee232fbf3d3a5b4721d9e14e0f60cd0c1d652568d43
Description
MIB for representing Service Level Agreement (SLA) information
Contact
For technical support, please contact your service channel
Imports
| From | Symbols |
|---|---|
| IF-MIB | InterfaceIndex |
| NBS-MIB | nbs |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Counter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
IANAifType-MIB IF-MIB NBS-MIB NBS-SLA-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| nbsSlaTrafficGenGrp OBJECT-IDENTITY Traffic Generation configuration and reporting capabilities | 1.3.6.1.4.1.629.216.1 | current | ||
| nbsSlaTrafficGenTableSize OBJECT-TYPE The number of entries in nbsSlaTrafficGenTable | 1.3.6.1.4.1.629.216.1.1 | Unsigned32 | read-only | current |
| nbsSlaTrafficGenTable OBJECT-TYPE Traffic Generation information. | 1.3.6.1.4.1.629.216.1.2 | not-accessible | current | |
| nbsSlaTrafficGenEntry OBJECT-TYPE The Traffic Generation port's information | 1.3.6.1.4.1.629.216.1.2.1 | not-accessible | current | |
| nbsSlaTrafficGenIfIndex OBJECT-TYPE The Mib2 ifIndex of this Traffic Generation port | 1.3.6.1.4.1.629.216.1.2.1.1 | InterfaceIndex | not-accessible | current |
| nbsSlaTrafficGenAction OBJECT-TYPE Different actions to activate the traffic generation. There are three frame generation activities: specify, start, and stop. Specifying and actually starting traffic may be done together or separately. In fact, it is reasonable to specify once, then start (and stop) many times. | 1.3.6.1.4.1.629.216.1.2.1.2 | INTEGER {notSupported(1), start(2), stop(3)} | read-write | current |
| nbsSlaTrafficGenFrameSize OBJECT-TYPE Frame Size range from 64 to 9600 | 1.3.6.1.4.1.629.216.1.2.1.3 | INTEGER (64..9600) | read-write | current |
| nbsSlaTrafficGenFrameSizeType OBJECT-TYPE Specifies the size of generated frames: random, or per 'nbsSlaTrafficGenFrameSize' bytes. The random value range is limited by ANDing it with (the mask value) 'nbsSlaTrafficGenFrameSize'; a zero result is treated as 64. | 1.3.6.1.4.1.629.216.1.2.1.4 | INTEGER {notSupported(1), random(2), fixed(3)} | read-write | current |
| nbsSlaTrafficGenFrameCount OBJECT-TYPE Number of frames to generate when a fixed count is desired. | 1.3.6.1.4.1.629.216.1.2.1.5 | Unsigned32 (1..4294967294) | read-write | current |
| nbsSlaTrafficGenFrameCountType OBJECT-TYPE Specifies how many frames to generate: a continuous stream that is manually stopped, or a fixed count. | 1.3.6.1.4.1.629.216.1.2.1.6 | INTEGER {notSupported(1), continuous(2), fixed(3)} | read-write | current |
| nbsSlaTrafficGenInterPacketGap OBJECT-TYPE Specifies the number of bytes between generated frames; this determines the traffic rate. The default (1249928) sets an approx rate of 100/10/1 fps at 1000/100/10 Mbps. | 1.3.6.1.4.1.629.216.1.2.1.7 | INTEGER (12..134217727) | read-write | current |
| nbsSlaTrafficGenMaxHeaders OBJECT-TYPE Maximum number of bytes supported in nbsSlaTrafficGenHeaders; zero if not supported | 1.3.6.1.4.1.629.216.1.2.1.8 | INTEGER | read-only | current |
| nbsSlaTrafficGenMaxPattern OBJECT-TYPE Maximum number of bytes supported in nbsSlaTrafficGenPattern; zero if not supported | 1.3.6.1.4.1.629.216.1.2.1.9 | INTEGER | read-only | current |
| nbsSlaTrafficGenHeaders OBJECT-TYPE Specifies the 48 bytes following the first 64 bytes of generated frames. The remainder of the frame is filled with Pattern bytes. | 1.3.6.1.4.1.629.216.1.2.1.10 | OCTET STRING (SIZE(48)) | read-write | current |
| nbsSlaTrafficGenDa OBJECT-TYPE Destination Address - MAC address | 1.3.6.1.4.1.629.216.1.2.1.11 | OCTET STRING (SIZE(6)) | read-write | current |
| nbsSlaTrafficGenDaType OBJECT-TYPE Specifies the handling of the DA in the Header bytes: generate a random value for each frame, use the same value for each frame, or increment the initial value by 1 for each frame. | 1.3.6.1.4.1.629.216.1.2.1.12 | INTEGER {notSupported(1), random(2), fixed(3), increment(4)} | read-write | current |
| nbsSlaTrafficGenSa OBJECT-TYPE Source Address - MAC address | 1.3.6.1.4.1.629.216.1.2.1.13 | OCTET STRING (SIZE(6)) | read-write | current |
| nbsSlaTrafficGenSaType OBJECT-TYPE Specifies the handling of the SA in the Header bytes: generate a random value for each frame, use the same value for each frame, or increment the initial value by 1 for each frame. | 1.3.6.1.4.1.629.216.1.2.1.14 | INTEGER {notSupported(1), random(2), fixed(3), increment(4)} | read-write | current |
| nbsSlaTrafficGenTag OBJECT-TYPE VLAN tag or e-type plus initial data If VLAN tagging is not specified (i.e. Tag does not begin as 81-00), then the first two bytes of Tag define the frame type, and the last two Tag bytes are the first two data bytes | 1.3.6.1.4.1.629.216.1.2.1.15 | OCTET STRING (SIZE(4)) | read-write | current |
| nbsSlaTrafficGenTagType OBJECT-TYPE Specifies the handling of the Tag in the Header bytes: generate a random value for each frame, use the same value for each frame, or increment the initial value by 1 for each frame. | 1.3.6.1.4.1.629.216.1.2.1.16 | INTEGER {notSupported(1), random(2), fixed(3), increment(4)} | read-write | current |
| nbsSlaTrafficGenPattern OBJECT-TYPE The one to four Pattern bytes are replicated as needed to fill-out the frame to the specified size | 1.3.6.1.4.1.629.216.1.2.1.17 | OCTET STRING (SIZE(4)) | read-write | current |
| nbsSlaTrafficGenPatternType OBJECT-TYPE Specifies the handling of the Pattern bytes that fill-out generated frames: generate a random value for each frame, or use the same value for each frame. | 1.3.6.1.4.1.629.216.1.2.1.18 | INTEGER {notSupported(1), random(2), fixed(3)} | read-write | current |
| nbsSlaLossGainGrp OBJECT-IDENTITY Loss Gain Analysis configuration and reporting capabilities | 1.3.6.1.4.1.629.216.2 | current | ||
| nbsSlaLossGainTableSize OBJECT-TYPE The number of entries in nbsSlaLossGainTable | 1.3.6.1.4.1.629.216.2.1 | Unsigned32 | read-only | current |
| nbsSlaLossGainTable OBJECT-TYPE Contains a description of Loss/Gain Traffic Analysis information. | 1.3.6.1.4.1.629.216.2.2 | not-accessible | current | |
| nbsSlaLossGainEntry OBJECT-TYPE Loss/Gain Traffic Analysis entry | 1.3.6.1.4.1.629.216.2.2.1 | not-accessible | current | |
| nbsSlaLossGainIfIndex OBJECT-TYPE The Mib2 ifIndex of this Loss Gain Analysis port | 1.3.6.1.4.1.629.216.2.2.1.1 | InterfaceIndex | not-accessible | current |
| nbsSlaLossGainAction OBJECT-TYPE Traffic Analysis (loss/gain) activity status. | 1.3.6.1.4.1.629.216.2.2.1.2 | INTEGER {notSupported(1), inactive(2), start(3), stop(4), inProgress(5)} | read-write | current |
| nbsSlaLossGainInterval OBJECT-TYPE Traffic Analysis (loss/gain) sampling time interval (sec). Practical range allowed is 10 seconds to 1 day. | 1.3.6.1.4.1.629.216.2.2.1.3 | INTEGER (10..86400) | read-write | current |
| nbsSlaLossGainEthMax OBJECT-TYPE The maximum size of normal Ethernet frames used when tabulating frames by size, to divide the range 1024-2047 in two: 1024 to EthMax, and EthMax+1 to 2047. It is typically 1518, or 1522 for tagged frames. | 1.3.6.1.4.1.629.216.2.2.1.4 | INTEGER | read-only | current |
| nbsSlaLossGainRdAllFrames OBJECT-TYPE The count of all frames (good+bad) lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.5 | Counter64 | read-only | current |
| nbsSlaLossGainRdBadFrames OBJECT-TYPE The count of all bad frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.6 | Counter64 | read-only | current |
| nbsSlaLossGainRdDiscards OBJECT-TYPE The count of all bad frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.7 | Counter64 | read-only | current |
| nbsSlaLossGainRdUcastFrames OBJECT-TYPE The count of good unicast frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.8 | Counter64 | read-only | current |
| nbsSlaLossGainRdMcastFrames OBJECT-TYPE The count of good multicast frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.9 | Counter64 | read-only | current |
| nbsSlaLossGainRdBcastFrames OBJECT-TYPE The count of good broadcast frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.10 | Counter64 | read-only | current |
| nbsSlaLossGainRdSize64 OBJECT-TYPE The count of all 64 byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.11 | Counter64 | read-only | current |
| nbsSlaLossGainRdSize65to127 OBJECT-TYPE The count of all 65-127 byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.12 | Counter64 | read-only | current |
| nbsSlaLossGainRdSize128to255 OBJECT-TYPE The count of all 128-255 byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.13 | Counter64 | read-only | current |
| nbsSlaLossGainRdSize256to511 OBJECT-TYPE The count of all 256-511 byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.14 | Counter64 | read-only | current |
| nbsSlaLossGainRdSize512to1023 OBJECT-TYPE The count of all 512-1023 byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.15 | Counter64 | read-only | current |
| nbsSlaLossGainRdSize1024toEthMax OBJECT-TYPE The count of all 1024-'EthMax' byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.16 | Counter64 | read-only | current |
| nbsSlaLossGainRdSizeEthMaxto2047 OBJECT-TYPE The count of all 'EthMax'+1-2047 byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.17 | Counter64 | read-only | current |
| nbsSlaLossGainRdSize2048to4095 OBJECT-TYPE The count of all 2048-4095 byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.18 | Counter64 | read-only | current |
| nbsSlaLossGainRdSize4096to8191 OBJECT-TYPE The count of all 4096-8191 byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.19 | Counter64 | read-only | current |
| nbsSlaLossGainRdSize8192orMore OBJECT-TYPE The count of all 2048-plus byte frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.20 | Counter64 | read-only | current |
| nbsSlaLossGainRdFrameDivisor OBJECT-TYPE The divisor to calculate frame loss/gain ratios for the most recent interval. | 1.3.6.1.4.1.629.216.2.2.1.21 | Counter64 | read-only | current |
| nbsSlaLossGainRdAllOctets OBJECT-TYPE The count of all frame octets lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.22 | Counter64 | read-only | current |
| nbsSlaLossGainRdBadOctets OBJECT-TYPE The count of bad frame octets observed in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.23 | Counter64 | read-only | current |
| nbsSlaLossGainRdOctetDivisor OBJECT-TYPE The divisor to calculate octet loss/gain ratios for the most recent interval. | 1.3.6.1.4.1.629.216.2.2.1.24 | Counter64 | read-only | current |
| nbsSlaLossGainRdTimeSpan OBJECT-TYPE The time span (tenths of a sec) for the most recent interval. | 1.3.6.1.4.1.629.216.2.2.1.25 | Counter32 | read-only | current |
| nbsSlaLossGainAdAllFrames OBJECT-TYPE The accumulated count of all frames (good+bad) lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.26 | Counter64 | read-only | current |
| nbsSlaLossGainAdBadFrames OBJECT-TYPE The accumulated count of all bad frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.27 | Counter64 | read-only | current |
| nbsSlaLossGainAdDiscards OBJECT-TYPE The count of all bad frames lost/gained (-/+) in the most recent interval. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.28 | Counter64 | read-only | current |
| nbsSlaLossGainAdUcastFrames OBJECT-TYPE The accumulated count of good unicast frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.29 | Counter64 | read-only | current |
| nbsSlaLossGainAdMcastFrames OBJECT-TYPE The accumulated count of good multicast frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.30 | Counter64 | read-only | current |
| nbsSlaLossGainAdBcastFrames OBJECT-TYPE The accumulated count of good broadcast frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.31 | Counter64 | read-only | current |
| nbsSlaLossGainAdSize64 OBJECT-TYPE The accumulated count of all 64 byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.32 | Counter64 | read-only | current |
| nbsSlaLossGainAdSize65to127 OBJECT-TYPE The accumulated count of all 65-127 byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.33 | Counter64 | read-only | current |
| nbsSlaLossGainAdSize128to255 OBJECT-TYPE The accumulated count of all 128-255 byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.34 | Counter64 | read-only | current |
| nbsSlaLossGainAdSize256to511 OBJECT-TYPE The accumulated count of all 256-511 byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.35 | Counter64 | read-only | current |
| nbsSlaLossGainAdSize512to1023 OBJECT-TYPE The accumulated count of all 512-1023 byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.36 | Counter64 | read-only | current |
| nbsSlaLossGainAdSize1024toEthMax OBJECT-TYPE The accumulated count of all 1024-'EthMax' byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.37 | Counter64 | read-only | current |
| nbsSlaLossGainAdSizeEthMaxto2047 OBJECT-TYPE The accumulated count of all 'EthMax'+1-2047 byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.38 | Counter64 | read-only | current |
| nbsSlaLossGainAdSize2048to4095 OBJECT-TYPE The accumulated count of all 2048-4095 byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.39 | Counter64 | read-only | current |
| nbsSlaLossGainAdSize4096to8191 OBJECT-TYPE The accumulated count of all 4096-8191 byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.40 | Counter64 | read-only | current |
| nbsSlaLossGainAdSize8192orMore OBJECT-TYPE The accumulated count of all 8192-plus byte frames lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.41 | Counter64 | read-only | current |
| nbsSlaLossGainAdFrameDivisor OBJECT-TYPE The divisor to calculate frame loss/gain ratios over all intervals. | 1.3.6.1.4.1.629.216.2.2.1.42 | Counter64 | read-only | current |
| nbsSlaLossGainAdAllOctets OBJECT-TYPE The accumulated count of all frame octets lost/gained (-/+) over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.43 | Counter64 | read-only | current |
| nbsSlaLossGainAdBadOctets OBJECT-TYPE The accumulated count of all bad octets observed over all intervals. Not supported value: 0x80000000 | 1.3.6.1.4.1.629.216.2.2.1.44 | Counter64 | read-only | current |
| nbsSlaLossGainAdOctetDivisor OBJECT-TYPE The divisor to calculate octet loss/gain ratios over all intervals. | 1.3.6.1.4.1.629.216.2.2.1.45 | Counter64 | read-only | current |
| nbsSlaLossGainAdTimeSpan OBJECT-TYPE The accumulated time span (tenths of a sec) for all intervals. | 1.3.6.1.4.1.629.216.2.2.1.46 | Counter32 | read-only | current |
| nbsSlaPerfMonGrp OBJECT-IDENTITY Performance Monitoring configuration and reporting capabilities | 1.3.6.1.4.1.629.216.3 | current | ||
| nbsSlaPerfMonTableSize OBJECT-TYPE The number of entries in nbsSlaPerfMonTable | 1.3.6.1.4.1.629.216.3.1 | Counter32 | read-only | current |
| nbsSlaPerfMonTable OBJECT-TYPE Contains a description of Performance Monitoring information. | 1.3.6.1.4.1.629.216.3.2 | not-accessible | current | |
| nbsSlaPerfMonEntry OBJECT-TYPE Performance Monitoring entry | 1.3.6.1.4.1.629.216.3.2.1 | not-accessible | current | |
| nbsSlaPerfMonIfIndex OBJECT-TYPE The Mib2 ifIndex of this Performance Monitoring port | 1.3.6.1.4.1.629.216.3.2.1.1 | InterfaceIndex | not-accessible | current |
| nbsSlaPerfMonAction OBJECT-TYPE Traffic Analysis (performance monitoring) activity status. | 1.3.6.1.4.1.629.216.3.2.1.2 | INTEGER {notSupported(1), inactive(2), start(3), stop(4), reflect(5), forward(6), inProgress(7), complete(8), stopping(9)} | read-write | current |
| nbsSlaPerfMonSize OBJECT-TYPE Performance Monitoring frame size specification: 1 = random-sized frames in the range 64-127 bytes 2 = random-sized frames in the range 64-255 bytes 3 = random-sized frames in the range 64-511 bytes 4 = random-sized frames in the range 64-1023 bytes 5 = random-sized frames in the range 64-2047 bytes 6 = random-sized frames in the range 64-4095 bytes 7 = random-sized frames in the range 64-8191 bytes 64..9600 = fixed-size frames of specified byte count. | 1.3.6.1.4.1.629.216.3.2.1.3 | INTEGER (1..9600) | read-write | current |
| nbsSlaPerfMonDuration OBJECT-TYPE Performance Monitoring time duration (sec). Practical range allowed is 1 minute to 1 week. | 1.3.6.1.4.1.629.216.3.2.1.4 | INTEGER (60..604800) | read-write | current |
| nbsSlaPerfMonTimeLeft OBJECT-TYPE Amount of time remaining in the monitoring duration (sec); a negative value means not available. | 1.3.6.1.4.1.629.216.3.2.1.5 | INTEGER | read-only | current |
| nbsSlaPerfMonEthMax OBJECT-TYPE The maximum size of normal Ethernet frames used when tabulating frames by size, to divide the range 1024-2047 in two: 1024 to EthMax, and EthMax+1 to 2047. It is typically 1518, or 1522 for tagged frames. | 1.3.6.1.4.1.629.216.3.2.1.6 | INTEGER | read-only | current |
| nbsSlaPerfMonAvgAllSizes OBJECT-TYPE The average transit time (nanosec) for monitored frames. | 1.3.6.1.4.1.629.216.3.2.1.7 | Counter32 | read-only | current |
| nbsSlaPerfMonAvg64 OBJECT-TYPE The average transit time (nanosec) for monitored 64 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.8 | Counter32 | read-only | current |
| nbsSlaPerfMonAvg65to127 OBJECT-TYPE The average transit time (nanosec) for monitored 65-127 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.9 | Counter32 | read-only | current |
| nbsSlaPerfMonAvg128to255 OBJECT-TYPE The average transit time (nanosec) for monitored 128-255 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.10 | Counter32 | read-only | current |
| nbsSlaPerfMonAvg256to511 OBJECT-TYPE The average transit time (nanosec) for monitored 256-511 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.11 | Counter32 | read-only | current |
| nbsSlaPerfMonAvg512to1023 OBJECT-TYPE The average transit time (nanosec) for monitored 512-1023 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.12 | Counter32 | read-only | current |
| nbsSlaPerfMonAvg1024toEthMax OBJECT-TYPE The average transit time (nanosec) for monitored 1024-'EthMax' byte frames. | 1.3.6.1.4.1.629.216.3.2.1.13 | Counter32 | read-only | current |
| nbsSlaPerfMonAvgEthMaxto2047 OBJECT-TYPE The average transit time (nanosec) for monitored 'EthMax'+1-2047 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.14 | Counter32 | read-only | current |
| nbsSlaPerfMonAvg2048to4095 OBJECT-TYPE The average transit time (nanosec) for monitored 2048-4095 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.15 | Counter32 | read-only | current |
| nbsSlaPerfMonAvg4096to8191 OBJECT-TYPE The average transit time (nanosec) for monitored 4096-8191 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.16 | Counter32 | read-only | current |
| nbsSlaPerfMonAvg8192orMore OBJECT-TYPE The average transit time (nanosec) for monitored 8192-plus byte frames. | 1.3.6.1.4.1.629.216.3.2.1.17 | Counter32 | read-only | current |
| nbsSlaPerfMonMinAllSizes OBJECT-TYPE The minimum transit time (nanosec) for monitored frames. | 1.3.6.1.4.1.629.216.3.2.1.18 | Counter32 | read-only | current |
| nbsSlaPerfMonMin64 OBJECT-TYPE The minimum transit time (nanosec) for monitored 64 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.19 | Counter32 | read-only | current |
| nbsSlaPerfMonMin65to127 OBJECT-TYPE The minimum transit time (nanosec) for monitored 65-127 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.20 | Counter32 | read-only | current |
| nbsSlaPerfMonMin128to255 OBJECT-TYPE The minimum transit time (nanosec) for monitored 128-255 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.21 | Counter32 | read-only | current |
| nbsSlaPerfMonMin256to511 OBJECT-TYPE The minimum transit time (nanosec) for monitored 256-511 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.22 | Counter32 | read-only | current |
| nbsSlaPerfMonMin512to1023 OBJECT-TYPE The minimum transit time (nanosec) for monitored 512-1023 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.23 | Counter32 | read-only | current |
| nbsSlaPerfMonMin1024toEthMax OBJECT-TYPE The minimum transit time (nanosec) for monitored 1024-'EthMax' byte frames. | 1.3.6.1.4.1.629.216.3.2.1.24 | Counter32 | read-only | current |
| nbsSlaPerfMonMinEthMaxto2047 OBJECT-TYPE The minimum transit time (nanosec) for monitored 'EthMax'+1-2047 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.25 | Counter32 | read-only | current |
| nbsSlaPerfMonMin2048to4095 OBJECT-TYPE The minimum transit time (nanosec) for monitored 2048-4095 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.26 | Counter32 | read-only | current |
| nbsSlaPerfMonMin4096to8191 OBJECT-TYPE The minimum transit time (nanosec) for monitored 4096-8191 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.27 | Counter32 | read-only | current |
| nbsSlaPerfMonMin8192orMore OBJECT-TYPE The minimum transit time (nanosec) for monitored 8192-plus byte frames. | 1.3.6.1.4.1.629.216.3.2.1.28 | Counter32 | read-only | current |
| nbsSlaPerfMonMaxAllSizes OBJECT-TYPE The maximum transit time (nanosec) for monitored frames. | 1.3.6.1.4.1.629.216.3.2.1.29 | Counter32 | read-only | current |
| nbsSlaPerfMonMax64 OBJECT-TYPE The maximum transit time (nanosec) for monitored 64 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.30 | Counter32 | read-only | current |
| nbsSlaPerfMonMax65to127 OBJECT-TYPE The maximum transit time (nanosec) for monitored 65-127 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.31 | Counter32 | read-only | current |
| nbsSlaPerfMonMax128to255 OBJECT-TYPE The maximum transit time (nanosec) for monitored 128-255 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.32 | Counter32 | read-only | current |
| nbsSlaPerfMonMax256to511 OBJECT-TYPE The maximum transit time (nanosec) for monitored 256-511 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.33 | Counter32 | read-only | current |
| nbsSlaPerfMonMax512to1023 OBJECT-TYPE The maximum transit time (nanosec) for monitored 512-1023 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.34 | Counter32 | read-only | current |
| nbsSlaPerfMonMax1024toEthMax OBJECT-TYPE The maximum transit time (nanosec) for monitored 1024-'EthMax' byte frames. | 1.3.6.1.4.1.629.216.3.2.1.35 | Counter32 | read-only | current |
| nbsSlaPerfMonMaxEthMaxto2047 OBJECT-TYPE The maximum transit time (nanosec) for monitored 'EthMax'+1-2047 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.36 | Counter32 | read-only | current |
| nbsSlaPerfMonMax2048to4095 OBJECT-TYPE The maximum transit time (nanosec) for monitored 4096-8191 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.37 | Counter32 | read-only | current |
| nbsSlaPerfMonMax4096to8191 OBJECT-TYPE The maximum transit time (nanosec) for monitored 4096-8191 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.38 | Counter32 | read-only | current |
| nbsSlaPerfMonMax8192orMore OBJECT-TYPE The maximum transit time (nanosec) for monitored 8192-plus byte frames. | 1.3.6.1.4.1.629.216.3.2.1.39 | Counter32 | read-only | current |
| nbsSlaPerfMonFramesAllSizes OBJECT-TYPE The count of all monitored frames. | 1.3.6.1.4.1.629.216.3.2.1.40 | Counter64 | read-only | current |
| nbsSlaPerfMonFrames64 OBJECT-TYPE The count of all monitored 64 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.41 | Counter64 | read-only | current |
| nbsSlaPerfMonFrames65to127 OBJECT-TYPE The count of all monitored 65-127 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.42 | Counter64 | read-only | current |
| nbsSlaPerfMonFrames128to255 OBJECT-TYPE The count of all monitored 128-255 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.43 | Counter64 | read-only | current |
| nbsSlaPerfMonFrames256to511 OBJECT-TYPE The count of all monitored 256-511 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.44 | Counter64 | read-only | current |
| nbsSlaPerfMonFrames512to1023 OBJECT-TYPE The count of all monitored 512-1023 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.45 | Counter64 | read-only | current |
| nbsSlaPerfMonFrames1024toEthMax OBJECT-TYPE The count of all monitored 1024-'EthMax' byte frames. | 1.3.6.1.4.1.629.216.3.2.1.46 | Counter64 | read-only | current |
| nbsSlaPerfMonFramesEthMaxto2047 OBJECT-TYPE The count of all monitored 'EthMax'+1-2047 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.47 | Counter64 | read-only | current |
| nbsSlaPerfMonFrames2048to4095 OBJECT-TYPE The count of all monitored 2048-4095 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.48 | Counter64 | read-only | current |
| nbsSlaPerfMonFrames4096to8191 OBJECT-TYPE The count of all monitored 4096-8191 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.49 | Counter64 | read-only | current |
| nbsSlaPerfMonFrames8192orMore OBJECT-TYPE The count of all monitored 8192-plus byte frames. | 1.3.6.1.4.1.629.216.3.2.1.50 | Counter64 | read-only | current |
| nbsSlaPerfMonOctetsAllSizes OBJECT-TYPE The count of octets in all monitored frames. | 1.3.6.1.4.1.629.216.3.2.1.51 | Counter64 | read-only | current |
| nbsSlaPerfMonOctets64 OBJECT-TYPE The count of octets in all monitored 64 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.52 | Counter64 | read-only | current |
| nbsSlaPerfMonOctets65to127 OBJECT-TYPE The count of octets in all monitored 65-127 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.53 | Counter64 | read-only | current |
| nbsSlaPerfMonOctets128to255 OBJECT-TYPE The count of octets in all monitored 128-255 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.54 | Counter64 | read-only | current |
| nbsSlaPerfMonOctets256to511 OBJECT-TYPE The count of octets in all monitored 256-511 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.55 | Counter64 | read-only | current |
| nbsSlaPerfMonOctets512to1023 OBJECT-TYPE The count of octets in all monitored 512-1023 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.56 | Counter64 | read-only | current |
| nbsSlaPerfMonOctets1024toEthMax OBJECT-TYPE The count of octets in all monitored 1024-'EthMax' byte frames. | 1.3.6.1.4.1.629.216.3.2.1.57 | Counter64 | read-only | current |
| nbsSlaPerfMonOctetsEthMaxto2047 OBJECT-TYPE The count of octets in all monitored 'EthMax'+1-2047 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.58 | Counter64 | read-only | current |
| nbsSlaPerfMonOctets2048to4095 OBJECT-TYPE The count of octets in all monitored 2048-4095 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.59 | Counter64 | read-only | current |
| nbsSlaPerfMonOctets4096to8191 OBJECT-TYPE The count of octets in all monitored 4096-8191 byte frames. | 1.3.6.1.4.1.629.216.3.2.1.60 | Counter64 | read-only | current |
| nbsSlaPerfMonOctets8192orMore OBJECT-TYPE The count of octets in all monitored 8192-plus byte frames. | 1.3.6.1.4.1.629.216.3.2.1.61 | Counter64 | read-only | current |