Lines Matching full:port
24 [Arguments] ${snmp_ip} ${port} ${expected_result}
28 # port Network port where SNMP manager is listening.
31 @{snmp_parm_list}= Create List ${snmp_ip} ${port}
46 Get List Of SNMP Manager And Port Configured On BMC
58 # "Port": 186
63 ${port}= Read Attribute ${snmp_uri} Port
64 Append To List ${ip_and_port_list} ${ip} ${port}
72 [Arguments] ${snmp_ip} ${port}
76 # port Network port where SNMP manager is listening.
78 @{ip_and_port}= Create List ${snmp_ip} ${port}
80 @{ip_and_port_list}= Get List Of SNMP Manager And Port Configured On BMC
87 [Documentation] Find the SNMP object for the given ip and port and return it.
89 [Arguments] ${ip} ${port}
93 # port Network port where SNMP manager is listening.
98 IF '${obj['Address']}' == '${ip}' and '${obj['Port']}' == '${port}'
108 [Arguments] ${snmp_ip} ${port}
112 # port Network port where SNMP manager is listening.
114 ${snmp_obj}= Get SNMP Manager Object ${snmp_ip} ${port}
116 # If the given IP and port is not configured, return.
126 ... ${snmp_ip} ${port}