Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring Source Networks (SRC CLI)
Use the following configuration statements to add source networks to a classify-traffic condition:
policies group name list name rule name traffic-condition name source-network
network {ip-address ip-address ; ip-mask ip-mask ; ip-operation ip-operation ;}
To add a source network to a classify-traffic condition:
- From configuration mode, enter the source network within
a classify-traffic condition. For example: user@host# edit policies group dhcp list in rule forward-dhcp traffic-condition client-dhcp source-network network
- (Optional) Configure the IP address of the source network
or host. [edit policies group dhcp list in rule forward-dhcp traffic-condition client-dhcp source-network network]user@host# set ip-address ip-address
- (Optional) Configure the IP mask of the source network
or host.[edit policies group dhcp list in rule forward-dhcp traffic-condition client-dhcp source-network network]user@host# set ip-mask ip-mask
- (Optional) Specify whether the software matches packets
with an IP address that is equal or not equal to the specified address
and mask. [edit policies group dhcp list in rule forward-dhcp traffic-condition client-dhcp source-network network]user@host# set ip-operation ip-operation
- (Optional) Verify your source network configuration.
[edit policies group dhcp list in rule forward-dhcp traffic-condition client-dhcp source-network network] user@host# show ip-address interface_ipAddress; ip-mask interface_ipMask; ip-operation is_not;