Table 3: Match And Set Policy Values - Juniper JUNOSE 11.0.X IP SERVICES Configuration Manual

For e series broadband services routers - ip services configuration
Table of Contents

Advertisement

JUNOSe 11.0.x IP Services Configuration Guide

Table 3: Match and Set Policy Values

For example, you can configure an access list and route map to filter, based on IP
address, any routes that appear in the routing table:
Using the same name for both the table map and the route map creates an association
specifying (in this case) that only IP addresses that match the access list criterion
appear in the routing table.
ip access-route table-map
ipv6 access-route table-map
ip static-route table-map
ipv6 static-route table-map
32
Access Lists
Match
Set
ip address
metric
metric
distance
distance
tag
tag
host1(config)#ip access-route table-map just10net
host1(config)#access-list permit10 permit 10.0.0.0 0.255.255.255
host1(config)#access-list permit10 deny any
host1(config)#route-map just10net
host1(config-route-map)#match ip address permit10
Use to filter access routes before an access list adds them to the routing table.
Example 1
host1(config)#ip access-route table-map just10net
Example 2
host1(config)#ipv6 access-route table-map map2
Use the no version to delete the table map.
See ip access-route table-map.
See ipv6 access-route table-map.
Use to filter static routes before adding them to the routing table.
Example 1
host1(config)#ip static-route table-map map3
Example 2

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.0.x

Table of Contents