6-46
Default Level
2: System level
Parameters
group-name
: Name of a peer group, a string of 1 to 47 characters.
ip-address
: IP address of a peer.
Description
Use the
peer capability-advertise
conventional
command to disable BGP multi-protocol extension
and route refresh for a peer/peer group.
Use the
undo peer capability-advertise
conventional
command to enable BGP multi-protocol
extension and route refresh for a peer/peer group.
By default, BGP multi-protocol extension and route refresh are enabled.
Examples
# In BGP view, disable multi-protocol extension and route refresh for peer 160.89.2.33.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer 160.89.2.33 as-number 100
[Sysname-bgp] peer 160.89.2.33 capability-advertise conventional
peer capability-advertise orf
Syntax
peer
{
group-name | ip-address
}
capability-advertise orf ip-prefix
{
both
|
receive
|
send
}
undo peer
{
group-name | ip-address
}
capability-advertise orf ip-prefix
{
both
|
receive
|
send
}
View
BGP view, BGP-VPN instance view
Default Level
2: System level
Parameters
group-name
: Name of a peer group, a string of 1 to 47 characters.
ip-address
: IP address of a peer.
both
: Supports sending and receiving Route-refresh messages carrying the ORF information.
receive
: Supports receiving Route-refresh messages carrying the ORF information.
send
: Supports sending Route-refresh messages carrying the ORF information.
Description
Use the
peer capability-advertise orf
command to enable the ORF capability for a BGP peer or peer
group.
Use the
undo peer capability-advertise orf
command to disable the ORF capability for the BGP peer
or peer group.
By default, the ORF capability is not enabled for a BGP peer or peer group.