Reference Guide

Table Of Contents
no ip load-sharing
Format no ip load-sharing
Mode Global Config
ip route
This command configures a static route. The ipaddr parameter is a valid IP address, and subnetmask is a
valid subnet mask. The nexthopip parameter is a valid IP address of the next hop router. Specifying
Null0 as nexthop parameter adds a static reject route. The optional preference parameter is an integer
(value from 1 to 255) that allows you to specify the preference value (sometimes called “administrative
distance”) of an individual static route. Among routes to the same destination, the route with the lowest
preference value is the route entered into the forwarding database. By specifying the preference of a
static route, you control whether a static route is more or less preferred than routes from dynamic
routing protocols. The preference also controls whether a static route is more or less preferred than
other static routes to the same destination. A route with a preference of 255 cannot be used to forward
trac.
The description parameter allows a description of the route to be entered.
For the static routes to be visible, you must perform the following steps:
Enable ip routing globally.
Enable ip routing for the interface.
Confirm that the associated link is also up.
Default
preference—1
Format ip route ipaddr subnetmask { nexthopip | Null0 | interface
{unit/slot/port| vlan-id}} [preference] [description
description]
Mode Global Config
Subnetwork 9.0.0.0/24 is a connected subnetwork in global table and subnet 56.6.6.0/24 is reachable
via a gateway 9.0.0.2 in the global table.
Subnet 8.0.0.0/24 is a connected subnetwork in virtual router Red.
Now we leak the 2 routes from global route table into the virtual router Red and leak the connected
subnet 8.0.0.0/24 from Red to global table.
When leaking connected route in the global routing table to a virtual router, the /32 host route for the
leaked host is added in the virtual router instance’s route table.
Also we add a non-leaked static route for 66.6.6.0/24 subnetwork scoped to the domain of virtual
router Red.
(Router) (Config)#ip routing
(Router) (Config)#ip vrf Red
(Router) (Config)#interface 0/27
Routing Commands
ExtremeSwitching 200 Series: Command Reference Guide for version 01 .02.04.0007 509