2.7. Configuring Global Service Entities with CLI

This section provides information to create subscriber (customer) accounts using the command line interface.

2.7.1. Service Model Entities

The Nokia service model uses logical entities to construct a service. The service model contains four main entities to configure a service.

2.8. Basic Configuration

The most basic service configuration must have the following:

  1. customer ID
  2. service type
  3. service ID
  4. SAP identifying a port and encapsulation value
  5. associated SDP for distributed services in the network mode

The following is a sample Epipe service configuration output showing the SDP and Epipe service entities. SDP ID 1 was created with the far-end node 10.20.1.2. Epipe ID 101 was created for customer ID 1, which uses the SDP ID 1.

A:ALA-7210M>config>service#
------------------------------------------
...
        sdp 1 mpls create
            description "Default sdp description"
            far-end 10.20.1.2
            lsp "lsp_1_to_B"
            signaling tldp
            no vlan-vc-etype
            path-mtu 9194
            no adv-mtu-override
            keep-alive
                shutdown
                hello-time 10
                hold-down-time 10
                max-drop-count 3
                timeout 5
                no message-length
            exit 
            no collect-stats          
            no accounting-policy      
            no shutdown               
        exit 
...
    epipe 101 customer 1 vpn 101 create
            description "Default epipe description for service id 101"
            service-mtu 9194
            sap lag-2:101 create
                description "Default sap description for service id 101"
                no tod-suite
                dot1ag
                exit
                ingress
                    qos 1 
                    no filter
                exit
            spoke-sdp 101:101 vc-type ether create
                no vlan-vc-tag
                ingress
                    no vc-label
                exit
                egress
                    no vc-label
                exit
                no control-word
                no 
                dot1ag
                    mep 1 domain 5 association 101 direction down
                        ccm-enable
                        no ccm-ltm-priority
                        low-priority-defect remErrXcon
                        no mac-address
                        no shutdown
                    exit
                    mep 1 domain 6 association 101 direction down
                        ccm-enable    
                        no ccm-ltm-priority
                        low-priority-defect remErrXcon
                        no mac-address
                        no shutdown
                    exit
                exit
                no collect-stats
                no accounting-policy
                no precedence 
                no shutdown
            exit
            no shutdown
...
------------------------------------------
A:ALA-7210M>config>service#

2.9. Common Configuration Tasks

This section provides a brief overview of the tasks that must be performed to configure a customer account.

2.9.1. Configuring Customer Accounts

The most basic customer account must have a customer ID. Optional parameters include:

  1. description
  2. contact name
  3. telephone number

2.9.1.1. Customer Information

Use the following syntax to create and input customer information.

CLI Syntax:
config>service# customer customer-id create
contact contact-information
description description-string
phone phone-number

The following is a sample basic customer account configuration output.

A:ALA-12>config>service# info
-------------------------------------------
...
       customer 5 create
           description "Alcatel Customer"
           contact "Technical Support"
           phone "650 555-5100"
       exit
...
-------------------------------------------
A:A:ALA-12>config>service#

2.9.2. Configuring an SDP

The most basic SDP must have the following:

  1. locally unique SDP identification (ID) number
  2. system IP address of the far-end routers
  3. SDP encapsulation type, MPLS

2.9.2.1. SDP Configuration Tasks

This section provides a brief overview of the tasks that must be performed to configure SDPs, and provides the CLI commands.

Consider the following SDP characteristics:

  1. SDPs can be created as MPLS.
  2. Each distributed service must have an SDP defined for every remote router to provide VLL, VPLS, and VPRN services.
  3. A distributed service must be bound to an SDP. By default, no SDP is associated with a service. When an SDP is created, services can be associated to that SDP.
  4. An SDP is not specific or exclusive to any one service or any type of service. An SDP can have more than one service bound to it.
  5. The SDP IP address must be a 7210 SAS-series system IP address.
  6. To configure an MPLS SDP, LSPs must be configured first, then the LSP-to-SDP association must be explicitly created.
  7. In the SDP configuration, automatic ingress and egress labeling (targeted LDP) is enabled by default. Ingress and egress VC labels are signaled over a TLDP connection between two 7210 SAS-series routers.
    If signaling is disabled for an SDP, services using that SDP must configure ingress and egress VC labels manually.

To configure a basic SDP, perform the following steps:

  1. Specify an originating node.
  2. Create an SDP ID.
  3. Specify an encapsulation type.
  4. Specify a far-end node.

2.9.2.2. Configuring an SDP

Use the following syntax to create an SDP and select an encapsulation type. Only MPLS encapsulation is supported.

Note:

When you specify the far-end IP address, you are creating the tunnel; you are creating the path from point A to point B. When you configure a distributed service, you must identify an SDP ID. Use the show service sdp command to display the qualifying SDPs.

When specifying MPLS SDP parameters, you must specify an LSP. If an LSP name is specified, RSVP is used for dynamic signaling within the LSP.

LSPs are configured in the config>router>mpls context. Refer to the 7210 SAS-M, T, R6, R12, Mxp, Sx, S MPLS Guide for configuration and command information.

Use the following syntax to create an MPLS SDP.

CLI Syntax:
config>service>sdp sdp-id [mpls] create
adv-mtu-override
description description-string
far-end ip-address
keep-alive
hello-time seconds
hold-down-time seconds
max-drop-count count
message-length octets
timeout timeout
no shutdown
— lsp lsp-name [lsp-name] (only for MPLS SDPs)
— path-mtu octets
— signaling {off | tldp}
— no shutdown

The following is a sample LSP-signaled MPLS SDP configuration output.

A:ALA-12>config>service# info
-------------------------------------------
...
        sdp 8 mpls create
            description "MPLS-10.10.10.104"
            far-end 10.10.10.104
            lsp "to-104"
            keep-alive
            mixed-lsp-mode
                revert-time 1
                shutdown
            exit
            no shutdown
        exit
...
-----------------------------------------
A:ALA-12>config>service#
 

2.9.2.3. Configuring a Mixed-LSP SDP

Use the following command to configure an SDP with mixed LSP mode of operation:

config>service>sdp mpls>mixed-lsp-mode

The primary is backed up by the secondary. Two combinations are possible: the primary of RSVP is backed up by LDP and the primary of LDP is backed up by 3107 BGP.

The no form of this command disables the mixed-LSP mode of operation. The user first has to remove one of the LSP types from the SDP configuration or the command will fail.

The user can also configure how long the service manager must wait before it reverts the SDP to a higher priority LSP type, when it becomes available, by using the following command:

config>service>sdp mpls>mixed-lsp-mode>revert-time revert-time

An infinite value for the timer dictates that the SDP must never revert to another higher priority LSP type unless the currently active LSP type is down:

config>service>sdp mpls>mixed-lsp-mode>revert-time infinite

The BGP LSP type is allowed. The bgp-tunnel command can be configured under the SDP with the lsp or ldp commands.

2.10. Ethernet Connectivity Fault Management

Ethernet Connectivity Fault Management (ETH-CFM) is defined in two similar standards: IEEE 802.1ag and ITU-T Y.1731. Both standards specify protocols, procedures, and managed objects to support transport fault management, including discovery and verification of the path, detection and isolation of a connectivity fault for each Ethernet service instance.

The configuration is split into multiple CLI contexts. There is the base ETH-CFM configuration that defines the different management constructs and administrative elements. This configuration is performed in the eth-cfm context. The individual management points are configured within the specific service contexts in which they are applied (port, SAP, and so on).

Refer to the 7210 SAS-R6, R12 Services Guide for detailed information about the basic service-applicable material to build the service-specific management points, MEPs, and MIPs. The different service types support a subset of the features from the complete ETH-CFM suite.

ETH-CC used for continuity is available to all MEPs configured within a service. The 7210 SAS devices support Down MEPs and Up MEPs, though the support is not available on all platforms. See Table 9 and Table 10 for more information about platform support.

Note:

Up MEPs cannot be created by default on system bootup. The user needs to explicitly allocate hardware resources for use with the Up MEP feature, using the commands in the configure>system>resource-profile context. Up MEPs can be created only after resources have been allocated to Up MEP by the user. The software fails to create an Up MEP until resources are allocated.

The troubleshooting tools ETH-LBM, ETH-LBR, LTM ETH-TST, and LTR ETH-TST, defined by the IEEE 802.1ag specification and the ITU-T Y.1731 recommendation, are applicable to all MEPs (and MIPs where appropriate). The advanced notification function, Alarm Indication Signal (AIS), defined by the ITU-T Y.1731, is supported on Epipe services.

The advanced performance functions, 1DM, DMM/DMR, and SLM/SLR, are supported on all service MEPs.

Refer to the 7210 SAS-M, T, R6, R12, Mxp, Sx, S OAM and Diagnostics Guide for more information about the individual features and functions that are supported.

Table 7 lists ETH-CFM acronym expansions.

Table 7:  ETH-CFM Acronym Expansions 

Acronym

Expansion

1DM

One-way Delay Measurement (Y.1731)

AIS

Alarm Indication Signal

BNM

Bandwidth Notification Message (Y.1731 sub OpCode of GMN)

CCM

Continuity Check Message

CFM

Connectivity Fault Management

DMM

Delay Measurement Message (Y.1731)

DMR

Delay Measurement Reply (Y.1731)

GMN

Generic Message Notification

LBM

Loopback Message

LBR

Loopback Reply

LTM

Linktrace Message

LTR

Linktrace Reply

ME

Maintenance Entity

MA

Maintenance Association

MA-ID

Maintenance Association Identifier

MD

Maintenance Domain

MEP

Maintenance Association Endpoint

MEP-ID

Maintenance Association Endpoint Identifier

MHF

MIP Half Function

MIP

Maintenance Domain Intermediate Point

OpCode

Operational Code

RDI

Remote Defect Indication

TST

Ethernet Test (Y.1731)

SLM

Synthetic Loss Message (Y.1731)

SLR

Synthetic Loss Reply (Y.1731)

ETH-CFM capabilities may be deployed in many different Ethernet service architectures. The Ethernet-based SAPs and SDP bindings provide the endpoint on which the management points may be created. The basic functions can be used in different services, VPLS and Epipe. Figure 12 and Figure 13 show two possible example scenarios for ETH-CFM deployment in Ethernet access and aggregation networks.

Figure 12:  Ethernet OAM Model for Ethernet Access - Business 
Figure 13:  Ethernet OAM Model for Ethernet Access – Wholesale 

The following functions are supported.

  1. CFM can be enabled or disabled on a SAP or SDP bindings basis.
  2. The eight ETH-CFM levels are suggested to be broken up numerically between customer 7 to 5, service provider 4 to 3 and operator 2 to 1. Level 0 typically is meant to monitor direct connections without any MIPs and should be reserved for port-based G8032 MEPs or facility MEPs. Facility MEPs are not supported on the 7210 SAS. It is mentioned here only for completeness. G8032 MEPs are supported on the 7210 SAS. These can be configured, deleted or modified.
  3. Down MEP and Up MEP with an MEP-ID on a SAP/SDP binding for each MD level can be configured, modified, or deleted. Each MEP is uniquely identified by the MA-ID, MEP-ID tuple.
    1. MEP creation on a SAP is only allowed for Ethernet ports (with null, q-tags, QinQ encapsulations).
    2. MEP support in different services and the endpoints configured in the services (SAPs, SDPs, IP interfaces, and so on) varies across services and 7210 platforms. The following table lists the support available for MEP on different 7210 platforms.
  4. MIP creation on a SAP for each MD level can be enabled and disabled. MIP creation is automatic or manual when it is enabled. When MIP creation is disabled for an MD level, the existing MIP is removed. The 7210 SAS platforms have the notion of ingress and egress MIPs. Ingress MIP responds to OAM messages that are received. Egress MIP responds to OAM messages that are sent. Ingress and egress MIP support for SAP, SDP bindings and services varies and is listed in the following table. For more information, see MEP and MIP Support.

2.10.1. Common Actionable Failures

AIS operates independently from the low-priority-defect setting. The low-priority-defect setting configuration parameter affects only the ETH-CFM fault propagation and alarming outside the scope of AIS. Any fault in the MEP state machine generates AIS when it is configured. Table 8 describes the ETH-CC defect condition groups, configured low-priority-defect setting, priority, and defect as it applies to fault propagation.

Table 8:  Defect Conditions and Priority Settings 

Defect

Low Priority Defect

Description

Causes

Priority

DefNone

N/A

No faults in the association

Normal operations

N/A

DefRDICCM

allDef

Remote Defect Indication

Feedback mechanism to inform that unidirectional faults exist. It provides the feedback loop to the node with the unidirectional failure conditions.

1

DefMACStatus (default)

macRemErrXcon

MAC Layer

Remote MEP is indicating that a remote port or interface is not operational.

2

DefRemoteCCM

remErrXon

No communication from remote peer

MEP is not receiving CCM from a configured peer. The timeout of CCM occurs at 3.5 times the local CC interval. As per the specification, this value is not configurable.

3

DefErrorCCM

errXcon

Remote and local configurations do not match required parameters

Caused by different interval timer, domain-level issues (lower value arriving at a MEP configured with a higher value), MEP receiving CCM with its MEPID

4

DefXconn

Xcon

Cross Connected Service

The service is receiving CCM packets from a different association. This could indicate that two services have merged or there is a configuration error on one of the SAPs or bindings of the service, incorrect association identification.

5

2.10.2. MEP and MIP Support

Table 9 is a general table that indicates the ETH-CFM support for the different services and endpoints. It is not meant to indicate the services that are supported or the requirements for those services on the individual platforms.

Table 9:  ETH-CFM Support Matrix for 7210 SAS-R6 and 7210 SAS-R12 Devices 

Service

Ethernet Connection Type

MEP

MIP

Primary VLAN

Down MEP

Up MEP

Ingress MIP

Egress MIP

Epipe

SAP

 1

SDP

VPLS

SAP

 2

 3

 4

 5

Spoke-SDP

 2

Mesh-SDP

 2

R-VPLS

SAP

IES

IES IPv4 interface

PBB Epipe

I-SAP

PBB VPLS

I-SAP

PBB B-VPLS

B-SAP

IES

SAP

VPRN

SAP

    Notes:

  1. Supported for Down MEP only.
  2. Supported for IMMv2 only.
  3. IMMv1 supports ingress MIP only.
  4. IMMv2 supports both ingress MIP and egress MIP. IMMv1 does not support egress MIP.
  5. Supported only for Down MEP and MIP.
Note:

  1. Ethernet-Rings are not configurable under all service types. Any service restrictions for MEP direction or MIP support will override the generic capability of the Ethernet-Ring MPs. For more information about Ethernet-Rings, refer to the 7210 SAS-M, T, R6, R12, Mxp, Sx, S Interface Configuration Guide.
  2. On 7210 platforms in some services only ingress MIP functionality is supported. An ingress MIP or a Down MIP processes messages in the ingress direction when the OAM message is received on ingress of the SAP/Port (subject to the other checks). An egress MIP or an UP MIP refers to a MIP that processes messages in the egress direction when the OAM message is being sent out of the SAP/port. For more information for service entities support ingress MIP or egress MIP or both, see the preceding tables.
  3. On 7210 SAS devices, when two bidirectional MIPs are configured in an Epipe service on both the service entities/endpoints (For example: on both the SAP and the SDP configured in the Epipe service), only the MIP ingressing in the direction of linktrace messages responds. This is applicable to 7210 SAS platforms that support both ingress and egress MIPs (also referred to as bidirectional MIPs).

2.10.3. Configuring ETH-CFM Parameters

Configuring ETH-CFM requires commands at two different hierarchy levels of the CLI.

This section provides a sample of the global ETH-CFM configuration, which defines the domains, associations, linkage of the service ID or function, and the globally applicable CCM parameters, including the interval and building of the remote MEPs database.

The following is a sample configuration output.

*A:ALU-7_A>config>eth-cfm# info 
----------------------------------------------
        domain 1 name "1" level 1
            association 2 name "1345"
                bridge-identifier 100
                exit
                ccm-interval 60
                remote-mepid 2
                remote-mepid 3
            exit
        exit
----------------------------------------------
*A:ALU-7_A>config>eth-cfm# 

Defining the MEP and configuring service-specific ETH-CFM parameters is performed within the service on the specific SAP or SDP binding. The following is a sample service VPLS 100 showing this configuration output on the SAP.

#*A:ALU-7_A>config>service# info
----------------------------------------------
vpls 100 customer 1 create
description "VPLS service 100 - Used for MEP configuration example"
sap 2/2/1:20 create
description "2/2/1:20"
eth-cfm
mep 1 domain 1 association 1 direction down
no shutdown
exit
exit
exit
exit
no shutdown
exit
customer 1 create
description "Default customer"
exit
exit
----------------------------------------------
*A:ALU-7_A>config>service#

All of the preceding examples were based on IEEE 802.1ag. They are not capable of running Y.1731 functions. To build a Y.1731 context, the domain format must be none.

The following are sample global ETH-CFM configuration outputs and the advanced Y.1731 functions that can be configured. The configuration will reject the configuration of Y.1731 functions within an IEEE 802.1ag context.

*A:7210-2# config>eth-cfm# info
----------------------------------------------
        domain 1 format none level 1
            association 1 format icc-based name "1234567890123"
                bridge-identifier 100
                exit
                ccm-interval 1
            exit
        exit
 
 
*A:7210-2# config>service# info
----------------------------------------------
        vpls 100 customer 1 create
            stp
                shutdown
            exit
            sap 2/2/1:40 create
                eth-cfm
                    mep 1 domain 1 association 1 direction up
                        ais-enable
                            priority 2
                            interval 60
                        exit
                        eth-test-enable
                            test-pattern all-ones crc-enable
                        exit
                        no shutdown
                    exit
                exit
            exit
            no shutdown
        exit
----------------------------------------------
Note:

  1. To be able to transmit and also receive AIS PDUs, a Y.1731 MEP must have ais-enable set.
  2. To be able to transmit and also receive ETH-Test PDUs, a Y.1731 MEP must have eth-test-enable set.

2.10.4. Applying ETH-CFM Parameters

Use the following syntax to apply ETH-CFM parameters to the following entities.

CLI Syntax:
config>service>epipe>sap
eth-cfm
mep mep-id domain md-index association ma-index [direction
{up | down}]
— ais-enable
— client-meg-level [[level [level ...]]
— interval {1 | 60}
— priority priority-value
— ccm-enable
— ccm-ltm-priority priority
— eth-test-enable
— test-pattern {all-zeros | all-ones} [crc-enable]
— low-priority-defect {allDef | macRemErrXcon | remErrXcon | errXcon | xcon | noXcon}
[no] shutdown
CLI Syntax:
config>service>epipe>spoke-sdp
eth-cfm
mep mep-id domain md-index association ma-index [direction
{up | down}]
ccm-enable
ccm-ltm-priority priority
eth-test-enable
— test-pattern {all-zeros | all-ones} [crc-enable]
— low-priority-defect {allDef | macRemErrXcon | remErrXcon | errXcon | xcon | noXcon}
[no] shutdown
CLI Syntax:
config>service>vpls>sap
eth-cfm
mip
mep mep-id domain md-index association ma-index [direction {up | down}]
no mep mep-id domain md-index association ma-index
ccm-enable
ccm-ltm-priority priority
eth-test-enable
— test-pattern {all-zeros | all-ones} [crc-enable]
— low-priority-defect {allDef | macRemErrXcon | remErrXcon | errXcon | xcon | noXcon}
— mac-address mac-address
[no] shutdown
CLI Syntax:
config>service>vpls>mesh-sdp sdp-id[:vc-id] [vc-type {ether | vlan}]
eth-cfm
mep mep-id domain md-index association ma-index [direction
{up | down}]
ccm-enable
ccm-ltm-priority priority
eth-test-enable
— test-pattern {all-zeros | all-ones} [crc-enable]
— low-priority-defect {allDef | macRemErrXcon | remErrXcon | errXcon | xcon | noXcon}
— mac-address mac-address
— no] shutdown
CLI Syntax:
config>service>vpls
spoke-sdp sdp-id:vc-id [vc-type {ether | vlan}] [split-horizon-group group-name] [no-endpoint]
spoke-sdp sdp-id:vc-id [vc-type {ether | vlan}] [split-horizon-group group-name] endpoint endpoint
eth-cfm
map mep-id domain md-index association ma-index [direction
{up | down}]
ccm-enable
ccm-ltm-priority priority
eth-test-enable
— test-pattern {all-zeros | all-ones} [crc-enable]
— low-priority-defect {allDef | macRemErrXcon | remErrXcon | errXcon | xcon | noXcon}
— mac-address mac-address
— no] shutdown
CLI Syntax:
oam
eth-cfm linktrace mac-address mep mep-id domain md-index association ma-index [ttl ttl-value]
eth-cfm loopback mac-address mep mep-id domain md-index association ma-index [send-count send-count] [size data-size] [priority priority]
eth-cfm eth-test mac-address mep mep-id domain md-index association ma-index [priority priority] [data-length data-length]
eth-cfm one-way-delay-test mac-address mep mep-id domain md-index association ma-index [priority priority]
eth-cfm two-way-delay-test mac-address mep mep-id domain md-index association ma-index [priority priority]
eth-cfm two-way-slm-test mac-address mep mep-id domain md-index association ma-index [priority priority]

2.11. Service Management Tasks

This section describes the service management tasks.

2.11.1. Modifying Customer Accounts

To access a specific customer account, you must specify the customer ID. To display a list of customer IDs, use the show service customer command. Enter the parameter (description, contact, phone), then enter the new information.

CLI Syntax:
config>service# customer customer-id create
[no] contact contact-information
[no] description description-string
[no] phone phone-number

Example: config>service# customer 27 create config>service>customer$ description “Western Division” config>service>customer# contact “John Dough” config>service>customer# no phone “(650) 237-5102”

2.11.2. Deleting Customers

The no form of the customer command removes a customer ID and all associated information. All service references to the customer must be shut down and deleted before a customer account can be deleted.

CLI Syntax:
config>service# no customer customer-id

Example: config>service# epipe 5 customer 27 shutdown config>service# epipe 9 customer 27 shutdown config>service# no epipe 5 config>service# no epipe 9 config>service# no customer 27

2.11.3. Modifying SDPs

To access a specific SDP, you must specify the SDP ID. To display a list of SDPs, use the show service sdp command. Enter the parameter, such as description, far-end, and lsp, then enter the new information.

Note:

After it is created, you cannot modify the SDP encapsulation type.

CLI Syntax:
config>service# sdp sdp-id

Example: config>service# sdp 79 config>service>sdp# description “Path-to-107” config>service>sdp# shutdown config>service>sdp# far-end “10.10.10.107” config>service>sdp# path-mtu 1503 config>service>sdp# no shutdown

2.11.4. Deleting SDPs

The no form of the sdp command removes an SDP ID and all associated information. Before an SDP can be deleted, the SDP must be shutdown and removed (unbound) from all customer services where it is applied.

CLI Syntax:
config>service# no sdp 79

Example: config>service# epipe 5 spoke-sdp 79:5 config>service>epipe>sdp# shutdown config>service>epipe>sdp# exit config>service>epipe# exit config>service# no sdp 79

2.12. Layer 2 Control Processing

Operators providing Epipe service need to be able to transparently forward Layer 2 Control Processing (L2CP) control frames received from the customers. This allows their customers to run these control protocols between the different locations that are part of the Layer 2 VPN service. The 7210 SAS platforms provide the user with the following capability:

  1. An option to tunnel, discard, or peer for EFM OAM, LLDP, Dot1x, and LACP.
  2. BPDU translation and Layer 2 protocol tunneling support for xSTP and Cisco control protocols. This is supported only in a VPLS service. For more information, see L2PT and BPDU Translation.
Note:

The CDP, VTP, DTP, PAgP, and UDLD management protocols are forwarded transparently in an Epipe service.

By default, LACP, LLDP, EFM OAM, and Dot1x L2CP untagged packets are discarded if the protocol is not enabled on the port where these frames are received. The user has an option to enable peering by enabling the protocol on the port and configuring the appropriate parameters for the protocol. The user also has an option to tunnel these packets using an Epipe or VPLS service.

In a VPLS service, the Layer 2 control frames are sent out of all the SAPs configured in the VPLS service. Nokia recommends using this feature carefully and only when a VPLS is used to emulate an end-to-end Epipe service (that is, an Epipe configured using a three-point VPLS service, with one access SAP and two access-uplink SAP/SDPs for redundant connectivity). That is, if the VPLS service is used for multipoint connectivity, Nokia does not recommend using this feature. When a Layer 2 control frame is forwarded out of a dot1q SAP or a QinQ SAP, the SAP tags of the egress SAP are added to the packet.

The following SAPs can be configured for tunneling the untagged L2CP frames (corresponding protocol tunneling needs to be enabled on the port):

  1. If the port encapsulation is null, the user has an option to tunnel these packets by configuring a null SAP on a port.
  2. If the port encapsulation is dot1q, the user has an option to use dot1q explicit null SAP (for example, 1/1/10:0) or a dot1q default SAP (for example, 1/1/11:*) to tunnel these packets.
  3. If the port encapsulation is QinQ, the user has an option to use 0.* SAP (for example, 1/1/10:0.*) to tunnel these packets.

In addition to the preceding list of protocols, protocols that are not supported on 7210 (for example, GARP, GVRP, ELMI, and others) are transparently forwarded in case of a VPLS service. These protocols are transparently forwarded if a null SAP, dot1q default SAP, dot1q explicit null SAP, or 0.* SAP is configured on the port and the received packet is untagged. If the received packet is tagged and matches the tag of any of the SAPs configured on the port, it is forwarded in the context of the SAP and the service. Otherwise, if the received packet is untagged and none of the null or dot1q default or dot1q explicit null or 0.* SAP is configured, it is discarded.

If a 7210 receives a tagged L2CP packet on any SAP (including null, dot1q, dot1q range, QinQ, QinQ default), it is forwarded transparently in the service similar to normal service traffic (xSTP processing behavior is different in VPLS service and is listed as follows).

The xSTP processing behavior in a VPLS service is as follows:

  1. If xSTP is enabled in the service, and if the tag in the STP BPDU matches the tag of the configured SAP, the received xSTP BPDU is processed by the local xSTP instance on the node for that service when xSTP is enabled on the SAP, and discarded when xSTP is disabled on the SAP.
  2. If the tags do not match, xSTP BPDU packets are transparently forwarded in the service similar to normal service traffic.
  3. If xSTP is disabled in the service, STP BPDU packets are transparently forwarded in the service similar to normal service traffic.

Table 10 describes L2CP support for the 7210 SAS-R6 and 7210 SAS-R12.

Table 10:  L2CP Support for 7210 SAS-R6 and 7210 SAS-R12 

Packet Type

7210 SAS-R6 and 7210 SAS-R12

LACP

Option to tunnel or discard or peer

Dot1x

Option to tunnel or discard or peer

LLDP

Option to tunnel or discard or peer 1

EFM

Option to tunnel or discard or peer

L2TP

Supported  2

BPDU Tunneling

Supported

xSTP

Option to peer or tunnel

    Notes:

  1. Refer to the 7210 SAS-M, T, R6, R12, Mxp, Sx, S Interface Configuration Guide for more information about options available for LLDP tunneling.
  2. L2TP support on 7210 SAS platforms varies depending on the platforms. Not all platforms support tunneling of all CISCO protocols. For more information, see L2PT and BPDU Translation.