public interface SnmpDevice
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.DeviceId |
deviceId()
Return the SNMP device deviceID.
|
String |
deviceInfo()
Returns host IP and host Port, used by this particular SNMP Device.
|
void |
disconnect()
Terminates the device connection.
|
String |
getCommunity()
Retrieves the community (password) of the device.
|
String |
getSnmpHost()
Returns the IP used connect ssh on the device.
|
int |
getSnmpPort()
Returns the SSH Port used connect the device.
|
String |
getUsername()
Retrieves the username of the device.
|
boolean |
isReachable()
Retrieves the device state.
|
String deviceInfo()
void disconnect()
boolean isReachable()
String getSnmpHost()
int getSnmpPort()
String getUsername()
String getCommunity()
org.onosproject.net.DeviceId deviceId()