Filter management tasks, Renumbering filter policy entries – Alcatel-Lucent 7750 SR OS User Manual

Page 336

Advertising
background image

Filter Management Tasks

Page 336

7750 SR OS Router Configuration Guide

Filter Management Tasks

This section discusses the following filter policy management tasks:

Renumbering Filter Policy Entries on page 336

Modifying an IP Filter Policy on page 338

Modifying a MAC Filter Policy on page 341

Deleting a Filter Policy on page 342

Modifying an IP Filter Policy on page 338

Modifying an IPv6 Filter Policy on page 340

Modifying a MAC Filter Policy on page 341

Copying Filter Policies on page 349

Renumbering Filter Policy Entries

The 7750 SR OS exits the matching process when the first match is found and then executes the
actions in accordance with the specified action. Because the ordering of entries is important, the
numbering sequence can be rearranged. Entries should be numbered from the most explicit to the
least explicit.

Use the following CLI syntax to renumber existing MAC or IP filter entries to re-sequence filter
entries:

CLI Syntax:

config>filter

ip-filter filter-id

renum old-entry-number new-entry-number

mac-filter filter-id

renum old-entry-number new-entry-number

Example

:

config>filter>ip-filter# renum 10 15

config>filter>ip-filter# renum 20 10

config>filter>ip-filter# renum 40 1

Advertising