All MIBs › MPLS-LSR-MIB › mplsInterfaceAvailableBandwidth
mplsInterfaceAvailableBandwidth
Module: MPLS-LSR-MIB
OID (symbolic): MPLS-LSR-MIB::mplsInterfaceAvailableBandwidth
OID (numeric): 1.3.6.1.3.96.1.1.1.7
Node type: OBJECT-TYPE
Type: MplsBitRate
Access: read-only
Description:
This value indicates the total amount of available bandwidth available on this interface and is specified in kilobits per second (Kbps). This value is calculated as the difference between the amount of bandwidth currently in use and that specified in mplsInterfaceTotalBandwidth. This variable is not applicable when applied to the interface with index 0.
What is mplsInterfaceAvailableBandwidth?
This object indicates how much bandwidth on a given MPLS interface is still available for new label-switched paths (LSPs), calculated as the difference between the total interface bandwidth and the currently reserved bandwidth. It is measured in kilobits per second and helps operators understand interface capacity. An operator would check this value to determine if an interface has room for additional traffic engineering tunnels before reaching saturation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.3.96.1.1.1.7 snmpwalk -v2c -c public <target> MPLS-LSR-MIB::mplsInterfaceAvailableBandwidth
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.3.96.1.1.1.7.1 snmpget -v2c -c public <target> MPLS-LSR-MIB::mplsInterfaceAvailableBandwidth.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> mplsInterfaceAvailableBandwidth.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.3 | experimental | DASAN-DHCP-MIB |
| 1.3.6.1.3.96 | mplsLsrMIB | MPLS-LSR-MIB |
| 1.3.6.1.3.96.1 | mplsLsrObjects | MPLS-LSR-MIB |
| 1.3.6.1.3.96.1.1 | mplsInterfaceConfTable | MPLS-LSR-MIB |
| 1.3.6.1.3.96.1.1.1 | mplsInterfaceConfEntry | MPLS-LSR-MIB |
| 1.3.6.1.3.96.1.1.1.7 | mplsInterfaceAvailableBandwidth | MPLS-LSR-MIB |