In: Computer Science
ITT-270 IPv6 Stateful Autoconfig, Static and Default Routing, OSPF Guide
Directions:This assignment will configure IPv6. To complete this assignment, follow the guidelines provided below. At the end of this document you will find the related assignment questions; submit only the completed questions portion to your instructor. Note: At various points you will be required to obtain a screen capture; add this directly into the document following the related question.
Objectives
Guidelines
For this assignment, the network will look like this. The routers are Cisco 2911 models and the switches are Cisco 2960 models.
(Todd, 2016)
There will be no need to create any connections or devices for this assignment.
Capture the screen (screenshot 1) and place it with the related question below.
Capture the screen (screenshot 2) and place it with the related question below.
Capture the screen (screenshot 3) and place it with the related question below.
Before continuing, answer question 1 below.
Capture the screen (screenshot 4, 5 and 6) for each router and place them with the related questions below.
Capture the screen (screenshot 7) and place it with the related question below.
Capture the screen (screenshot 8) and place it with the related question below.
Before continuing, answer question 2 below.
Capture the screen (screenshot 9) and place it with the related question below.
Capture the screen (screenshot 10) and place it with the related question below.
Before continuing, answer questions 3 and 4 below.
Capture the screen (screenshot 11) and place it with the related question below.
Capture the screen (screenshot 12) and place it with the related question below.
Before continuing, answer question 5 below.
Capture the screen (screenshot 13) and place it with the related question below.
Capture the screen (screenshot 14) and place it with the related question below.
Capture the screen (screenshot 15) and place it with the related question below.
Before continuing, answer question 6 below.
Note: Now, it’s time to practice with OSPFv3. Unfortunately, because OSPF has automagic routing, the routing that was set before needs to be removed. Of course, one could just close the app and re-open it, but practice instead.
Before continuing, answer question 7 below.
Before continuing, answer question 8 below.
Finish this assignment by completing question 9 below.
ITT-270 Stateful Autoconfig, Static and Default Routing, OSPF – Questions
Complete the following questions as required by the prompts within the guidelines above.
A |
B |
C |
D |
E |
|
A |
--- |
||||
B |
--- |
||||
C |
--- |
||||
D |
--- |
||||
E |
--- |
A |
|
B |
|
C |
|
D |
|
E |
I hope you will take the screenshot simply while following the steps of the assignment on cisco software.
Now, On to the question.
a) What does no shut do?
No shut command simply enables the interface. As mentioned it
makes the interface operational.
shut down = "non-operational"
no shut down = "operational".
some devices have their ports shut down by default (such as
cisco switch vlan1)
and others have their port no shut down by default.
b) Why are we creating a static route here? Why not a dynamic route?
We are creating a static route in this assignment as we are using a manually-configured routing entry, rather than information from a dynamic routing. Static routing will cause very little load on the CPU of the router and is producing no traffic to other routers. Even it's easy to configure static routing on smaller networks. Here, it is giving the administrator full control over the network behavior because of static routing. It is providing some default routes leaving unnecessary routes.
c) In this context, what is the difference between static and default routes?
All routers are configured to send all packets towards a single router are following the default route which is just a special static route. as in this context, you can clearly see the configurations done with router B shows the example ipv6 route ::/0 gi0/0. Default routes are helpful once handling a network with one exit purpose. It is additionally helpful once a bulk of destination networks got to be routed to one next-hop device.