Objectives
Part 1: Design an IP Addressing Scheme
Part 2: Assign IP Addresses to Network Devices and Verify Connectivity
Step 1: Subnet the 192.168.100.0/24 network into the appropriate number of subnets.
en
conf t
int g0/0
ip add 192.168.100.1 255.255.255.224
no sh
int g0/1
ip add 192.168.100.33 255.255.255.224
no sh
en
conf t
vlan 1
int vlan 1
ip add 192.168.100.66 255.255.255.224
ip default-gateway 192.168.100.65
ipv4 address 192.168.100.126
subnet Mask 255.255.255.224
Defualt GW 192.168.100.97
Step 4: Verify connectivity.