Description: Create
an access-list and configure the same according to a given set of
rules.
Instructions:
1. Enter into Global Configuration Mode
2. Create an IP access-list to permit traffic from address 192.168.10.5, and deny all other traffic.
use 1 as IP access-list number.
3. Create an access-list 2 that blocks only the single IP address 196.145.25.5.
4. Type the command used for permitting packets from any IP Address.
use Access-list number as 2
R1>enable
R1#configure terminal
R1(config)#access-list 1 permit 192.168.10.5
R1(config)#access-list 2 deny 196.145.25.5
R1(config)#access-list 2 permit any