209exclude: 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, which is a case sensitive string of 1 to 256 characters.DescriptionUse the display bgp paths command to display information about BGP AS paths.Examples# Display information about BGP AS paths with AS number starting from 200. display bgp paths ^200Address Hash Refcount MED Path/Origin0x5917100 11 1 0 200 300iTable 44 Output descriptionField DescriptionAddress Route address in the local database, in dotted hexadecimal notationHash Hash indexRefcount Count of routes that reference the pathMED MED of the pathPath AS_PATH attribute of the path, recording the ASs it has passed to avoid routing loopsOrigin attribute of the path:iIndicates the route is interior to the AS.Summary routes and routes defined using the network command areconsidered IGP routes.e Indicates that a route is learned from the exterior gateway protocol (EGP).Origin? Short for INCOMPLETE. It indicates that the origin of a route is unknown andthe route is learned by other means.display bgp peerSyntaxdisplay bgp peer [ ip-address { log-info | verbose } | group-name log-info | verbose ] [ | { begin |exclude | include } regular-expression ]ViewAny viewDefault level1: Monitor levelParametersip-address: IP address of an peer to be displayed, in dotted decimal notation.group-name: Name of a peer group to be displayed, a string of 1 to 47 characters.log-info: Displays the log information of the specified peer.