G6-SNMP-MIB: View SNMP OID List / Download MIB
VENDOR: MICROSENS
Home | MIB: G6-SNMP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
management | 1.3.6.1.4.1.3181.10.6.3 |
Microsens private MIB for Generation 6 Ethernet Switches |
||
snmp | 1.3.6.1.4.1.3181.10.6.3.65 | |||
deviceInfoTable | 1.3.6.1.4.1.3181.10.6.3.65.1 | no-access |
SNMP version MIB-2 variables |
|
1.3.6.1.4.1.3181.10.6.3.65.1.1 | no-access | |||
deviceInfoIndex | 1.3.6.1.4.1.3181.10.6.3.65.1.1.1 | integer | no-access |
Automatically generated |
deviceInfoSysDescription | 1.3.6.1.4.1.3181.10.6.3.65.1.1.2 | displaystring | read-only |
Device description. This value is SNMP accessible as sysDescr. |
deviceInfoSysName | 1.3.6.1.4.1.3181.10.6.3.65.1.1.3 | displaystring | read-write |
Devicename as assigned by customer. This value is SNMP accessible as sysName. |
deviceInfoSysLocation | 1.3.6.1.4.1.3181.10.6.3.65.1.1.4 | displaystring | read-write |
Location of this device as assigned by customer. This value is SNMP accessible as sysLocation. |
deviceInfoSysGroup | 1.3.6.1.4.1.3181.10.6.3.65.1.1.5 | displaystring | read-write |
Customer defined group definition. Note: This field does not have a MIB-2 counterpart. |
deviceInfoSysContact | 1.3.6.1.4.1.3181.10.6.3.65.1.1.6 | displaystring | read-write |
Contact person for this device as required by customer. This value is SNMP accessible as sysContact. |
deviceInfoSysObjectId | 1.3.6.1.4.1.3181.10.6.3.65.1.1.7 | displaystring | read-only |
Response to SNMP sysObject request. |
v1v2ConfigTable | 1.3.6.1.4.1.3181.10.6.3.65.2 | no-access |
SNMP version V1 / V2 variables |
|
1.3.6.1.4.1.3181.10.6.3.65.2.1 | no-access | |||
v1v2ConfigIndex | 1.3.6.1.4.1.3181.10.6.3.65.2.1.1 | integer | no-access |
Automatically generated |
v1v2ConfigEnableSnmpV1 | 1.3.6.1.4.1.3181.10.6.3.65.2.1.2 | integer | read-write |
Only when enabled will SNMP V1 requests be responded to. May be disabled when only secure SNMP V3 access is allowed. Enumeration: 'disabled': 0, 'enabled': 1. |
v1v2ConfigEnableSnmpV2c | 1.3.6.1.4.1.3181.10.6.3.65.2.1.3 | integer | read-write |
Only when enabled will SNMP V2C requests be responded to. May be disabled when only secure SNMP V3 access is allowed. Enumeration: 'disabled': 0, 'enabled': 1. |
v1v2ConfigGetCommunity | 1.3.6.1.4.1.3181.10.6.3.65.2.1.4 | displaystring | read-write |
Community string to enable V1/V2c get commands. |
v1v2ConfigSetCommunity | 1.3.6.1.4.1.3181.10.6.3.65.2.1.5 | displaystring | read-write |
Community string to enable V1/V2c set commands. |
v1v2ConfigSnmpV1v2Username | 1.3.6.1.4.1.3181.10.6.3.65.2.1.6 | displaystring | read-write |
SNMP v1/v2 normally only provides light security by means of the community strings. Additional V3 like security can be applied by setting this field to any user.name defined in the access section. The access restrictions defined for the selected user also apply to the SNMP V1/v2 access when the user name is specified here. When no username or an invalid user name is configured, snmp access is blocked. |
v1v2ConfigPermitV1v2SetCommands | 1.3.6.1.4.1.3181.10.6.3.65.2.1.7 | integer | read-write |
When disabled SNMP sets (writes) are declined and no modifications to the system via unsecure SNMP V1/V2 can occur. Enumeration: 'disabled': 0, 'enabled': 1. |
v3ConfigTable | 1.3.6.1.4.1.3181.10.6.3.65.3 | no-access |
SNMP version V3 variables |
|
1.3.6.1.4.1.3181.10.6.3.65.3.1 | no-access | |||
v3ConfigIndex | 1.3.6.1.4.1.3181.10.6.3.65.3.1.1 | integer | no-access |
Automatically generated |
v3ConfigEnableSnmpV3 | 1.3.6.1.4.1.3181.10.6.3.65.3.1.2 | integer | read-write |
Only when enabled will SNMP V3 requests be responded to. To limit access to SNMP V3 only, disable SNMP V1 and V2 access in the configuration. Enumeration: 'disabled': 0, 'enabled': 1. |
v3ConfigSecurityModel | 1.3.6.1.4.1.3181.10.6.3.65.3.1.3 | integer | read-write |
Selects if user based or view based security model is used. Enumeration: 'usm': 0, 'vacm': 1. |
v3ConfigSnmpEngineId | 1.3.6.1.4.1.3181.10.6.3.65.3.1.4 | displaystring | read-write |
Administratively assigned part of the computed engine id. Here the used MAC address can be used to ensure a unique value. |
v3ConfigTrapEngineId | 1.3.6.1.4.1.3181.10.6.3.65.3.1.5 | displaystring | read-write |
This engine id is usedfor outgoing SNMP v3 traps. The value is treated as hexadecimal characters. The associated trap receiver must match this sequence or may be setup to ignore the engine id altogether. Default value defines 80000c6d which represents the our IANA value in hex followed by 03 indicating that a MAC is following. The remaining 12 character represent the MAC address o fthis device. |
browserTable | 1.3.6.1.4.1.3181.10.6.3.65.4 | no-access |
SNMP browser actions |
|
1.3.6.1.4.1.3181.10.6.3.65.4.1 | no-access | |||
browserIndex | 1.3.6.1.4.1.3181.10.6.3.65.4.1.1 | integer | no-access |
Automatically generated |
browserGet | 1.3.6.1.4.1.3181.10.6.3.65.4.1.2 | displaystring | read-write |
Invokes SNMP GET command at other device. Easiest syntax: ..get hostname OID. Type = (nothing) for basic help and = ? for extensive help. |
browserNext | 1.3.6.1.4.1.3181.10.6.3.65.4.1.3 | displaystring | read-write |
Invokes SNMP GETNEXT command at other device. It will display the next OID following the given one. Syntax: ..get -v 2c -c community hostname OID. Hostname can be symbolic or IP address. |
browserSet | 1.3.6.1.4.1.3181.10.6.3.65.4.1.4 | displaystring | read-write |
Invokes SNMP SET command at other device. Easiest syntax: ..set hostname OID type value. Check examples shown with = (enter). |
browserWalk | 1.3.6.1.4.1.3181.10.6.3.65.4.1.5 | displaystring | read-write |
Invokes SNMP MIBWALK command at other device. Basic syntax: = IP_address. To see MIB-II system group type = IP system. WARNING: an unlimited mib walk may take a long time. Even when the output is cancelled, the walk will continue to the end. During this time other action commands may not operate! |
snmpEngineBoots | 1.3.6.1.4.1.3181.10.6.3.65.100 | unsigned32 | read-only |
Number of reboots of SNMP engine since system reboot. |
snmpEngineRuntime | 1.3.6.1.4.1.3181.10.6.3.65.101 | unsigned32 | read-only |
Runtime of SNMP engine in seconds. |