route-map 路由标记的名称 permit/deny 多个路由映射共用一个路由映射标记,哪么可以为每个映射设置不同的序列号以示区别
show route-map 路由标记的名称
match Interface interface_name ----指定路由为自治系统内部类型
match metric metric_value ----在set语句中,用来指定度量值
match acl_id ----用来对所有目地网络在访问列表允许范围内的路由进行在发布
match route-type ----可接受的参数有local,internal和external[type-1,type-2],用来生成路由映射过滤local,internal和external type-1或者external type-2型的路由(以上四种类型为其选一)
match ip next-hop/ip route-source acl_id ----指定满足路由映射规则的路由将被转发到的下一跳/对访问列表中的路由器和访问服务器通告过来的路由进行再发布(该两条语句中其中一条是跟在前四种类型其一中的一条后面)
set metric metric_value
set metric-type type-1 type-1 internal external ----用来指定度量的类型,可接受的参数有type-1、type-1、internal和external
set ip next-hop ip_address ----指定满足以上规则的路由将被转发到的下一跳IP地址
阅读(838) | 评论(0) | 转发(0) |