Ccna-2v7.0 Case Study -rev B- File
R1(config)# access-list 101 permit ip 192.168.10.0 0.0.0.255 any R1(config)# access-list 101 permit ip 192.168.20.0 0.0.0.255 any R1(config)# ip nat inside source list 101 interface g0/0/0 overload R1(config)# interface g0/0/0 R1(config-if)# ip nat outside R1(config)# interface g0/0/1.10 R1(config-if)# ip nat inside R1(config)# interface g0/0/1.20 R1(config-if)# ip nat inside From PC-B (Guest), ping 8.8.8.8. Use show ip nat translations to see dynamic entries. Phase 6: Verification and Troubleshooting Checklist Completing the configuration is only half the battle. The CCNA-2v7.0 Case Study -Rev B- includes specific verification questions (e.g., "Can PC-A ping the server?"). You must demonstrate functional connectivity.
R1(config)# ip dhcp excluded-address 192.168.10.1 192.168.10.10 R1(config)# ip dhcp excluded-address 192.168.20.1 192.168.20.5 R1(config)# ip dhcp pool EMPLOYEE_POOL R1(dhcp-config)# network 192.168.10.0 255.255.255.0 R1(dhcp-config)# default-router 192.168.10.1 R1(dhcp-config)# dns-server 8.8.8.8 R1(dhcp-config)# domain-name ccna-lab.local R1(config)# ip dhcp pool GUEST_POOL R1(dhcp-config)# network 192.168.20.0 255.255.255.0 R1(dhcp-config)# default-router 192.168.20.1 ccna-2v7.0 case study -rev b-
Mastering this case study will leave you with a portfolio-worthy configuration and the confidence to move on to the third CCNA v7.0 course (ENSA) and, ultimately, the CCNA certification exam. Good luck, and happy configuring. After completing Rev B, review your configuration against the official scoring rubric. If possible, have a peer review your ACL logic. Then, document every interface IP, VLAN mapping, and route in a network diagram – that documentation is a habit of successful professionals. R1(config)# access-list 101 permit ip 192