Configuring CAN and OAM VLAN in the customer infrastructure switch

The HPE Telco Blueprint network interfaces must be able to communicate with the customer network. For this purpose, the CAN and OAM VLAN IP interfaces must be configured in the customer infrastructure switch. The corresponding VLAN IDs are available in the Input JSON file.

The OAM and CAN interfaces must be enabled on the uplink port of the customer infrastructure switch.

NOTE:

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

Procedure
  1. Connect to the customer infrastructure switch.
  2. Access the user prompt and run the commands from the customer infrastructure switch as displayed. Following is a sample configuration for Comware switch only:
    system-view
    vlan <OAM_vlan_ID >
    name OAM
    Vlan <CAN_vlan_ID >
    name CAN
    
    interface Vlan-interface <OAM_vlan_id> #example
    ip address x.x.x.x 24 #example
    description OAM #example
    
    interface Vlan-interface <CAN_vlan_id> #example
    ip address x.x.x.x 24 #example
    description CAN #example
    
    interface bridge-aggregation <NFV TOR uplink bag ID>
    port trunk permit vlan <OAM> <CAN>
    
    quit
  3. Verify whether the CAN and OAM IP interfaces are available and active.