IP routing configuration using the CLI 89

host-route command

Use the host-routecommand to add a host to a router. For more information about host routes, see "OSPF host route" (page 29).

The syntax for the host-routecommand is:

host-route <A.B.C.D.> metric <0-65535>

where <A.B.C.D.> is the host IP address and metric is an integer between 0 and 65535 representing the configured cost of the host

The host-routecommand is executed in the Router Configuration mode.

no host-route command

Use the no host-routecommand to delete a host from a router.

The syntax for the no host-routecommand is:

no host-route <A.B.C.D.>

where <A.B.C.D.> is the host IP address

The no host-routecommand is executed in the Router Configuration mode.

network command

The network command is used to enable OSPF routing on an interface and assign an OSPF interface to an area.

The syntax of the network command is:

network <ip_address> [area <ip_address>]

The following table describes the parameters of this command.

network parameters

Field

Description

 

 

<ip_address>

The IP address of interface to be enabled for OSPF routing.

 

 

area <area_Id>

The area assigned to the interface.

 

 

The network command is executed in the Router Configuration mode.

no network command

The no network command is used to disable OSPF routing on an interface.

The syntax of the no network command is:

Nortel Ethernet Routing Switch 5500 Series

Configuration-IP Routing Protocols

NN47200-503 03.01 Standard

5.127 August 2007

Copyright © 2005-2007, Nortel Networks

Page 89
Image 89
Nortel Networks NN47200-503 manual Host-route command, No host-route command