|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.co.westhawk.snmp.stack.DefaultUsmAgent
This implementation of UsmAgent tries to discover the parameters by doing the default USM discovery process on localhost.
Note that it is not guaranteed that the agent will allow discovery by itself. Also, if the SNMP agent reboots while the stack is running, it will not pick up the new boots and time.
Users are advised and encouraged to provide a better, more accurate implementation of UsmAgent.
SnmpContextv3
Field Summary | |
static java.lang.String |
LOCAL_HOST
The default name of the local host, localhost. |
static int |
LOCAL_PORT
The default port number of the local host, 161. |
Fields inherited from interface uk.co.westhawk.snmp.stack.UsmAgent |
version_id |
Constructor Summary | |
DefaultUsmAgent()
|
Method Summary | |
int |
getSnmpEngineBoots()
Returns the authoritative Engine Boots. |
java.lang.String |
getSnmpEngineId()
Returns the authoritative SNMP Engine ID. |
int |
getSnmpEngineTime()
Returns the authoritative Engine Time. |
void |
setAgentName(java.lang.String host)
Sets the my own hostname, ie the name of the agent or authoritative engine. |
void |
setAgentPort(int p)
Sets the my own port number, ie the port number of the agent or authoritative engine. |
void |
setSnmpContext(SnmpContextv3 c)
Sets the SNMP context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LOCAL_HOST
public static final int LOCAL_PORT
Constructor Detail |
public DefaultUsmAgent()
Method Detail |
public java.lang.String getSnmpEngineId()
getSnmpEngineId
in interface UsmAgent
public int getSnmpEngineBoots()
getSnmpEngineBoots
in interface UsmAgent
public int getSnmpEngineTime()
getSnmpEngineTime
in interface UsmAgent
public void setSnmpContext(SnmpContextv3 c)
setSnmpContext
in interface UsmAgent
public void setAgentName(java.lang.String host)
LOCAL_HOST
public void setAgentPort(int p)
LOCAL_PORT
|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |