cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
481
Views
0
Helpful
1
Replies

ASR9006 STP PVRST loop guard

a0
Level 1
Level 1

Hi everyone,

I try to prevent a cross link between two ASR9k from becoming the designated port.

spanning-tree pvrst CORE-CROSSLINK
 vlan 500
  priority 28672
 !
 interface Bundle-Ether1
  vlan 500 cost 2
 !
 interface TenGigE0/1/0/2
  vlan 500 cost 4
  guard root
 !
 interface TenGigE0/1/0/3
  vlan 500 cost 4
  guard root
 !
!

How can I configure the interface 'Bundle-Ether1' with a loop guard?

1 Reply 1

Elvin Arias
Level 1
Level 1
LoopGuard is not available in XR, you could enable UDLD, though.

Elvin