INTERFACE=0, means any
INTERFACE=1, means LAN
INTERFACE=2, means WAN
Example:
object ip grp 3 -i 0
-a IP_OBJ_INDEX It means to specify IP object profiles for the group profile.
Example:
:object ip grp 3 -a 1 2 3 4 5
The IP object profiles with index number 1,2,3,4 and 5 will be group
under such profile.
E
E
x
x
a
a
m
m
p
p
l
l
e
e
> object ip grp 2 -n First
IP Group Profile 2
Name :[First]
Interface:[Any]
Included ip object index:
[0:][0]
[1:][0]
[2:][0]
[3:][0]
[4:][0]
[5:][0]
[6:][0]
[7:][0]
> object ip grp 2 -i 1
> object ip grp 2 -a 1 2
IP Group Profile 2
Name :[First]
Interface:[Lan]
Included ip object index:
[0:][1]
[1:][2]
[2:][0]
[3:][0]
[4:][0]
[5:][0]
[6:][0]
[7:][0]