D-Link xStackTM DGS/DXS-3300 Series Switch User Manual


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
82
delete stp instance_id
Purpose Used to delete a STP instance ID from the Switch.
Syntax
delete stp instance_id <value 1-15>
Description This command allows the user to delete a previously configured
STP instance ID from the Switch.
Parameters <value 1-15> - Enter a value between 1 and 15 to identify the
Spanning Tree instance on the Switch.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete STP instance ID2 from the Switch.
DGS-3324SRi:4#delete stp instance_id 2
Command: delete stp instance_id 2
Success.
DGS-3324SRi:4#
config stp priority
Purpose Used to update the STP instance configuration.
Syntax
config stp priority <value 0-61440> instance_id <value 0-15>
Description This command is used to update the STP instance configuration
settings on the Switch. The MSTP will utilize the priority in
selecting the root bridge, root port and designated port. Assigning
higher priorities to STP regions will instruct the Switch to give
precedence to the selected instance_id for forwarding packets.
The lower the priority value set, the higher the priority.
Parameters priority <value 0-61440> - Select a value between 0 and 61440 to
specify the priority for a specified instance id for forwarding
packets. The lower the value, the higher the priority. This entry
must be divisible by 4096.
instance_id <value 0-15> - Enter the value corresponding to the
previously configured instance id of which the user wishes to set
the priority value. An instance id of 0 denotes the default
instance_id (CIST) internally set on the Switch.
Restrictions Only administrator-level users can issue this command.
Example usage:
To set the priority value for instance_id 2 as 4096:
DGS-3324SRi:4#config stp priority 4096 instance_id 2
Command : config stp priority 4096 instance_id 2
Success.
DGS-3324SRi:4#