Filter Policies
7705 SAR OS Router Configuration Guide 319
Modifying a VLAN Filter Policy
To access a specific VLAN filter, you must specify the filter ID. Use the no form of the
command to remove the command parameters or return the parameter to the default setting.
The example below adds entry 65535.
Example: config>filter# vlan-filter 2
config>filter>vlan-filter# entry 65535 create
config>filter>vlan-filter>entry# description
"entry_65535"
config>filter>vlan-filter>entry# action forward
config>filter>vlan-filter>entry# match vlan range 2000
to 3000
config>filter>vlan-filter>entry# exit
The following output displays the modified VLAN filter output:
*A:7705custDoc:Sar18>config>filter>vlan-filter# info
----------------------------------------------
description "VLAN_filter_2"
entry 2 create
description "vlan_fltr_entry2"
action forward
match vlan eq 104
exit
entry 65535 create
description "entry_65535"
action forward
match vlan range 2000 to 3000
exit
----------------------------------------------
*A:7705custDoc:Sar18>config>filter>vlan-filter#