Ccna-2v7.0 Case Study -rev B- Guide
ISP(config)# ip route 192.168.0.0 255.255.248.0 209.165.200.1
This is a summary route covering 192.168.0.0/21 (assuming your internal subnets fall within that range). Without this return route, traffic will go out but never come back.
On each switch, create VLANs as per case study requirements (e.g., VLAN 10 – Sales, 20 – Eng, 99 – Native). ccna-2v7.0 case study -rev b-
vlan 10
name Sales
vlan 20
name Engineering
vlan 99
name Native
exit
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.1ISP(config)# ip route 192
Trap: Remember to enable ip routing on the router and ensure each VLAN’s default gateway points to the correct subinterface IP. Also, configure DHCP helper-address if the server is on a different subnet – though in Rev B, R1 is local to all VLANs. This is a summary route covering 192
The network consists of: