Ccna-2v7.0 Case Study -rev B- Review

Mastering the CCNA-2v7.0 Case Study (Rev B): A Complete Walkthrough and Analysis

Step 5.1: Standard ACL for Guest Restriction

R1(config)# access-list 1 deny 192.168.20.0 0.0.0.255
R1(config)# access-list 1 permit any

But wait – that denies Guest from everything. The requirement is usually: Guest can access internet, but not internal VLANs. So you need an extended ACL.

Layer 3 Verification:

Verification and Troubleshooting

Successful completion of the case study requires thorough verification using: ccna-2v7.0 case study -rev b-

Common troubleshooting issues include mismatched native VLANs, incorrect subinterface encapsulation, and missing default gateways on hosts. Mastering the CCNA-2v7

3. Inter-VLAN Routing with Router-on-a-Stick

Since devices in different VLANs need to communicate (e.g., Management accessing a server in Operations), routing between VLANs is necessary. The case study implements a “Router-on-a-Stick” topology where the router’s single physical interface is divided into logical subinterfaces. But wait – that denies Guest from everything

Configuration on the router involves:

Each subinterface serves as the default gateway for its respective VLAN. Verification includes show ip route and pinging between hosts on different VLANs.

Title: Implementing a Scalable and Secure Network Infrastructure: A CCNA 2 v7.0 Case Study Analysis (Rev B)