
BGP Commands
©2008 Allied Telesis Inc. All rights reserved.
31.56
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
neighbor capability orf prefix-list
Use this command to advertise ORF capability to neighbors.
Use the
no
parameter with this command to disable this function.
Syntax
neighbor
<
neighborid
>
capability orf prefix-list
[
both
|
receive
|
send
]
no neighbor
<
neighborid
>
capability orf prefix-list
[
both
|
receive
|
send
]}
Mode
Router mode and Address Family [ipv4 unicast | ipv4 multicast ] mode
Usage
Outbound Route Filters (ORFs) send and receive capabilities to lessen the number of updates
exchanged between neighbors. By filtering updates, this option minimizes generating and
processing of updates.
The local router advertises the ORF capability in
send
mode and the remote router receives
the ORF capability in
receive
mode applying the filter as outbound policy. The two routers
exchange updates to maintain the ORF for each router. Only an individual router or a peer-
group can be configured to be in
receive
or
send mode
. A peer-group member cannot be
configured to be in
receive
or
send
mode.
Examples
Parameter
Description
<
neighborid
>
{
A.B.C.D
|
TAG
}
A.B.C.D
Specifies the address of the BGP neighbor in IPv4 format.
TAG
Name of an existing peer-group. For information on how to
create peer groups, refer to the
neighbor peer-group (adding
a neighbor) command on page 31.71
,
and
neighbor remote-
as command on page 31.75
. When this parameter is used
with a command, the command applies on all peers in the
specified group.
orf
Advertises ORF capability to its neighbors
both
Indicates that the local router can send ORF entries to its peer as well as
receive ORF entries from its peer.
receive
Indicates that the local router is willing to receive ORF entries from its peer
send
Indicates that the local router is willing to send ORF entries to its peer
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor 10.10.0.5 capability orf prefix-
list both