beautypg.com

Configuring a route map – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 538

background image

506

Network OS NETCONF Operations Guide

53-1003231-02

Configuring a route map

32

a. In the element, specify the IP prefix list name.

b. In the element, specify the instance ID.

c. In the element, specify “permit” or “deny”.

d. In the element, specify the prefix IP4 address.

e. Optional: In the element, specify the lower limit of the mask length,

f.

Optional: In the element, specify the upper limit of the mask length.

The following example configures an IP prefix list named test with two instances. A route is
considered a match for instance 1 if this route is inside subnet 1.2.0.0/16 and has a mask length
between 17 and 30. That is, route 1.2.1.0/24 matches, but route 1.2.1.1/32 does not, due to mask
length.

xmlns="urn:brocade.com:mgmt:brocade-ip-policy>

test

1

deny

1.2.0.0/16

17

30

test

2

permit

1.1.0.0/16

Configuring a route map

A route map is a policy mechanism that allows or denies entry to a subsystem based on the next
hop interface. Refer to the Network OS Administrator’s Guide for a conceptual description of route
maps.

To configure a route map, perform the following steps.