Filter Policies
7705 SAR OS Router Configuration Guide 299
The following syntax shows an example of extracting and reinjecting packets to a system IP 
address. An example for a loopback address would be similar.
CLI Syntax: config>filter# ip-filter filter-id [create] 
entry entry-id 
action forward [next-hop {ip-address | indirect 
ip-address}] [fc fc-name [priority low | 
high]]
match 
dscp dscp-name
Example: config>filter# ip-filter 12
config>filter>ip-filter# entry 112 create
config>filter>ip-filter>entry$ action forward next-hop 
indirect 10.10.10.10
config>filter>ip-filter>entry# match
config>filter>ip-filter>entry>match# dscp be
config>filter>ip-filter>entry>match# exit
A:ALU-7>config>filter>ip-filter# info
----------------------------------------------
scope exclusive
entry 12 create
match
dscp be
exit
action forward next-hop indirect 10.10.10.10
exit
----------------------------------------------
A:ALU-7>config>filter>ip-filter#