Route recursion, Sharing of routing information, Displaying and maintaining a routing table – H3C Technologies H3C WX6000 Series Access Controllers User Manual

Page 207: 5 sharing of routing information

Advertising
background image

21-5

Route Recursion

The nexthops of some static routes configured with nexthops may not be directly connected. To forward
the packets, the outgoing interface to reach the nexthop must be available. Route recursion is used to
find the outgoing interface based on the nexthop information of the route.

Sharing of Routing Information

As different routing protocols use different routing algorithms to calculate routes, they may find different
routes. In a large network with multiple routing protocols, it is required for routing protocols to share their
routing information. Each routing protocol has its own route redistribution mechanism. For detailed
information, refer to the description about route redistribution in each routing protocol.

Displaying and Maintaining a Routing Table

To do…

Use the command…

Remarks

Display brief information about the
active routes in the routing table

display ip routing-table

[ verbose | |

{ begin | exclude | include }
regular-expression

]

Display information about routes to
the specified destination

display ip routing-table

ip-address

[ mask-length | mask ] [ longer-match ]
[ verbose ]

Display information about routes
with destination addresses in the
specified range

display ip routing-table

ip-address1

{ mask-length | mask } ip-address2
{ mask-length | mask } [ verbose ]

Display information about routes
permitted by an IPv4 basic ACL

display ip routing-table acl

acl-number

[ verbose ]

Available in any view

Display routing information
permitted by an IPv4 prefix list

display ip routing-table ip-prefix

ip-prefix-name

[ verbose ]

Display routes of a routing protocol

display ip routing-table

protocol protocol

[ inactive | verbose ]

Display statistics about the network
routing table

display ip routing-table

statistics

Available in any view

Clear statistics for the routing table

reset ip routing-table statistics protocol
{ all | protocol }

Available in user view

Advertising