-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cisco_asa_ping.textfsm (#1565)
* Update cisco_asa_ping.textfsm Added U and Q response to RESPONSE STREAM Cisco has for valid outputs for ping: .(fail) ! (success) U (unreachable) Q (quench)
- Loading branch information
1 parent
8e47090
commit 4b1e288
Showing
7 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Type escape sequence to abort. | ||
Sending 5, 100-byte ICMP Echos to 10.245.179.14, timeout is 2 seconds: | ||
Q..U! | ||
Success rate is 20 percent (1/5), round-trip min/avg/max = 9/9/9 ms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
parsed_sample: | ||
- sent_qty: "5" | ||
sent_type: "100-byte ICMP Echos" | ||
destination: "10.245.179.14" | ||
timeout: "2" | ||
response_stream: "Q..U!" | ||
success_pct: "20" | ||
success_qty: "1" | ||
rtt_min: "9" | ||
rtt_avg: "9" | ||
rtt_max: "9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Type escape sequence to abort. | ||
Sending 5, 100-byte ICMP Echos to 10.245.179.14, timeout is 2 seconds: | ||
Q..Q. | ||
Success rate is 0 percent (0/5) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
parsed_sample: | ||
- sent_qty: "5" | ||
sent_type: "100-byte ICMP Echos" | ||
destination: "10.245.179.14" | ||
timeout: "2" | ||
response_stream: "Q..Q." | ||
success_pct: "0" | ||
success_qty: "0" | ||
rtt_min: "" | ||
rtt_avg: "" | ||
rtt_max: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Type escape sequence to abort. | ||
Sending 5, 100-byte ICMP Echos to 10.245.179.14, timeout is 2 seconds: | ||
U..U. | ||
Success rate is 0 percent (0/5) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
parsed_sample: | ||
- sent_qty: "5" | ||
sent_type: "100-byte ICMP Echos" | ||
destination: "10.245.179.14" | ||
timeout: "2" | ||
response_stream: "U..U." | ||
success_pct: "0" | ||
success_qty: "0" | ||
rtt_min: "" | ||
rtt_avg: "" | ||
rtt_max: "" |