12.13.4. Configuring IP addresses

This section is located at the libraries ip-list level.

To create an IP address group, use the following command:

Admin@UGOS# create libraries ip-list

Provide the following parameters:

Parameter

Description

name

Address list name.

description

List description.

threat-lvl

Threat level:

  • very-low

  • low

  • medium

  • high

  • very-high

url

If the address list is updatable, specify the update URL.

ips

IP addresses or a range of IP addresses to include in the list. Format: <ip>, <ip/mask> or <ip_range_start-ip_range_end>.

To update information about a list (parameters available to update are identical to those used to create a list), use the following command:

Admin@UGOS# set libraries ip-list <ip-list-name>

To add new addresses to a list, use the following command:

Admin@UGOS# set libraries ip-list <ip-list-name> + [ <ip1> <ip2> ... ]

To delete an entire address list or individual IP addresses it contains, use the following commands:

Admin@UGOS# delete libraries ip-list <ip-list-name> 
Admin@UGOS# delete libraries ip-list <ip-list-name> ips [ <ip> ... ]

To display information about all existing lists, use the following command:

Admin@UGOS# show libraries ip-list

To display information about an individual list, specify the IP address list name:

Admin@UGOS# show libraries ip-list <ip-list-name>

To display the contents of an IP address list, use the following command:

Admin@UGOS# show libraries ip-list <ip-list-name> ips