Multi-dimension tagging
Multi-dimension tagging is available for address, device, and interface objects.
Tags can be configured in the GUI under System > Tags. Once created, these tags can be assigned to network interfaces, addresses, and custom devices and groups. In addition, a Tags column has been added for each of these GUI locations, including under User & Device > Device Inventory.
Syntax
The tagging option is available under config user device and device-group :
config user [device | device-group]
edit <name>
config tagging
edit <name>
set category <object-tag-name>
set tags <name>
next
end
next
end
The same tagging option is also available under config firewall multicast-address, multicast-address6, address, address6, addrgrp, addrgrp6, proxy-address, and config system interface and zone (respectively):
config user [multicast-address | multicast-address6 | address | address6 | addrgrp | addrgrp6 | proxy-address]
edit <name>
config tagging
edit <name>
set category <object-tag-name>
set tags <name>
next
end
next
end
config system [interface | zone]
edit <name>
config tagging
edit <name>
set category <object-tag-name>
set tags <name>
next
end
next
end