MN.00356.E - 003 93
Fig.66 - PEB Port setting
12.3.5 PEB Example configuration by CLI
This is the script for the setting of traffic configuration described in Fig.63.
SM-OS# c t
#Enable provider edge bridge
SM-OS(config)# Bridge-mode provider-edge
SM-OS(config)# vlan 101
SM-OS(config-vlan)# ports gigabitethernet 0/3 gigabitethernet 0/7 untagged gigabitethernet 0/7 name
Vlan101
SM-OS(config-vlan)# vlan egress ether-type STAG
SM-OS(config-vlan)# exit
SM-OS(config)# interface gigabitethernet 0/7
SM-OS(config-if)# shutdown; bridge port-type customerNetworkPort port-based; switchport svlan-prio-
type fixed 6; switchport pvid 101; switchport priority default 6; switchport ingress-filter; mtu 2048; nego-
tiation; no shutdown
SM-OS(config-if)# exit
SM-OS(config)# vlan 102
SM-OS(config-vlan)# ports gigabitethernet 0/3 gigabitethernet 0/9 untagged gigabitethernet 0/9 name
Vlan102
SM-OS(config-vlan)# vlan egress ether-type STAG
SM-OS(config-vlan)# exit
SM-OS(config)# interface gigabitethernet 0/9
SM-OS(config-if)# shutdown; bridge port-type customerNetworkPort port-based; switchport svlan-prio-
type fixed 6; switchport pvid 102; switchport priority default 6; switchport ingress-filter; mtu 2048; nego-
tiation; no shutdown
SM-OS(config-if)# exit
SM-OS(config)# interface gigabitethernet 0/3
SM-OS(config-if)# shutdown; switchport ingress-filter; mtu 2048; no negotiation; speed 2500; no shut-
down
SM-OS(config-if)# exit.