Connectivity Guide

Table Of Contents
View route-map conguration
OS10(conf-router-bgp-neighbor-af)# do show route-map
route-map test1, deny, sequence 10
Match clauses:
ip address prefix-list p1
Set clauses:
route-map test2, permit, sequence 10
Match clauses:
ip address prefix-list p1
Set clauses:
route-map test3, deny, sequence 10
Match clauses:
ip address prefix-list p2
Set clauses:
route-map test4, permit, sequence 10
Match clauses:
ip address prefix-list p2
Set clauses:
Match routes
Congure match criterion for a route-map. There is no limit to the number of match commands per route map, but keep the number of
match lters in a route-map low. The set commands do not require a corresponding match command.
Match routes with a specic metric value in ROUTE-MAP mode, from 0 to 4294967295.
match metric metric-value
Match routes with a specic tag in ROUTE-MAP mode, from 0 to 4294967295.
match tag tag-value
Match routes whose next hop is a specic interface in ROUTE-MAP mode.
match interface interface
ethernet — Enter the Ethernet interface information.
port-channel — Enter the port-channel number.
vlan — Enter the VLAN ID number.
Check match routes
OS10(config)# route-map test permit 1
0S10(conf-route-map)# match tag 250000
OS10(conf-route-map)# set weight 100
Set conditions
There is no limit to the number of set commands per route map, but keep the number of set lters in a route-map low. The set
commands do not require a corresponding match command.
Enter the IP address in A.B.C.D format of the next-hop for a BGP route update in ROUTE-MAP mode.
set ip next-hop address
Enter an IPv6 address in A::B format of the next-hop for a BGP route update in ROUTE-MAP mode.
set ipv6 next-hop address
Enter the range value for the BGP routes LOCAL_PREF attribute in ROUTE-MAP mode, from 0 to 4294967295.
set local-preference range-value
Enter a metric value for redistributed routes in ROUTE-MAP mode, from 0 to 4294967295.
set metric {+ | - | metric-value}
Enter an OSPF type for redistributed routes in ROUTE-MAP mode.
set metric-type {type-1 | type-2 | external | internal}
702
Access Control Lists