Skip to content

Route Map

Diagram
NameTypeConstraintMandatoryDefault Value
route_mapsList[route_maps]No

route_maps (nxos.devices.configuration.routing)

Section titled “route_maps (nxos.devices.configuration.routing)”
NameTypeConstraintMandatoryDefault Value
nameStringYes
entriesList[entries]No

entries (nxos.devices.configuration.routing.route_maps)

Section titled “entries (nxos.devices.configuration.routing.route_maps)”
NameTypeConstraintMandatoryDefault Value
orderIntegerYes
actionChoicepermit, denyNo
match_prefix_listStringNo
additiveBooleantrue, falseNofalse
no_communityBooleantrue, falseNofalse
set_criteriaChoicenone, append, replace, igp, pre-bestpathNonone
communityStringNo

nxos:
devices:
- name: Device1
configuration:
routing:
route_maps:
- name: MyRouteMap1
entries:
- order: 10
action: permit
match_prefix_list: MyPrefixList1
community: "100:1"