Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NilashishC/4292a36534bf0b1a144434bee6ff0d8d to your computer and use it in GitHub Desktop.
Save NilashishC/4292a36534bf0b1a144434bee6ff0d8d to your computer and use it in GitHub Desktop.
- name: Parse externally provided route-maps configuration
cisco.nxos.nxos_route_maps:
running_config: |
route-map rmap1 permit 10
match as-number 65564
match as-path Allow40
match ip address acl_1
description rmap1-10-permit
route-map rmap1 deny 20
match community BGPCommunity1 BGPCommunity2
match ip address prefix-list AllowPrefix1 AllowPrefix2
description rmap1-20-deny
set dampening 30 1500 10000 120
state: parsed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment