Manual:SNMP: Difference between revisions
Jump to navigation
Jump to search
m moved SNMP to Manual:SNMP |
No edit summary |
||
Line 1: | Line 1: | ||
You can download the latest MikroTik [http://mikrotik.com/download/Mikrotik.mib RouterOS MIB] file. | Simple Network Management Protocol (SNMP) is an "Internet-standard protocol for managing devices on IP networks. | ||
RouterOS supports SNMP v1,2 and 3. SNMP write is also supported. You can download the latest MikroTik [http://mikrotik.com/download/Mikrotik.mib RouterOS MIB] file. | |||
To enable SNMP in RouterOS: | |||
<pre> | |||
[admin@MikroTik] /snmp> print | |||
enabled: no | |||
contact: | |||
location: | |||
engine-id: | |||
trap-community: (unknown) | |||
trap-version: 1 | |||
[admin@MikroTik] /snmp> set enabled yes | |||
</pre> | |||
RouterOS v5.x uses such MIBs: | RouterOS v5.x uses such MIBs: | ||
* MIKROTIK-MIB | * MIKROTIK-MIB | ||
* MIB-2 | * MIB-2 |
Revision as of 09:32, 8 December 2011
Simple Network Management Protocol (SNMP) is an "Internet-standard protocol for managing devices on IP networks.
RouterOS supports SNMP v1,2 and 3. SNMP write is also supported. You can download the latest MikroTik RouterOS MIB file.
To enable SNMP in RouterOS:
[admin@MikroTik] /snmp> print enabled: no contact: location: engine-id: trap-community: (unknown) trap-version: 1 [admin@MikroTik] /snmp> set enabled yes
RouterOS v5.x uses such MIBs:
- MIKROTIK-MIB
- MIB-2
- HOST-RESOURCES-MIB
- IF-MIB
- IP-MIB
- IP-FORWARD-MIB
- IPV6-MIB
- BRIDGE-MIB
- DHCP-SERVER-MIB
- CISCO-AAA-SESSION-MIB
- ENTITY-MIB
- UPS-MIB
- SQUID-MIB
Other SNMP Documentation