Management and Configuration Guide K/KA/KB.15.15

Syntax
[ no ] oobm ip address [ dhcp-bootp | ip-address/mask-length
]
Configures an IPv4 address for the switch's OOBM interface.
You can configure an IPv4 address even when global OOBM is disabled; that
address will become effective when OOBM is enabled.
Example
HP Switch (oobm)# ip address 10.1.1.17/24
Configuring an OOBM IPv4 default gateway
Configuring an IPv4 default gateway for the OOBM interface is similar to VLAN default gateway
configuration, but it is accomplished within the OOBM context.
From the OOBM context:
Syntax
[ no ] ip default-gateway ip-address
From the general configuration context:
Syntax
[ no ] oobm ip default-gateway ip-address
Configures an IPv4 default gateway for the switch's OOBM interface.
Example
HP Switch (oobm)# ip default-gateway 10.1.1.1
OOBM show commands
The show commands for OOBM are similar to the analogous commands for the data plane. Note
that you must always include the oobm parameter to see the information for the OOBM interface,
regardless of the context. For instance, even from the OOBM context, the show ip command
displays the IP configuration for the data plane; to see the IP configuration of the OOBM interface,
you need to use show oobm ip.
Showing the global OOBM and OOBM port configuration
Syntax
show oobm
Summarizes OOBM configuration information. This command displays the global
OOBM configuration (enabled or disabled), the OOBM interface status (up or
down), and the port status (enabled/disabled, duplex, and speed.)
You can issue this command from any context
Example
HP Switch# show oobm
Global Configuration
OOBM Enabled : Yes
OOBM Port Type : 10/100TX
OOBM show commands 507