public class get_next
extends java.lang.Object
The get_next application does a MIB tree walk, using the BlockPdu. It will start with the OID as configured in the properties file.
It walks the tree by creating a new BlockPdu out off the
previous one. All information will be printed to
System.out
.
All parameters can be configured
in the properties file.
The name of the properties file can be passed as first argument to
this application. If there is no such argument, it will look for
get_next.properties
. If this file does not exist, the
application will use default parameters.
BlockPdu
Constructor and Description |
---|
get_next(java.lang.String propertiesFilename)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
init() |
static void |
main(java.lang.String[] args) |
void |
start() |