Panel | ||||
---|---|---|---|---|
In this Section:
|
Panel |
---|
Related Articles: |
Multiexcerpt include | ||||
---|---|---|---|---|
|
Perform the following steps to configure path check path using ICMP ping:
Anchor | ||||
---|---|---|---|---|
|
To configure the static routes to reach the target IP from interface, execute the following command:
Code Block |
---|
% set addressContext default staticRoute 10.54.80.155 32 10.54.114.1 LIF1 lif_eth2 preference 100 % commit |
Anchor | ||||
---|---|---|---|---|
|
To configure the pathCheckProfile
, execute the following command:
Code Block |
---|
% set profiles services pathCheckProfile TP1 protocol icmp replyTimeout 5 sendInterval 10 failureResponseCodes all4xx recoveryCount 1 replyTimeoutCount 10 transportPreference preference1 tcp preference2 udp % commit |
Anchor | ||||
---|---|---|---|---|
|
Code Block |
---|
% set system pathCheckPath PATH1 sourceIpAddress 10.54.114.156 targetIpAddress 10.54.80.155 reportSignalIpAddress 10.54.80.156 reportSignalIpPort 3456 pathCheckProfile TP1 zone INTERNAL ipInterface lif_eth2 addressContext default ipInterfaceGroup LIF1 state enabled % commit |
Anchor | ||||
---|---|---|---|---|
|
The user ACL for ICMP must be created if there are more than 50 sessions. To create the user ACL, execute the following command:
For IPv4:
Code Block |
---|
% set addressContext default ipAccessControlList rule Rule1 action accept protocol icmp fillRate 300 bucketSize 50 precedence 1 state enabled % commit |
For IPv6:
Code Block |
---|
% set addressContext default ipAccessControlList rule Rule1 action accept protocol icmpv6 fillRate 300 bucketSize 50 precedence 1 state enabled % commit |
Anchor | ||||
---|---|---|---|---|
|
To view the ICMP protocol, enter the following command:
Code Block |
---|
> show table addressContext default ipAccessControlList rule test precedence 1; protocol icmp; action accept; fillRate 300; bucketSize 50; state enabled; aggregatePolicer OPERATOR; [ok] |
Pagebreak |
---|