User Guide
4. Management
4.5 OOBM Management Overview
•
<netmask>
= The netmask, in four pairs of two-digit hex codes
•
<gateway>
= The gateway, in four pairs of two-digit hex codes
For example, to change the OOBM network configuration on IOM A to
static
:
sg_wr_mode
/dev/sg3
--dbd --page=0x23,0x01 --
contents=e3,01,00,1A,
01
,00,00,00,
00
,00,00,00,
C0,A8,00,0A
,
FF,FF,FF,00
,
C0,A8,00,01
,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
•
Device
= /dev/sg3
•
IOM
= 01 (IOM A)
•
Setting
= 00 (static)
•
IP Address
= 192.168.0.10
•
Netmask
= 255.255.255.0
•
Gateway
= 192.168.0.1
To change the OOBM network configuration on IOM B to
static
:
sg_wr_mode
/dev/sg3
--dbd --page=0x23,0x01 --
contents=e3,01,00,1A,
02
,00,00,00,
00
,00,00,00,
C0,A8,00,0B
,
FF,FF,FF,00
,
C0,A8,00,01
,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
•
Device
= /dev/sg3
•
IOM
= 02 (IOM B)
•
Setting
= static
•
IP Address
= 192.168.0.11
•
Netmask
= 255.255.255.0
•
Gateway
= 192.168.0.1
To change the OOBM network configuration on IOM A to
DHCP
:
sg_wr_mode
/dev/sg3
--dbd --page=0x23,0x01 --
contents=e3,01,00,1A,
01
,00,00,00,
01
,00,00,00,
00,00,00,00
,
00,00,00,00
,
00,00,00,00
,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
•
Device
= /dev/sg3
•
IOM
= 01 (IOM A)
•
Setting
= 01 (DHCP)
•
IP Address
= 0.0.0.0
•
Netmask
= 0.0.0.0
•
Gateway
= 0.0.0.0
To change the OOBM network configuration on IOM B to
DHCP
:
sg_wr_mode
/dev/sg3
--dbd --page=0x23,0x01 --
contents=e3,01,00,1A,
02
,00,00,00,
01
,00,00,00,
00,00,00,00
,
00,00,00,00
,
00,00,00,00
,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
•
Device
= /dev/sg3
•
IOM
= 02 (IOM B)
•
Setting
= 01 (DHCP)
•
IP Address
= 0.0.0.0
•
Netmask
= 0.0.0.0
216