All MIBs › INT-SERV-MIB › intSrvFlowNewIndex
intSrvFlowNewIndex
Module: INT-SERV-MIB
OID (symbolic): INT-SERV-MIB::intSrvFlowNewIndex
OID (numeric): 1.3.6.1.2.1.52.2.1
Node type: OBJECT-TYPE
Type: TestAndIncr
Access: read-write
Description:
This object is used to assign values to intSrvFlowNumber as described in 'Textual Con- ventions for SNMPv2'. The network manager reads the object, and then writes the value back in the SET that creates a new instance of intSrvFlowEntry. If the SET fails with the code 'inconsistentValue', then the process must be repeated; If the SET succeeds, then the ob- ject is incremented, and the new instance is created according to the manager's directions.
What is intSrvFlowNewIndex?
This OID generates unique reference numbers for creating new quality-of-service flow entries. Managers read it, then write it back when creating a new flow reservation. An operator uses this to establish reserved bandwidth for specific types of traffic (like voice calls) that require guaranteed speed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.52.2.1 snmpwalk -v2c -c public <target> INT-SERV-MIB::intSrvFlowNewIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.52.2.1.1 snmpget -v2c -c public <target> INT-SERV-MIB::intSrvFlowNewIndex.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.52.2.1.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> intSrvFlowNewIndex.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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.52 | intSrv | INT-SERV-MIB |
| 1.3.6.1.2.1.52.2 | intSrvGenObjects | INT-SERV-MIB |
| 1.3.6.1.2.1.52.2.1 | intSrvFlowNewIndex | INT-SERV-MIB |