pdnDot1dTrafficProfileNextIndex
PDN-BRIDGE-EXT-MIB ·
.1.3.6.1.4.1.1795.2.24.2.58.1.2.1
Object
This object is used to establish the next unused
index (pdnDot1dTrafficProfileIndex) for the
pdnDot1dTrafficProfileTable.
This object is used to assist the manager in
selecting a value for pdnDot1dTrafficProfileIndex.
Because this object is of syntax TestAndIncr (see the
SNMPv2-TC document, RFC 2579), it can also be used
to avoid race conditions with multiple managers
trying to create rows in the table.
If the result of the SET for
pdnDot1dTrafficProfileIndex is not success, this means
the value has been changed from index (i.e. another
manager used the value), so a new value is required.
The algorithm is:
done = false
while done == false
index = GET (pdnDot1dTrafficProfileNextIndex.0)
SET (pdnDot1dTrafficProfileNextIndex.0=index)
if (set failed)
done = false
else
pdnDot1dTrafficProfileRowStatus.index=createAndGo
SET (pdnDot1dTrafficProfileRowStatus.index)
if (set failed)
done = false
else
done = true
other error handling
This description was modeled from RFC2494,
DS0BUNDLE-MIB.
Context
- MIB
- PDN-BRIDGE-EXT-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.58.1.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- pdnDot1dTrafficProfile
- Siblings
- 3
Values & Constraints
Type Constraints
range: 0..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| pdnDot1dTrafficProfileTable The Paradyne Layer 2 Traffic Profile Table.
Provides attributes for traffic profiles for MAC
bridges based on the IEEE 802.1D standard. | table | - | .1.3.6.1.4.1.1795.2.24.2.58.1.2.2 |
| pdnDot1dTrafficProfileInvMappingTable This table identifies the mapping from a
profile name (pdnDot1dTrafficProfileName) to a
profile index (pdnDot1dTrafficProfileIndex). | table | - | .1.3.6.1.4.1.1795.2.24.2.58.1.2.3 |
| pdnDot1dTrafficProfileMappingTable Maps a MAC bridge port and traffic class to an entry
in the Traffic Profile Table
(pdnDot1dTrafficProfileTable). | table | - | .1.3.6.1.4.1.1795.2.24.2.58.1.2.4 |