Using vlan tagging, Server support, Configuring vlan tagging – HP Lights-Out 100 Remote Management User Manual

Page 53: Server support configuring vlan tagging

Advertising
background image

To set SSH inbound to 0x08:
— CLP: oemhp I 20 c0 20 18 00 29 01 00 01 02 00 08 b3
— DOS: ipmitool 20 c0 29 01 00 01 02 00 08
— Linux: ipmitool raw 0x30 0x29 0x01 0x00 0x01 0x02 0x00 0x08

To set SSH outbound to 0x03:
— CLP: oemhp I 20 c0 20 18 00 29 01 00 01 02 01 03 b7
— DOS: ipmitool 20 c0 29 01 00 01 02 01 03
— Linux: ipmitool raw 0x30 0x29 0x01 0x00 0x01 0x02 0x01 0x03

For example, to restore the default setting using telnet in Windows:

1.

Log in to the CLP interface from a Windows Telnet client.

2.

Change the directory to map1 using the command:

cd map1

3.

Set input default to 0x08 using the command:

oemhp I 20 c0 20 18 00 29 01 00 00 02 00 08 b4

4.

Set output default to 0x03 using the command:

oemhp I 20 c0 20 18 00 29 01 00 00 02 01 03 b8

5.

Log out.

Using VLAN Tagging

VLAN tagging is used to isolate the (internal) management traffic from the production traffic
(for security and configuration simplicity) without running multiple Ethernet drops to each
server. Though VLAN tagging adds some network configuration complexity, significant
networking cost savings (as in ports and cables) can be realized.

Server Support

VLAN tagging supports all ProLiant 100 series G5/G6/G7 servers when used with the dedicated
management port. It is supported on high-speed shared management ports on most ML G6 and
G7 servers.

NOTE:

VLAN tagging is not currently supported on the low-speed shared management ports

on ML110 G6, DL120 G6, or ML150 G6.

Configuring VLAN Tagging

The following host-based configuration commands are used to configure VLAN tagging:

To set a VLAN ID using an IPMI command type the following:

linux: ipmitool raw 0x0c 0x01 0x02 0x14 XX YY

where XX = least significant 8 bits of the VLAN ID

YY = bit 7 - 1=enable VLAN; 0=disable

bit [3:0] - most significant 4 bits of the VLAN ID

For example, to enable VLAN ID-809, type the following command:

linux: ipmitool raw 0x0c 0x01 0x02 0x14 0x29 0x83

Using VLAN Tagging

53

Advertising