Configuring OAM VLAN in customer core switch

The Core Telco Blueprint network interfaces must be able to communicate with the customer network. For this purpose, the OAM VLAN IP (Customer network) interfaces must be configured in the customer core switch. The corresponding VLAN IDs are available in the Input JSON file.

The OAM interface must be enabled on the uplink port of the customer core switch.

NOTE:

The customer core switch configuration must be performed by the authorized personnel of the customer, for example, the data center administrator or the network administrator.

Procedure
  1. Connect to the customer core switch.
  2. Access the user prompt and execute the commands from customer core switch as shown in the following example:
    system-view
    vlan <OAM_vlan_ID >
    name OAM
    
    interface Vlan-interface <OAM_vlan_id> #example
    ip address x.x.x.x 24 #example
    description OAM #example
    
    interface bridge-aggregation <NFV TOR uplink bag ID>
    port trunk permit vlan <OAM>
    
    quit
  3. Verify whether the OAM IP interface is available and active.