6-48
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.
Parameters
Use the
peer capability-advertise orf non-standard
command to enable the non-standard ORF
capability (the early implementation of ORF is different from that defined in RFC) for a BGP peer or
peer group.
Use the
undo peer capability-advertise orf non-standard
command to disable the non-standard
ORF capability for the BGP peer or peer group.
By default, the non-standard ORF capability is not enabled for a BGP peer or peer group.
This command needs to be configured when the peer supports only non-standard ORF.
Related commands:
peer capability-advertise orf
.
Examples
# Enable the non-standard ORF capability for the BGP peer 18.10.0.9 (suppose the BGP peer
18.10.0.9 can only send non-standard ORF packets).
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer 18.10.0.9 as-number 100
[Sysname-bgp] peer 18.10.0.9 capability-advertise orf non-standard
[Sysname-bgp] peer 18.10.0.9 capability-advertise orf ip-prefix both
# In BGP-VPN instance view, enable the non-standard ORF capability for the BGP peer 18.10.0.9
(suppose the BGP peer 18.10.0.9 can only send non-standard ORF packets). (
vpn1
must be created
first.)
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] peer 18.10.0.9 as-number 200
[Sysname-bgp-vpn1] peer 18.10.0.9 capability-advertise orf non-standard
[Sysname-bgp-vpn1] peer 18.10.0.9 capability-advertise orf ip-prefix both
peer capability-advertise route-refresh
Syntax
peer
{
group-name
|
ip-address
}
capability-advertise
route-refresh
undo
peer
{
group-name
|
ip-address
}
capability-advertise
route-refresh
View
BGP view, BGP-VPN instance view