HP Aruba JL253A Management And Configuration Manual page 745

For arubaos-switch 16.08
Table of Contents

Advertisement

Assume that the figure below describes how you want to set up your data center.
Figure 114: Example data center
Assume that you are configuring the switch in the left-hand rack to communicate on both the data and
management networks. You might do the following:
Configure an IP address on the data network.
Verify that out-of-band management is enabled. (It is enabled by default.)
Configure an IP address on the management network.
Verify that the switch can communicate on both networks.
The CLI commands that follow would accomplish those tasks. (The first time through the process you might easily
make the omission shown near the end of the example.)
Switch 41# config
Switch 41(config)# vlan 1
Switch 41(vlan-1)# ip address 10.1.129.7/20
Switch 41(vlan-1)# end
Switch 41# show oobm
Global Configuration
OOBM Enabled
OOBM Port Type
OOBM Interface Status : Up
OOBM Port
OOBM Port Speed
Switch 41# config
Switch 41(config)# oobm
Switch 41(oobm)# ip address 10.255.255.41/24
Switch 41(oobm)# ip default-gateway 10.255.255.1
Switch 41(oobm)# end
Switch 41# ping 10.1.131.44
10.1.131.44 is alive, time = 19 ms
Switch 41# ping 10.1.131.51
10.1.131.51 is alive, time = 15 ms
Switch 41# ping 10.255.255.42
The destination address is unreachable.
Switch 41# ping source oobm 10.255.255.42
10.255.255.42 is alive, time = 2 ms
Switch 41#
Chapter 22 Network Out-of-Band Management (OOBM)
: Yes
: 10/100TX
: Enabled
: Auto
Set up IP address on data network.
Exit back to manager context.
Look at default OOBM configuration.
Defaults look appropriate.
Exit back to manager context.
Ping server in this rack (on data network.)
Ping server in adjacent rack.
Ping switch in adjacent rack.
Oops! It's on the management network.
Go through the management port
Go to OOBM context and
add IP address and
default gateway.
and it works fine.
745

Advertisement

Table of Contents
loading

Table of Contents