HP VPN Firewall Appliances Network Management Command Reference
463
display bgp peer received ip-prefix
Use display bgp peer received ip-prefix to display the prefix information in the ORF message from the
specified BGP peer.
Syntax
display bgp peer ip-address received ip-prefix [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
ip-address: Specifies a BGP peer by its IP address.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Getting Started Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display the prefix information in the ORF message from the BGP peer 10.110.25.20.
<Sysname> display bgp peer 10.110.25.20 received ip-prefix
ORF ip-prefix entries: 2
ge: greater-equal le: less-equal
index rule prefix ge le
10 permit 111.111.111.0/24 26 32
20 deny 2.1.1.0/24 26 32
Table 99 Command output
Field Descri
p
tion
ORF ip-prefix entries Number of ORF prefix entries.
index Index of a prefix entry.
rule Matching rule of the prefix.
prefix Prefix information.
ge
Greater-equal, indicating that the mask length must be greater than
or equal to the specific value.
le
Less-equal, indicating that the mask length must be less than or equal
to the specific value.