Task 1: Subnet The 10.150.0.0/16 Network For NY and Assign The First
Task 1: Subnet The 10.150.0.0/16 Network For NY and Assign The First
Tasks to Do.
Task 1: Subnet the 10.150.0.0/16 network for NY and assign the first
nonzero subnets to Services followed by Engineering. You may need to re-
subnet for Executive and Native&Management subnets to avoid wasting IP
addresses. Ensure that you re-subnet only the first unused subnet and
nothing else. Assign the nonzero subnets to Executive and
Native&Management. (5 points)
New York Office IP Address Subnet Mask Network Address
IP
VLAN 15 10.150.1.129/26 255.255.255.192 10.150.1.128
VLAN 25 10.150.1.1/25 255.255.255.128 10.150.1.0
VLAN 35 10.150.0.129/25 255.255.255.128 10.150.0.128
VLAN 99 10.150.1.193/28 255.255.255.240 10.150.1.192
Task 2: Subnet the 10.150.100.0 /25 network for IL and assign the last IP
address on the first three nonzero subnets to the Loopback 1, Loopback 2,
and Loopback 3 interfaces of the router. We will use a loopback or virtual
interface to simulate the LAN subnets. This will speed up configuration and
allows us to create our topology without rewiring. (3 points)
Illinois Branch IP IP Address Subnet Mask Network Address
Loopback 1 10.150.100.62/2 255.255.255.192 10.150.100.0
6
Loopback 2 10.150.100.126/ 255.255.255.192 10.150.100.64
26
Loopback 3 10.150.100.190/ 255.255.255.192 10.150.100.128
26
Task 3: Subnet the 10.150.200.0 /25 network for CA and assign the last IP
address on the first three nonzero subnets to the Loopback 1, Loopback 2,
and Loopback 3 interfaces of the router. We will use a loopback or virtual
interface to simulate the LAN subnets. This will speed up configuration and
allows us to create our topology without rewiring. (3 points)
California Branch IP Address Subnet Mask Network Address
IP
Loopback 1 10.150.200.30/2 255.255.255.224 10.150.200.0
7
Loopback 2 10.150.200.62/2 255.255.255.224 10.150.200.32
7
Loopback 3 10.150.200.94/2 255.255.255.224 10.150.200.64
7
Task 4: Use the following network address (10.1.255.0/25) to find the WAN
subnets between NY and IL and NY and CA respectively. Note that there are
only two IP addresses per subnet for each WAN link. Assign the first WAN
subnet to NY to IL and the second WAN subnet to NY to CA. (2 points)
Shutdown all Disable all unused ports I don’t know all the ports ¼
unused ports. in software. because I am not using
the software but in the
even this was a live
production network I
would use #show vlan for
port information,
#interface range {port
range}, and #shutdown
commands to shutdown
unused ports.
#interface loopback 1
#ip address
10.150.100.62
255.255.255.192
#interface loopback 2
#ip address
10.150.100.126
½
255.255.255.192
Assign IP #interface loopback 3
addresses to
#ip address
appropriate
10.150.100.190
interfaces
255.255.255.192
including
Loopback and #interface serial 2/0
serial #ip address 10.1.255.1
interfaces. 255.255.255.252
Activate the #interface serial 2/0 ½
nonLoopback #no shutdown
interfaces.
Note: You will probably notice that all the Loopback IP addresses show up
as /32. To change that /32 to the real subnet mask of the Loopback interfaces
you need to type the following command on each Loopback interface in the
routers.
Interface Loopback 1
ip ospf network point-to-point
Task 5: Configure the CA Router. (4 points)
Configura Required
tion Task Information Points
#interface loopback 1
#ip address 10.150.200.30
255.255.255.224
Assign IP #interface loopback 2
addresses #ip address 10.150.200.62
to 255.255.255.224 ½
appropriat #interface loopback 3
e
#ip address 10.150.200.94
interfaces
255.255.255.224
including
Loopback #interface serial 3/0
and serial #ip address 10.1.255.2
interfaces. 255.255.255.252
Activate #interface serial 3/0
the #no shutdown ½
nonLoopba
ck
interfaces.
Task 7: Summarize the output of the commands used in Task 6. How can
you tell that the network is working correctly? (3 points)
You would be able to see link state and the ospf routers would for
adjacencies with their neighbors and this would be visible in the ospf
database. The ip route command would show the routes of the packet sent
from one network over to the neighboring network. To see if the overall
network is up and the interfaces are properly turned on, you would ping
addresses on the network to see if the packets go through. “Tracert” would
be the command a network admin would use to see the route these packets
take to get to their destination addess.
PHASE III (70 Points Total)—Due Week 7
Task 1: Configure the NY router as a DHCPv4 server for the executive and
engineering VLAN. (4 points)
>enable
Configuration Required
Task Information #config t Points
>enable
Configuration Required Point
Task Information #conf t s
#show access-list
then go to an unauthorized device
and try to SSH to the router, it 5
Verify ACL is should give out a “connection
working as refused by remote host” error
expected. message.