Lines Matching full:snmp

2 Documentation  This testing requires special setup where SNMP trapd is
4 ... configuration refer http://www.net-snmp.org/.
6 Resource ../../lib/snmp/resource.robot
7 Resource ../../lib/snmp/snmp_utils.robot
39 Configure SNMP Manager On BMC And Verify
40 [Documentation] Configure SNMP Manager On BMC And Verify.
43 Configure SNMP Manager On BMC ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT} Valid
44 Verify SNMP Manager ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
46 Delete SNMP Manager And Object ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
48 Configure SNMP Manager On BMC With Non Default Port And Verify
49 [Documentation] Configure SNMP Manager On BMC And Verify.
52 Configure SNMP Manager On BMC ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1} Valid
53 Verify SNMP Manager ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1}
55 Delete SNMP Manager And Object ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1}
57 Configure SNMP Manager On BMC With Out Of Range Port And Verify
58 [Documentation] Configure SNMP Manager On BMC with out-of range port and verify.
60 [Template] Configure SNMP Manager On BMC
62 # SNMP manager IP Port Scenario
65 Configure SNMP Manager On BMC With Alpha Port And Verify
66 [Documentation] Configure SNMP Manager On BMC with alpha port and verify.
68 [Template] Configure SNMP Manager On BMC
70 # SNMP manager IP Port Scenario
73 Configure SNMP Manager On BMC With Negative Port And Verify
74 [Documentation] Configure SNMP Manager On BMC with negative port and verify.
76 [Template] Configure SNMP Manager On BMC
78 # SNMP manager IP Port Scenario
81 Configure SNMP Manager On BMC With Empty Port And Verify
82 [Documentation] Configure SNMP Manager On BMC with empty port and verify.
84 [Template] Configure SNMP Manager On BMC
86 # SNMP manager IP Port Scenario
89 Configure SNMP Manager On BMC With Out Of Range IP And Verify
90 [Documentation] Configure SNMP Manager On BMC with out-of range IP and verify.
92 [Template] Configure SNMP Manager On BMC
94 # SNMP manager IP Port Scenario
97 Configure Multiple SNMP Managers And Verify
98 [Documentation] Configure multiple SNMP Managers And Verify.
101 Configure SNMP Manager On BMC ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT} Valid
102 Configure SNMP Manager On BMC ${SNMP_MGR2_IP} ${SNMP_DEFAULT_PORT} Valid
103 Verify SNMP Manager ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
104 Verify SNMP Manager ${SNMP_MGR2_IP} ${SNMP_DEFAULT_PORT}
106 Delete SNMP Manager And Object ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
107 Delete SNMP Manager And Object ${SNMP_MGR2_IP} ${SNMP_DEFAULT_PORT}
109 Configure Multiple SNMP Managers With Non Default Port And Verify
110 [Documentation] Configure multiple SNMP Managers with non-default port And Verify.
113 Configure SNMP Manager On BMC ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1} Valid
114 Configure SNMP Manager On BMC ${SNMP_MGR2_IP} ${NON_DEFAULT_PORT1} Valid
115 Verify SNMP Manager ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1}
116 Verify SNMP Manager ${SNMP_MGR2_IP} ${NON_DEFAULT_PORT1}
118 Delete SNMP Manager And Object ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1}
119 Delete SNMP Manager And Object ${SNMP_MGR2_IP} ${NON_DEFAULT_PORT1}
121 Configure Multiple SNMP Managers With Different Ports And Verify
122 [Documentation] Configure multiple SNMP Managers with different ports And Verify.
125 Configure SNMP Manager On BMC ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT} Valid
126 Configure SNMP Manager On BMC ${SNMP_MGR2_IP} ${NON_DEFAULT_PORT1} Valid
127 Configure SNMP Manager On BMC ${SNMP_MGR3_IP} ${NON_DEFAULT_PORT2} Valid
129 Verify SNMP Manager ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
130 Verify SNMP Manager ${SNMP_MGR2_IP} ${NON_DEFAULT_PORT1}
131 Verify SNMP Manager ${SNMP_MGR3_IP} ${NON_DEFAULT_PORT2}
133 Delete SNMP Manager And Object ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
134 Delete SNMP Manager And Object ${SNMP_MGR2_IP} ${NON_DEFAULT_PORT1}
135 Delete SNMP Manager And Object ${SNMP_MGR3_IP} ${NON_DEFAULT_PORT2}
146 Generate Error On BMC And Verify Trap On SNMP
147 [Documentation] Generate error on bmc and verify trap on SNMP.
156 Configure SNMP Manager With Less Octet IP And Verify
157 [Documentation] Configure SNMP manager on BMC with less octet IP and verify.
159 [Template] Configure SNMP Manager On BMC
161 # SNMP manager IP Port Scenario
164 Verify SNMP SysUpTime
165 [Documentation] Verify SNMP SysUpTime.
171 Verify SNMP SysUpTime On BMC Reboot
172 [Documentation] Verify SNMP SysUpTime on BMC reboot.
181 Should Be True ${uptime} <= 1 msg=SNMP SysUpTime is not reset on reboot
192 # expected_error Expected error on SNMP.
194 Configure SNMP Manager On BMC ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT} Valid
196 Start SNMP Manager
200 Delete SNMP Manager And Object ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
230 # Extract System up time from SNMP trap.
231 # Example - SNMP trap:
244 # SNMP SysUptime will be in milli seconds.