To manage port and interface bindings when a new Rhino node joins the cluster, use the following rhino-console commands to configure Rhino SNMP system settings for the default subnet and port range, allowing loopack addresses, and saving address and port bindings.
These settings only affect nodes which don’t have previously saved interface/port configuration settings. If a node has previously saved settings, it will attempt to use those values. If it cannot (for example, if the port is in use by another application), then the SNMP agent will not start on that node. |
Any changes to these settings will require a restart of the SNMP agent to take effect.
setsnmpsubnet
Argument |
a subnet |
||
---|---|---|---|
What it configures |
The default subnet to use to determine which interfaces are ok to bind to.
|
setsnmpportrange
Argument |
a port range (low-high) |
||
---|---|---|---|
What it configures |
The default port range the SNMP agent tries to bind to. If a port is in use, it tries the next port in the range.
|
setloopbackaddressesallowed
Argument |
true|false |
||
---|---|---|---|
What it configures |
Loopback addresses:
|
setaddressbindingssaved
Argument |
true|false |
||
---|---|---|---|
What it configures |
Whether to save address bindings when the SNMP agent initially binds to an interface.
|
setportbindingssaved
Argument |
true|false |
||
---|---|---|---|
What it configures |
Whether to save bindings for the port initially bound to for a particular node, in the per-node configuration, for subsequent reuse on restart.
|