TMS zl Management and Configuration Guide ST.1.1.100430

2-40
Initial Setup in Routing Mode
Configure Management Access Settings
10. Define a default gateway:
For example:
hostswitch(tms-module-C:config)# ip route
0.0.0.0/0 10.1.99.101
11. Ping the default gateway to verify connectivity.
If the default gateway is in the management-access zone you defined,
complete step 11a.
If the default gateway is not in the management-access zone you defined,
complete step 11b.
a. Because the default gateway’s zone is a management-access zone, the
TMS zl Module automatically created a firewall access policy that
allows ICMP echo packets between the Self zone (the module) and
that zone. You can simply ping the default gateway.
hostswitch (tms-module-C:config)# ping <default
gateway>
Syntax: ip route 0.0.0.0/0 <next-hop address> [metric <metric>] [distance
<distance>]
Sets a default gateway for the module.
Replace <next-hop address> with the IP address of the
default gateway for the module.
If you use the metric option, replace <metric> with the
metric for the route (1 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.