Chapter 15: Ethernet Services and Interfaces (CLI)
Configuring Ethernet Services (CLI)
phn-3963_008v000
Page 15-18
The following command configures Service Point 1 in Service 37 to preserve the CoS decision made at the interface
level for frames that ingress the service point:
service[37]>sp cos-mode set spid 1 mode interface-decision
Enabling and Disabling Flooding (CLI)
The ingress service point for a frame can forward the frame within the service by means of flooding or dynamic
MAC address learning in the service.
To enable or disable forwarding by means of flooding for a service point, go to service view for the service and
enter the following command:
service[SID]>sp flooding set spid <sp-id> state <flooding state>
Table 93
Service Point Enable/Disable Flooding CLI Parameters
Parameter
Input Type
Permitted Values
Description
sp-id
Number
1-32 for P2P and
MP services.
1-30 for MNG
services.
The Service Point ID.
state
Variable
Allow
disable
Determines whether incoming frames with
unknown MAC addresses are forwarded to other
service points via flooding.
The following command configures Service Point 1 in Service 37 to flood incoming frames with unknown MAC
addresses to other service points:
service[37]>sp flooding set spid 1 state allow
The following command configures Service Point 1 in Service 37 not to flood incoming frames with unknown MAC
addresses to other service points:
service[37]>sp flooding set spid 1 state disable
Configuring Service Point Egress Attributes (CLI)
A service point’s egress attributes are attributes that operate upon frames ingressing via the service point. This
includes VLAN preservation and marking attributes.
This section includes:
•
Configuring VLAN and CoS Preservation (CLI)
•
Configuring Service Bundles (CLI)
•
Attaching a VLAN Bundle to a Service Point (CLI)
Configuring VLAN and CoS Preservation (CLI)
CoS and VLAN preservation determines whether the CoS and/or VLAN IDs of frames egressing the service via the
service point are restored to the values they had when the frame entered the service.
This section includes: