TMS zl Management and Configuration Guide ST.1.1.100430

A-76
Command-Line Reference
Global Configuration Context
ip route
This command creates static routes for the module, including the default
route. To create (or delete) a static route, enter the following command:
Syntax: [no] ip route < <destination address> <mask> | <destination address/prefix
length> > <next-hop address> [metric <metric>] [distance <distance>]
Replace <destination address> <mask> with the IP address and subnet mask of
the route’s destination. For a default route, type 0.0.0.0 0.0.0.0.
Replace <destination address/prefix length> with the IP address/prefix length of
the route’s destination. For a default route, type 0.0.0.0/0.
Replace <next-hop address> with the IP address of the next hop router for the
destination.
If you use the metric option, replace <metric> with the metric for the route (0
to 255). If you do not enter a metric, the route will be assigned the default
metric value, 0.
If you use the distance option, replace <distance> with the administrative
distance for the route (1 to 255). If you do not enter a distance, the route will
be assigned the default distance, 60.
For example, to create a static route to network 10.10.13.0/24 with a next-hop
router of 10.10.12.1 and an administrative distance of 1, enter the following
command:
ProCurve(tms-module-<slot ID>)# ip route 10.10.10.13.0/
24 10.10.12.1 distance 1
ip-mtu
This command sets the Maximum Transmission Unit (MTU) for forwarded
traffic.
Syntax: [no] ip-mtu <size>
Replace <size> with the MTU size in bytes (1500-16110).
ip-reassembly
This command allows you to set constraints on IP reassembly. To configure
IP reassembly, enter the following command (you can configure only one
option at a time):