-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f757097
commit 15ee7b8
Showing
2 changed files
with
858 additions
and
6 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
tests/cisco_asa/show_access-list/cisco_asa_show_access-list_4.raw
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
access-list test_acl; 888 elements; name hash: 0x12345678 | ||
access-list test_acl line 1 extended permit object-group test_protocols object-group test_clients object-group test_sites log informational interval 300 (hitcnt=30) 0x12345679 | ||
access-list test_acl line 1 extended permit tcp 172.16.0.0 255.240.0.0 host 10.1.1.1 (test.net) eq 8883 log informational interval 300 (hitcnt=300) 0x12345680 | ||
access-list external_acl line 2 extended permit object-group test_protocols object-group test_sites object-group test_ext log informational interval 300 (hitcnt=11389) 0x12345681 | ||
access-list external_acl line 2 extended permit tcp host 10.2.2.2 (test.com) host 192.168.16.11 eq 5061 log informational interval 300 (hitcnt=234897) 0x12345682 | ||
access-list test_acl line 2 extended permit object-group test_protocols object-group test_sites object-group test_ext log informational interval 300 (hitcnt=11389) 0x12345681 | ||
access-list test_acl line 2 extended permit tcp host 10.2.2.2 (test.com) host 192.168.16.11 eq 5061 log informational interval 300 (hitcnt=234897) 0x12345682 | ||
access-list test_acl line 3 extended permit object-group test_protocols object-group test-managers object-group test_controllers log informational interval 300 (hitcnt=234) 0x12345683 | ||
access-list test_acl line 3 extended permit udp host 172.19.3.21 eq 7999 host 192.168.15.11 range 35000 50000 log informational interval 300 (hitcnt=654453) 12345684 | ||
access-list test_acl line 3 extended permit udp host 172.19.3.21 gt 7999 host 192.168.15.11 range 35000 50000 log informational interval 300 (hitcnt=43234) 12345685 | ||
access-list test_acl line 3 extended permit udp host 172.19.3.21 lt 7999 host 192.168.15.11 range 35000 50000 log informational interval 300 (hitcnt=56732) 12345686 | ||
access-list test_acl line 3 extended permit udp host 172.19.3.21 range 7000 7999 host 192.168.15.11 range 35000 50000 log informational interval 300 (hitcnt=2345) 12345687 | ||
access-list test_acl line 3 extended permit udp host 172.19.3.21 eq 7999 host 192.168.15.11 range 35000 50000 log informational interval 300 (hitcnt=654453) 0x12345684 | ||
access-list test_acl line 3 extended permit udp host 172.19.3.21 gt 7999 host 192.168.15.11 range 35000 50000 log informational interval 300 (hitcnt=43234) 0x12345685 | ||
access-list test_acl line 3 extended permit udp host 172.19.3.21 lt 7999 host 192.168.15.11 range 35000 50000 log informational interval 300 (hitcnt=56732) 0x12345686 | ||
access-list test_acl line 3 extended permit udp host 172.19.3.21 range 7000 7999 host 192.168.15.11 range 35000 50000 log informational interval 300 (hitcnt=2345) 0x12345687 |
Oops, something went wrong.