Snbgp4communityfiltertable, Snbgp4communityfilterindex, Snbgp4communityfilteraction – Brocade Unified IP MIB Reference (Supporting FastIron Release 07.5.00) User Manual

Page 511: Snbgp4communityfiltercommnum, Snbgp4communityfilterinternet, Snbgp4communityfilternoadvertise, Snbgp4communityfilternoexport, Snbgp4communityfilterrowstatus, Snbgp4communityfilterlocalas

Advertising
background image

Unified IP MIB Reference

483

53-1002549-02

BGP4 community filter table

Name, OID, and syntax

Access

Description

snBgp4CommunityFilterTable
brcdIp.1.2.11.5.1

None

The BGP4 community filter table.

snBgp4CommunityFilterIndex
brcdIp.1.2.11.5.1.1.1
Syntax: Integer32

Read-only

The table index for a filter entry.

snBgp4CommunityFilterAction
brcdIp.1.2.11.5.1.1.2
Syntax: Integer

Read-write

Specifies what the device will do if the BGP address
matches this filter:

deny(0)

permit(1)

snBgp4CommunityFilterCommNum
brcdIp.1.2.11.5.1.1.3
Syntax: OCTET STRING

Read-write

Identifies the filter’s number. This is a number from 1
through 0xFFFFFFFF. There can be up to 20 filters. Each
integer is represented by four octets.

snBgp4CommunityFilterInternet
brcdIp.1.2.11.5.1.1.4
Syntax: Integer

Read-write

Indicates if Internet Community is enabled:

disabled(0)

enabled(1)

snBgp4CommunityFilterNoAdvertise
brcdIp.1.2.11.5.1.1.5
Syntax: Integer

Read-write

Checks the route to see if it has the keyword
“NO_ADVERTISE”.

If the route has the keyword, it will not

be advertised to EBGP peers:

false(0)

true(1)

snBgp4CommunityFilterNoExport
brcdIp.1.2.11.5.1.1.6
Syntax: Integer

Read-write

Checks the route to see if it has the keyword
“NO_EXPORT”.

If the route has the keyword, it will not be

advertised to EBGP peers outside the local AS:

false(0)

true(1)

snBgp4CommunityFilterRowStatus
brcdIp.1.2.11.5.1.1.7
Syntax: Integer

Read-write

Controls the management of the table rows. The following
values can be written:

delete(3) – Deletes the row.

create(4) – Creates a new row.

modify(5) – Modifies an existing row.

If the row exists, then a SET with a value of create(4)
returns a "bad value" error. Deleted rows are removed from
the table immediately.
The following values can be returned on reads:

noSuch(0) – No such row.

invalid(1) – Row is inoperative.

valid(2) – Row exists and is valid.

snBgp4CommunityFilterLocalAs
brcdIp.1.2.11.5.1.1.8
Syntax: Integer

Read-write

Checks the route to see if it has the keyword “LOCAL_AS”. If
the route has the keyword, the community applies only to
confederations. The device will advertises the route only
within the sub-AS:

false(0)

true(1)

Advertising