133
Examples
# Disable STP on Ethernet 1/0/1, and then enable BPDU tunneling for STP on the port.
<Sysname> system-view
[Sysname] interface ethernet 1/0/1
[Sysname-Ethernet1/0/1] undo stp enable
[Sysname-Ethernet1/0/1] bpdu-tunnel dot1q stp
# Disable STP for port group 1, and then enable BPDU tunneling for STP in the port group.
<Sysname> system-view
[Sysname] port-group manual 1
[Sysname-port-group-manual-1] group-member ethernet 1/0/1 to ethernet 1/0/6
[Sysname-port-group-manual-1] undo stp enable
[Sysname-port-group-manual-1] bpdu-tunnel dot1q stp
# Disable STP on Layer 2 aggregate interface Bridge-Aggregation 1, and then enable BPDU
tunneling for STP on the Layer 2 aggregate interface.
<Sysname> system-view
[Sysname] interface bridge-aggregation 1
[Sysname-Bridge-Aggregation1] undo stp enable
[Sysname-Bridge-Aggregation1] bpdu-tunnel dot1q stp
bpdu-tunnel tunnel-dmac
Syntax
bpdu-tunnel tunnel-dmac
mac
-
address
undo bpdu-tunnel tunnel-dmac
View
System view
Default level
2: System level
Parameters
mac
-
address
: Specifies a destination multicast MAC address for BPDUs, in the format of H-H-H. The
allowed values are 0x0100-0CCD-CDD0, 0x0100-0CCD-CDD1, 0x0100-0CCD-CDD2, and
0x010F-E200-0003.
Description
Use
bpdu-tunnel tunnel-dmac
to configure the destination multicast MAC address for BPDUs.
Use
undo bpdu-tunnel tunnel-dmac
to restore the default value.
By default, the destination multicast MAC address for BPDUs is 0x010F-E200-0003.
Examples
# Set the destination multicast MAC address for BPDUs to 0x0100-0CCD-CDD0.
<Sysname> system-view
[Sysname] bpdu-tunnel tunnel-dmac 0100-0ccd-cdd0