Defining a single inclusion zone
Use this information to understand how to define a single inclusion zone.
About this task
insert into scope.zones
(
m_Protocol,
m_Action,
m_Zones
)
values
(
1,
1,
[
{
m_Subnet="172.16.1.0",
m_NetMask=24
}
]
);The above insert defines an IP inclusion zone for the
172.16.1.0 subnet with a netmask of 24.