Acl Examples With Odd - Even Half
Acl Examples With Odd - Even Half
192.168.16.0/24 11000000.10101000.00010000.00000000
Permitted IPv4 Address to to
192.168.31.255/24 11000000.10101000.00011111.11111111
192.168.16.0 11000000.10101000.00010000.00000000
0.0.15.255 00000000.00000000.00001111.11111111
Permitted IPv4 11000000.10101000.0001XXXX.XXXXXXXX
Address
0 = 00000000
127= 01111111 (0 is match, 1 is Ignore)
-------------------------
0xxxxxxxx
128= 10000000
127= 01111111 (0 is match, 1 is Ignore)
-------------------------
1xxxxxxxx 198.32.10. 10000000 = 198.32.10.128
198.32.10. 10000001 = 198.32.10.129
10000000=128 198.32.10. 10000010 = 198.32.10.130
10000001=129 198.32.10. 10000011 = 198.32.10.131
10000010=130 198.32.10. 10000100 = 198.32.10.132
10000011=131 198.32.10. 10000101 = 198.32.10.133
10000100=132 198.32.10. 10000111 = 198.32.10.134
10000101=133 :
10000111=134 198.32.10. 11111111 = 198.32.10.255
:
11111111=255
ACL
EXTENDED ACL
STANDARD ACL
1. source address, destination address (L3)
1. source addresses (L3 of OSI model)
protocol, application / port number (L4)
2. Apply close to Destination
2. Apply close to Source
Numbered
Named Numbered Named
access-list 1 permit 192.168.90.36 0.0.0.0 access-list 125 permit ip 192.168.90.36 0.0.0.0 192.175.63.12 0.0.0.0
or access-list 178 deny tcp host 192.168.90.36 host 192.175.63.12 eq 23
access-list 78 deny host 192.168.90.36
access-list 1 deny any
STANDARD ACL EXTENDED ACL
0. STANDARD Numbered ACL 1. EXTENDED Numbered ACL
access-list 1 permit 192.168.90.36 0.0.0.0 access-list 125 permit ip 192.168.90.36 0.0.0.0 192.175.63.12 0.0.0.0
access-list 78 deny host 192.168.90.36 access-list 178 deny tcp host 192.168.90.36 host 192.175.63.12 eq 23