Configuring ILO-OOBM VLAN in the customer infrastructure switch

The management and data switches configured in the blueprint must be able to communicate with the switches at the customer. For this purpose, the iLO-OOBM VLAN IP interfaces must be configured on the customer infrastructure switch. The corresponding VLAN IDs are available in the input JSON file.

NOTE:

The customer infrastructure switch configuration must be performed by authorized personnel of the customer, such as the data center administrator or the network administrator.

Procedure
  1. Connect to the customer infrastructure switch.
  2. Based on the switch hardware, access the user prompt and run the commands from the customer infrastructure switch as displayed in the following example (For Comware only):
    system-view
    vlan <ILO-OOBM_vlan_ID>
    name ILO-OOBM
    interface Vlan-interface <ILO-OOBM_vlan_id> #example
    ip address x.x.x.x 24 #example
    description ILO-OOBM #example
    interface bridge-aggregation <NFV TOR uplink bag ID>
    port trunk permit vlan <ILO-OOBM>
    quit
  3. Verify whether the ILO-OOBM IP interfaces are available and active.