Specifications
ip-policy set
302 SSR Command Line Interface Reference Manual
Note: Some hosts may have disabled responding to ICMP_ECHO packets. Make
sure each next-hop gateway can respond to ICMP_ECHO packets before
using this option.
load-policy first-available|round-robin
If an IP policy has more than one next-hop gateway, specifies how the packets are
distributed among the gateways. Two options are available:
first-available Uses the first available next-hop gateway in the ip-policy permit
statement for all flows. This is the default.
round-robin Sequentially picks the next gateway in the list for each new flow.
load-policy ip-hash sip|dip|both
Specifies which information in the IP packet to use to determine the next hop gateway.
sip Uses the source IP based selection.
dip Uses the destination IP based selection.
both Uses both source IP and destination IP for selection.
Restrictions
None.
Examples
To set up 10.10.10.10 and 10.10.10.5 as next-hop gateways for IP policy p6:
To distribute flows among these two next-hop gateways in a sequential manner:
ssr(config)# ip-policy p6 permit profile prof1 next-hop-list
‘10.10.10.10 10.10.10.5’
ssr(config)# ip-policy p6 set load-policy round-robin










