Questions
ITT-270 IPv6 Stateful Autoconfig, Static and Default Routing, OSPF Guide Directions:This assignment will configure IPv6. To...

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

  • Manual and stateful autoconfiguration
  • Static and default routing
  • OSPF v3

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.

  1. Login to the C router and configure the Outside address as 2001:db8:3c4d:1::/64by typing the following commands:  
    1. Ipv6 unicast-routing
    2. Int gi0/0
    3. Ipv6 address 2001:db8:3c4d:1::1/64
  2. Now, the inside address needs to be 2001:db8:3c4d:2::/64. Complete this by typing the following commands:  
    1. Int gi0/1
    2. Ipv6 address 2001:db8:3c4d:2::1/64
    3. CTRL+Z
  3. Verify by typing the following command:
    1. Show ipv6 route

Capture the screen (screenshot 1) and place it with the related question below.  

  1. Continue by typing the following command:
    1. show ipv6 int brief

Capture the screen (screenshot 2) and place it with the related question below.  

  1. Login to router A and set it to autoconfig ipv6 by typing the following commandsin Global Configuration mode:  
    1. ipv6 unicast-routing
    2. int gi0/0
    3. ipv6 address autoconfig
    4. No shut
    5. CTRL+Z
  2. Confirm by typing the following command:  
    1. sh ipv6 int brief

Capture the screen (screenshot 3) and place it with the related question below.  

Before continuing, answer question 1 below.  

  1. Complete this for router B, D, and E.  

Capture the screen (screenshot 4, 5 and 6) for each router and place them with the related questions below.  

  1. Setup static and default routing.  On router A configure a static route to the 2001:db8:3c4d:2::/64 by typing the following commands:
    1. config t
    2. ipv6 route 2001:db8:3c4d:2::/64 gi0/0
    3. do show running-config

Capture the screen (screenshot 7) and place it with the related question below.

  1. Continue by typing the following command:  
    1. show ipv6 route

Capture the screen (screenshot 8) and place it with the related question below.  

Before continuing, answer question 2 below.

  1. On router B, configure a default route by typing the following commands:   
    1. conf t
    2. ipv6 route ::/0 gi0/0
      1. (there is a space after route)
    3. do show running-config

Capture the screen (screenshot 9) and place it with the related question below.  

  1. Continue by typing the following command on Router B:  
    1. show ipv6 route

Capture the screen (screenshot 10) and place it with the related question below.  

Before continuing, answer questions 3 and 4 below.  

  1. On router D, create a static route the other way by typing the following commands in Global Configuration mode:  
    1. ipv6 route 2001:db8:3c4d:1::/64 gi0/0
    2. do show running-config

Capture the screen (screenshot 11) and place it with the related question below.  

  1. Continue by typing the following command:  
    1. show ipv6 route

Capture the screen (screenshot 12) and place it with the related question below.  

  1. On router E, do the same.

Before continuing, answer question 5 below.  

  1. On Router E, run the following command:
    1. show running-config

Capture the screen (screenshot 13) and place it with the related question below.  

  1. Continue by typing the following command:  
    1. show ipv6 route

Capture the screen (screenshot 14) and place it with the related question below.  

  1. Ping from router D to router A. First, we need to find out what autoconfig address exists on router A (should being with 2001). Type the following command:
    1. sh ipv6 int brief
  2. On router D
    1. Ping <IP ADDRESS>

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.  

  1. On router A type the following command:
    1. no ipv6 route 2001:db8:3c4d:2::/64 gi0/0
  2. On router B type the following command:
    1. no ipv6 route ::/0 gi0/0
  3. On router D type the following command:
    1. no ipv6 route 2001:db8:3c4d:1::/64 gi0/0
  4. On router E type the following command:
    1. no ipv6 route 2001:db8:3c4d:1::/64 gi0/0
  5. We aren’t doing this for router C.

Before continuing, answer question 7 below.  

  1. IRL, if IPv4 is not configured, RIDs need to be created for each router. On router A, define ospf 1 with RID 1.1.1.1 by typing the following commands:  
    1. ipv6 router ospf 1
    2. router-id 1.1.1.1
  2. Now, assign ospf 1 to the outside interface by typing the following commands:
    1. int gi0/0
    2. ipv6 ospf 1 area 0
    3. CTRL+Z
  3. Verify by typing the following commands:  
    1. sh ipv6 route
    2. sh ipv6 route ospf
    3. sh ipv6 int gi0/0
    4. sh ipv6 neighbor
  4. On router B, define ospf1 with RID 2.2.2.2, then assign OSPF 1 to f0/0 by typing the following commands:  
    1. ipv6 router ospf 1
    2. router-id 2.2.2.2
    3. int gi0/0
    4. ipv6 ospf 1 area 0
    5. CTRL+Z
  5. Verify by typing the following commands:  
    1. sh ipv6 route
    2. sh ipv6 route ospf
    3. sh ipv6 int gi0/0
    4. sh ipv6 neighbor
  6. Complete the same with routers C, D, & E, changing the “Router-id #.#.#.#” to be 3.3.3.3, 4.4.4.4, & 5.5.5.5, respectively.  On Router C, make sure that you issue the ipv6 ospf 1 area 0on both interfaces (gi0/0 & gi0/1).

Before continuing, answer question 8 below.  

  1. In order to confirm the ping, determine the ipv6 addresses for each router. These should all begin with 2001.  Do not use the FE80addresses as they are link-local addresses.  

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.  

  1. What does no shut do?

  1. Why are we creating a static route here? Why not a dynamic route?

  1. In this context, what is the difference between static and default routes?

  1. Will both routers ping gi0/1 on router C?

  1. What’s the command here?
  1. Can everybody ping everybody else? Fill out the chart.

A

B

C

D

E

A

---

B

---

C

---

D

---

E

---

  1. Why?

  1. What commands will you use for each router?  
  1. Fill out the table.

A

B

C

D

E

In: Computer Science

scenario analysis is the most commonly used technique for analysing risk.By citing a project that you...

scenario analysis is the most commonly used technique for analysing risk.By citing a project that you are famillar with, undertake risk assessment of at least 10 identified risks using the table provided by lersan and gray (2017).

In: Operations Management

A survey of the mean number of cents off that coupons give was conducted by randomly...

A survey of the mean number of cents off that coupons give was conducted by randomly surveying one coupon per page from the coupon sections of a recent San Jose Mercury News. The following data were collected: 20¢; 75¢; 50¢; 65¢; 30¢; 55¢; 40¢; 40¢; 30¢; 55¢; $1.50; 40¢; 65¢; 40¢. Assume the underlying distribution is approximately normal. You wish to conduct a hypothesis test (α = 0.05 level) to determine if the mean cents off for coupons is less than 50¢.

  1. State the null and alternate hypotheses clearly.
  2. Conduct the hypothesis test based on the test statistic and critical value(s). Clearly indicate each.
  3. What is the p-value? Use the p-value to conduct the same test
  4. Report your conclusion in words, in the context of the problem.
  5. What is the power of the for an alternative hypothesis value of 49¢?

In: Math

You borrow $29,000 to buy a car. You plan to payoff the car within 6 years...

You borrow $29,000 to buy a car. You plan to payoff the car within 6 years and the APR on the car loan is 2.99%. Using an excel to create an amortization for this car payment for 72 months. Please print out your excel and turn it in for 6 points extra credit on the test. You need to turn in your own work.

Month Beginning Balance Monthly Payment Interest Paid Principal Paid Ending Balance

1

2

3

...

72

Total

In: Finance

1) What responsibility do treasury professionals typically have in regards to budgets? a. Treasury professionals use...

1) What responsibility do treasury professionals typically have in regards to budgets?

a. Treasury professionals use budgets primarily for planning and variance analysis.

b. Treasury professionals need to assess the impact budgets have on debt covenants but not credit ratings.

c. Treasury professionals use budgets as an input to their work but are not responsible for the budgeting process.

d. Budgets may require treasury professionals to change how they handle short-term assets to maintain overall liquidity.

In: Finance

C++ Write a program that reads a line of text, changes each uppercase letter to lowercase,...

C++

Write a program that reads a line of text, changes each uppercase letter to lowercase, and places each letter both in a queue and onto a stack. The program should then verify whether the line of text is a palindrome (a set of letters or numbers that is the same whether read forward or backward). Please use a Queue Class and Stack class.

In: Computer Science

In Robert Sternberg's model (p 332-333) he talks about passion, intimacy and commitment. He appears to...

In Robert Sternberg's model (p 332-333) he talks about passion, intimacy and commitment. He appears to make the assumption that the highest level in the triangle is marriage. If we apply his theory and use our knowledge of development to date: What is love? How might we explain the relationship of people who live together? Why might they make this choice? What about casual dating? Where does that fit into the model? Same-sex partners? Single parents? What about married couples? Can a couple attain the level that Sternberg believes is the ideal? How? Can it be sustained? In what ways do you think that gender differences influence intimacy? In what ways does our early developmental experience of relationships influence later relationships? (attachment) Any other thoughts you have about the world of relationships.

In: Psychology

literature review on emotional intelligence and life satisfaction with citations and references

literature review on emotional intelligence and life satisfaction with citations and references

In: Psychology

Describe the various types of time-series and associative forecasting models. Which types of organizations are each...

Describe the various types of time-series and associative forecasting models. Which types of organizations are each of these most applicable to and why?

In: Operations Management

Group 1: You won $5,000,000 in the Massachusetts Lottery's Halloween Bonanza game. It pays out 10...

Group 1: You won $5,000,000 in the Massachusetts Lottery's Halloween Bonanza game. It pays out 10 years from now. How much is it worth today?

Group 2: You won a similar prize, but it pays out $500,0000/yr for the next 10 years.

Group 3: You won a prize that pays out $600,000/yr for the next 15 years.

Groups, what is your prize worth today assuming a 2% interest rate? Which prize would you rather receive assuming it is taxable at a 55% tax rate? Please explain your answer with all calculations.

In: Finance

1. Copying and pasting from the Internet can be done without citing the Internet page, because...

1. Copying and pasting from the Internet can be done without citing the Internet page, because everything on the Internet is common knowledge and can be used without citation. True False

2. You don’t have to use quotation marks when you quote an author as long as you cite the author’s name at the end of the paragraph. True False

3. When you summarize a block of text from another work, citing the source at the end of your paper is sufficient. True False

4. If you quote your roommate in an interview, you don’t have to cite him/her or use quotation marks. True False

5. You don't have to cite famous proverbs because they’re common knowledge. True False

6. If you borrow someone's idea and use it in a paper, you don’t have to cite it. True False

7. Using a few phrases from an article and mixing them in with your own words is not plagiarism. True False

8. Song lyrics don't have to be cited. True False

9. If you come across the phrase "to be or not to be" and use it in your paper, you have to cite it. True False

10. The date for George Washington’s birthday is common knowledge which means you don't have to cite the source in which you found it. True False

In: Computer Science

Respond to the following in a minimum of 175 words: Discuss the CAGE Distance Framework that...

Respond to the following in a minimum of 175 words:

  • Discuss the CAGE Distance Framework that firms should consider when choosing which foreign markets to enter.
  • What conditions help managers determine which type of distance is most likely to affect the success of an international expansion? Provide an example.

PLEASE DO NOT GIVE AN ANSWER THAT IS ALREADY ON CHEGG..

In: Operations Management

Part 2: You will create five tables in your ColonialAdventureTours database. Please do not write your...

Part 2: You will create five tables in your ColonialAdventureTours database. Please do not write your own SQL Commands for this task, use data found in the following Colonial_create.txt file and copy and paste the commands into MySQL workbench. Then add Primary key, Foreign key, and not null constraints appropriately. Then run your codes. Note: Remember that since you enforced referential integrity (foreign key constraints) that you must create the "primary" tables before you can create the "related" tables in the relationship. [Create tables in right orders].

In: Computer Science

Flag Create a database for PAINTER and PAINTING entities/tables; Decide on your own what will be...

Flag Create a database for PAINTER and PAINTING entities/tables; Decide on your own what will be the attributes of PAINTER and PAINTING tables; Insert at least 5 records on each table Deliverables: Screenshot of PAINTER and PAINTING table structures using the describe command Screenshot of PAINTER and PAINTING table records/entries using select command.

In: Computer Science

What do you think the 3 biggest risks are for small businesses? Are they tangible or...

What do you think the 3 biggest risks are for small businesses? Are they tangible or intangible? How would you recognize when a situation is “risky?” What are some steps you can take to mitigate these risks?


In: Operations Management