TMS zl Management and Configuration Guide ST.1.0.090213
2-34
Initial Setup in Routing Mode
Configure Management Access
8. If the default gateway is on the VLAN you have already added to the
management-access zone, skip this step and continue with step 9. Other-
wise, complete this step.
a. Associate the VLAN on which the TMS zl Module connects to its
default gateway with a zone (often this is the External zone).
For the example in Figure 2-12, you would associate VLAN99 with the
External zone:
hostswitch(tms-module-C:config)# vlan 99 zone
external
Remember, if you want the host switch to have an IP address on that
VLAN, you must include the allow-switch-ip option.
hostswitch (tms-module-C:config)# vlan 99 zone
external allow-switch-ip
b. Assign the module an IP address on the subnet that is associated with
that VLAN.
For example:
hostswitch(tms-module-C:config)# vlan 99 ip address
10.1.99.99 255.255.255.0
Syntax: vlan <VLAN ID> zone <zone>
Associates a VLAN with a zone.
Replace <VLAN ID> with the number of a VLAN to
associate with the zone.
Replace <zone> with the name of a zone.
Syntax: vlan <VLAN ID> ip address <IP address> <mask>
Configures a static IP address for VLAN.
Replace <IP address> with the IP address for the mod-
ule’s virtual interface for that VLAN.
Replace <mask> with the subnet mask in dotted-deci-
mal format.