-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
SUMMARY
support of "support for set large-comunity" inside of route-maps, eg:
route-map TEST
set large-community 65535:999:1 delete
ISSUE TYPE
- Feature Idea
COMPONENT NAME
eos.eos_route_maps
ADDITIONAL INFORMATION
large-communities get more important. there should be the same implementation like for standard comunities
- name: routemap core ipv4
arista.eos.eos_route_maps:
config:
- route_map: "RM4-TEST"
entries:
- description: "Set nexthop"
action: "permit"
sequence: 10
match:
large_community:
community_list: "65535:999:1"
set:
ip:
peer_address: true
community_attributes:
large_community:
delete: true
number: "65535:999:1"
- description: "Match all"
action: "permit"
sequence: 1000
state: "merged"
Metadata
Metadata
Assignees
Labels
No labels