D-Link DES-3500Series Switch User Manual


 
DES-3500 Layer 2 Fast Ethernet Switch CLI Reference Manual
81
(for example if the port is forced to half-duplex operation) the p2p status changes
to operate as if the p2p value were false. The default setting for this parameter is
auto.
state [enable | disable] Allows STP to be enabled or disabled for the ports
specified in the port list. The default is enable.
fbpdu [enable | disable | hw_filtering] When enabled, this allows the forwarding of
STP BPDU packets from other network devices when STP is disabled in the
specified ports. If users want to enable Forwarding BPDU on a per port basis, the
following settings must first be in effect: 1. STP must be globally disabled and 2.
Forwarding BPDU must be globally enabled. To globally disable STP, use the
disable stp command, to globally enable fbpdu, use the config stp command.
The default is disable.
When the state is set to hw_filtering, if STP BPDU is received by this port, the port
will be changed to BPDU hardware filtering mode such that all layer 2 control
packets will be dropped by hardware. The default is disable.
recover_hw_filtering When a port is in BPDU hardware filtering mode, it can be
recovered by this option.
NOTE:
The following MAC addresses are layer 2 control packets:
01:80:C2:00:00:00 to 01:80:C2:00:00:10 and 01:80:C2:00:00:20 to
01:80:C2:00:00:2F.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure STP with path cost 19, hellotime set to 5 seconds, migration enable, and state enable for ports 1-5 of
module 1.
DES-3526:admin#config stp ports 1-5 externalCost 19 hellotime 1
migrate yes state enable
Command: config stp ports 1-5 externalCost 19 hellotime 1 migrate
yes state enable
Success.
DES-3526:admin#
create stp instance_id
Purpose Used to create a STP instance ID for MSTP.
Syntax
create stp instance_id <value 1-4>
Description This command allows the user to create a STP instance ID for the
Multiple Spanning Tree Protocol. There are 5 STP instances on
the Switch (one internal CIST, unchangeable) and the user may
create up to 4 instance IDs for the Switch.
Parameters
<value 1-4> - Enter a value between 1 and 4 to identify the
Spanning Tree instance on the Switch.
Restrictions Only Administrator and Operator-level users can issue this
command.
Example usage:
To create a spanning tree instance 2:
DES-3526:admin#create stp instance_id 2
Command: create stp instance_id 2
Success.