Sign in with
Sign up | Sign in
Your question

Intro to Cisco Routers class- help in subneting and Commands assignment

Tags:
  • Routers
  • Networking
  • Subnet
  • Cisco
Last response: in Networking
Share
Anonymous
November 28, 2013 12:02:46 PM

Hello I would like some help with this practice assignment on how to subnet it and what commands to use. This is the assignment

Design an IPv4 addressing scheme and complete the Addressing Table based on the following requirements. Use the table above to help you organize your work.

a. Subnet the 192.168.1.0/24 network to provide 30 host addresses per subnet while wasting the fewest addresses.

b. Assign the fourth subnet to the LAB 124-C LAN.

c. Assign the last network host address (the highest) in this subnet to the G0/0 interface on CS Department.

d. Starting with the fifth subnet, subnet the network again so that the new subnets will provide 14 host addresses per subnet while wasting the fewest addresses.

e. Assign the second of these new 14-host subnets to the LAB 214-A LAN.

f. Assign the last network host address (the highest) in the LAB 214-A LAN subnet to the G0/1 interface of the CS Department router.

g. Assign the second to the last address (the second highest) in this subnet to the VLAN 1 interface of the LAB 214-A Switch.

h. Configure addresses on the hosts using any of the remaining addresses in their respective subnets.

I do have the topology! on the right side of the network there are 2 pc connected to a switch and the switch to the Router labeled CS department. The other side of the network is a pc and a file server connected to a switch and that switch also connected to the same router CS department .

Thank you for your help

More about : intro cisco routers class subneting commands assignment

November 28, 2013 7:42:55 PM

Anonymous said:
Hello I would like some help with this practice assignment on how to subnet it and what commands to use. This is the assignment

Design an IPv4 addressing scheme and complete the Addressing Table based on the following requirements. Use the table above to help you organize your work.

a. Subnet the 192.168.1.0/24 network to provide 30 host addresses per subnet while wasting the fewest addresses.
192.168.1.0/27
192.168.1.32/27
192.168.1.64/27
192.168.1.96/27
192.168.1.128/27
192.168.1.160/27
192.168.1.192/27
192.168.1.224/27


b. Assign the fourth subnet to the LAB 124-C LAN.
192.168.1.96/27

c. Assign the last network host address (the highest) in this subnet to the G0/0 interface on CS Department.
#interface g0/0
#ip address 192.168.1.126 255.255.255.224
#no shut


d. Starting with the fifth subnet, subnet the network again so that the new subnets will provide 14 host addresses per subnet while wasting the fewest addresses.
192.168.1.128/28
192.168.1.144/28


e. Assign the second of these new 14-host subnets to the LAB 214-A LAN.
192.168.1.144/28

f. Assign the last network host address (the highest) in the LAB 214-A LAN subnet to the G0/1 interface of the CS Department router.
#interface g0/1
#ip address 192.168.1.158 255.255.255.240
#no shut


g. Assign the second to the last address (the second highest) in this subnet to the VLAN 1 interface of the LAB 214-A Switch.
#interface vlan 1
#ip address 192.168.1.157 255.255.255.240


h. Configure addresses on the hosts using any of the remaining addresses in their respective subnets.
If this is related to 'g' then assign and address between 192.168.1.145 through 192.168.1.156 inclusive. The mask should also be 255.255.255.240 (/28)

I do have the topology! on the right side of the network there are 2 pc connected to a switch and the switch to the Router labeled CS department. The other side of the network is a pc and a file server connected to a switch and that switch also connected to the same router CS department .

Thank you for your help



Sorry, I can't see any diagram, but I think what I typed in bold is ok

m
1
l
!