Dynamic address group IP address registration | Use the following input file format to dynamically
register and unregister IP addresses. You can configure a
timeout as part of the member element to automatically unregister
IP address-to-tag mapping after a specified amount of time. By default,
no timeout is specified meaning the mapping will not timeout and
must be manually unregistered. Additionally, a timeout of zero (0)
seconds does not timeout. You can specify a timeout between zero
(0) seconds and 2,592,000 seconds (30 days). <uid-message>
<version>1.0</version>
<type>update</type>
<payload>
<register>
<entry ip="10.2.1.1">
<tag>
<member timeout="3600">CBB09C3D-3416-4734-BE90-0395B7598DE3</member>
</tag>
</entry>
</register>
<unregister>
<entry ip="10.2.1.3"/>
<tag>
<member>CBB09C3D-3416-4734-BE90-0395B7598DE5</member>
</tag>
</entry>
</unregister>
</payload>
</uid-message>
|