cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1548
Views
0
Helpful
6
Replies

can route-map call another route-map ?

gbcbooksmj
Level 1
Level 1

route-map in quagga can call another route-map

can Cisco router do this ? 

6 Replies 6

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

I never have required that but I think it cannot, below the only matches:

Router(config-route-map)#match ?
additional-paths  BGP Add-Path match policies
as-path   Match BGP AS path list
clns    CLNS information
community   Match BGP community list
extcommunity   Match BGP/VPN extended community list
interface    Match first hop interface of route
ip   IP specific information
ipv6    IPv6 specific information
length    Packet length
local-preference    Local preference for route
mdt-group    Match routes corresponding to MDT group
metric    Match metric of route
mpls-label    Match routes which have MPLS labels
policy-list    Match IP policy list
route-type   Match route-type of route
rpki   Match RPKI state of route
source-protocol   Match source-protocol of route
tag    Match tag of route




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

thks ,

do you know GTT communities ? 

check the following LINK : https://www.gtt.net/services/internet-services/ip-transit/bgp-communities/

i m intending to to design a community list like GTT for my own AS, 

i was thinking if Cisco router route-map can call another route-map,  then i dont have to input a template command for every peer of my AS . 

so in this case , do you have any suggestion ? 

 

any reply ?

any reply ? 

Hi

Apologies for the late response, I would like to know if you want to get the same community format?




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Hello,

 

If you are trying to build a routing policy for external peering, trying to do what you are trying to do manually won't work - it's too much to manage

 

You need to have a repository where you can store and modify your communities - generally in the form of RPSL which can auto generate configuration the required route-maps for your customer peerings, as well as peerings with other transit providers.

 

Trying to call route-maps within route-maps is a recipe for disaster IMHO.