TMS zl Management and Configuration Guide ST.1.1.100430

A-51
Command-Line Reference
Global Configuration Context
For example, if you want to allow a multicast policy for all FTP traffic between
Zone3 and Zone5, you would enter the following command:
ProCurve(tms-module-<slot ID>:config)# access-policy
multicast zone3 zone5 permit service ftp any any
address
This command creates (or deletes) an address object. With this command you
can create either single-entry or multi-entry objects.
Syntax: [no] address <object name> [multi-entry] <object address>
Replace <object name> with the name of the address object you are creating.
Replace <object address> with the object’s address or addresses. The object
address options are:
ip <IP address>
ip-range <start IP> <end IP>
network <IP address/mask>
domain-name <domain name>
For example, to create an IP address range object for 10.2.3.3–10.2.100.230
called Students, enter the following command:
ProCurve(tms-module-<slot ID>:config)# address Students
ip-range 10.2.3.3 10.2.100.230
Note You cannot create a single-entry domain name object. The command address
<object name> domain-name <domain name> creates a multiple-entry
domain name address object.
address-group
This command can be used to:
Create an address group object
Add address objects to an existing address group
Remove address objects from an existing address group