Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring Destination Networks for PTSP Classify-Traffic Conditions (SRC CLI)
Use the following configuration statements to add destination networks to a PTSP classify-traffic condition:
policies group name list name rule name traffic-condition name destination-network
network {ip-address ip-address; ip-mask ip-mask; }
To add a destination network to a PTSP classify-traffic condition:
- From configuration mode, enter the destination network
within a classify-traffic condition. For example: user@host# edit policies group group1 list list1 rule rule1 traffic-condition condition1 destination-network network
- (Optional) Specify the IP address of the destination network
or host. [edit policies group group1 list list1 rule rule1 traffic-condition condition1 destination-network network]user@host# set ip-address ip-address
Where ip-address is one of the following values:
- IP address
- Predefined global parameter:
- gateway_ipAddress—IP address of the gateway as specified by the service object.
- interface_ipAddress—IP address of the router interface.
- service_ipAddress—IP address of the service as specified by the service object.
- user_ipAddress—IP address of the subscriber.
- virtual_ipAddress—Virtual portal address of the SAE that is used in redundant redirect server installations.
- Parameter of type address
- (Optional) Configure the IP mask of the destination network
or host.[edit policies group group1 list list1 rule rule1 traffic-condition condition1 destination-network network]user@host# set ip-mask ip-mask
Where ip-mask is one of the following values:
- IP address mask
- Predefined global parameter:
- interface_ ipMask—IP mask of the router interface.
- service_ ipMask—IP mask of the service as specified by the service object.
- user_ ipMask—IP mask of the subscriber.
- Parameter of type address.
- (Optional) Verify your destination network configuration.
[edit policies group group1 list list1 rule rule1 traffic-condition condition1 destination-network network] user@host# show ip-address interface_ipAddress; ip-mask interface_ipMask;