Querying and Setting Automatic Discovery Configuration (autodiscovery)
Function
The autodiscovery command is used to query and set the automatic discovery function.
Format
ipmcget -d autodiscovery
ipmcset -d autodiscovery -v <enable/disable> [option(0/1)] [netport]
Parameters
Parameter |
Description |
Value |
---|---|---|
enable/disable |
Enables or disables the automatic discovery function. |
|
option |
Specifies a network segment. |
|
netport |
Specifies the port number. |
0 to 65535 |
Usage Guidelines
None
Example
# Query configuration of the automatic discovery function.
iBMC:/->ipmcget -d autodiscovery
State : disabled
Broadcast : 255.255.255.255
NetPort : 26957
# Enable the automatic discovery function.
iBMC:/->ipmcset -d autodiscovery -v enable 0 26957
Set state to (enable) successfully.
Set broadcast to (255.255.255.255) successfully.
Set netport to (26957) successfully.