Product guide
IP Routing Features
Configuring Static IP Routes
Displaying Static Route Information
The show ip route static command displays the current static route configura-
tion on the routing switch. Figure 3-2 shows the configuration resulting from
the static routes configured in the preceding example.
ProCurve(config)# show ip route static
IP Route Entries
Destination Gateway VLAN Type Sub-Type Metric Dist.
- - - - - - - - - - - - - - - - - - - ----------- ---- --------- ---------- -------- ----
10.10.20.177/32 reject static 1 1
10.10.40.0/24 VLAN10 10 static 1 1
10.10.50.128/27 VLAN10 10 static 1 1
10.11.30.0/24 blackhole static 1 1
127.0.0.0/8 reject static 0 0
This reject (default null) route is included by default.
Refer to “Static Route Types” on page 3-16
Figure 3-2. Example of Displaying the Currently Configured Static Routes
Configuring the Default Route
You can also assign the default route and enter it in the routing table. The
default route is used for all traffic that has a d es tination network not rea chable
through any other IP routing table entry. For example, if 208.45.228.35 is the
IP address of your ISP router, all non-local traffic could be directed to the ISP
by entering this command:
ProCurve(config)# ip route 0.0.0.0/0 208.45.228.35
3-20