All MIBs › CASCADE-MIB › pportTrafficShaperIndex
pportTrafficShaperIndex
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::pportTrafficShaperIndex
OID (numeric): 1.3.6.1.4.1.277.1.4.3.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: A positive integer to identify an entry in the pportTrafficShaperTable. The ATM-IWU and CS cards support exactly 16 shapers.
What is pportTrafficShaperIndex?
This is the index identifying one specific entry, from 1 to 16, in this port's traffic shaper table, since the ATM-IWU and CS cards support exactly 16 independent shapers per the description. Because only 16 shaper slots exist per card, this index on this specific port is really about which of a limited, fixed pool of shaping resources a given VC or traffic class is assigned to, so running out of available indices caps how many independently-shaped traffic streams this port's card can support at once. A card already using shaper indices 1 through 15 for existing circuits on this port would have only index 16 left to assign to any newly provisioned circuit needing its own independent shaping profile.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.4.3.1.1 snmpwalk -v2c -c public <target> CASCADE-MIB::pportTrafficShaperIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.4.3.1.1.1 snmpget -v2c -c public <target> CASCADE-MIB::pportTrafficShaperIndex.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.4.3.1.1.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> pportTrafficShaperIndex.1
Start monitoring Cascade Communications ATM/Frame Relay switches (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CASCADE-MIB::pportTrafficShaperIndex OID value, configure state conditions and alerts, and monitor any Cascade Communications ATM/Frame Relay switches (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.277 | cascade | CASCADE-MIB |
| 1.3.6.1.4.1.277.1 | cascfr | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.4 | pport | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.4.3 | pportTrafficShaperTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.4.3.1 | pportTrafficShaperEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.4.3.1.1 | pportTrafficShaperIndex | CASCADE-MIB |