SNMP configuration example: Difference between revisions
Appearance
Created page with "==Summary== SNMP (Simple Network Management Protocol) - is widely used in networking management for networking monitoring. SNMP uses MIB (Management Information Base) to orga..." |
No edit summary |
||
| Line 90: | Line 90: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td>rut9x5</td> | ||
<td>5</td> | <td>5</td> | ||
<td>Input/Output information</td> | <td>Input/Output information</td> | ||
| Line 105: | Line 105: | ||
</tr> | </tr> | ||
<table> | <table> | ||
To access variable values, after enterprise number add field number and then specify variable number. For example: .1.3.6.1.4.1.48690.1.7.0 represents router name (48690.1.7.0: Enterprise (48690) - Teltonika, Field (1) - static, Variable (7.0) - routerName). All OID codes can be generated from MIB file, basic OID codes can be found here [[RUT955 SNMP#SNMP Variables list]]. | |||
==MIB File== | |||
MIB File can be used with MIB browsers for easier access to router configuration and status information variables. Download the MIB file and upload/load it in MIB browser. | |||
[[File:Networking device configrationexample snmp mib browser v1.png]] | |||