Skip to main content

Route Map

Diagram

Classes

routing (nxos.devices.configuration)

NameTypeConstraintMandatoryDefault Value
route_mapsList[route_maps]No

route_maps (nxos.devices.configuration.routing)

NameTypeConstraintMandatoryDefault Value
nameStringYes
entriesList[entries]No

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

Examples

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