DES-7200 Configuration Guide Chapter 5 Port-based Flow Control Configuration
5-4
5.2.2 Configuring the Protected
Port
Set one port as the protected port:
Command Function
DES-7200(config-if)# switchport protected
Set this interface as a protected port
You can reset a port as unprotected port with the no switchport protected command
in the interface configuration mode.
The following example describes how to set the Gigabitethernet 0/3 as the protected
port.
DES-7200# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DES-7200(config)# interface gigabitethernet 0/3
DES-7200(config-if)# switchport protected
DES-7200(config-if)# end
Caution
For DES-7200 series, the destination port of the remote mirroring
cannot be configured as the protected port on the RSPAN destination
device.
5.2.3 Configuring the Route-deny
Between Protected Ports
Command Function
DES-7200(config)# protected-ports route-deny
Set the route-deny between the
protected ports.
You can reenable the Layer 3 route between the protected ports using the no
protected-ports route-deny command in the interface configuration mode.
The following example describes how to disable the Layer 3 route between the
protected ports.
DES-7200# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DES-7200(config)# protected-ports route-deny
DES-7200(config)# end
5.2.4 Showing Protected Port
Configuration
Command Function