Brocade Virtual ADX Switch and Router Guide (Supporting ADX v03.1.00) User Manual

Page 283

Advertising
background image

Brocade Virtual ADX Switch and Router Guide

269

53-1003246-01

Filtering

8

The routes displayed are the routes that were filtered out by the BGP4 policies on the device. The
device did not place the routes in the BGP4 route table, but did keep the updates. If a policy change
causes these routes to be permitted, the device does not need to request the route information
from the neighbor, but instead uses the information in the updates.

Syntax: show ip bgp filtered-routes [ip-addr] | [as-path-access-list num] | [detail] | [prefix-list

string]

The ip-addr parameter specifies the IP address of the destination network.

The as-path-access-list num parameter specifies an AS-path ACL. Only the routes permitted by the
AS-path ACL are displayed.

The detail parameter displays detailed information for the routes. (The example shows summary
information.) You can specify any of the other options after detail to further refine the display
request.

The prefix-list string parameter specifies an IP prefix list. Only routes permitted by the prefix list are
displayed.

NOTE

The syntax for displaying filtered routes is shown. For complete command syntax, refer to

“Displaying

the BGP4 route table”

on page 295.

Displaying all the routes received from the neighbor
To display all the route information received in route updates from a neighbor since you enabled
soft reconfiguration, enter a command such as the following at any level of the CLI.

Syntax: show ip bgp neighbors ip-addr received-routes [detail]

The detail parameter displays detailed information for the routes. This example shows summary
information.

NOTE

The syntax for displaying received routes is shown. For complete command syntax, refer to

“Displaying BGP4 neighbor information”

on page 284.

Virtual ADX# show ip bgp neighbor 192.168.4.106 routes

There are 97345 received routes from neighbor 192.168.4.106

Searching for matching routes, use ^C to quit...

Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST C:CONFED_EBGP D:DAMPED

E:EBGP H:HISTORY I:IBGP L:LOCAL M:MULTIPATH S:SUPPRESSED F:FILTERED

Prefix Next Hop Metric LocPrf Weight Status

1

10.0.0.0/8 192.168.4.106 100 0 BE

AS_PATH: 65001 4355 701 80

2

10.0.0.0/8 192.168.4.106 100 0 BE

AS_PATH: 65001 4355 1

3

10.60.212.0/22 192.168.4.106 100 0 BE

AS_PATH: 65001 4355 701 1 189

4

10.0.0.0/8 192.168.4.106 100 0 BE

Advertising