Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

RSTP and BPDU Block-On-Edge

$
0
0

Hello colleagues, 

According to my understanding and reading about configuring rstp on Juniper interfaces: 

if bpdu-block-on-edge is configured:

- When BPDU is received the port will be blocked.

-It should be configured on all host interfaces to prevent any possible loops. 

-it should not be configured on the ends of links between switches. 

 

But our customer has the below recommendations: 

Interface To

Configuration

Notes

Global

BPDU Block-On-Edge

BPDU Block-On-Edge will operate on all Edge ports to ensure that the reception of a STP BPDU will block the port

Host Port

Edge Port

Rapid transition to a forwarding state, BPDU Block-On-Edge will automatically be applied to the port from the Global configuration

Switch

Edge port

Rapid transition to a forwarding state, BPDU Block-On-Edge will automatically be applied to the port from the Global configuration

Rapid transition to a forwarding state, BPDU Block-On-Edge blocks the port in the event of a loop during start-up.

The external switch to be connected to the fabric must configured with STP disabled so that when a loop is formed, BPDUs flowing from the fabric will automatically be forwarded through the loop back to the fabric switch resulting in the port on the fabric switch being disabled.

 

and so seems it has Edge port enabled on Fabric switches towards Access ones and disable on Access ones towards Fabric ones (configuration is below), so my question how is that working? ACC swithces are sending BPDUs I guess to Fabric switches so in theory Fabric ports should be blocked, but it is not and all is working fine, so it seems I am missing something, can you help in understanding this. 

 

VCF ae20 > ACC01 ae0

------------------------------

S00-VCF> show configuration | display set | match ae20
set interfaces xe-11/0/17:0 ether-options 802.3ad ae20
set interfaces xe-12/0/17:0 ether-options 802.3ad ae20
set interfaces ae20 apply-groups LAG
set interfaces ae20 description "VCF:S1>S01-ACC"
set interfaces ae20 mtu 9192
set interfaces ae20 aggregated-ether-options lacp active
set interfaces ae20 aggregated-ether-options lacp periodic slow
set interfaces ae20 unit 0 family ethernet-switching vlan members all
set protocols rstp interface ae20 edge
set class-of-service interfaces ae20 apply-groups TRUSTED
set protocols rstp bpdu-block-on-edge

---------------------------------------------------

S01-ACC> show configuration | display set | match ae0
set interfaces xe-0/2/0 ether-options 802.3ad ae0
set interfaces xe-1/2/0 ether-options 802.3ad ae0
set interfaces ae0 apply-groups LAG
set interfaces ae0 description S01-ACC->S00-VCF
set interfaces ae0 unit 0 family ethernet-switching vlan members all
set protocols uplink-failure-detection group TRACK_UPLINK_ACC:1 link-to-monitor ae0
set protocols uplink-failure-detection group TRACK_UPLINK_ACC:2 link-to-monitor ae0
set class-of-service interfaces ae0 apply-groups TRUSTED
set protocols rstp bpdu-block-on-edge

 

Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>