You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using the below syntax under bgp_params:
bgp_params:
listen:
range:
address: 10.10.10.0/24
peer_group:
name: OVERLAY-LEAF
remote_as: 65001
the command generated is dynamic peer max range 10.10.10.0/24 peer group OVERLAY-LEAF remote-as 65001, which is the wrong command and it should be bgp listen range 10.10.10.0/24 peer-group OVERLAY-LEAF remote-as 65001
SUMMARY
when using the below syntax under bgp_params:
bgp_params:
listen:
range:
address: 10.10.10.0/24
peer_group:
name: OVERLAY-LEAF
remote_as: 65001
the command generated is dynamic peer max range 10.10.10.0/24 peer group OVERLAY-LEAF remote-as 65001, which is the wrong command and it should be bgp listen range 10.10.10.0/24 peer-group OVERLAY-LEAF remote-as 65001
ISSUE TYPE
COMPONENT NAME
arista.eos.eos_bgp_global
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
bgp listen range 10.10.10.0/24 peer-group OVERLAY-LEAF remote-as 65001
ACTUAL RESULTS
dynamic peer max range 10.10.10.0/24 peer group OVERLAY-LEAF remote-as 65001
The text was updated successfully, but these errors were encountered: