SlideShare a Scribd company logo
Lab 31: Access List-II
Task
1. Configure IP Address as per given in topology.
2. Configure Eigrp 100 over this topology. Make sure all Routers received all the routes.
3. Configure PAT on R1 and R2
4. Configure Telnet on R1 and SSH on R4.
5. Make sure R6 Access Telnet and R2 access SSH.
6. R3 not received 10.0.45.0 Route in routing table.
7. On R6, Make R5 as a best path for 10.0.13.0.
8. R5 and R4 not able to ping 100.100.0.0 network.
9. Make sure R3 only access "show ip int bri" command on R1 using Telnet.
10. R4 not able to ping R1 interfaces. But loopback address can be ping.
Figure 1 Topology
Lab 31: Access List-II
Solution
Task 2: Configure Eigrp 100 over this topology. Make sure all Routers received all the routes.
R1
router eigrp 100
redistribute static
network 10.0.13.0 0.0.0.255
no auto-summary
exit
R2
router eigrp 100
redistribute static
network 10.0.23.0 0.0.0.255
network 10.0.26.0 0.0.0.255
no auto-summary
exit
R3
router eigrp 100
network 10.0.13.0 0.0.0.255
network 10.0.23.0 0.0.0.255
network 10.0.34.0 0.0.0.255
network 10.0.35.0 0.0.0.255
no auto-summary
exit
R4
router eigrp 100
network 10.0.34.0 0.0.0.255
network 10.0.45.0 0.0.0.255
network 200.200.201.0
network 200.200.202.0
network 200.200.203.0
network 200.200.204.0
no auto-summary
exit
Lab 31: Access List-II
R5
router eigrp 100
network 10.0.35.0 0.0.0.255
network 10.0.45.0 0.0.0.255
network 10.0.56.0 0.0.0.255
no auto-summary
exit
R6
router eigrp 100
network 10.0.26.0 0.0.0.255
network 10.0.56.0 0.0.0.255
network 192.168.1.0
network 192.168.2.0
no auto-summary
exit
Task 3: Configure PAT on R1 and R3.
R1
ip access-list extended NAT
permit ip 10.0.13.0 0.0.0.255 any
permit ip 10.0.23.0 0.0.0.255 any
permit ip 10.0.34.0 0.0.0.255 any
permit ip 10.0.35.0 0.0.0.255 any
permit ip 10.0.45.0 0.0.0.255 any
permit ip 10.0.56.0 0.0.0.255 any
permit ip 10.0.26.0 0.0.0.255 any
permit ip 192.168.1.0 0.0.0.255 any
permit ip 192.168.2.0 0.0.0.255 any
permit ip 200.200.200.0 0.0.0.255 any
permit ip 200.200.201.0 0.0.0.255 any
permit ip 200.200.202.0 0.0.0.255 any
permit ip 200.200.203.0 0.0.0.255 any
permit ip 200.200.204.0 0.0.0.255 any
exit
ip nat inside source list NAT interface FastEthernet0/0 overload
Lab 31: Access List-II
R2
ip access-list extended NAT
permit ip 10.0.13.0 0.0.0.255 any
permit ip 10.0.23.0 0.0.0.255 any
permit ip 10.0.34.0 0.0.0.255 any
permit ip 10.0.35.0 0.0.0.255 any
permit ip 10.0.45.0 0.0.0.255 any
permit ip 10.0.56.0 0.0.0.255 any
permit ip 10.0.26.0 0.0.0.255 any
permit ip 192.168.1.0 0.0.0.255 any
permit ip 192.168.2.0 0.0.0.255 any
permit ip 200.200.200.0 0.0.0.255 any
permit ip 200.200.201.0 0.0.0.255 any
permit ip 200.200.202.0 0.0.0.255 any
permit ip 200.200.203.0 0.0.0.255 any
permit ip 200.200.204.0 0.0.0.255 any
exit
ip nat inside source list NAT interface FastEthernet0/0 overload
Task 4: Configure Telnet on R1 and SSH on R4.
R1
username cisco password 0 netwax
line vty 0 4
login local
exit
enable secret cisco
R4
username cisco password 0 netwax
enable secret cisco
ip domain name www.netwaxlab.com
crypto key generate rsa modulus 1024
line vty 0 4
transport input ssh
login local
Lab 31: Access List-II
Task 5: Make sure R6 Access Telnet and R2 access SSH.
R1
access-list 10 permit 10.0.26.6
access-list 10 permit 10.0.56.6
access-list 10 deny any
line vty 0 4
access-class 10 in
exit
R4
access-list 10 permit 10.0.26.2
access-list 10 permit 10.0.23.2
access-list 10 deny any
line vty 0 4
access-class 10 in
exit
Task 6: R3 not received 10.0.45.0 Route in routing table.
R3
access-list 10 deny 10.0.45.0 0.0.0.255
access-list 10 permit any
router eigrp 100
distribute-list 10 in
exit
router eigrp 100
distribute-list 10 in
exit
Task 7: On R6, Make R5 as a best path for 10.0.13.0.
R6
access-list 10 permit 10.0.13.0 0.0.0.255
router eigrp 100
offset-list 10 in 2195456 Serial1/1
exit
Lab 31: Access List-II
Task 8: R5 and R4 not able to ping 100.100.0.0 network.
R3
ip access-list extended R4
deny ip host 10.0.34.4 100.100.0.0 0.0.255.255
deny ip host 10.0.45.4 100.100.0.0 0.0.255.255
deny ip host 10.0.35.5 100.100.0.0 0.0.255.255
deny ip host 10.0.45.5 100.100.0.0 0.0.255.255
deny ip host 10.0.56.5 100.100.0.0 0.0.255.255
permit ip any any
exit
int se1/1
ip access-group R4 in
exit
int se1/0
ip access-group R4 in
exit
Task 9: Make sure R3 only access "show ip int bri" command on R1 using Telnet.
R1
Username Cisco view R3 password Netwax
aaa new-model
exit
enable view
config t
parser view R3
secret netwax@
commands exec include show ip int bri
exit
access-list 11 permit 10.0.13.3
access-list 11 deny any
int f0/1
ip access-group 11 in
exit
Lab 31: Access List-II
Verify:
R3
telnet 10.0.13.1
Username: Cisco
Password: Netwax
R1>en
Password: netwax@
Task 10: R4 not able to ping R1 interfaces. But loopback address can be ping.
R3
access-list 101 deny icmp host 10.0.34.4 host 10.0.13.1
access-list 101 deny icmp host 10.0.45.4 host 10.0.13.1
access-list 101 permit icmp any any
access-list 101 permit eigrp any any
int se1/1
ip access-group 101 in
exit

More Related Content

PDF
Eincop Netwax Lab: EIGRP iii
PDF
Nxll22 role based cli
PDF
Nxll20 na ting
PDF
Nxll19 vrrp (virtual router redundancy protocol)
PDF
Eincop Netwax Lab: Vlan and Trunking ii
PDF
Nxll23 i pv6
PDF
Nxll10 v lan and trunking
PDF
Eincop Netwax Lab: EIGRP ii
Eincop Netwax Lab: EIGRP iii
Nxll22 role based cli
Nxll20 na ting
Nxll19 vrrp (virtual router redundancy protocol)
Eincop Netwax Lab: Vlan and Trunking ii
Nxll23 i pv6
Nxll10 v lan and trunking
Eincop Netwax Lab: EIGRP ii

What's hot (20)

PDF
Nxll26 bgp ii
PDF
Eincop Netwax Lab: Redistribution
PDF
Nxll24 i pv6
PDF
Nxll17 dynamic routing with asa
PDF
Nxll09 access list
PDF
Nxll28 ospf iii
PDF
Nxll25 hsrp with failover
PDF
Nxll12 zone based firewall
PDF
Eincop Netwax Lab: Lab 1 static route
PDF
Nxll21 ospf filtering & summarization
PDF
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
PDF
Nxll18 vpn (s2 s gre & dmvpn)
PDF
Nxll16 basic asa v8.2
PDF
Nxll11 bgp
PDF
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
PDF
Nxll14 cut through-proxy on asa
PDF
Route Redistribution
PDF
DOCX
Báo cáo thực tập athena trần trọng thái
Nxll26 bgp ii
Eincop Netwax Lab: Redistribution
Nxll24 i pv6
Nxll17 dynamic routing with asa
Nxll09 access list
Nxll28 ospf iii
Nxll25 hsrp with failover
Nxll12 zone based firewall
Eincop Netwax Lab: Lab 1 static route
Nxll21 ospf filtering & summarization
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Nxll18 vpn (s2 s gre & dmvpn)
Nxll16 basic asa v8.2
Nxll11 bgp
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Nxll14 cut through-proxy on asa
Route Redistribution
Báo cáo thực tập athena trần trọng thái
Ad

Viewers also liked (11)

PDF
Computer Ports
PDF
Securing Switch Access
PDF
Remote VPN
PDF
Switching
PDF
Eincop Netwax Lab: Route Redistribution
PDF
Subnetting
PDF
Radius vs. Tacacs+
PDF
Wireless Technology
PDF
SSL Web VPN
PDF
IP Address
PDF
Introduction of Networking
Computer Ports
Securing Switch Access
Remote VPN
Switching
Eincop Netwax Lab: Route Redistribution
Subnetting
Radius vs. Tacacs+
Wireless Technology
SSL Web VPN
IP Address
Introduction of Networking
Ad

Similar to Eincop Netwax Lab: Access List ii (20)

PDF
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
PDF
Cisco discovery drs ent module 8 - v.4 in english.
PDF
4.4.1.2 packet tracer configure ip ac ls to mitigate attacks-instructor
PDF
BACIK CISCO SKILLS
PPT
CCIE Lab - IGP Routing
DOCX
Configuracion EIGRP
PDF
Caso de estudio(ccna4)
PDF
Labmannual
PDF
Mpl sv1 qbook
DOCX
1 SEC450 ACL Tutorial This document highlights.docx
DOCX
CIsco ACL- Network and host security
PDF
Lab- Full IPsec Implementation.pdf
DOCX
Student Name _________________________________ Date _____________SE.docx
PDF
Lab 3.5.1 basic frame relay
PDF
us-17-Tsai-A-New-Era-Of-SSRF-Exploiting-URL-Parser-In-Trending-Programming-La...
PDF
Lab8 Controlling traffic using Extended ACL Objectives Per.pdf
PDF
CCNP Troubleshooting
PDF
CCNP Troubleshooting
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
Cisco discovery drs ent module 8 - v.4 in english.
4.4.1.2 packet tracer configure ip ac ls to mitigate attacks-instructor
BACIK CISCO SKILLS
CCIE Lab - IGP Routing
Configuracion EIGRP
Caso de estudio(ccna4)
Labmannual
Mpl sv1 qbook
1 SEC450 ACL Tutorial This document highlights.docx
CIsco ACL- Network and host security
Lab- Full IPsec Implementation.pdf
Student Name _________________________________ Date _____________SE.docx
Lab 3.5.1 basic frame relay
us-17-Tsai-A-New-Era-Of-SSRF-Exploiting-URL-Parser-In-Trending-Programming-La...
Lab8 Controlling traffic using Extended ACL Objectives Per.pdf
CCNP Troubleshooting
CCNP Troubleshooting

Recently uploaded (20)

PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Approach and Philosophy of On baking technology
PDF
KodekX | Application Modernization Development
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
MYSQL Presentation for SQL database connectivity
PDF
cuic standard and advanced reporting.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Spectroscopy.pptx food analysis technology
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
MIND Revenue Release Quarter 2 2025 Press Release
Approach and Philosophy of On baking technology
KodekX | Application Modernization Development
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Advanced methodologies resolving dimensionality complications for autism neur...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Encapsulation_ Review paper, used for researhc scholars
sap open course for s4hana steps from ECC to s4
MYSQL Presentation for SQL database connectivity
cuic standard and advanced reporting.pdf
Big Data Technologies - Introduction.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Chapter 3 Spatial Domain Image Processing.pdf
Review of recent advances in non-invasive hemoglobin estimation
Spectroscopy.pptx food analysis technology
NewMind AI Weekly Chronicles - August'25 Week I
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...

Eincop Netwax Lab: Access List ii

  • 1. Lab 31: Access List-II Task 1. Configure IP Address as per given in topology. 2. Configure Eigrp 100 over this topology. Make sure all Routers received all the routes. 3. Configure PAT on R1 and R2 4. Configure Telnet on R1 and SSH on R4. 5. Make sure R6 Access Telnet and R2 access SSH. 6. R3 not received 10.0.45.0 Route in routing table. 7. On R6, Make R5 as a best path for 10.0.13.0. 8. R5 and R4 not able to ping 100.100.0.0 network. 9. Make sure R3 only access "show ip int bri" command on R1 using Telnet. 10. R4 not able to ping R1 interfaces. But loopback address can be ping. Figure 1 Topology
  • 2. Lab 31: Access List-II Solution Task 2: Configure Eigrp 100 over this topology. Make sure all Routers received all the routes. R1 router eigrp 100 redistribute static network 10.0.13.0 0.0.0.255 no auto-summary exit R2 router eigrp 100 redistribute static network 10.0.23.0 0.0.0.255 network 10.0.26.0 0.0.0.255 no auto-summary exit R3 router eigrp 100 network 10.0.13.0 0.0.0.255 network 10.0.23.0 0.0.0.255 network 10.0.34.0 0.0.0.255 network 10.0.35.0 0.0.0.255 no auto-summary exit R4 router eigrp 100 network 10.0.34.0 0.0.0.255 network 10.0.45.0 0.0.0.255 network 200.200.201.0 network 200.200.202.0 network 200.200.203.0 network 200.200.204.0 no auto-summary exit
  • 3. Lab 31: Access List-II R5 router eigrp 100 network 10.0.35.0 0.0.0.255 network 10.0.45.0 0.0.0.255 network 10.0.56.0 0.0.0.255 no auto-summary exit R6 router eigrp 100 network 10.0.26.0 0.0.0.255 network 10.0.56.0 0.0.0.255 network 192.168.1.0 network 192.168.2.0 no auto-summary exit Task 3: Configure PAT on R1 and R3. R1 ip access-list extended NAT permit ip 10.0.13.0 0.0.0.255 any permit ip 10.0.23.0 0.0.0.255 any permit ip 10.0.34.0 0.0.0.255 any permit ip 10.0.35.0 0.0.0.255 any permit ip 10.0.45.0 0.0.0.255 any permit ip 10.0.56.0 0.0.0.255 any permit ip 10.0.26.0 0.0.0.255 any permit ip 192.168.1.0 0.0.0.255 any permit ip 192.168.2.0 0.0.0.255 any permit ip 200.200.200.0 0.0.0.255 any permit ip 200.200.201.0 0.0.0.255 any permit ip 200.200.202.0 0.0.0.255 any permit ip 200.200.203.0 0.0.0.255 any permit ip 200.200.204.0 0.0.0.255 any exit ip nat inside source list NAT interface FastEthernet0/0 overload
  • 4. Lab 31: Access List-II R2 ip access-list extended NAT permit ip 10.0.13.0 0.0.0.255 any permit ip 10.0.23.0 0.0.0.255 any permit ip 10.0.34.0 0.0.0.255 any permit ip 10.0.35.0 0.0.0.255 any permit ip 10.0.45.0 0.0.0.255 any permit ip 10.0.56.0 0.0.0.255 any permit ip 10.0.26.0 0.0.0.255 any permit ip 192.168.1.0 0.0.0.255 any permit ip 192.168.2.0 0.0.0.255 any permit ip 200.200.200.0 0.0.0.255 any permit ip 200.200.201.0 0.0.0.255 any permit ip 200.200.202.0 0.0.0.255 any permit ip 200.200.203.0 0.0.0.255 any permit ip 200.200.204.0 0.0.0.255 any exit ip nat inside source list NAT interface FastEthernet0/0 overload Task 4: Configure Telnet on R1 and SSH on R4. R1 username cisco password 0 netwax line vty 0 4 login local exit enable secret cisco R4 username cisco password 0 netwax enable secret cisco ip domain name www.netwaxlab.com crypto key generate rsa modulus 1024 line vty 0 4 transport input ssh login local
  • 5. Lab 31: Access List-II Task 5: Make sure R6 Access Telnet and R2 access SSH. R1 access-list 10 permit 10.0.26.6 access-list 10 permit 10.0.56.6 access-list 10 deny any line vty 0 4 access-class 10 in exit R4 access-list 10 permit 10.0.26.2 access-list 10 permit 10.0.23.2 access-list 10 deny any line vty 0 4 access-class 10 in exit Task 6: R3 not received 10.0.45.0 Route in routing table. R3 access-list 10 deny 10.0.45.0 0.0.0.255 access-list 10 permit any router eigrp 100 distribute-list 10 in exit router eigrp 100 distribute-list 10 in exit Task 7: On R6, Make R5 as a best path for 10.0.13.0. R6 access-list 10 permit 10.0.13.0 0.0.0.255 router eigrp 100 offset-list 10 in 2195456 Serial1/1 exit
  • 6. Lab 31: Access List-II Task 8: R5 and R4 not able to ping 100.100.0.0 network. R3 ip access-list extended R4 deny ip host 10.0.34.4 100.100.0.0 0.0.255.255 deny ip host 10.0.45.4 100.100.0.0 0.0.255.255 deny ip host 10.0.35.5 100.100.0.0 0.0.255.255 deny ip host 10.0.45.5 100.100.0.0 0.0.255.255 deny ip host 10.0.56.5 100.100.0.0 0.0.255.255 permit ip any any exit int se1/1 ip access-group R4 in exit int se1/0 ip access-group R4 in exit Task 9: Make sure R3 only access "show ip int bri" command on R1 using Telnet. R1 Username Cisco view R3 password Netwax aaa new-model exit enable view config t parser view R3 secret netwax@ commands exec include show ip int bri exit access-list 11 permit 10.0.13.3 access-list 11 deny any int f0/1 ip access-group 11 in exit
  • 7. Lab 31: Access List-II Verify: R3 telnet 10.0.13.1 Username: Cisco Password: Netwax R1>en Password: netwax@ Task 10: R4 not able to ping R1 interfaces. But loopback address can be ping. R3 access-list 101 deny icmp host 10.0.34.4 host 10.0.13.1 access-list 101 deny icmp host 10.0.45.4 host 10.0.13.1 access-list 101 permit icmp any any access-list 101 permit eigrp any any int se1/1 ip access-group 101 in exit