DGS-6604
m
traffic-segmentation forward
CLI Reference Guide
911
When entering
no traffic-segmentation
without any keywords, then all ports will
become the forwarding port. When entering
no traffic-segmentation forward
without the interface keyword, then all ports in forwarding port list will be
removed. That is, the forwarding domain of the configured interface is empty.
Examples
This example shows how to configure traffic segmentation. It restricts the
flooding domain of eth3.1 to a set of ports, which are eth4.1 - 4.6.
This example shows how to remove some ports eth4.2- 4.3 from the forwarding
port list.
Verify the settings by entering the
show traffic-segmentation
command.
Switch# configure terminal
Switch(config)# interface eth3.1
Switch(config-if)# traffic-segmentation forward interface eth4.1-4.6
Switch(config-if)# exit
Switch# configure terminal
Switch(config)# interface eth3.1
Switch(config-if)# no traffic-segmentation forward interface eth4.2-4.3
Switch(config-if)# exit