0149network_assignment3

Upload: mike-james

Post on 14-Apr-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/27/2019 0149NETWORK_assignment3

    1/4

    Refering to figure 1 below: You are the network administrator for the network depicted in the diagram.

    You have been assigned the address space 10.1.16.0/21 to create the LANs you need, and the

    172.16.1.0/28 space for your WAN links.

    LAN: 10.1.16.0/21

    WAN: 172.16.1.0/28

    LAN Subnets

    Begin by creating and assigning the LAN subnets you will use. In order to make the most efficient use of

    your address space you should start by creating the subnet needed for the LAN with the most hosts and

    then work you down to the smallest LAN.

    Using the address space 10.1.16.0/21, create subnets for the LANs shown in the diagram and fill in the

    table 1 below. Notice that the first 7 subnets are all basically the same size and all subnets are all factors

    of 2 (remember 2n-2 where n is the number of host bits tells you the subnet size). Also remember for the

  • 7/27/2019 0149NETWORK_assignment3

    2/4

    most efficient addressing you should use the smallest size subnet that provides you the needed number of

    hosts.

    TABLE 1: (Questions 1-8)

    Question LAN Subnet Address Subnet Mask

    1. R1 LAN S3 10.1.16.0 255.255.255.0

    2. R1 LAN S4 10.1.17.0 255.255.255.0

    3. R2 LAN S5 10.1.18.0 255.255.255.0

    4. R2 LAN S6 10.1.19.0 255.255.255.0

    5. R3 LAN S7 10.1.20.0 255.255.255.0

    6. R3 LAN S8 10.1.21.0 255.255.255.0

    7. HQ LAN S1 10.1.22.0 255.255.255.0

    8. HQ LAN S2 10.1.23.0 255.255.255.0

    WAN Subnets

    For the WAN links, you have been assigned the 172.16.1.0/28 address space. Fill in the subnets in Table

    2 below by subnetting the assigned WAN space.

    TABLE 2: (Questions 9-11)

    Question WAN Subnet Address Subnet Mask

    9. HQ-R1 172.16.1.0 255.255.255.252

    10. HQ-R2 172.16.1.8 255.255.255.252

    11. HQ-R3 172.16.1.8 255.255.255.252

    Assign addresses

    Use Table 3 below to document the IP addresses for the indicated interfaces following the guidelines

    below:

    1. Assign the first IP address for all LANs to the router interface.

    2. Assign HQ the first IP address for all WAN links to Branch routers.

    Table 3: (Questions 13-27)

    Device Interface Address Mask

    13 HQ Router Fa0/0 10.1.22.1 255.255.255.0

    14 Fa0/1 10.1.23.1 255.255.255.1215 S0/0/0 209.165.201.2 255.255.255.2

    16 S0/1/0 172.16.1.5 255.255.255.2

    17 S0/0/1 172.16.1.1 255.255.255.2

    18 R1 Router Fa0/0 10.1.16.1 255.255.255.0

    19 Fa0/1 10.1.17.1 255.255.255.0

    20 Bonus n/a n/a n/a

  • 7/27/2019 0149NETWORK_assignment3

    3/4

    21 S0/0/0 172.16.1.2 255.255.252.2

    22 R2 Router Fa0/0 10.1.18.1 255.255.255.0

    23 Fa0/1 10.1.19.1 255.255.255.0

    24 S0/0/0 172.16.1.6 255.255.255.2

    25 R3 Router Fa0/0 10.1.20.1 255.255.255.0

    26 Fa0/1 10.1.21.1 255.255.255.027 S0/0/0 172.16.1.10 255.255.255.2

    EIGRP Metric Calculation

    List the values used in the EIGRP composite metric tocalculate the preferred path (4):

    28 Delay

    29 Reliability

    30 Load

    31 bandwidth

    Routing concepts

    Question Answer

    32 What is the default formula for the EIGRP compositemetric?

    EIGRP Metric = 256*([K1*Bw + K2*Bw/(256-LoaK3*Delay]*[K5/(Reliability + K4)])

    33 What command can be used to view the current K valuebeing used by EIGRP?

    Show interface

    34 What command can be used to see the actual values ofthe EIGRP metric?

    Show interface

    35 The _____________ metric is displayed in Kbps? bandwidth

    36 The default value used by most serial interfaces is basedon T1 connections and is______________bps?

    1.544 MBPS

    37 The measure of the probability a link will fail based onits history (downtime, errors) is referred to as

    ____________ and is measured with a value between 0

    and 255.

    Reliability

    38 ____________represents the amount of traffic using thelink with a value between 0 and 255.

    Administrative distance

    39 What is the main difference between a parent route andan ultimate route?

    how the default routes are processed / parent ro

    do not contain any next hop IP address or exit

    interface information

    40 What is the relationship between parent and child

    routes?

    The parent maintains the subnet mask of the child

    route

  • 7/27/2019 0149NETWORK_assignment3

    4/4

    41 Provide a brief description of a level 1 route: Level 1 routes can function as default routes, superoutes, and network routes. They also have a subn

    mask equal to or less than the classful mask of thenetwork address.

    42 What are the types of level one routes? An ultimate route?

    DUAL Concepts

    List at least 3 advantages that DUAL offers:

    43 Loop Free paths

    44 Fast Convergence

    45 Minimum bandwidth usage with bounded updates

    Dual Concept Definition

    46 Successor the neighbour/peer with the lowest metric/distance to that network

    47 Feasible distance (FD) The Feasible Distance is the metric of a network advertised by the

    connected neighbor plus the cost of reaching that neighbour

    48 Feasible successor a router that has a least cost path to a network and therefore does not

    form part of a loop since the router will not choose a path that runsback through itself again

    49 Feasibility condition (FC) Met when a neighbors RD is lessthan the local routers FD to thesame destination network

    50 Reported Distance the total metric along a path to a destination network as advertised byan upstream neighbour