F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
492
Default
The non-standard ORF capability is not enabled for a BGP peer or peer group.
Views
BGP view, BGP-VPN instance view
Default command level
2: System level
Parameters
group-name: Specifies the name of a peer group, a string of 1 to 47 characters.
ip-address: Specifies the IP address of a peer.
Parameters
This command must be configured when the peer supports only non-standard 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 messages).
<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 messages). (vpn1 must have been
created.)
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-ipv4-vpn1] peer 18.10.0.9 as-number 200
[Sysname-bgp-ipv4-vpn1] peer 18.10.0.9 capability-advertise orf non-standard
[Sysname-bgp-ipv4-vpn1] peer 18.10.0.9 capability-advertise orf ip-prefix both
Related commands
peer capability-advertise orf
peer capability-advertise route-refresh
Use peer capability-advertise route-refresh to enable the BGP route refresh capability.
Use undo peer capability-advertise route-refresh to disable the capability.
Syntax
peer { group-name | ip-address } capability-advertise route-refresh
undo peer { group-name | ip-address } capability-advertise route-refresh
Default
The capability is enabled.