snmpAdminPrivIndex
BINTEC-ADMIN-MIB ·
.0.3.1.6
Object
scalar
r/w
Enumeration
This enables or disables the handling of the private OID part (.i):
auto : the private OID part is appended automatically
- depending on community name
the private OID part is appended, if:
- the community is appended with '+i' or with ''
the private OID part is not appended, if:
- the community is appended with '-i'
the default is to append the private OID index
auto_nopriv: the private OID part is appended automatically
like 'auto', but the default is not to add the
index
both auto settings consider special marked tables
(STDINDEX, EXTINDEX)
always : the private OID part is always appended
(this was the default on former version)
never : the private OID part is never appended
Usually the OIDs have the format:
.1.3.6.x.x .y.y .i
.1.3.6.x.x: is the constant part of the OID of the
variable specified in MIB-source
.y.y : is the specific part of the OID to identify
exactly a row.
It is the content of all index variables.
.i : is a consecutively incremented index number,
to distinguish rows with identical index variables
Context
- MIB
- BINTEC-ADMIN-MIB
- OID
.0.3.1.6- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- snmpAdmin
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | auto |
2 | auto-nopriv |
3 | always |
4 | never |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| snmpAdminVersion This bitfield enables the active SNMP versions:
v1 : SNMP V1
v2c : SNMP V2c (community, like v1 but with Counter64)
v3 : SNMP V3
. | scalar | Bits | .0.3.1.1 |
| snmpAdminPort SNMP listen port. | scalar | Integer32 | .0.3.1.2 |
| snmpAdminTrapPort SNMP trap port. | scalar | Integer32 | .0.3.1.3 |
| snmpAdminTrapCommunity Community name for sending traps. | scalar | OctetString | .0.3.1.4 |
| snmpAdminTrapBrdCast Enable/disable trap broadcasting. | scalar | Enumeration | .0.3.1.5 |
| snmpAdminGetOrder This the handling of the private OID part (.i):
normal : the GetNext returns the next object like stored in
internal database.
sorted : the GetNext return the next object… | scalar | Enumeration | .0.3.1.7 |
| snmpAdminLinkTrapEvent Defines the ifOperStatus transition(s) of an ifTable object
that generates a SNMP linkUp/linkDown trap:
none : disable linkUp/linkDown trap generation.
a… | scalar | Enumeration | .0.3.1.8 |
| snmpAdminMcDiscovery Defines whether Multicast SNMP discovery is enabled or not. | scalar | Enumeration | .0.3.1.9 |