Configuration Guide Vol. 1


30.1.5 Configuring VLAN Mapping

<Structure of this section>

(1) VLAN new setting

Points to note

Bind a VLAN used for data transfer to a VLAN mapping. A single VLAN mapping can be used on multiple rings as a common definition. As many as 128 VLAN mappings can be set. Multiple VLANs can be set for a VLAN mapping by using lists.

The VLAN for data transfer used within a ring network must be the same for all nodes. However, because only VLANs for VLAN mappings specified for VLAN groups need to match, there is no need to match the VLAN mapping IDs for all nodes in a ring network.

Command examples

  1. (config)# axrp vlan-mapping 1 vlan 5-7

    Sets VLAN IDs 5, 6, and 7 for VLAN mapping ID 1.

(2) Add VLAN

Points to note

VLAN IDs can be added to VLAN mappings already set. When the ring to which an added VLAN mapping is applied is running, the mapping is reflected immediately. Also, when deletions are applied for multiple rings, they are all reflected at the same time. If a VLAN mapping is changed during ring operation, a loop might occur.

Command examples

  1. (config)# axrp vlan-mapping 1 vlan add 8-10

    Adds VLAN IDs 8, 9, and 10 to VLAN mapping ID 1.

(3) VLAN deletion

Points to note

Delete a VLAN ID from a VLAN mapping already set. If the ring to which the deleted VLAN mapping is applied is running, the deletion is reflected immediately. Also, when deletions are applied for multiple rings, they are all reflected at the same time. If a VLAN mapping is changed during ring operation, a loop might occur.

Command examples

  1. (config)# axrp vlan-mapping 1 vlan remove 8-9

    Deletes VLAN IDs 8 and 9 from VLAN mapping ID 1.