All MIBs › CASCADE-MIB › pportDataRate
pportDataRate
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::pportDataRate
OID (numeric): 1.3.6.1.4.1.277.1.4.2.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: An estimate of the physical port's data rate in bits per second. The data rate can't be an arbitrary value. The legal values are list below. Note that the T1/E1 class of cards don't support this variable and return a 0
For UIO, DSX1: 9600, 19200, 38400, 48000, 56000, 64000, 128000, 192000, 256000, 320000, 384000, 448000, 512000, 576000, 640000, 704000, 768000, 832000, 896000, 960000, 1024000, 1088000, 1152000, 1216000, 1280000, 1344000, 1408000, 1472000, 1536000, 1600000, 1664000, 1728000, 1792000, 1856000, 1920000, 1984000, 2048000, 4096000, 6144000, 8192000 For HSSI: 1579000, 3158000, 4737000, 6316000, 7895000, 9474000, 11053000, 12632000, 14211000, 15790000, 17369000, 18948000, 20527000, 22106000, 23685000, 25264000, 26843000, 28422000, 30001000, 31580000, 33159000, 34738000, 36317000, 37896000, 39475000, 41054000, 42633000, 44212000, 45791000, 47370000, 48949000, 50528000 For ATM-IWU, TOPAZ OC3c: 155520000
For T1, E1, UT1, UE1, PRI, SH-T1: 0
What is pportDataRate?
This holds the configured data rate, in bits per second, for this physical port, restricted to a fixed list of legal values such as 64000, 128000, or 1536000 rather than an arbitrary number. Because T1/E1-class cards derive their rate from framing rather than this setting, this object is only meaningful on serial-type ports like UIO or DSX1, and reads back as 0 on a T1/E1 port even if you try to set it. Configuring pportDataRate to 1536000 on a UIO port would provision it to run at roughly a full T1's worth of unframed serial bandwidth, whereas attempting the same set on a T1 pport would simply be ignored and read back as 0.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.4.2.1.5 snmpwalk -v2c -c public <target> CASCADE-MIB::pportDataRate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.4.2.1.5.1 snmpget -v2c -c public <target> CASCADE-MIB::pportDataRate.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.4.2.1.5.1 i <value>
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::pportDataRate 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.2 | pportTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.4.2.1 | pportEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.4.2.1.5 | pportDataRate | CASCADE-MIB |