TMS zl Management and Configuration Guide ST.1.0.090213
2-35
Initial Setup in Routing Mode
Configure Management Access
9. Define a default gateway:
For example:
hostswitch(tms-module-C:config)# ip route 0.0.0.0/
0 10.1.99.101
10. Ping the default gateway to verify connectivity.
If the default gateway is in the management-access zone you defined,
complete step 10a.
If the default gateway is not in the management-access zone you defined,
complete step 10b.
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>
For example, you might enter:
hostswitch (tms-module-C:config)# ping 10.1.99.101
PING 10.1.99.101(10.1.99.101) 56(84) bytes of data.
64 bytes from 10.1.99.101: icmp_seq=1 ttl=255
time=1.54 ms
64 bytes from 10.1.99.101: icmp_seq=2 ttl=255
time=0.515 ms
64 bytes from 10.1.99.101: icmp_seq=3 ttl=255
time=0.526 ms
Syntax: ip route 0.0.0.0/0 <next-hop address>
Sets a default gateway for the module.
Replace <next-hop address> with the IP address of the
default gateway for the module.