SlideShare a Scribd company logo
1 of 18
Project
Purpose
The purpose of this project is to provide an opportunity for
students to apply network administration and design
competencies gained throughout this course.
Deliverables
Please choose ANY FOUR options from the following five
options and complete the report for your chosen four options
(OPTION 1 is MANDATORY).
Option 1: Network Design Case (100 points)
Option 2: Windows Security Firewall (33.33 points)
Option 3: Configuring OSPF Routing (33.33 points)
Option 4: Configuring EIGRP Routing (33.33 points)
Option 5: IPv6 Address Configuration (33.33 points)
Option 1: Network Design Case
Scenario
Consider that the prevailing market conditions have made it
possible for our firm to expand our current operations. I have
presented several options to our board of directors and they are
eager to proceed with an expansion except for one condition.
The board feels that our current telecommunications
infrastructure hinders our business operations and that it is
imperative to design a new voice and data infrastructure to
facilitate the planned expansion. The board is prepared to
advocate any prudent expenditure necessary to implement a new
infrastructure at the upcoming stockholder’s meeting.
As you know, our firm is headquartered in San Antonio where
we occupy the first and third floor of a large, but somewhat
antiquated building. Each floor of the building measures 400 ft.
by 250 ft. We currently have 52 Pentium-based PC’s located on
the third floor to meet the needs of our accounting, billing, and
phone sales departments. The first floor contains 17 Pentium-
based computers and six Apple PowerMacs used by
management, our receptionist, walk-in sales staff, and our
adjusters. We currently have a 10Base2 network that is used to
connect some, but not all, of our existing systems. The previous
network manager told us the remaining systems could not be
networked due to the 10Base2 architecture. We also have
smaller offices in Austin, Houston, and Corpus Christi. These
offices generally have 4 to 6 Pentium or Apple-based
computers. The computers in these locations are not currently
networked.
Our immediate expansion plans, if approved by the
shareholders, include opening a second office in Houston, two
offices in Dallas and an office in El Paso. These offices will be
similar to the existing small offices operated in Austin, Houston
and Corpus Christi. My vision for the new telecommunications
network includes having all of the existing and proposed offices
connected together in a seamless, secure manner. All of the
computers in all of the offices should be connected.
Deliverables:
· I need to understand whether or not we can continue to build
on our current network and why. I also need to know what we
should use to replace it if we need to do so.
· I see the network as consisting of two primary parts, the
networks within each facility and the network that connects the
various facilities together. Please provide diagrams that
illustrate how these networks will look after the new
infrastructure rollout (Also include a generic diagram for one of
the branch offices).
· I will require a detailed cost proposal for both the installation
and first year’s operating cost associated with the entire
proposed infrastructure. You will need to consider all
equipment and wiring costs, the cost for the proposed services
from the phone companies and provide the source for your
costing information (Excluding labor costs).
· Discuss the feasibility of implementing an IPv6 protocol along
with our new infrastructure, and the business ramifications of
implementing IPv6 at this time.
· Describe how security will be maintained for data, particularly
for data being transmitted between offices and for wireless
connectivity.
· Discuss how you will implement a network that will allow
secure wireless communications between computers and other
resources, including Internet access (Be sure to discuss steps for
configuring wireless access points and wireless network adapter
with various security features including WPS, WEP, WPA2,
etc.).
Option 2: Windows Security Firewall
The overall objective of this laboratory exercise is to gain
experience with the basic steps for configuring a personal
firewall on Windows operating system (say Windows 7). In this
exercise you will learn to create an inbound firewall rule and
outbound firewall rule. The inbound firewall rule will only
allow a ping packet from server (S1). The outbound firewall
rule will block any web traffic from computer PC1 and
computer PC2. Configure the computers to operate in the
network using the IP addresses, subnet mask, and gateway
address specified in Table 1. You will gain an understanding of
the following:
1. Configure the Windows firewall.
2. Configure the Windows advanced firewall features.
3. Specific protocols and their network ports
Topology
Figure 1 The Network Topology for This Lab.
Reference Tables
For convenience, Table 1 provides the IP addresses and masks
for all the necessary computers to complete this lab.
Table 1 The IP addresses, subnet masks, and gateway
·
Computer/Server – SW1
IP Address
Subnet Mask
Gateway Address
S1
192.168.1.1
255.255.255.192
192.168.1.62
PC2
192.168.2.1
255.255.255.192
192.168.2.62
PC1
192.168.3.1
255.255.255.192
192.168.3.62
Detailed Lab Steps
Task #1
1. Assume that you have already configured the IP addresses for
computers PC1 and PC2, for Server, S1 and for router R1 (from
previous labs).
2. In the next step, you are to make sure that the Windows
firewall is enabled. List the step sequence required to verify
the firewall status and to enable the firewall.
3. List the command sequence and steps required to create a
new inbound firewall rule called “Ping Request” to allow only
server S1 to ping PC1 and PC2. Make sure the correct protocol
is selected for Ping.
4. If you have to verify the firewall rule “Ping Request” by
initiating the Ping from S1 to PC1 and PC2, and then initiating
ping from PC1 to PC2 and vice versa, explain which ping
results of these ping request will pass and which will fail.
5. List the command sequence and steps required to create a
new outbound firewall rule called “Web Filtering”. This rule is
to block any web traffic initiated from PC1 and PC2. Be sure to
block both unsecure and secure web traffic. Make sure the
correct protocol and its associated ports are selected for web
traffic. Explain the expected result if you have to initiate any
web session from PC1 and PC2.
Option 3: Configuring OSPF Routing
Objective
The overall objective of this laboratory exercise is to gain
experience with configuring OSPF routing between two routers.
Topology
Figure 2 The Network Topology for This Lab.
Reference Tables
For convenience, Table 1 provides the IP address and mask of
all necessary interfaces used to complete the lab.
Table 1 Computer IP Addresses, subnet masks and gateway
address for this lab.
Computer/Interface - R1
IP Address
Subnet Mask
Gateway Address
PC1
172.20.15.8
255.255.255.224
172.20.15.1
R1-Fa0/0
172.20.15.1
255.255.255.224
------------------
R1-S0/0/0
10.10.1.1
255.255.255.252
------------------
Computer/Interface – R2
IP Address
Subnet Mask
Gateway Address
PC2
192.168.25.21
255.255.255.224
192.168.25.16
R2-Fa0/0
192.168.25.16
255.255.255.224
------------------
R2-S0/0/1
10.10.1.2
255.255.255.252
------------------
Detailed Lab Steps
Task #1
In this lab you know how to configure an OSPF route to the
adjacent LAN for the network shown in Figure 2. Note that a
serial interface is being used to interconnect the LANs. You are
configuring routing for both a 172.20.15.0 and 192.168.25.0
networks. A subnet mask of 255.255.255.224 is being used.
Use 56000 for the clock rate on the serial link (DCE interface).
1. List the commands used to configure OSPF routing between
the LAN-A and LAN-B routers using a process ID of 100 and an
area of 0. Use two commands to verify that the routes are
configured.
Task#2
Answer the following questions regarding the Cisco IOS.
The command prompt changes on a Cisco router to reflect the
current state the router is in. Define what each command
prompt listed below represents.
a) Router>
b) Router#
c) Router(config)#
d) Router(config-if)#
e) Router(config-router)#
f) Router(config-line)#
Cisco IOS provides supports for many editing functions in terms
of “hot keys”. A few of the functions are listed below. Briefly
describe these functions.
g) Delete
h) Backspace
i) TAB
J) Ctrl-Z
Task #3 Configuration List
The following is a partial list of the items you might see when
you issue the command show running-configuration [sh run].
Your task is to define each item and its purpose. You may need
to go to the Cisco website (www.cisco.com) and look up what
each of these commands mean
1. ip cef
2. no ip domain lookup
3. log-adjacency-changes
4. control-plane
5. scheduler allocate 20000 1000
6. description <--- >
Option 4: Configuring EIGRP Routing
Overview
The overall objective of this laboratory exercise is to configure
EIGRP routing between two routers so that there is a routed
network connection between computers in the two LANs.
Topology
Figure 3 The Network Topology for This Lab.
Reference Tables
For your convenience, Table 1 provides the IP address and
subnet mask of all interfaces used to complete this lab.
Table 1 Computer IP Addresses, subnet masks and gateway
address for lab 5.
Computer/Interface - R1
IP Address
Subnet Mask
Gateway Address
PC1
192.168.21.18
255.255.255.240
192.168.21.17
R1-Fa0/0
192.168.21.17
255.255.255.240
------------------
R1-S0/0/0
10.30.1.1
255.255.255.252
------------------
Computer/Interface – R2
IP Address
Subnet Mask
Gateway Address
PC2
192.168.85.21
255.255.255.240
192.168.85.18
R2-Fa0/0
192.168.85.18
255.255.255.240
------------------
R2-S0/0/1
10.30.1.2
255.255.255.252
------------------
Detailed Lab Steps
Task #1
In this lab you are configuring EIGRP routing to the adjacent
LAN for the network shown in Figure 1. Note that a serial
interface is being used to interconnect the LANs. You are
configuring routing for both a 172.20.15.0 and 192.168.25.0
networks. A subnet mask of 255.255.255.240 is being used.
Use 56000 for the clock rate on the serial link (DCE interface).
1. Lis the commands used to configure an EIGRP route from the
LAN-A router to the LAN-B router. Use an Autonomous system
number of 100.
2. List the commands used to verify that EIGRP routing has
been configured on the LAN-A router.
3. List the command used to list the eigrp neighbors off the
LAN-A router.
Task #2
The following is a partial list of the items displayed when you
issue the command show running-configuration [sh run]. Your
task is to define each item and its purpose. You may need to go
to the Cisco website (www.cisco.com) and look up what each of
these commands mean
1. Shutdown
2. log-adjacency changes
3. control-plane
4. scheduler allocate 20000 1000
5. login local
6. line con 0
7. line aux 0
8. line vty 0 4
Option 5: IPv6 Address Configuration
Overview
The overall objective of this laboratory exercise is to configure
IPv6 routing between two routers so that there is a routed
network connection between computers in the two LANs.
Topology
Figure 4 The Network Topology for This Lab.
·
Computer/Interface – R1
IPv6 Address
Prefix Length
Gateway Address
PC1
2001:0DB8:FEED:A::A1
/64
2001:0DB8:FEED:A::1
R1-Fa0/0
2001:0DB8:FEED:A::1
/64
------------------
R1-S0/0/0
2001:0DB8:1BEE:2BEE::1
/64
------------------
Computer/Interface – R2
IP Address
Subnet Mask
Gateway Address
PC2
2001:0DB8:FEED:B::B1
/64
2001:0DB8:FEED:B::1
R2-Fa0/0
2001:0DB8:FEED:B::1
/64
------------------
R2-S0/0/1
2001:0DB8:1BEE:2BEE::2
/64
------------------
Detailed Lab Steps
Task # 1
1. What is the command to configure IPv6 address of
2001:0DB8:FEED:A::1 with a prefix length of /64 on R1’s
Fa0/0 interface.
2. What is the full unabbreviated IPv6 address of
2001:0DB8:FEED:A::1?
3. What is the command to view the IPv6 configuration on the
interface fa0/0?
4. What is the command to show any interface IPv6 addresses
already configured on R1?
5. If the command, ipv6 address 2001:0DB8:FEED:A::/64 eui-
64, is used to configure an IPv6 interface on a router, which of
the following is expected?
a. The IPv6 interface address will be 2001:0DB8:FEED:A::1
b. The IPv6 interface address will be created using its subnet
and autoconfigured random number.
c. The IPv6 interface address will be created using its subnet
and modified EUI-64 format.
d. The IPv6 interface address will be created using its subnet
and its IPv4 information.
e. The IPv6 interface address will be created using its subnet
and information based on its MAC address.
f. C and D
g. C and E
6. List the commands used to configure the interfaces on R1 and
R2 with IPv6 addresses according to Table.
7. What is the command to enable Cisco routers to forward IPv6
traffic?
8. Which of the following statements is true about enabling
OSPFv3 routing for IPv6?
a. Global OSPFv3 for IPv6 is configured under “router ospf”
command like in IPv4.
b. Global OSPFv3 for IPv6 is configured under “ipv6 router
ospf” command unlike in IPv4.
c. Enabling OSPFv3 on the interface is done with a network
command under the global OSPF configuration.
d. Enabling OSPFv3 on the interface is done at the interface
level, not a global command.
e. A and C
f. B and D
9. List the commands used to configure OSPFv3 for Area 0 with
a process ID of 10 and router ID of 1.1.1.1 on R1. List
commands used to enable OSPF support on all of its interfaces.
10. List the commands used to configure OSPFv3 for Area 0
with a process ID of 10 and router ID of 2.2.2.2 on R2. List
commands used to enable OSPF support on all of their
interfaces.
11. What is the command to display the OSPF neighbor in IPv6?
12. What is the command to display information about the IPv6
routes on R1?
13. What is the command to display the route R1 will take to
reach PC2, 2001:DB8:FEED:B::B1?
14. On R1, what is the command to ping the IPv6 address of
PC2? Is it the same command as in IPv4?
Submission Requirements for all four options that you choose:
· Format: Microsoft Word
· Font: Arial, 12-Point, Double-Space
· Citation Style: APA
· Length: Option 1 should have a minimum of 6 pages.
· Remember: Please choose ONLY FOUR OPTIONS out of five
options listed in this document (with OPTION1 as mandatory).

More Related Content

Similar to ProjectPurposeThe purpose of this project is to provide an o.docx

2232016 Sample Implementation Plan1.htmlfileCUsers.docx
2232016 Sample Implementation Plan1.htmlfileCUsers.docx2232016 Sample Implementation Plan1.htmlfileCUsers.docx
2232016 Sample Implementation Plan1.htmlfileCUsers.docxeugeniadean34240
 
Final ProjectFinal Project Details Description Given a spec.docx
Final ProjectFinal Project Details Description  Given a spec.docxFinal ProjectFinal Project Details Description  Given a spec.docx
Final ProjectFinal Project Details Description Given a spec.docxAKHIL969626
 
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA   New Questions 29Tuts.Com New CCNA 200-120 New CCNA   New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2Lori Head
 
26.1.7 lab snort and firewall rules
26.1.7 lab   snort and firewall rules26.1.7 lab   snort and firewall rules
26.1.7 lab snort and firewall rulesFreddy Buenaño
 
Network assignment on project design
Network assignment on project designNetwork assignment on project design
Network assignment on project designTotal Assignment Help
 
Yu linux-tsm2004
Yu linux-tsm2004Yu linux-tsm2004
Yu linux-tsm2004alegara
 
NWI FOR OLATUNDE ISMAILA (G10B)
NWI FOR OLATUNDE ISMAILA (G10B)NWI FOR OLATUNDE ISMAILA (G10B)
NWI FOR OLATUNDE ISMAILA (G10B)olatunde ismaila
 
Chapter 9 lab a security policy development and implementation (instructor ve...
Chapter 9 lab a security policy development and implementation (instructor ve...Chapter 9 lab a security policy development and implementation (instructor ve...
Chapter 9 lab a security policy development and implementation (instructor ve...wosborne03
 
Running head network design 1 netwo
Running head network design                             1 netwoRunning head network design                             1 netwo
Running head network design 1 netwoAKHIL969626
 
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions ManualScaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manualnudicixox
 
Ccna 4 Chapter 3 V4.0 Answers
Ccna 4 Chapter 3 V4.0 AnswersCcna 4 Chapter 3 V4.0 Answers
Ccna 4 Chapter 3 V4.0 Answersccna4discovery
 
It04 roshan basnet
It04 roshan basnetIt04 roshan basnet
It04 roshan basnetrosu555
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMHamesKellor
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5friv4schoolgames
 
Consider introducing the overall objective of the network design/tutorialoutlet
Consider introducing the overall objective of the network design/tutorialoutletConsider introducing the overall objective of the network design/tutorialoutlet
Consider introducing the overall objective of the network design/tutorialoutletPittock
 
tion Techs current network consists of 1 web server access.pdf
tion Techs current network consists of 1 web server access.pdftion Techs current network consists of 1 web server access.pdf
tion Techs current network consists of 1 web server access.pdfadinathfashion1
 

Similar to ProjectPurposeThe purpose of this project is to provide an o.docx (20)

2232016 Sample Implementation Plan1.htmlfileCUsers.docx
2232016 Sample Implementation Plan1.htmlfileCUsers.docx2232016 Sample Implementation Plan1.htmlfileCUsers.docx
2232016 Sample Implementation Plan1.htmlfileCUsers.docx
 
Final ProjectFinal Project Details Description Given a spec.docx
Final ProjectFinal Project Details Description  Given a spec.docxFinal ProjectFinal Project Details Description  Given a spec.docx
Final ProjectFinal Project Details Description Given a spec.docx
 
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA   New Questions 29Tuts.Com New CCNA 200-120 New CCNA   New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
 
26.1.7 lab snort and firewall rules
26.1.7 lab   snort and firewall rules26.1.7 lab   snort and firewall rules
26.1.7 lab snort and firewall rules
 
Network assignment on project design
Network assignment on project designNetwork assignment on project design
Network assignment on project design
 
Yu linux-tsm2004
Yu linux-tsm2004Yu linux-tsm2004
Yu linux-tsm2004
 
NWI FOR OLATUNDE ISMAILA (G10B)
NWI FOR OLATUNDE ISMAILA (G10B)NWI FOR OLATUNDE ISMAILA (G10B)
NWI FOR OLATUNDE ISMAILA (G10B)
 
Computer Network
Computer Network Computer Network
Computer Network
 
Final project report
Final project reportFinal project report
Final project report
 
Chapter 9 lab a security policy development and implementation (instructor ve...
Chapter 9 lab a security policy development and implementation (instructor ve...Chapter 9 lab a security policy development and implementation (instructor ve...
Chapter 9 lab a security policy development and implementation (instructor ve...
 
Running head network design 1 netwo
Running head network design                             1 netwoRunning head network design                             1 netwo
Running head network design 1 netwo
 
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions ManualScaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
 
Ccna 4 Chapter 3 V4.0 Answers
Ccna 4 Chapter 3 V4.0 AnswersCcna 4 Chapter 3 V4.0 Answers
Ccna 4 Chapter 3 V4.0 Answers
 
It04 roshan basnet
It04 roshan basnetIt04 roshan basnet
It04 roshan basnet
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5
 
Consider introducing the overall objective of the network design/tutorialoutlet
Consider introducing the overall objective of the network design/tutorialoutletConsider introducing the overall objective of the network design/tutorialoutlet
Consider introducing the overall objective of the network design/tutorialoutlet
 
Project report,nowrin
Project report,nowrinProject report,nowrin
Project report,nowrin
 
tion Techs current network consists of 1 web server access.pdf
tion Techs current network consists of 1 web server access.pdftion Techs current network consists of 1 web server access.pdf
tion Techs current network consists of 1 web server access.pdf
 

More from woodruffeloisa

Your employer is pleased with your desire to further your educatio.docx
Your employer is pleased with your desire to further your educatio.docxYour employer is pleased with your desire to further your educatio.docx
Your employer is pleased with your desire to further your educatio.docxwoodruffeloisa
 
Your finished project, including both elements of the paper, should .docx
Your finished project, including both elements of the paper, should .docxYour finished project, including both elements of the paper, should .docx
Your finished project, including both elements of the paper, should .docxwoodruffeloisa
 
Your first task is to find a public budget to analyze. It is suggest.docx
Your first task is to find a public budget to analyze. It is suggest.docxYour first task is to find a public budget to analyze. It is suggest.docx
Your first task is to find a public budget to analyze. It is suggest.docxwoodruffeloisa
 
Your essay should explain the trip from your personal point of view,.docx
Your essay should explain the trip from your personal point of view,.docxYour essay should explain the trip from your personal point of view,.docx
Your essay should explain the trip from your personal point of view,.docxwoodruffeloisa
 
Your dilemma is that you have to make a painful medical decision and.docx
Your dilemma is that you have to make a painful medical decision and.docxYour dilemma is that you have to make a painful medical decision and.docx
Your dilemma is that you have to make a painful medical decision and.docxwoodruffeloisa
 
your definition of moral reasoning. Then, compare two similarities.docx
your definition of moral reasoning. Then, compare two similarities.docxyour definition of moral reasoning. Then, compare two similarities.docx
your definition of moral reasoning. Then, compare two similarities.docxwoodruffeloisa
 
Your company is in the process of updating its networks. In preparat.docx
Your company is in the process of updating its networks. In preparat.docxYour company is in the process of updating its networks. In preparat.docx
Your company is in the process of updating its networks. In preparat.docxwoodruffeloisa
 
Your company has just announced that a new formal performance evalua.docx
Your company has just announced that a new formal performance evalua.docxYour company has just announced that a new formal performance evalua.docx
Your company has just announced that a new formal performance evalua.docxwoodruffeloisa
 
Your CLC team should submit the followingA completed priority.docx
Your CLC team should submit the followingA completed priority.docxYour CLC team should submit the followingA completed priority.docx
Your CLC team should submit the followingA completed priority.docxwoodruffeloisa
 
Your classroom will be made up of diverse children. Research what va.docx
Your classroom will be made up of diverse children. Research what va.docxYour classroom will be made up of diverse children. Research what va.docx
Your classroom will be made up of diverse children. Research what va.docxwoodruffeloisa
 
Your business plan must include the following1.Introduction o.docx
Your business plan must include the following1.Introduction o.docxYour business plan must include the following1.Introduction o.docx
Your business plan must include the following1.Introduction o.docxwoodruffeloisa
 
Your assignment is to write a formal response to this work. By caref.docx
Your assignment is to write a formal response to this work. By caref.docxYour assignment is to write a formal response to this work. By caref.docx
Your assignment is to write a formal response to this work. By caref.docxwoodruffeloisa
 
Your assignment is to write about the ethical theory HedonismYour.docx
Your assignment is to write about the ethical theory HedonismYour.docxYour assignment is to write about the ethical theory HedonismYour.docx
Your assignment is to write about the ethical theory HedonismYour.docxwoodruffeloisa
 
Your assignment is to write a short position paper (1 to 2 pages dou.docx
Your assignment is to write a short position paper (1 to 2 pages dou.docxYour assignment is to write a short position paper (1 to 2 pages dou.docx
Your assignment is to write a short position paper (1 to 2 pages dou.docxwoodruffeloisa
 
Your assignment is to report on a cultural experience visit you .docx
Your assignment is to report on a cultural experience visit you .docxYour assignment is to report on a cultural experience visit you .docx
Your assignment is to report on a cultural experience visit you .docxwoodruffeloisa
 
Your assignment is to create a Visual Timeline” of 12 to 15 images..docx
Your assignment is to create a Visual Timeline” of 12 to 15 images..docxYour assignment is to create a Visual Timeline” of 12 to 15 images..docx
Your assignment is to create a Visual Timeline” of 12 to 15 images..docxwoodruffeloisa
 
Your annotated bibliography will list a minimum of six items. .docx
Your annotated bibliography will list a minimum of six items. .docxYour annotated bibliography will list a minimum of six items. .docx
Your annotated bibliography will list a minimum of six items. .docxwoodruffeloisa
 
Your business plan must include the following1.Introduction of .docx
Your business plan must include the following1.Introduction of .docxYour business plan must include the following1.Introduction of .docx
Your business plan must include the following1.Introduction of .docxwoodruffeloisa
 
you wrote an analysis on a piece of literature. In this task, you wi.docx
you wrote an analysis on a piece of literature. In this task, you wi.docxyou wrote an analysis on a piece of literature. In this task, you wi.docx
you wrote an analysis on a piece of literature. In this task, you wi.docxwoodruffeloisa
 
You work for a small community hospital that has recently updated it.docx
You work for a small community hospital that has recently updated it.docxYou work for a small community hospital that has recently updated it.docx
You work for a small community hospital that has recently updated it.docxwoodruffeloisa
 

More from woodruffeloisa (20)

Your employer is pleased with your desire to further your educatio.docx
Your employer is pleased with your desire to further your educatio.docxYour employer is pleased with your desire to further your educatio.docx
Your employer is pleased with your desire to further your educatio.docx
 
Your finished project, including both elements of the paper, should .docx
Your finished project, including both elements of the paper, should .docxYour finished project, including both elements of the paper, should .docx
Your finished project, including both elements of the paper, should .docx
 
Your first task is to find a public budget to analyze. It is suggest.docx
Your first task is to find a public budget to analyze. It is suggest.docxYour first task is to find a public budget to analyze. It is suggest.docx
Your first task is to find a public budget to analyze. It is suggest.docx
 
Your essay should explain the trip from your personal point of view,.docx
Your essay should explain the trip from your personal point of view,.docxYour essay should explain the trip from your personal point of view,.docx
Your essay should explain the trip from your personal point of view,.docx
 
Your dilemma is that you have to make a painful medical decision and.docx
Your dilemma is that you have to make a painful medical decision and.docxYour dilemma is that you have to make a painful medical decision and.docx
Your dilemma is that you have to make a painful medical decision and.docx
 
your definition of moral reasoning. Then, compare two similarities.docx
your definition of moral reasoning. Then, compare two similarities.docxyour definition of moral reasoning. Then, compare two similarities.docx
your definition of moral reasoning. Then, compare two similarities.docx
 
Your company is in the process of updating its networks. In preparat.docx
Your company is in the process of updating its networks. In preparat.docxYour company is in the process of updating its networks. In preparat.docx
Your company is in the process of updating its networks. In preparat.docx
 
Your company has just announced that a new formal performance evalua.docx
Your company has just announced that a new formal performance evalua.docxYour company has just announced that a new formal performance evalua.docx
Your company has just announced that a new formal performance evalua.docx
 
Your CLC team should submit the followingA completed priority.docx
Your CLC team should submit the followingA completed priority.docxYour CLC team should submit the followingA completed priority.docx
Your CLC team should submit the followingA completed priority.docx
 
Your classroom will be made up of diverse children. Research what va.docx
Your classroom will be made up of diverse children. Research what va.docxYour classroom will be made up of diverse children. Research what va.docx
Your classroom will be made up of diverse children. Research what va.docx
 
Your business plan must include the following1.Introduction o.docx
Your business plan must include the following1.Introduction o.docxYour business plan must include the following1.Introduction o.docx
Your business plan must include the following1.Introduction o.docx
 
Your assignment is to write a formal response to this work. By caref.docx
Your assignment is to write a formal response to this work. By caref.docxYour assignment is to write a formal response to this work. By caref.docx
Your assignment is to write a formal response to this work. By caref.docx
 
Your assignment is to write about the ethical theory HedonismYour.docx
Your assignment is to write about the ethical theory HedonismYour.docxYour assignment is to write about the ethical theory HedonismYour.docx
Your assignment is to write about the ethical theory HedonismYour.docx
 
Your assignment is to write a short position paper (1 to 2 pages dou.docx
Your assignment is to write a short position paper (1 to 2 pages dou.docxYour assignment is to write a short position paper (1 to 2 pages dou.docx
Your assignment is to write a short position paper (1 to 2 pages dou.docx
 
Your assignment is to report on a cultural experience visit you .docx
Your assignment is to report on a cultural experience visit you .docxYour assignment is to report on a cultural experience visit you .docx
Your assignment is to report on a cultural experience visit you .docx
 
Your assignment is to create a Visual Timeline” of 12 to 15 images..docx
Your assignment is to create a Visual Timeline” of 12 to 15 images..docxYour assignment is to create a Visual Timeline” of 12 to 15 images..docx
Your assignment is to create a Visual Timeline” of 12 to 15 images..docx
 
Your annotated bibliography will list a minimum of six items. .docx
Your annotated bibliography will list a minimum of six items. .docxYour annotated bibliography will list a minimum of six items. .docx
Your annotated bibliography will list a minimum of six items. .docx
 
Your business plan must include the following1.Introduction of .docx
Your business plan must include the following1.Introduction of .docxYour business plan must include the following1.Introduction of .docx
Your business plan must include the following1.Introduction of .docx
 
you wrote an analysis on a piece of literature. In this task, you wi.docx
you wrote an analysis on a piece of literature. In this task, you wi.docxyou wrote an analysis on a piece of literature. In this task, you wi.docx
you wrote an analysis on a piece of literature. In this task, you wi.docx
 
You work for a small community hospital that has recently updated it.docx
You work for a small community hospital that has recently updated it.docxYou work for a small community hospital that has recently updated it.docx
You work for a small community hospital that has recently updated it.docx
 

Recently uploaded

Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 

Recently uploaded (20)

Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 

ProjectPurposeThe purpose of this project is to provide an o.docx

  • 1. Project Purpose The purpose of this project is to provide an opportunity for students to apply network administration and design competencies gained throughout this course. Deliverables Please choose ANY FOUR options from the following five options and complete the report for your chosen four options (OPTION 1 is MANDATORY). Option 1: Network Design Case (100 points) Option 2: Windows Security Firewall (33.33 points) Option 3: Configuring OSPF Routing (33.33 points) Option 4: Configuring EIGRP Routing (33.33 points) Option 5: IPv6 Address Configuration (33.33 points) Option 1: Network Design Case Scenario Consider that the prevailing market conditions have made it possible for our firm to expand our current operations. I have presented several options to our board of directors and they are eager to proceed with an expansion except for one condition. The board feels that our current telecommunications infrastructure hinders our business operations and that it is imperative to design a new voice and data infrastructure to facilitate the planned expansion. The board is prepared to advocate any prudent expenditure necessary to implement a new infrastructure at the upcoming stockholder’s meeting.
  • 2. As you know, our firm is headquartered in San Antonio where we occupy the first and third floor of a large, but somewhat antiquated building. Each floor of the building measures 400 ft. by 250 ft. We currently have 52 Pentium-based PC’s located on the third floor to meet the needs of our accounting, billing, and phone sales departments. The first floor contains 17 Pentium- based computers and six Apple PowerMacs used by management, our receptionist, walk-in sales staff, and our adjusters. We currently have a 10Base2 network that is used to connect some, but not all, of our existing systems. The previous network manager told us the remaining systems could not be networked due to the 10Base2 architecture. We also have smaller offices in Austin, Houston, and Corpus Christi. These offices generally have 4 to 6 Pentium or Apple-based computers. The computers in these locations are not currently networked. Our immediate expansion plans, if approved by the shareholders, include opening a second office in Houston, two offices in Dallas and an office in El Paso. These offices will be similar to the existing small offices operated in Austin, Houston and Corpus Christi. My vision for the new telecommunications network includes having all of the existing and proposed offices connected together in a seamless, secure manner. All of the computers in all of the offices should be connected. Deliverables: · I need to understand whether or not we can continue to build on our current network and why. I also need to know what we should use to replace it if we need to do so. · I see the network as consisting of two primary parts, the networks within each facility and the network that connects the various facilities together. Please provide diagrams that illustrate how these networks will look after the new infrastructure rollout (Also include a generic diagram for one of the branch offices). · I will require a detailed cost proposal for both the installation
  • 3. and first year’s operating cost associated with the entire proposed infrastructure. You will need to consider all equipment and wiring costs, the cost for the proposed services from the phone companies and provide the source for your costing information (Excluding labor costs). · Discuss the feasibility of implementing an IPv6 protocol along with our new infrastructure, and the business ramifications of implementing IPv6 at this time. · Describe how security will be maintained for data, particularly for data being transmitted between offices and for wireless connectivity. · Discuss how you will implement a network that will allow secure wireless communications between computers and other resources, including Internet access (Be sure to discuss steps for configuring wireless access points and wireless network adapter with various security features including WPS, WEP, WPA2, etc.). Option 2: Windows Security Firewall The overall objective of this laboratory exercise is to gain experience with the basic steps for configuring a personal firewall on Windows operating system (say Windows 7). In this exercise you will learn to create an inbound firewall rule and outbound firewall rule. The inbound firewall rule will only allow a ping packet from server (S1). The outbound firewall rule will block any web traffic from computer PC1 and computer PC2. Configure the computers to operate in the network using the IP addresses, subnet mask, and gateway address specified in Table 1. You will gain an understanding of
  • 4. the following: 1. Configure the Windows firewall. 2. Configure the Windows advanced firewall features. 3. Specific protocols and their network ports Topology Figure 1 The Network Topology for This Lab. Reference Tables For convenience, Table 1 provides the IP addresses and masks for all the necessary computers to complete this lab. Table 1 The IP addresses, subnet masks, and gateway · Computer/Server – SW1 IP Address Subnet Mask Gateway Address S1 192.168.1.1 255.255.255.192 192.168.1.62 PC2 192.168.2.1 255.255.255.192 192.168.2.62 PC1 192.168.3.1 255.255.255.192 192.168.3.62
  • 5. Detailed Lab Steps Task #1 1. Assume that you have already configured the IP addresses for computers PC1 and PC2, for Server, S1 and for router R1 (from previous labs). 2. In the next step, you are to make sure that the Windows firewall is enabled. List the step sequence required to verify the firewall status and to enable the firewall. 3. List the command sequence and steps required to create a new inbound firewall rule called “Ping Request” to allow only server S1 to ping PC1 and PC2. Make sure the correct protocol is selected for Ping. 4. If you have to verify the firewall rule “Ping Request” by initiating the Ping from S1 to PC1 and PC2, and then initiating ping from PC1 to PC2 and vice versa, explain which ping results of these ping request will pass and which will fail. 5. List the command sequence and steps required to create a new outbound firewall rule called “Web Filtering”. This rule is
  • 6. to block any web traffic initiated from PC1 and PC2. Be sure to block both unsecure and secure web traffic. Make sure the correct protocol and its associated ports are selected for web traffic. Explain the expected result if you have to initiate any web session from PC1 and PC2. Option 3: Configuring OSPF Routing Objective The overall objective of this laboratory exercise is to gain experience with configuring OSPF routing between two routers. Topology Figure 2 The Network Topology for This Lab. Reference Tables For convenience, Table 1 provides the IP address and mask of all necessary interfaces used to complete the lab. Table 1 Computer IP Addresses, subnet masks and gateway address for this lab. Computer/Interface - R1 IP Address Subnet Mask Gateway Address PC1 172.20.15.8 255.255.255.224 172.20.15.1
  • 7. R1-Fa0/0 172.20.15.1 255.255.255.224 ------------------ R1-S0/0/0 10.10.1.1 255.255.255.252 ------------------ Computer/Interface – R2 IP Address Subnet Mask Gateway Address PC2 192.168.25.21 255.255.255.224 192.168.25.16 R2-Fa0/0 192.168.25.16 255.255.255.224 ------------------ R2-S0/0/1 10.10.1.2 255.255.255.252 ------------------ Detailed Lab Steps Task #1
  • 8. In this lab you know how to configure an OSPF route to the adjacent LAN for the network shown in Figure 2. Note that a serial interface is being used to interconnect the LANs. You are configuring routing for both a 172.20.15.0 and 192.168.25.0 networks. A subnet mask of 255.255.255.224 is being used. Use 56000 for the clock rate on the serial link (DCE interface). 1. List the commands used to configure OSPF routing between the LAN-A and LAN-B routers using a process ID of 100 and an area of 0. Use two commands to verify that the routes are configured. Task#2 Answer the following questions regarding the Cisco IOS. The command prompt changes on a Cisco router to reflect the current state the router is in. Define what each command prompt listed below represents. a) Router> b) Router# c) Router(config)# d) Router(config-if)# e) Router(config-router)# f) Router(config-line)# Cisco IOS provides supports for many editing functions in terms of “hot keys”. A few of the functions are listed below. Briefly
  • 9. describe these functions. g) Delete h) Backspace i) TAB J) Ctrl-Z Task #3 Configuration List The following is a partial list of the items you might see when you issue the command show running-configuration [sh run]. Your task is to define each item and its purpose. You may need to go to the Cisco website (www.cisco.com) and look up what each of these commands mean 1. ip cef 2. no ip domain lookup 3. log-adjacency-changes 4. control-plane 5. scheduler allocate 20000 1000 6. description <--- >
  • 10. Option 4: Configuring EIGRP Routing Overview The overall objective of this laboratory exercise is to configure EIGRP routing between two routers so that there is a routed network connection between computers in the two LANs. Topology Figure 3 The Network Topology for This Lab. Reference Tables For your convenience, Table 1 provides the IP address and subnet mask of all interfaces used to complete this lab. Table 1 Computer IP Addresses, subnet masks and gateway address for lab 5. Computer/Interface - R1 IP Address Subnet Mask Gateway Address PC1 192.168.21.18 255.255.255.240 192.168.21.17 R1-Fa0/0 192.168.21.17 255.255.255.240 ------------------ R1-S0/0/0 10.30.1.1 255.255.255.252 ------------------
  • 11. Computer/Interface – R2 IP Address Subnet Mask Gateway Address PC2 192.168.85.21 255.255.255.240 192.168.85.18 R2-Fa0/0 192.168.85.18 255.255.255.240 ------------------ R2-S0/0/1 10.30.1.2 255.255.255.252 ------------------ Detailed Lab Steps Task #1 In this lab you are configuring EIGRP routing to the adjacent LAN for the network shown in Figure 1. Note that a serial interface is being used to interconnect the LANs. You are configuring routing for both a 172.20.15.0 and 192.168.25.0 networks. A subnet mask of 255.255.255.240 is being used. Use 56000 for the clock rate on the serial link (DCE interface). 1. Lis the commands used to configure an EIGRP route from the LAN-A router to the LAN-B router. Use an Autonomous system number of 100.
  • 12. 2. List the commands used to verify that EIGRP routing has been configured on the LAN-A router. 3. List the command used to list the eigrp neighbors off the LAN-A router. Task #2 The following is a partial list of the items displayed when you issue the command show running-configuration [sh run]. Your task is to define each item and its purpose. You may need to go to the Cisco website (www.cisco.com) and look up what each of these commands mean 1. Shutdown
  • 13. 2. log-adjacency changes 3. control-plane 4. scheduler allocate 20000 1000 5. login local 6. line con 0 7. line aux 0 8. line vty 0 4 Option 5: IPv6 Address Configuration Overview The overall objective of this laboratory exercise is to configure IPv6 routing between two routers so that there is a routed network connection between computers in the two LANs. Topology Figure 4 The Network Topology for This Lab. · Computer/Interface – R1 IPv6 Address Prefix Length Gateway Address PC1 2001:0DB8:FEED:A::A1
  • 14. /64 2001:0DB8:FEED:A::1 R1-Fa0/0 2001:0DB8:FEED:A::1 /64 ------------------ R1-S0/0/0 2001:0DB8:1BEE:2BEE::1 /64 ------------------ Computer/Interface – R2 IP Address Subnet Mask Gateway Address PC2 2001:0DB8:FEED:B::B1 /64 2001:0DB8:FEED:B::1 R2-Fa0/0 2001:0DB8:FEED:B::1 /64 ------------------ R2-S0/0/1 2001:0DB8:1BEE:2BEE::2 /64 ------------------ Detailed Lab Steps
  • 15. Task # 1 1. What is the command to configure IPv6 address of 2001:0DB8:FEED:A::1 with a prefix length of /64 on R1’s Fa0/0 interface. 2. What is the full unabbreviated IPv6 address of 2001:0DB8:FEED:A::1? 3. What is the command to view the IPv6 configuration on the interface fa0/0? 4. What is the command to show any interface IPv6 addresses already configured on R1? 5. If the command, ipv6 address 2001:0DB8:FEED:A::/64 eui- 64, is used to configure an IPv6 interface on a router, which of the following is expected? a. The IPv6 interface address will be 2001:0DB8:FEED:A::1 b. The IPv6 interface address will be created using its subnet and autoconfigured random number. c. The IPv6 interface address will be created using its subnet and modified EUI-64 format. d. The IPv6 interface address will be created using its subnet
  • 16. and its IPv4 information. e. The IPv6 interface address will be created using its subnet and information based on its MAC address. f. C and D g. C and E 6. List the commands used to configure the interfaces on R1 and R2 with IPv6 addresses according to Table. 7. What is the command to enable Cisco routers to forward IPv6 traffic? 8. Which of the following statements is true about enabling OSPFv3 routing for IPv6? a. Global OSPFv3 for IPv6 is configured under “router ospf” command like in IPv4. b. Global OSPFv3 for IPv6 is configured under “ipv6 router ospf” command unlike in IPv4. c. Enabling OSPFv3 on the interface is done with a network command under the global OSPF configuration. d. Enabling OSPFv3 on the interface is done at the interface level, not a global command. e. A and C f. B and D 9. List the commands used to configure OSPFv3 for Area 0 with
  • 17. a process ID of 10 and router ID of 1.1.1.1 on R1. List commands used to enable OSPF support on all of its interfaces. 10. List the commands used to configure OSPFv3 for Area 0 with a process ID of 10 and router ID of 2.2.2.2 on R2. List commands used to enable OSPF support on all of their interfaces. 11. What is the command to display the OSPF neighbor in IPv6? 12. What is the command to display information about the IPv6 routes on R1? 13. What is the command to display the route R1 will take to reach PC2, 2001:DB8:FEED:B::B1? 14. On R1, what is the command to ping the IPv6 address of PC2? Is it the same command as in IPv4?
  • 18. Submission Requirements for all four options that you choose: · Format: Microsoft Word · Font: Arial, 12-Point, Double-Space · Citation Style: APA · Length: Option 1 should have a minimum of 6 pages. · Remember: Please choose ONLY FOUR OPTIONS out of five options listed in this document (with OPTION1 as mandatory).