Ip routing basics configuration, Ip routing overview, Routing table – H3C Technologies H3C WX3000E Series Wireless Switches User Manual

Page 140: Introduction to routing table

Advertising
background image

129

IP routing basics configuration

This chapter includes these sections:

IP routing overview

Displaying and maintaining a routing table

NOTE:

The term "switch" or "device" in this chapter refers to the switching engine on a WX3000E wireless
switch.

The WX3000E series comprises WX3024E and WX3010E wireless switches.

The port numbers in this chapter are for illustration only.

IP routing overview

Upon receiving a packet, a router determines the optimal route based on the destination address and

forwards the packet to the next router in the path. When the packet reaches the last router, it then
forwards the packet to the destination host.
Routing provides the path information that guides the forwarding of packets.
Routes can be divided into the following categories by destination:

Network route—The destination is a network. The subnet mask is less than 32 bits.

Host route—The destination is a host. The subnet mask is 32 bits.

Based on whether the destination is directly connected to the router, routes can be divided into the

following types:

Direct routes—The destination is directly connected to the router.

Indirect routes—The destination is not directly connected to the router.

Routing table

Introduction to routing table

A router selects optimal routes from the routing table, and sends them to the forwarding information base

(FIB) table to guide packet forwarding. Each router maintains a routing table and a FIB table.
Routes in a routing table can be divided into the following categories by origin:

Direct routes—Routes discovered by data link protocols, also known as “interface routes”

Static routes—Routes manually configured. Static routes are easy to configure and require less
system resources. They work well in small and stable networks. Static routes cannot adjust to

network changes. You must manually configure the routes again whenever the network topology

changes.

Dynamic routes—Routes that are discovered dynamically by routing protocols

Advertising