Skip to content

Commit d25ce7b

Browse files
authored
Aruba CX: Replace "clear soft out" with "BGP session reset" (#2526)
It looks like "clear bgp all * soft out" is a no-op on ArubaCX; we need a bigger hammer. Fix #2523
1 parent b3910e8 commit d25ce7b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

netsim/extra/bgp.policy/arubacx.j2

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ router bgp {{ bgp.as }}
4747
{% endfor %}
4848
{% endif %}
4949
!
50-
do clear bgp all * soft out
51-
do clear bgp all * soft in
50+
do clear bgp *
5251
{% for vname,vdata in (vrfs|default({})).items() if vdata.bgp is defined %}
53-
do clear bgp vrf {{vname}} all * soft in
54-
do clear bgp vrf {{vname}} all * soft out
52+
do clear bgp vrf {{vname}} *
5553
{% endfor %}

0 commit comments

Comments
 (0)