BCM - Ethernet Features Forwarding - Draft

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 25

 

 
BCM

ETHERNET FEATURES
FORWARDING

SIAE MICROELETTRONICA S.p.A.


Via Michelangelo Buonarroti, 21 - 20093 Cologno Monzese, Milano - ITALY - Tel +39 0227325.1 - Fax +39 0225391585
http://www.siaemic.com/
Contents
CUSTOMER BRIDGE .................................................................................. 4 
1.1.  BRIDGE CONFIGURATION ................................................................................................. 4 
1.1.1.  FEATURE DESCRIPTION ............................................................................................. 4 
1.1.2.  DEFAULT VALUES .................................................................................................. 4 
1.1.3.  DEPENDENCIES AND RESTRICTIONS.................................................................................. 4 
1.1.4.  CLI DESCRIPTION .................................................................................................. 4 
1.1.5.  SHOW COMMANDS ................................................................................................. 4 
1.1.6.  EXAMPLE .......................................................................................................... 5 
1.2.  PORT CONFIGURATION .................................................................................................. 6 
1.2.1.  FEATURE DESCRIPTION ............................................................................................. 6 
1.2.2.  DEFAULT VALUES .................................................................................................. 6 
1.2.3.  DEPENDENCIES AND RESTRICTIONS.................................................................................. 6 
1.2.4.  CLI DESCRIPTION .................................................................................................. 6 
1.2.5.  SHOW COMMANDS ................................................................................................. 6 
1.2.6.  EXAMPLE .......................................................................................................... 6 
1.3.  VLAN CONFIGURATION ................................................................................................. 7 
1.3.1.  FEATURE DESCRIPTION ............................................................................................. 7 
1.3.2.  DEFAULT VALUES .................................................................................................. 7 
1.3.3.  DEPENDENCIES AND RESTRICTIONS.................................................................................. 7 
1.3.4.  CLI DESCRIPTION .................................................................................................. 7 
1.3.5.  SHOW COMMANDS ................................................................................................. 8 
1.3.6.  EXAMPLE .......................................................................................................... 9 
1.4.  INGRESS FILTER ........................................................................................................ 10 
1.4.1.  FEATURE DESCRIPTION ............................................................................................ 10 
1.4.2.  DEFAULT VALUES ................................................................................................. 10 
1.4.3.  DEPENDENCIES AND RESTRICTIONS................................................................................. 10 
1.4.4.  CLI DESCRIPTION ................................................................................................. 10 
1.4.5.  SHOW COMMANDS ................................................................................................ 10 
1.4.6.  EXAMPLE ......................................................................................................... 11 
1.5.  ACCEPTABLE INGRESS FRAMES .......................................................................................... 12 
1.5.1.  FEATURE DESCRIPTION ............................................................................................ 12 
1.5.2.  DEFAULT VALUES ................................................................................................. 12 
1.5.3.  DEPENDENCIES AND RESTRICTIONS................................................................................. 12 
1.5.4.  CLI DESCRIPTION ................................................................................................. 12 
1.5.5.  SHOW COMMANDS ................................................................................................ 12 
1.5.6.  EXAMPLE ......................................................................................................... 13 

PROVIDER BRIDGE .................................................................................. 16 


1.6.  BRIDGE CONFIGURATION ................................................................................................ 16 
1.6.1.  FEATURE DESCRIPTION ............................................................................................ 16 
1.6.2.  DEFAULT VALUES ................................................................................................. 16 
1.6.3.  DEPENDENCIES AND RESTRICTIONS................................................................................. 16 
1.6.4.  CLI DESCRIPTION ................................................................................................. 16 
1.6.5.  SHOW COMMANDS ................................................................................................ 16 
1.6.6.  EXAMPLE ......................................................................................................... 16 
1.7.  PORT CONFIGURATION ................................................................................................. 17 
1.7.1.  FEATURE DESCRIPTION ............................................................................................ 17 
1.7.2.  DEPENDENCIES AND RESTRICTIONS................................................................................. 17 
1.7.3.  CLI DESCRIPTION ................................................................................................. 17 
1.7.4.  SHOW COMMANDS ................................................................................................ 17 
1.7.5.  EXAMPLE ......................................................................................................... 17 

PROVIDER EDGE BRIDGE – CUSTOMER NETWORK PORT ......................................19 


1.8.  BRIDGE CONFIGURATION ................................................................................................ 19 
1.8.1.  FEATURE DESCRIPTION ............................................................................................ 19 
1.8.2.  DEFAULT VALUES ................................................................................................. 19 
1.8.3.  DEPENDENCIES AND RESTRICTIONS................................................................................. 19 
1.8.4.  CLI DESCRIPTION ................................................................................................. 19 
1.8.5.  SHOW COMMANDS ................................................................................................ 19 
1.8.6.  EXAMPLE ......................................................................................................... 20 
1.9.  PORT CONFIGURATION ................................................................................................. 20 
1.9.1.  FEATURE DESCRIPTION ............................................................................................ 20 
1.9.2.  DEPENDENCIES AND RESTRICTIONS................................................................................. 20 
1.9.3.  CLI DESCRIPTION ................................................................................................. 20 
1.9.4.  SHOW COMMANDS ................................................................................................ 20 
1.9.5.  EXAMPLE ......................................................................................................... 20 

PROVIDER EDGE BRIDGE – CUSTOMER EDGE PORT ............................................22 


1.10.  BRIDGE CONFIGURATION ................................................................................................ 22 
1.10.1.  FEATURE DESCRIPTION ............................................................................................ 22 
1.10.2.  DEFAULT VALUES ................................................................................................. 22 
1.10.3.  DEPENDENCIES AND RESTRICTIONS................................................................................. 22 
1.10.4.  CLI DESCRIPTION ................................................................................................. 22 
1.10.5.  SHOW COMMANDS ................................................................................................ 22 
1.10.6.  EXAMPLE ......................................................................................................... 23 
1.11.  PORT CONFIGURATION ................................................................................................. 23 
1.11.1.  FEATURE DESCRIPTION ............................................................................................ 23 
1.11.2.  DEPENDENCIES AND RESTRICTIONS................................................................................. 23 
1.11.3.  CLI DESCRIPTION ................................................................................................. 23 
1.11.4.  SHOW COMMANDS ................................................................................................ 23 
1.11.5.  EXAMPLE ......................................................................................................... 23 
CUSTOMER BRIDGE

1.1. BRIDGE CONFIGURATION

1.1.1. FEATURE DESCRIPTION


SM-OS complies with 802.1ad standard. Different bridge type are available. Each bridge type supports different kind of ingress/egress port
which behavior is specified in the Bridge Port Type chapter.

Customer bridge [CB]: transports C-Tagged frames (TPID 0x8100) whitout adding any additional S-VLAN Tag. Untagged frames are
tranported using port default PVID.
VLAN table considers C-TAG frame field
Customer bridge supports Customer Bridge Ports

1.1.2. DEFAULT VALUES


As default Customer Bridge is configured

1.1.3. DEPENDENCIES AND RESTRICTIONS


To change bridge mode following protocols must be shutdown: GMRP, GVRP, GARP, Spanning Tree, Ethernet CFM. After bridge mode change
system automatically reboots

When bridge mode is changed VLAN table is reset to default value.

1.1.4. CLI DESCRIPTION


Following commands are used to change bridge type
Commands Description
conf t Enters configuration mode
bridge-mode customer Configure switch in Customer Bridge Mode
exit Exits configuration mode

Following commands are used to disable protocols befare changing bridge type
Commands Description
conf t Enters configuration mode
set gmrp disable Disables protocols
set gvrp disable
shutdown garp
shutdown spanning-tree
no ethernet cfm start
exit Exits configuration mode

1.1.5. SHOW COMMANDS


Show commands Description
show nvram SM-OS# show nvram

Bridge Mode : Customer Bridge
1.1.6. EXAMPLE
#Configure bridge mode to Customer Bridge
conf t
bridge-mode customer
end
1.2. PORT CONFIGURATION

1.2.1. FEATURE DESCRIPTION


Customer Bridge ports [CB] are automatically configured once the bridge mode is set to Customer Bridge.

1.2.2. DEFAULT VALUES


As default Customer Bridge port is configured

1.2.3. DEPENDENCIES AND RESTRICTIONS


Customer Bridge port considers frames untagged according to ingress TPID 0x8100. Al frames matching a TPID different from 0x8100 are
considered as untagged and carried if default PVID is configured.

1.2.4. CLI DESCRIPTION


No commands are available to configure Customer Bridge ports

1.2.5. SHOW COMMANDS


Show commands Description
show vlan port config port g SM-OS# show vlan port config port g 0/1
Vlan Port configuration table
-------------------------------
Port Gi0/1
Bridge Port Type : Customer Bridge Port
Port Vlan ID : 1

1.2.6. EXAMPLE
-
1.3. VLAN CONFIGURATION

1.3.1. FEATURE DESCRIPTION

VLANs can be configured to transport C-Tagged (TPID 0x8100) frames. Once a port is member set of a created VLAN, the same port can be
configured as untagged for the VLAN itself: this allows to remove tag out of the port for the selected VLANs.
VLANs can be also used to transport untagged frames (TPID ≠ 0x8100) by definition of PVID (Port VLAN Identifier): it represents the VLAN ID
that is to be assigned to untagged frames or priority-tagged or C-VLAN frames received on the port. The PVID is used for port based VLAN type
membership classification. The PVID configuration done is used based on the acceptable frame type of the port. The packets are processed
against PVID, if the packets accepted at ingress is not having a tag.

1.3.2. DEFAULT VALUES


Port VLAN Identified (PVID) is 1 for all Customer Bridge Ports
No VLAN are defined in Customer Bridge except the default VLAN ID 1.

1.3.3. DEPENDENCIES AND RESTRICTIONS


Default VLAN 1, according to standard, is reserved for internal processes and management. Can’t be deleted but can have no ports belonging
to it.
PVID can be assigned only if associated VLAN is defined. It is not possible to remove a PVID but the default value 1 can be assigned to restore
default configuration.
The system supports max 256 VLANs (range 1-4094)

1.3.4. CLI DESCRIPTION


1.3.4.1. C-Tagged traffic management
Following commands are used to create VLAN for C-Tagged traffic tranport
Commands Description
conf t Enters configuration mode
vlan <VLAN_ID> Enters in configure <VLAN_ID>
ports <ingress_egress ports> name <NAME> Defines the ports <ingress_egress> memberset of the <VLAN_ID> and a <name>
exit Exits configuration mode

Following commands are used to add a port as memberset of already created VLAN
Commands Description
conf t Enters configuration mode
vlan <VLAN_ID> Enters in configure <VLAN_ID>
ports add <ingress_egress ports> Add new ports to previously created VLAN
exit Exits configuration mode

Following commands are used to remove ports memberset of a specified VLAN


Commands Description
conf t Enters configuration mode
vlan <VLAN_ID> Enters in configure <VLAN_ID>
no ports <ports> Remove ports to previously created VLAN
exit Exits configuration mode

Following commands are used to remove a specified VLAN


Commands Description
conf t Enters configuration mode
no vlan <VLAN_ID> Removes <VLAN_ID> from switch configuration
exit Exits configuration mode

1.3.4.2. Untagged traffic management


Following commands are used to remove C-VLAN ID @egress for a specified VLAN
Commands Description
conf t Enters configuration mode
vlan <VLAN_ID> Enters in configure <VLAN_ID>
ports < ingress_egress ports> untagged Defines the ports <ports> memberset of the <VLAN_ID> that removes C-TAG
<egress_port> name <NAME> @egress port <egress_port>
exit Exits configuration mode

Following commands are used to remove ports memberset untagged of a specified VLAN
Commands Description
conf t Enters configuration mode
vlan <VLAN_ID> Enters in configure <VLAN_ID>
no ports <ports> untagged <ports> Remove ports to previously created VLAN
exit Exits configuration mode
Following commands are used to assign a PVID @ingress port to trasport untagged incoming traffic
Commands Description
conf t Enters configuration mode
vlan <VLAN_ID> Enters in configure <VLAN_ID>
ports <ports> name <NAME> Defines the ports <ingress_egress> memberset of the <VLAN_ID> and a <name>
exit Exits configuration mode
interface <ingress_port> Enters interface configuration menu
switchport pvid <VLAN_ID> Defines a PVID value for the ingress port: this value is added as C-TAG for
all untagge traffic coming into <ingress_port>. Once the PVID is added as
C-TAG frames follow the VLAN table forwarding for the VLAN_ID.

Following commands are used to remove PVID @ingress port


Commands Description
conf t Enters configuration mode
interface <ingress_port> Enters interface configuration menu
switchport pvid 1 Assigns default PVID 1
no switchport pvid Alternatively no form can be used to assign default PVID 1 to a port

1.3.5. SHOW COMMANDS


Show commands Description
show vlan port config port g/x SM-OS# show vlan
Vlan database
-------------
Vlan ID : 1
Member Ports : Gi0/3, Gi0/6
Untagged Ports : Gi0/3
Forbidden Ports : None
Name :
Status : Permanent
Egress Ethertype : 0x8100
----------------------------------------------------
Vlan ID : 1000
Member Ports : Gi0/1, Gi0/10
Untagged Ports : Gi0/10
Forbidden Ports : None
Name :
Status : Permanent
Egress Ethertype : 0x8100
----------------------------------------------------
show service vlan SM-OS# show service vlan

Service Vlan Classification


-------------------------------
Service Vlan Port pvid
-----------------------------------------------------------
1 Gi0/1 1
1 Gi0/2 1
1 Gi0/3 1
1 Gi0/4 1
1 Gi0/5 1
1 Gi0/6 1
1 Gi0/7 1
1 Gi0/8 1
1 Gi0/9 1
1000 Gi0/10 1000
show vlan port config port g 0/x SM-OS# show vlan port config port g 0/1

Vlan Port configuration table


-------------------------------
Port Gi0/1
Bridge Port Type : Customer Bridge Port
Port Vlan ID : 1000
Port Acceptable Frame Type : Admit All
Port Mac Learning Status : Enabled
Port Ingress Filtering : Enabled
Port Mode : Hybrid
Port Gvrp Status : Disabled
Port Gmrp Status : Disabled
Port Gvrp Failed Registrations : 2
Gvrp last pdu origin : 00:00:00:00:00:00
Port Restricted Vlan Registration : Disabled
Port Restricted Group Registration : Unknown
Mac Based Support : Disabled
Subnet Based Support : Disabled
Port-and-Protocol Based Support : Enabled
Default Priority : 0
Dot1x Protocol Tunnel Status : Peer
LACP Protocol Tunnel Status : Peer
Spanning Tree Tunnel Status : Peer
MVRP Protocol Tunnel Status : Peer
MMRP Protocol Tunnel Status : Peer
GVRP Protocol Tunnel Status : Peer
GMRP Protocol Tunnel Status : Peer
IGMP Protocol Tunnel Status : Peer
Filtering Utility Criteria : Default
Port Protected Status : Disabled
Ingress EtherType : 0x8100
Egress EtherType : 0x8100
Egress TPID Type : Portbased
Allowable TPID 1 : 0x0
Allowable TPID 2 : 0x0
Allowable TPID 3 : 0x0
-------------------------------------------------------

1.3.6. EXAMPLE
#Configure vlan 100 to transport C-Tagged VLAN ID 100 g 0/9 <-> g 0/6
conf t
vlan 100
ports gigabitethernet 0/9 gigabitethernet 0/6 name VLAN100
end

#Configure vlan 200 to transport C-Tagged VLAN ID 200 g 0/9 <-> g 0/6 and remove C-TAG out of g 0/9
conf t
vlan 200
ports gigabitethernet 0/9 gigabitethernet 0/6 untagged gigabitethernet 0/9 name VLAN200
end

#Configure PVID @ ingress g 0/9 to transport untagged traffic by adding VLAN ID 200 and remove C-TAG out of g 0/9
conf t
vlan 200
ports gigabitethernet 0/9 gigabitethernet 0/6 untagged gigabitethernet 0/9 name VLAN200
exit
interface gigabitethernet 0/9
switchport pvid 200
end
1.4. INGRESS FILTER

1.4.1. FEATURE DESCRIPTION


As per 802.1ad standard, defines the behavior of tagged and untagged traffic
ENABLE:
- Tagged traffic
Ingress port must be memberset of incoming VLAN to forward traffic out of a port memberset of the VLAN itself
- Untagged or priority tagged traffic
Follows rules defined by PVID and VLAN associated that must be specified in ingress and egress ports

DISABLE
- Tagged traffic
Incoming traffic is forwarded out of port memberset of incoming VLAN. It is not necessary ingress port is memberset of VLAN.
- Untagged or priority tagged traffic
Follows rules defined by PVID and VLAN associated that can be specified only in egress ports

It is strongly suggested to always enable this parameters in all ports to have the complete control of all kind of incoming traffic.

1.4.2. DEFAULT VALUES


As default ingress filter is enabled in all ports.

1.4.3. DEPENDENCIES AND RESTRICTIONS


By changing bridge port type (see Provider configuration) ingress filter is disable

1.4.4. CLI DESCRIPTION


Following commands are used to create VLAN for C-Tagged traffic tranport
Commands Description
conf t Enters configuration mode
interface <ingress_port> Enters interface configuration menu
switchport ingess <enable|disable> Enable or disable ingress filter for selected port
exit Exits configuration mode

1.4.5. SHOW COMMANDS


Show commands Description
show vlan port config port g 0/x SM-OS# show vlan port config port g 0/1

Vlan Port configuration table


-------------------------------
Port Gi0/1
Bridge Port Type : Customer Bridge Port
Port Vlan ID : 1000
Port Acceptable Frame Type : Admit All
Port Mac Learning Status : Enabled
Port Ingress Filtering : Enabled
Port Mode : Hybrid
Port Gvrp Status : Disabled
Port Gmrp Status : Disabled
Port Gvrp Failed Registrations : 2
Gvrp last pdu origin : 00:00:00:00:00:00
Port Restricted Vlan Registration : Disabled
Port Restricted Group Registration : Unknown
Mac Based Support : Disabled
Subnet Based Support : Disabled
Port-and-Protocol Based Support : Enabled
Default Priority : 0
Dot1x Protocol Tunnel Status : Peer
LACP Protocol Tunnel Status : Peer
Spanning Tree Tunnel Status : Peer
MVRP Protocol Tunnel Status : Peer
MMRP Protocol Tunnel Status : Peer
GVRP Protocol Tunnel Status : Peer
GMRP Protocol Tunnel Status : Peer
IGMP Protocol Tunnel Status : Peer
Filtering Utility Criteria : Default
Port Protected Status : Disabled
Ingress EtherType : 0x8100
Egress EtherType : 0x8100
Egress TPID Type : Portbased
Allowable TPID 1 : 0x0
Allowable TPID 2 : 0x0
Allowable TPID 3 : 0x0
-------------------------------------------------------

1.4.6. EXAMPLE
#Enable ingress-filter on g 0/9
conf t
interface gigabitethernet 0/9
switchport ingress-filter enable
end
1.5. ACCEPTABLE INGRESS FRAMES

1.5.1. FEATURE DESCRIPTION


As per 802.1ad standard, defines if tagger or untagged traffic must be forwarded or discarded @ingress
- All: C-Tagged, untagged and priority tagged traffic is accepted and forwarded according to VLAN and PVID rules
- Untagged and priority tagged: untagged and priority tagged traffic is accepted and forwarded according to VLAN and PVID rules
- Tagged: C-Tagged traffic is accepted and forwarded according to VLAN rules

1.5.2. DEFAULT VALUES


As default acceptable ingress frame is configured as all.

1.5.3. DEPENDENCIES AND RESTRICTIONS


-

1.5.4. CLI DESCRIPTION


Following commands are used to create VLAN for C-Tagged traffic tranport
Commands Description
conf t Enters configuration mode
interface <ingress_port> Enters interface configuration menu
switchport acceptable-frame-type <all | tagged Configure acceptable frame type
| untaggedAndPrioritytagged>
exit Exits configuration mode

1.5.5. SHOW COMMANDS


Show commands Description
show vlan port config port g 0/x SM-OS# show vlan port config port g 0/1

Vlan Port configuration table


-------------------------------
Port Gi0/1
Bridge Port Type : Customer Bridge Port
Port Vlan ID : 1000
Port Acceptable Frame Type : Admit All
Port Mac Learning Status : Enabled
Port Ingress Filtering : Enabled
Port Mode : Hybrid
Port Gvrp Status : Disabled
Port Gmrp Status : Disabled
Port Gvrp Failed Registrations : 2
Gvrp last pdu origin : 00:00:00:00:00:00
Port Restricted Vlan Registration : Disabled
Port Restricted Group Registration : Unknown
Mac Based Support : Disabled
Subnet Based Support : Disabled
Port-and-Protocol Based Support : Enabled
Default Priority : 0
Dot1x Protocol Tunnel Status : Peer
LACP Protocol Tunnel Status : Peer
Spanning Tree Tunnel Status : Peer
MVRP Protocol Tunnel Status : Peer
MMRP Protocol Tunnel Status : Peer
GVRP Protocol Tunnel Status : Peer
GMRP Protocol Tunnel Status : Peer
IGMP Protocol Tunnel Status : Peer
Filtering Utility Criteria : Default
Port Protected Status : Disabled
Ingress EtherType : 0x8100
Egress EtherType : 0x8100
Egress TPID Type : Portbased
Allowable TPID 1 : 0x0
Allowable TPID 2 : 0x0
Allowable TPID 3 : 0x0
-------------------------------------------------------
1.5.6. EXAMPLE
#Configure acceptable-frame-type all on g 0/9
conf t
interface gigabitethernet 0/9
switchport acceptable-frame-type all
end
1.6. DEFAULT PRIORITY

1.6.1. FEATURE DESCRIPTION


This command configures the default ingress user priority for a port.
This priority is assigned to frames received on the port, that does not have a priority assigned to it. This priority value is used for untagged
traffic when the switch adds a C-VLAN Etherne.
This value ranges from 0 to 7. The value 0 represents the lowest priority and the value 7 represents the highest priority.
The no form of the command resets the default ingress user priority for the port to its default value.

1.6.2. DEFAULT VALUES


Default value 0.

1.6.3. DEPENDENCIES AND RESTRICTIONS


-

1.6.4. CLI DESCRIPTION


Following commands are used to create VLAN for C-Tagged traffic tranport
Commands Description
conf t Enters configuration mode
interface <ingress_port> Enters interface configuration menu
switchport acceptable-frame-type <all | tagged Configure acceptable frame type
| untaggedAndPrioritytagged>
exit Exits configuration mode

1.6.5. SHOW COMMANDS


Show commands Description
show vlan port config port g 0/x SM-OS# show vlan port config port g 0/1

Vlan Port configuration table


-------------------------------
Port Gi0/1
Bridge Port Type : Customer Bridge Port
Port Vlan ID : 1000
Port Acceptable Frame Type : Admit All
Port Mac Learning Status : Enabled
Port Ingress Filtering : Enabled
Port Mode : Hybrid
Port Gvrp Status : Disabled
Port Gmrp Status : Disabled
Port Gvrp Failed Registrations : 2
Gvrp last pdu origin : 00:00:00:00:00:00
Port Restricted Vlan Registration : Disabled
Port Restricted Group Registration : Unknown
Mac Based Support : Disabled
Subnet Based Support : Disabled
Port-and-Protocol Based Support : Enabled
Default Priority : 0
Dot1x Protocol Tunnel Status : Peer
LACP Protocol Tunnel Status : Peer
Spanning Tree Tunnel Status : Peer
MVRP Protocol Tunnel Status : Peer
MMRP Protocol Tunnel Status : Peer
GVRP Protocol Tunnel Status : Peer
GMRP Protocol Tunnel Status : Peer
IGMP Protocol Tunnel Status : Peer
Filtering Utility Criteria : Default
Port Protected Status : Disabled
Ingress EtherType : 0x8100
Egress EtherType : 0x8100
Egress TPID Type : Portbased
Allowable TPID 1 : 0x0
Allowable TPID 2 : 0x0
Allowable TPID 3 : 0x0
-------------------------------------------------------
1.6.6. EXAMPLE
#Configure acceptable-frame-type all on g 0/9
conf t
interface gigabitethernet 0/9
switchport acceptable-frame-type all
end
PROVIDER BRIDGE

1.7. BRIDGE CONFIGURATION

1.7.1. FEATURE DESCRIPTION


SM-OS complies with 802.1ad standard. Different bridge type are available. Each bridge type supports different kind of ingress/egress port
which behavior is specified in the Bridge Port Type chapter.

Provider Bridge [PB]: transports S-Tagged frames (default TPID 0x88A8) whitout adding any additional S-VLAN Tag.
VLAN table is considers S-TAG frame field
Provider Bridge supports Provider Network Ports [PNP]

1.7.2. DEFAULT VALUES


As default Customer Bridge is configured

1.7.3. DEPENDENCIES AND RESTRICTIONS


To change bridge mode following protocols must be shutdown: GMRP, GVRP, GARP, Spanning Tree, Ethernet CFM

When bridge mode is changed VLAN table is reset to default value

1.7.4. CLI DESCRIPTION


Following commands are used to change bridge type
Commands Description
conf t Enters configuration mode
bridge-mode customer Configure switch in Customer Bridge Mode
exit Exits configuration mode

Following commands are used to disable protocols befare changing bridge type
Commands Description
conf t Enters configuration mode
set gmrp disable Disables protocols
set gvrp disable
shutdown garp
shutdown spanning-tree
no ethernet cfm start
exit Exits configuration mode

1.7.5. SHOW COMMANDS


Show commands Description
show qos pbit-preference-over-Dscp QoS Default Pbit Preference Entries
---------------------------------
IfIndex Pbit preference over DSCP
-------- -------------------------
Gi0/9 Enabled
Gi0/2 Disabled
Gi0/1 Enabled
Gi0/10 Enabled

1.7.6. EXAMPLE
#Configure bridge mode to Customer Bridge
conf t
bridge-mode customer
exit

1.8. PORT CONFIGURATION

1.8.1. FEATURE DESCRIPTION


Text

1.8.2. DEPENDENCIES AND RESTRICTIONS


Text

1.8.3. CLI DESCRIPTION


Following commands are used to change bridge type
Commands Description
conf t Enters configuration mode
bridge-mode customer Configure switch in Customer Bridge Mode
exit Exits configuration mode

Following commands are used to disable protocols befare changing bridge type
Commands Description
conf t Enters configuration mode
set gmrp disable Disables protocols
set gvrp disable
shutdown garp
shutdown spanning-tree
no ethernet cfm start
exit Exits configuration mode

1.8.4. SHOW COMMANDS


Show commands Description
show qos pbit-preference-over-Dscp QoS Default Pbit Preference Entries
---------------------------------
IfIndex Pbit preference over DSCP
-------- -------------------------
Gi0/9 Enabled
Gi0/2 Disabled
Gi0/1 Enabled
Gi0/10 Enabled

1.8.5. EXAMPLE
#Configure bridge mode to Customer Bridge
conf t
bridge-mode customer
exit
PROVIDER EDGE BRIDGE – CUSTOMER NETWORK PORT

1.9. BRIDGE CONFIGURATION

1.9.1. FEATURE DESCRIPTION


SM-OS complies with 802.1ad standard. Different bridge type are available. Each bridge type supports different kind of ingress/egress port
which behavior is specified in the Bridge Port Type chapter.

Provider Edge Bridge [PEB]: transports Untagged and C-Tagged frames (TPID 0x8100) by adding additional S-VLAN Tag.
VLAN table is considers S-TAG frame field
Provider Edge Bridge supports Customer Network Ports [CNP]

1.9.2. DEFAULT VALUES


As default Customer Bridge is configured

1.9.3. DEPENDENCIES AND RESTRICTIONS


To change bridge mode following protocols must be shutdown: GMRP, GVRP, GARP, Spanning Tree, Ethernet CFM

When bridge mode is changed VLAN table is reset to default value

1.9.4. CLI DESCRIPTION


Following commands are used to change bridge type
Commands Description
conf t Enters configuration mode
bridge-mode customer Configure switch in Customer Bridge Mode
exit Exits configuration mode

Following commands are used to disable protocols befare changing bridge type
Commands Description
conf t Enters configuration mode
set gmrp disable Disables protocols
set gvrp disable
shutdown garp
shutdown spanning-tree
no ethernet cfm start
exit Exits configuration mode

1.9.5. SHOW COMMANDS


Show commands Description
show qos pbit-preference-over-Dscp QoS Default Pbit Preference Entries
---------------------------------
IfIndex Pbit preference over DSCP
-------- -------------------------
Gi0/9 Enabled
Gi0/2 Disabled
Gi0/1 Enabled
Gi0/10 Enabled
1.9.6. EXAMPLE
#Configure bridge mode to Customer Bridge
conf t
bridge-mode customer
exit

1.10. PORT CONFIGURATION

1.10.1. FEATURE DESCRIPTION


Untagged or C-Tagged traffic on CNP in transported in S-VLAN using port default PVID defined by switchport pvid <vlan>

S-PCP is added to S-VLAN according to following criteria:


- for untagged traffic using port default PCP defined by switchport priority default <PRIO> CLI (from 0 to 7)
- for C-Tagged traffic S-PCP can be fixed or copy from C-PCP using switchport svlan-priotype {copy | fixed <prio>}

1.10.2. DEPENDENCIES AND RESTRICTIONS


Text

1.10.3. CLI DESCRIPTION


Following commands are used to change bridge type
Commands Description
conf t Enters configuration mode
bridge-mode customer Configure switch in Customer Bridge Mode
exit Exits configuration mode

Following commands are used to disable protocols befare changing bridge type
Commands Description
conf t Enters configuration mode
set gmrp disable Disables protocols
set gvrp disable
shutdown garp
shutdown spanning-tree
no ethernet cfm start
exit Exits configuration mode

1.10.4. SHOW COMMANDS


Show commands Description
show qos pbit-preference-over-Dscp QoS Default Pbit Preference Entries
---------------------------------
IfIndex Pbit preference over DSCP
-------- -------------------------
Gi0/9 Enabled
Gi0/2 Disabled
Gi0/1 Enabled
Gi0/10 Enabled

1.10.5. EXAMPLE
#Configure bridge mode to Customer Bridge
conf t
bridge-mode customer
exit
PROVIDER EDGE BRIDGE – CUSTOMER EDGE PORT

1.11. BRIDGE CONFIGURATION

1.11.1. FEATURE DESCRIPTION


SM-OS complies with 802.1ad standard. Different bridge type are available. Each bridge type supports different kind of ingress/egress port
which behavior is specified in the Bridge Port Type chapter.

Provider Edge Bridge [PEB]: transports Untagged and C-Tagged frames (TPID 0x8100) by adding additional S-VLAN Tag.
VLAN table is considers S-TAG frame field
Provider Edge Bridge supports Customer Edge Ports [CEP]

1.11.2. DEFAULT VALUES


As default Customer Bridge is configured

1.11.3. DEPENDENCIES AND RESTRICTIONS


To change bridge mode following protocols must be shutdown: GMRP, GVRP, GARP, Spanning Tree, Ethernet CFM

When bridge mode is changed VLAN table is reset to default value

1.11.4. CLI DESCRIPTION


Following commands are used to change bridge type
Commands Description
conf t Enters configuration mode
bridge-mode customer Configure switch in Customer Bridge Mode
exit Exits configuration mode

Following commands are used to disable protocols befare changing bridge type
Commands Description
conf t Enters configuration mode
set gmrp disable Disables protocols
set gvrp disable
shutdown garp
shutdown spanning-tree
no ethernet cfm start
exit Exits configuration mode

1.11.5. SHOW COMMANDS


Show commands Description
show qos pbit-preference-over-Dscp QoS Default Pbit Preference Entries
---------------------------------
IfIndex Pbit preference over DSCP
-------- -------------------------
Gi0/9 Enabled
Gi0/2 Disabled
Gi0/1 Enabled
Gi0/10 Enabled
1.11.6. EXAMPLE
#Configure bridge mode to Customer Bridge
conf t
bridge-mode customer
exit

1.12. PORT CONFIGURATION

1.12.1. FEATURE DESCRIPTION

Untagged traffic on CEP is transported:


- in S-VLAN using port default PVID defined by switchport pvid <vlan>
- in C-VLAN + S-VLAN
Second option has higher priority than first one. If C-VLAN+S-VLAN is configured, PVID configuration will not have any effect: it is not
necessary to configure ingress port PVID = S-VLAN used for untagged traffic transport
Once C-VLAN is removed, configured PVID= S-VLAN will be applied.

S-PCP is added to S-VLAN according to following criteria:


- for C-Tagged traffic S-PCP can be fixed or copy from C-PCP using switchport customer-vlan <vlan> svlan-priotyp
e {copy | fixed <prio>}. This command must be specified for any mapped C-VLAN into S-VLAN
- for untagged traffic mapped in S-VLAN using port default PCP defined by switchport priority default <PRIO> CLI (from 0 to 7)

In case untagged traffic on CEP is mapped in C-VLAN + S-VLAN


- S-PCP is added using port default PCP defined by switchport priority default <PRIO> CLI (from 0 to 7)
- C-PCP is added to 0

1.12.2. DEPENDENCIES AND RESTRICTIONS


Text

1.12.3. CLI DESCRIPTION


Following commands are used to change bridge type
Commands Description
conf t Enters configuration mode
bridge-mode customer Configure switch in Customer Bridge Mode
exit Exits configuration mode

Following commands are used to disable protocols befare changing bridge type
Commands Description
conf t Enters configuration mode
set gmrp disable Disables protocols
set gvrp disable
shutdown garp
shutdown spanning-tree
no ethernet cfm start
exit Exits configuration mode

1.12.4. SHOW COMMANDS


Show commands Description
show qos pbit-preference-over-Dscp QoS Default Pbit Preference Entries
---------------------------------
IfIndex Pbit preference over DSCP
-------- -------------------------
Gi0/9 Enabled
Gi0/2 Disabled
Gi0/1 Enabled
Gi0/10 Enabled

1.12.5. EXAMPLE
#Configure bridge mode to Customer Bridge
conf t
bridge-mode customer
exit

You might also like