erps ring <ringid> instance <id> protected-vlans

Syntax

erps ring <ringid>
        instance <id> protected-vlans <vid-list>

Description

This command specifies the set of VLANs that are protected by this ring instance.

The no form of this command removes a set of VLANs that are protected by this ring instance.

Command context

config-erps-ring-<ringid>

Parameters

<ringid>

Required, specifies the ID of the ring. Range: 1-239

<id>

Required, specifies the ERPS ring instance identifier. Range: 1-2.

<vd-list>

Required, range of VLANs to be protected by this ring instance. Range: 1-4094.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Specify a set of VLANs that are protected by this ring instance:
switch(config)# erps ring 3
switch(config-erps-ring-3)# instance 2
switch(config-erps-ring-3-inst-2) protected-vlans 1,10-50
Remove a set of VLANs that are protected by this ring instance:
switch(config)# erps ring 3
switch(config-erps-ring-3)# instance 2
switch(config-erps-ring-3-inst-2) no protected-vlans 11,13