Configuring Static Route; Configuring A Static Route - 3Com 8800 Configuration Manual

3com 8800: install guide
Hide thumbs Also See for 8800:
Table of Contents

Advertisement

3Com Switch 8800 Configuration Guide
there is no default route and the destination address of the packet fails in matching any
entry in the routing table, this packet will be discarded, and an internet control message
protocol (ICMP) packet will be sent to the originating host to inform that the destination
host or network is unreachable.

17.2 Configuring Static Route

Static Route Configuration includes:

Configuring a Static Route

Configuring a Default Route
Deleting All the Static Routes
17.2.1 Configuring a Static Route
Perform the following configurations in system view.
Table 17-1 Configure a static route
Operation
Add a static route
Delete a static route
The parameters are explained as follows:
IP address and mask
The IP address and mask are in a dotted decimal format. As "1"s in the 32-bit mask is
required to be consecutive, the dotted decimal mask can also be replaced by the
mask-length (which refers to the digits of the consecutive "1"s in the mask).
Next hop address and NULL interface
When configuring a static route, you can specify the gateway-address to decide the
next hop address, depending on the actual conditions.
In fact, for all the routing entries, the next hop address must be specified. When IP layer
transmits an IP packet, it will first search the matching route in the routing table
according to the destination address of the packet. Only when the next hop address of
the route is specified can the link layer find the corresponding link layer address, and
then forward the packet according to this address.
ip route-static [ vpn-instance vpn-instance-name ]*
ip-address { mask | mask-length } { interface-type
interface-number | [ vpn-instance vpn-instance-name ]
gateway-address } [ preference preference-value ] [ reject
| blackhole ]
undo ip route-static [ vpn-instance vpn-instance-name ]*
ip-address { mask | mask-length } { interface-type
interface-number | [ vpn-instance vpn-instance-name ]
gateway-address } [ preference preference-value ] [ reject
| blackhole ]
17-2
Chapter 17 Static Route Configuration
Command

Advertisement

Table of Contents
loading

Table of Contents