blob: 1885da207340f6c3f1af79d15bff5e6365d61b1a [file] [log] [blame]
Srikanth Vavilapalli1725e492014-12-01 17:50:52 -0800110 deny ip 10.0.0.1 10.0.0.2
2 Add an ACL rule to deny IP traffic between two hosts
3
411 allow tcp 10.0.0.3
5 Add an ACL rule to allow TCP traffic from a specific host
6
712 deny 51
8 Add an ACL rule to deny AH packets
9
1013 deny tcp any eq http
11 Add an ACL rule to deny HTTP traffic
12
1314 deny tcp any eq http
14 Add an ACL rule to deny HTTP traffic
15
1615 deny mac 00:00:00:00:00:01 any
17 Add an ACL rule to deny traffic based on source MAC address
18
1916 deny mac 00:00:00:00:00:01 00:00:00:00:00:02
20 Add an ACL rule to deny traffic between MAC addresses
21
2216 deny mac any any 0x0842
23 Add an ACL rule to deny wake-on-LAN packets
24
2517 deny mac any any vlan 42
26 Add an ACL rule to deny packets from a specific VLAN