Route map match configuration table, Brcdroutemapmatchtable, Brcdroutemapmatchseque nce – Brocade Unified IP MIB Reference (Supporting FastIron Release 07.5.00) User Manual

Page 634: Brcdroutemapmatchtype, Brcdroutemapmatchvalue, Syntax: displaystring

Advertising
background image

606

Unified IP MIB Reference

53-1002549-02

Route map match configuration table

Route map match configuration table

The following table contains MIB objects of the route map match configuration table.

Name, OID, and syntax

Access

Description

brcdRouteMapMatchTable
brcdIp.1.1.3.39.1.1.2

None

The route map match clause configuration table.

brcdRouteMapMatchSeque
nce
brcdIp.1.1.3.39.1.1.2.1.1
Syntax: Integer32

None

Identifies the position in the table where the match rule is added.

If the brcdRouteMapMatchRowStatus is set to createAndGo(4),
then a row is inserted if there is no match rule present at the
brcdRouteMapMatchIndex position.

If any rule is present, then it must be of same kind. If not, then
the SET request fails. The application obtains the value for the
object in the last row and uses the next value to insert a new
row in the table.

brcdRouteMapMatchType
brcdIp.1.1.3.39.1.1.2.1.2
Syntax: Integer

None

A pair of brcdRouteMapMatchType and brcdRouteMapMatchValue
objects specifies a particular match clause.

brcdRouteMapMatchValue
brcdIp.1.1.3.39.1.1.2.1.3
Syntax: DisplayString

Read-create Specifies the value corresponding to the brcdRouteMapMatchType

object. A maximum of 255 characters is allowed.
The following values are supported:

matchAsPath(1)—Identifies one or more BGP AS-Paths to be
matched. The list of AS-Path names is separated by one or
more spaces.

matchBgpCommunityName(2)—Identifies one or more BGP
community ACL names to be matched. The list of BGP
community ACL names is separated by one or more spaces.

matchBgpCommunityNameExact(3)—Identifies one or more
BGP community ACL names to be matched (exact matches
only). The list of BGP community ACL names are separated by
one or more spaces.

matchBgpExtCommunityNumber(4)—Identifies one or more
BGP community list numbers to be matched. The list of BGP
community list numbers is separated by one or more spaces.

matchInterfaces(5)—Identifies the list of IfIndices to be
matched in the route map. The value 0 matches to the null0
interface. The interfaces Ethernet, POS, VE, loopback, and
tunnel are supported on the Brocade NetIron devices. Each
IfIndex is a 32-bit integer in big-endian order. One or more
interface IfIndices are specified by separating each IfIndex with
one or more spaces.

matchIpv4AddressAclNames(6)—Matches the IPv4 address of
the route. Identifies the list of IPv4 standard or extended ACL
names to be matched. The value is the list of ACL names
separated by one or more spaces.

matchIpv4AddressAclNumbers(7)—Matches the IPv4 address
of the route. Identifies the list of IPv4 ACL numbers to be
matched. The value is the list of ACL numbers separated by one
or more spaces.

matchIpv4AddressPrefixList(8)—Matches the IPv4 address of
the route. Identifies the list of IPv4 prefix-lists to be matched.
The value is the list of IPv4 prefix-list names separated by one
or more spaces.

Advertising