Configure SLPP packet-tx on a VLAN
Enable SLPP by VLAN to detect a loop and automatically stop it. This configuration controls the boundary of SLPP-PDU transmission.
Important
To provide protection against broadcast and multicast storms, as a best practice, enable Rate Limiting for broadcast traffic and multicast traffic.
Procedure
Example
Log on to the VLAN Interface Configuration mode:
Switch(config)# interface vlan 2
Enable SLPP:
Switch(config-if)# slpp enable
Configure the transmission interval to 500 milliseconds:
Switch(config-if)# slpp tx-interval 500
Add a VLAN, with the VLAN ID of 2, to the transmission list:
Switch(config-if)# slpp vid 2
Variable Definitions
Use the data in the following table to use the slpp command.
Variable |
Value |
---|---|
enable |
Activates or disables the SLPP operation. You must enable the SLPP operation to enable the SLPP packet transmit and receive process. If you disable the SLPP operation, the system sends no SLPP packets and discards received SLPP packets. To set this option to the default value, use the default operator with the command. The default is disabled. |
500–5000 |
Configures the SLPP packet transmit interval, expressed in milliseconds in a range from 500–5000. The default value is 500. To set this option to the default value, use the default operator with the command. |
<1-4059> |
Adds a VLAN, by VLAN ID, to a SLPP transmission list. Use the no operator to remove this configuration. |