D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 7 RLDP Configuration
7-5
7.2.2 Configuring RLDP Globally
The RLDP works on the port only when the global RLDP is enabled.
In the global configuration mode, follow these steps to enable RLDP:
Command Function
DES-7200(config)# rldp enable
Turn on the global RLDP function switch.
DES-7200(config)# end
Return to the privileged mode.
The no option of the command turns off the global RLDP.
7.2.3 Configuring RLDP on the
Port
The RLDP operation is port-based, so the user needs to explicitly configure
which ports shall run RLDP. In configuring the port RLDP, it is required to specify
the diagnosis type and the troubleshooting method for the port at the same time.
The diagnosis types include unidirection-detect, bidirection-detect and
loop-detect. The troubleshooting methods include warning, block,
shutdown-port, and shutdown-svi.
In the configuration mode, follow these steps to configure the RLDP on the port:
Command Function
DES-7200(config)# interface
interface-id
Enter the interface mode.
DES-7200(config-if)# rldp port
{unidirection-detect |
bidirection-detect
| loop-detect } {warning |
shutdown-svi | shutdown-port |
block}
Enable the RLDP on the port and configure
the diagnosis type and troubleshooting
method at the same time.
DES-7200(config-if)# end
Return to the privileged mode.
The no option of the command disables the RLDP on the port and the
configured detection types one by one.
In the example below, the RLDP is configured on GigabitEthernet 0/5, and
multiple diagnosis types and troubleshooting methods are specified:
DES-7200# configure terminal
DES-7200(config)# interface gigabitEthernet 0/5
DES-7200(config-if)# rldp port unidirection-detect
shutdown-svi
DES-7200(config-if)# rldp port bidirection-detect warning