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

One of the most time-consuming parts of the Rev B case study is configuring DHCP for all VLANs. The case study usually prohibits using a separate server; R1 or R2 must act as the DHCP server.

interface range GigabitEthernet0/1 - 10 switchport mode access switchport access vlan 10 ccna-2v7.0 case study -rev b-

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 One of the most time-consuming parts of the

You must use Variable Length Subnet Masking (VLSM) to design both IPv4 and IPv6 schemes. ccna-2v7.0 case study -rev b-