Changes

no edit summary
Line 18: Line 18:     
===RUT9xx===
 
===RUT9xx===
To setup SNMP first make sure that SNMP package is installed, more information here [[RUT955 Packages]] and [[RUT950 Packages]].
+
To setup SNMP first make sure that SNMP package is installed, more information here [[RUT955 Packages]] and [[RUT950_Package_Manager|RUT950 Packages]].
    
==OID codes==
 
==OID codes==
Line 123: Line 123:  
In this example '''iReasoning MIB browser''' was used '''only for testing purpose'''.
 
In this example '''iReasoning MIB browser''' was used '''only for testing purpose'''.
   −
[[File:Networking device configrationexample snmp mib browser v1.png]]
+
[[File:Networking device configrationexample snmp mib browser v2.png]]
 
===Generating OID code from MIB File===
 
===Generating OID code from MIB File===
 
MIB File contains all OID codes.  
 
MIB File contains all OID codes.  
 
Line containing numbers needed for OID code can be identified by this marking "::=".
 
Line containing numbers needed for OID code can be identified by this marking "::=".
   −
[[File:Networking device configurationexample snmp mib file oid codes v1.png|middle]]
+
[[File:Networking device configurationexample snmp mib file oid codes v1.png]]
    
All that is left, is to add the numbers together. Example from given MIB File: 1.3.6.1.4.1.48690.1.1.0.
 
All that is left, is to add the numbers together. Example from given MIB File: 1.3.6.1.4.1.48690.1.1.0.
Line 144: Line 144:  
Use MIB browser to test if SNMP works. Make sure to use same port and IP address of the router in MIB browser. To enter port number in MIB browser press "Advanced" button '''(on the right of IP address field)'''.
 
Use MIB browser to test if SNMP works. Make sure to use same port and IP address of the router in MIB browser. To enter port number in MIB browser press "Advanced" button '''(on the right of IP address field)'''.
   −
[[File:Networking device configurationexample mib browser port v1.png]]
+
[[File:Networking device configurationexample mib browser port v2.png]]
       
To upload/load MIB file press "File" in menu bar '''(top left side of the window)''' and press "Load MIBs", '''make sure to select the MIB file you downloaded from the WebUI'''. MIB browser lets you walk through all OID codes, or return a distinct variable value. To walk through all OID codes select "walk" in Operation tab '''(top left of the window)'''. To iterate through OID codes manually, navigate to the desired folder on the left of the MIB browser window and select specific element '''(Double click)'''. The value of the variable will be printed in the '''Result Table'''.  
 
To upload/load MIB file press "File" in menu bar '''(top left side of the window)''' and press "Load MIBs", '''make sure to select the MIB file you downloaded from the WebUI'''. MIB browser lets you walk through all OID codes, or return a distinct variable value. To walk through all OID codes select "walk" in Operation tab '''(top left of the window)'''. To iterate through OID codes manually, navigate to the desired folder on the left of the MIB browser window and select specific element '''(Double click)'''. The value of the variable will be printed in the '''Result Table'''.  
   −
[[File:Networking device configurationexample snmp test example v1.png]]
+
[[File:Networking device configurationexample snmp test example v2.png]]
    
===Testing SNMP with console command===
 
===Testing SNMP with console command===
Line 232: Line 232:  
'''Note:''' Preferably open MIB browser with root/admin permissions.
 
'''Note:''' Preferably open MIB browser with root/admin permissions.
   −
[[File:Networking device configurationexample snmp trap receiver config v1.png]]
+
[[File:Networking device configurationexample snmp trap receiver config v2.png]]
 
----
 
----
 
To test "Connection type trap" reboot mobile modem. You can reboot modem through Status -> Network window.
 
To test "Connection type trap" reboot mobile modem. You can reboot modem through Status -> Network window.
 
MIB browser should receive Trap message.
 
MIB browser should receive Trap message.
   −
[[File:Networking configurationexample received trap v1.png]]
+
[[File:Networking configurationexample received trap v2.png]]
   −
====Testing Trap with Linux Terminal====
+
===Testing Trap with Linux Terminal===
To test Traps with Linux terminal extra configurations and packages are required. All information how to setup Trap listening service and how to test it can be found here [[Testing Trap With Terminal]].
+
To test Traps with Linux terminal extra configurations and packages are required. All information how to setup Trap listening service and how to test it can be found here [[Testing Trap With Linux Operating System]].
 +
[[Category:SNMP]]