Criterion interface
A matching criteria which matches routes based on route prefix, community, and AS path.
Properties
| as |
List of AS paths which this criteria matches. |
| community | List of BGP communities which this criteria matches. |
| match |
Match condition to apply RouteMap rules. |
| route |
List of route prefixes which this criteria matches. |
Property Details
asPath
List of AS paths which this criteria matches.
asPath?: string[]
Property Value
string[]
community
List of BGP communities which this criteria matches.
community?: string[]
Property Value
string[]
matchCondition
Match condition to apply RouteMap rules.
matchCondition?: string
Property Value
string
routePrefix
List of route prefixes which this criteria matches.
routePrefix?: string[]
Property Value
string[]