Hello,
I am using vlan-aware mode which will going to connect host at port swp1. Since it will no need to exchange spanning tree and avoid mistake when connecting another switch into this port.
So I would like to enable BPDU guard.
Question
1. Does following config is correct?
--------
auto swp1
iface swp1
mstpctl-portadminedge yes
mstpctl-bpduguard yes
------
2. With example from manual
https://docs.cumulusnetworks.com/display/DOCS/Data+Center+Host+to+ToR+Architecture
which it including enable "mstpctl-portadminedge yes". As I understand it is similar to portfast setup. Why it will including it for safe learning time of spanning tree?
Thanks!
I am using vlan-aware mode which will going to connect host at port swp1. Since it will no need to exchange spanning tree and avoid mistake when connecting another switch into this port.
So I would like to enable BPDU guard.
Question
1. Does following config is correct?
--------
auto bridge
iface bridge
alias bridge01
bridge-ports swp1
bridge-vids 10 20 30 40 50 100-200
bridge-vlan-aware yes
mstpctl-treeprio 32768
auto swp1
iface swp1
mstpctl-portadminedge yes
mstpctl-bpduguard yes
------
2. With example from manual
https://docs.cumulusnetworks.com/display/DOCS/Data+Center+Host+to+ToR+Architecture
which it including enable "mstpctl-portadminedge yes". As I understand it is similar to portfast setup. Why it will including it for safe learning time of spanning tree?
Thanks!