function::ipmib_remote_addr - Linux
Overview
ipmib_remote_addr
sets or gets the configured IPMB remote forward/redirect address.
Syntax
ipmib_remote_addr [<addr>]
Options/Flags
: An IPv4 or IPv6 address, optionally prefixed with a local interface name (e.g. "bond0:192.168.2.3"). If not specified, the current address will be displayed.
Examples
- Set the remote IPMB address to 192.168.1.100:
ipmib_remote_addr 192.168.1.100
- Display the current remote IPMB address:
ipmib_remote_addr
Common Issues
- Address not reachable: Ensure that the specified address is correct and that the destination host is reachable over the network.
- Permission denied: Verify that the user has sufficient privileges to set the remote IPMB address.
Integration
ipmib_remote_addr
can be used in conjunction with other IPMI commands to manage IPMB communication, such as ipmib_sendsa
and ipmib_getsa
.
Related Commands
ipmitool
: A comprehensive IPMI management tool.ipmitool sdr
: Shows the Sensor Data Repository (SDR) of the BMC.ipmitool sel
: Shows the System Event Log (SEL) of the BMC.