Standard
Access List Scenario Lab 2
Lab
Index |
|
|
Description: Configure a standard access-list
according to a given set of conditions.
Instructions:
1. Hosts on R1 should not be able to communicate
with hosts on R3 e0.
2. Host W32 on R3 can communicate only with other
hosts on R3 e0.
3. Hosts on R3 should not be able to communicate
with hosts on R1 e0.
4. Hosts on R1 can communicate with hosts on R2 e0.

R3>enable
R3#configure terminal
R3(config)#access-list 30 deny 10.1.1.0 0.0.0.255
R3(config)#access-list 30 deny host 10.3.1.3
R3(config)#deny any
R2>enable
R2#configure terminal
R2(config)#access-list 20 permit 10.1.1.0 0.0.0.255
R2(config)#deny any
R1>enable
R1#configure terminal
R1(config)#access-list 10 permit 10.2.1.0 0.0.0.255
R1(config)#deny any