Lines Matching full:snmp
2 Documentation Utilities for SNMP testing.
9 Get SNMP URI List
10 [Documentation] Get all SNMP URIs and return them as list.
14 # "/xyz/openbmc_project/network/snmp/manager/e9767624",
15 # "/xyz/openbmc_project/network/snmp/manager/31f4ce8b"
22 Configure SNMP Manager On BMC
23 [Documentation] Configure SNMP manager on BMC.
27 # snmp_ip SNMP manager IP.
28 # port Network port where SNMP manager is listening.
29 # expected_result Expected status of SNMP configuration.
39 ... msg=Allowing the configuration of an invalid SNMP.
42 ... msg=Not allowing the configuration of a valid SNMP.
46 Get List Of SNMP Manager And Port Configured On BMC
47 [Documentation] Get list of SNMP managers and return the list.
49 @{snmp_uri_list}= Get SNMP URI List
55 # "/xyz/openbmc_project/network/snmp/manager/92ae7a66": {
70 Verify SNMP Manager
71 [Documentation] Verify SNMP manager configured on BMC.
75 # snmp_ip SNMP manager IP.
76 # port Network port where SNMP manager is listening.
80 @{ip_and_port_list}= Get List Of SNMP Manager And Port Configured On BMC
83 ... msg=Valid SNMP manager is not found on BMC.
86 Get SNMP Manager Object
87 [Documentation] Find the SNMP object for the given ip and port and return it.
92 # ip SNMP manager IP.
93 # port Network port where SNMP manager is listening.
106 Delete SNMP Manager And Object
107 [Documentation] Delete SNMP manager.
111 # snmp_ip SNMP manager IP.
112 # port Network port where SNMP manager is listening.
114 ${snmp_obj}= Get SNMP Manager Object ${snmp_ip} ${port}
120 ... Pass Execution SNMP manager to be deleted is not configured.
124 # Verify whether deleted SNMP is removed from BMC system.
125 ${status}= Run Keyword And Return Status Verify SNMP Manager
127 Should Be Equal ${status} ${False} msg=SNMP manager is not deleted.
130 Start SNMP Manager
131 [Documentation] Start SNMP listener on the remote SNMP manager.
136 # The execution of the SNMP_TRAPD_CMD is necessary to cause SNMP to begin
137 # listening to SNMP messages.