R3721-F3210-F3171-HP High-End Firewalls Network Management Command Reference-6PW101

392
[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 ip-prefix both
The related configuration needs to be made on the peer.
peer capability-advertise orf non-standard
Syntax
peer { group-name | ip-address } capability-advertise orf non-standard
undo peer { group-name | ip-address } capability-advertise orf non-standard
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 peer capability-advertise orf non-standard 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 undo peer capability-advertise orf non-standard 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 have been
created.)
<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