>> MIB - Management Information Base

>> Table: snmpAdmin - (.1.3.6.1.4.1.272.4.22.3.1)

snmpAdmin
OIDNameTypeAccess
.1VersionBITSRW
.2PortINTEGERRW
.3TrapPortINTEGERRW
.4TrapCommunityDisplayStringRW
.5TrapBrdCastENUMRW
.6PrivIndexENUMRW
.7GetOrderENUMRW
.8LinkTrapEventENUMRW

Version
This bitfield enables the active SNMP versions:
v1  : SNMP V1
v2c : SNMP V2c  (community, like v1 but with Counter64)
v3  : SNMP V3 
.
Enumerations:
  • v1 (0)
  • v2c (1)
  • v3 (2)
Port
SNMP listen port.
TrapPort
SNMP trap port.
TrapCommunity
Community name for sending traps.
TrapBrdCast
Enable/disable trap broadcasting.
Enumerations:
  • on (1)
  • off (2)
PrivIndex
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
Enumerations:
  • auto (1)
  • auto-nopriv (2)
  • always (3)
  • never (4)
GetOrder
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 sorted according
to the index values (RFC-1157)
Enumerations:
  • normal (1)
  • sorted (2)
LinkTrapEvent
Defines the ifOperStatus transition(s) of an ifTable object
that generates a SNMP linkUp/linkDown trap:
none : disable linkUp/linkDown trap generation.
any  : enable bintec like trap generation.
- entering the up state generates a up trap
- any other state change generates a down trap
up   : enable rfc1157 like trap generation.
- entering the up state generates a up trap
- leaving the up state generates a down trap
down : enable rfc2233 like trap generation.
- leaving the down state generates a up trap
- entering the down state generates a down trap
Seven parameters are sent in each linkUp/linkDown trap pdu:
1. ifEntry.ifIndex       (mandatory for linkUp/Down traps)
2. ifEntry.ifDescr
3. ifEntry.ifType
4. ifEntry.ifAdminStatus
5. ifEntry.ifOperStatus
6. system.Description
7. system.Name
Enumerations:
  • none (1)
  • any (2)
  • up (3)
  • down (4)


MIB Reference to Software Version 7.5.1 generated on 2006/08/03. Provided by webmaster@funkwerk-ec.com
Copyright ©2006 by Funkwerk Enterprise Communications GmbH