Ccna-2v7.0 Case Study -rev B- ~repack~
S1(config)# vlan 10 S1(config-vlan)# name Employee S1(config)# vlan 20 S1(config-vlan)# name Guest S1(config)# vlan 99 S1(config-vlan)# name Native Assign access ports to the correct VLAN. For example, PC-A (Employee) goes into VLAN 10. Use switchport mode access and switchport access vlan 10 . Do not leave any port in the default VLAN 1 unless explicitly required. Step 1.3: Trunk Configuration Inter-switch links and links to the router must be trunks. Configure them as:
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. Do not leave any port in the default