0% found this document useful (0 votes)
126 views6 pages

ACL Assignment #1 Student Answer Sheet

The document outlines a series of standard access list configurations for various routers, detailing specific commands for each problem. Each problem includes the router name, interface, access-list number, and the corresponding commands to deny or permit specific hosts or networks. The focus is on efficient network utilization and best practices for configuring and placing access control lists (ACLs).

Uploaded by

cx86zzbm6d
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
126 views6 pages

ACL Assignment #1 Student Answer Sheet

The document outlines a series of standard access list configurations for various routers, detailing specific commands for each problem. Each problem includes the router name, interface, access-list number, and the corresponding commands to deny or permit specific hosts or networks. The focus is on efficient network utilization and best practices for configuring and placing access control lists (ACLs).

Uploaded by

cx86zzbm6d
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

ACL Assignment # 2: Standard ACL’s Student Name: Date:

**Remember that the answer should only be according to most efficient


utilization of network and best practices of configuring and placing ACL’s
Answers from ACL Workbook Page #26

Standard Access List Problem #1


Answer:
Router name: router B
Interface: Fa0/1
Access-list: 1
Router (config)# access-list deny host 223.190.32.16
Router (config)# access-list permit any
Router (config-if)# ip access-group 1 in

Answers from ACL Workbook Page #27

Standard Access List Problem #2


Answer:
Router name: router B
Interface: fa0/1
Access-list: 2
Router (config)# access-list 2 permit host 223.190.32.16
Router (config)# access-list 2 deny 223.190.32.0 0.0.0.255
Router (config)# access-list 2 deny 172.16.0.0 0.0.255.255
Router (config)# access-list 2 permit any
Router (config-if)# ip access-group 2 in

1|Page
ACL Assignment # 2: Standard ACL’s Student Name: Date:
**Remember that the answer should only be according to most efficient
utilization of network and best practices of configuring and placing ACL’s
Answers from ACL Workbook Page #28

Standard Access List Problem #3


Answer:
Router name: router b
Interface: g0/1
Access-list: 3
Router (config)# access-list 3 deny host 204.90.30.126
Router (config)# access-list 3 deny host 204.90.30.130
Router (config)# access-list 3 permit 204.90.30.0 0.0.0.255
Router (config)# access-list 3 deny any
Router (config-if)# ip access-group 3 in

Answers from ACL Workbook Page #29

Standard Access List Problem #4


Answer:
Router name: router b
Interface: g0/1
Access-list: RALPH
Router (config)# ip access-list standard RALPH
Router (config-std-nacl)# remark block carol’s computer to Jim’s
Router (config-std-nacl)# deny host 204.90.30.130
Router (config-std-nacl)# remark permit traffic from rodney’s
2|Page
ACL Assignment # 2: Standard ACL’s Student Name: Date:
**Remember that the answer should only be according to most efficient
utilization of network and best practices of configuring and placing ACL’s
Router (config-std-nacl)# permit host 204.90.30.126
Router (config-std-nacl)# remark block traffic from upper half of the 201.90.30.0
network
Router (config-std-nacl)# deny 204.90.30.128 0.0.0.127
Router (config-std-nacl)# remark allow traffic from lower half of the 201.90.30.0
network
Router (config-std-nacl)# permit 204.90.30.0 0.0.0.127
Router (config-std-nacl)# remark block any other traffic
Router (config-std-nacl)# deny any

Router (config-if)# ip access-group RALPH in

Answers from ACL Workbook Page #30

Standard Access List Problem #5


Answer:
Router name: router C
Interface: g0/1
Access-list: 4
Router (config)# access-list 4 deny 172.39.255.2 0.0.0.1
Router (config)# access-list 4 permit any
Router (config-if)# ip access-group 4 in

3|Page
ACL Assignment # 2: Standard ACL’s Student Name: Date:
**Remember that the answer should only be according to most efficient
utilization of network and best practices of configuring and placing ACL’s

Answers from ACL Workbook Page #31

Standard Access List Problem #6


Answer:
Router name: router A
Interface: g0/0
Access-list: 5
Router (config)# access-list 5 remark block traffic from 212.180.10.2 host and log
Router (config)# access-list 5 deny host 212.180.10.2 log
Router (config)# access-list 5 remark allow traffic from the 212.180.10.6 host and
log
Router (config)# access-list 5 permit host 212.180.10.6 log
Router (config)# access-list 5 remark deny all other traffic
Router (config)# access-list 5 deny any
Router (config-if)# ip access-group 5 in

Answers from ACL Workbook Page #32

Standard Access List Problem #7


Answer:
Router name: router b
Interface: f0/1

4|Page
ACL Assignment # 2: Standard ACL’s Student Name: Date:
**Remember that the answer should only be according to most efficient
utilization of network and best practices of configuring and placing ACL’s
Access-list: 6
Router (config)# access-list 6 deny 192.168.15.1 0.0.0.31
Router (config)# access-list 6 deny host 192.32.10.25
Router (config-if)# ip access-group 6 in

Answers from ACL Workbook Page #33

Standard Access List Problem #8


Answer:
Router name: router A
Interface: f0/0
Access-list: CISCO_LAB_A
Router (config)# ip access-list standard CISCO_LAB_A
Router (config-std-nacl)#permit 198.32.10.0 0.0.0.127
Router (config-std-nacl)# deny 198.32.10.127 0.0.0.127
Router (config-std-nacl)# permit host 192.32.10.92
Router (config-std-nacl)# permit any
Router (config-if)# ip access-group CISCO_LAB_A in

Answers from ACL Workbook Page #34

Standard Access List Problem #9


5|Page
ACL Assignment # 2: Standard ACL’s Student Name: Date:
**Remember that the answer should only be according to most efficient
utilization of network and best practices of configuring and placing ACL’s
Answer:
Router name: router A
Interface: F0/0
Access-list: 8
Router (config)# access-list 8 deny host 10.250.1.1
Router (config)# access-list 8 deny host 10.250.2.1
Router (config)# access-list 8 deny host 10.250.4.1
Router (config)# access-list 8 deny 10.250.3.0 0.0.0.255
Router (config)# access-list 8 permit any
Router (config-if)# ip access-group in

6|Page

You might also like