12-11-2021
12:46 PM
- last edited on
12-12-2021
05:00 AM
by
Translator
#route-map name permit ?
# <0-65535>
Can we give whatever number here, not sure on the use case.
Solved! Go to Solution.
12-11-2021
01:18 PM
- last edited on
12-12-2021
05:05 AM
by
Translator
Hello,
the number is just a sequence, you can use whatever number you want. Lower numbers appear above higher numbers, e.g.:
route-map TEST permit 10
!
route-map TEST permit 20
12-11-2021 01:01 PM
Hello,
what are you asking ? If the route map can have any name you want ? If so, yes. The name is totally up to you.
12-11-2021
01:03 PM
- last edited on
12-12-2021
05:02 AM
by
Translator
#route-map name permit ?
# <0-65535
Can we give whatever number here, not sure on the use case.
12-11-2021
01:18 PM
- last edited on
12-12-2021
05:05 AM
by
Translator
Hello,
the number is just a sequence, you can use whatever number you want. Lower numbers appear above higher numbers, e.g.:
route-map TEST permit 10
!
route-map TEST permit 20
12-11-2021 10:48 PM
As Georg points out the choice of a number is essentially an arbitrary choice for the first stanza of the route map. If there is more than one stanza in the route map then the number determines the order in which the stanzas will be executed. Normal practice is to provide some gap in the numbering (10, 20, 30, etc) so that in the future you want to insert another stanza in between two existing stanzas there is room to insert it.
12-12-2021 02:47 AM - edited 12-12-2021 02:48 AM
Hello
Just like to add, its important to understand not only are route-maps executed in numeric order (low-to high) as stated by others but also they have a logic to them that's can be a bit confusing.
Depending on how the route-map stanza is created (permit/deny) would depend then how its eventually serviced, So you need to be cautious when implementing them, as they can have an effect that you don't expect them have.
12-28-2021 11:03 PM
@paul driver thanks for the information.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide