How to enable SNMP in Mikrotik Router

By
Advertisement

How to enable SNMP in Mikrotik Router


Today we will see that how to monitoring Mikrotik Router traffice using SNMP. In this post we will also most important protocol which help to monitor traffic.

[Root@Mikrotik]
  > /snmp

[Root@Mikrotik]
 /snmp > set enabled=yes contact=[YOURNAME] location=[LOCATION]

Next, set disable community public read access




[Root@Mikrotik]
 /snmp> community

[Root@Mikrotik]
/snmp community> print
# NAME ADDRESS SECURITY READ-ACCESS
0 public 0.0.0.0/0 none yes

[Root@Mikrotik]
 /snmp community> set public read-access=no
Add your community name and specify access ip address

[Root@Mikrotik]
/snmp community> add name=network address=10.10.10.0/24

[Root@Mikrotik]
 /snmp community> print
0 public 0.0.0.0/0 none no
1 network 192.168.10.0/24 none no

[Root@Mikrotik]
/snmp community> set network read-access=yes

Hope this will help to all of you and resolved your all query if you have any query or question so you may ask to send email on our email account (onlinenetworkssolution@gmail.com) or leave comment on page.

0 comments:

Post a Comment