summaryrefslogtreecommitdiff
path: root/filters/sample_tug_wlc_fw.acl
blob: a8a8905120dd821dc75bb4ddd386c9a92a970f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
! $Id: ./filters/sample_tug_wlc_fw.acl $
! $Date: 2015/03/26 $
no ip access-list extended fw_tug_wlc_protect
ip access-list extended fw_tug_wlc_protect
remark $Id: ./filters/sample_tug_wlc_fw.acl $
remark $Date: 2015/03/26 $
remark this is a sample output filter that generates
remark multiplatform for tug wlc protection


remark permit-icmp
 permit 1 any 109.105.104.16 0.0.0.15


remark permit-traceroute
 permit 17 any 109.105.104.16 0.0.0.15 range 33434 33534


remark permit-NORDUnet
 permit ip 109.105.96.0 0.0.31.255 109.105.104.16 0.0.0.15
 permit ip host 130.242.82.30 109.105.104.16 0.0.0.15
 permit ip host 130.242.121.137 109.105.104.16 0.0.0.15
 permit ip 193.10.252.0 0.0.0.255 109.105.104.16 0.0.0.15
 permit ip 193.10.254.0 0.0.0.255 109.105.104.16 0.0.0.15
 permit ip 193.11.3.0 0.0.0.255 109.105.104.16 0.0.0.15
 permit ip 194.68.13.0 0.0.0.255 109.105.104.16 0.0.0.15


remark default-deny
 deny ip any any


no ipv6 access-list fw_tug_wlc_protect
ipv6 access-list fw_tug_wlc_protect
remark $Id: ./filters/sample_tug_wlc_fw.acl $
remark $Date: 2015/03/26 $
remark this is a sample output filter that generates
remark multiplatform for tug wlc protection


remark Term permit-icmp
remark not rendered due to protocol/AF mismatch.


remark default-deny
 deny ipv6 any any


end