Skip to content

support for set large-comunity in arista.eos.eos_route_maps #569

@crami

Description

@crami
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions