Use this command to configure SPB system parameters.
area-address isis-area | (Optional) Specify an IS-IS area address using a format xx.xx.xx. Defaults to 00.00.00. |
digest-convention | Configure the SPB agreement digest convention. |
off | Disables agreement digest checking in Hellos |
loopfreeboth | Blocks unsafe traffic on digest disagreement. |
vlan-mode | Configure the VLAN mode. |
auto | Specifies that the mapping of Base-VID to SPVID is dynamically handled. SPB VLAN mode defaults to auto. |
manual | Specifies that the mapping of Base-VID to SPVID is administratively configured. |
system-id system-id | (Optional) Specify a system ID for this SPB node. Defaults to current system MAC address |
The IS-IS area address defaults to 00.00.00.
The digest convention defaults to loop protection using loopfreeboth.
The SPB VLAN mode defaults to auto.
The SPB system ID defaults to the current node system ID.
All command modes.
You can use this command to optionally set an IS-IS area address for this system.
The digest convention used can be set to off or to block unsafe traffic on digest disagreement.
The SPB VLAN mode determines whether Base-VID to SPVID mapping will be dynamically or manually configured. SPB VLAN mode defaults to dynamic configuration (auto). The SPVID is selected from a pool of VLANs configured using set spantree mstmap. If manual configuration is selected, use option spvid to manually configure the Base-VID to SPVID mapping.
This example shows how to set an IS-IS area address for this node to 01.01.01:
System(rw)->set spb system area-address 01.01.01 System(rw)->
This example shows how to set the SPB VLAN mode to manual:
System(rw)->set spb system mode-vlan manual System(rw)->
This example shows how to disable the SPB agreement digest convention for this node:
System(rw)->set spb system digest-convention off System(rw)->
This example shows how to the SPB system address to 01:02:03:04:05:06:
System(rw)->set spb system system-id 01:02:03:04:05:06 System(rw)->