Connection profile commands

connection-profile

Syntax

connection-profile conn-prof-id [create]

no connection-profile conn-prof-id

Context

config

Platforms

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description

This command creates a list of VLAN values to be assigned to a Dot1q SAP in an Epipe service.

A connection profile can only be assigned to a Dot1q SAP which is part of an Epipe service.

The no form of this command deletes the profile from the configuration.

Parameters

conn-prof-id

Specifies the profile number.

Values

1 to 8000

ethernet

Syntax

ethernet

Context

config>connprof

Platforms

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description

This command provides the context to configure the VLAN ranges values.

ranges

Syntax

no ranges

ranges vlan-ranges [vlan-ranges...(up to 32 max)]

Context

config>connprof>ethernet

Platforms

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description

Specifies the list of VLAN ranges or individual VLAN ID to be used for mapping the specific VLANs to the Epipe SAP.

The system validates that the values specified are valid VLAN ID in the range 0-4094 (VLAN ID 4095 is reserved). Ranges are specified in the format ‛a-b ’, the expression (a < b) should be true. Up to about 32 individual VLAN values or VLAN ranges can be specified. A maximum of up to 8 VLAN ranges are allowed per connection profile.

Parameters

vlan-ranges

Specifies the list of VLAN ranges or individual VLAN ID to be used for mapping the specific VLANs to the Epipe SAP.

A list of space separated values specified as either a-b or individual VLAN IDs. Both the VLAN IDs and the value used for 'a' and 'b' must be in the range of 0-4094. Additionally, value 'a' must be less than value 'b'.

For example:

ranges

100-200 5 6 4000-4020

ranges

4 5 6 10 11 12

ranges

250-350 500-600 1000-1023