SlideShare a Scribd company logo
1 of 14
2/23/2016 Sample Implementation Plan1.html
file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample%
20Implementation%20Plan1.html.zip/Sample%20Implementatio
n%20Plan1.html 1/8
Now you are completing Part 5 of the AAP (WWTC) which is:
“This section will lay out the implementation plan of the entire
AAP design, which include configuration
of key networking devices, detailing milestones, activities, reso
urces, and budgets, as well as providing a
deliverables schedule.”
Project Implementation Plan
In this lecture I will discuss implementation plan through an exa
mple of an enterprise network.
The figure presents a fictitious enterprise factious network. The
company would like to implement a
scalable solution with a routing protocol that provides fast conv
ergence. For optimal routing and packet
forwarding, hierarchical addressing with summarization is requi
red. Users require high-speed access to
the server farm with redundant connectivity for protection. The
company has many remote offices; a
redundant connection to the Internet is required to provide the r
emote offices with nonstop access to its
server farm. For remote offices, a secure connection must be im
plemented to prevent unauthorized
persons from accessing data.
The first step before creating an implementation plan is to gathe
r existing information about the networks
and all the requirements.
The existing topology provides redundant connectivity among al
l the network devices. Internet
connectivity is dual homed, which provides redundant access to
the remote sites as well as World Wide
Web resources. The equipment can provide all the functionalitie
s that are required, but the software
version of the operation system must be upgraded.
The networking equipment has existing IP addressing that needs
to be changed to ensure optimal routing
and forwarding of packets as well as summarization. Requireme
nts for server farm access and remote
2/23/2016 Sample Implementation Plan1.html
file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample%
20Implementation%20Plan1.html.zip/Sample%20Implementatio
n%20Plan1.html 2/8
office connectivity do not include changes in QoS configuration
. The server farm hosts the critical
applications of the company including VoIP, and these require p
referred treatment. OSPF is configured
in the network. This configuration must be changed, because a f
aster convergence time is required.
EIGRP is better choice than OSPF.
Security configuration is required to provide secure access to te
rminal resources. In this case existing
security is sufficient, therefor no changes are needed.
For this scenario implementation plan would be
Project contact list
Location information and means of accessing the premises
Tools and resources
Assumption
Task and detailed description
Network staging plan
Project Contact List
Consultant Project Team Customer Project Team
Project Manager
Telephone
E-Mail
Project Manager
Telephone
E-Mail
Configuration Engineer
Telephone
E-mail
Configuration Engineer
Telephone
E-mail
Project Coordinator
Telephone
E-mail
Project Coordinator
Telephone
E-mail
Equipment installation Plan
Location Details
Floor
Room
2/23/2016 Sample Implementation Plan1.html
file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample%
20Implementation%20Plan1.html.zip/Sample%20Implementatio
n%20Plan1.html 3/8
Rack Number
Tools Required
Item Number Item
1 PC with a VT 100 emulator, 10Base-T interface, FTP Server,
TFTP client application
2 Console port cable DB9-RJ45/DB25
3 10Base-T Ethernet cable
The implementation task list must provide a breakdown of the i
mplementation process, followed by a
detailed description of each activity.
Implementation Tasks
Step Number Task
Connect to the router
Verify the current installation, create a backup file
(Note: this is not applicable in WWTC)
Change the Cisco IOS software version on all devices
(Note: this is not applicable in WWTC)
Update or configure the IP address configuration on distribution
routers.
Configure EIGRP (see detail below)
Router>en
Router#config t
2/23/2016 Sample Implementation Plan1.html
file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample%
20Implementation%20Plan1.html.zip/Sample%20Implementatio
n%20Plan1.html 4/8
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host Router1
Router1(config)#router eigrp 1
Router1(config-router)#network 10.1.112.0 0.0.0.255
Router1(config-router)#network 10.1.115.0 0.0.0.255
Router1(config-router)#no auto-summary
Router1(config-router)#exit
Also, Implementation plan is not complete without a time line.
WWTC Implementation plan
Now, I will discuss some guidelines to prepare WWTC impleme
ntation plan:
1. Follow the procedure outlined above.
2. Provide Configuration for each network device (except work
stations)
3. Provider security configuration
4. Provide Active Directory Configuration
5. Provide Time Line
Except work station, configure all devices as per your network d
iagram and IP scheme. For example if
you have 10 devices, you need to configure all devices accuratel
y to get full credit.
Below are sample templates for your guidance of WWTC imple
mentation plan.
Configuration Template Samples
Step 1: Connect Network Devices to the Network
The network infrastructure devices will be connected to the net
work. The installation engineer must
ensure that the devices are properly installed and powered from
redundant power sources.
Step 2: Apply Device Configuration Template to Routers/Switch
es
The installation engineer will use the following configuration te
mplate to configure all core, distribution,
2/23/2016 Sample Implementation Plan1.html
file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample%
20Implementation%20Plan1.html.zip/Sample%20Implementatio
n%20Plan1.html 5/8
and access layer devices.
Switch> enable
Switch# configure terminal
Switch(config)# hostname <device-name>
device-name(config)# ip domain-name xumuc.com
device-name(config)# enable secret <password>
device-name(config)# username <username> secret <password>
device-name(config)# crypto key generate rsa
How many bits in the modulus [512]: 2048
device-name(config)# line con 0
device-name(config-line)# login local
device-name(config-line)# exit
device-name(config)# line vty 0 4
device-name(config-line)# login local
device-name(config-line)# transport input ssh
device-name(config-line)# exec-timeout 1 00
device-name(config-line)# exit
device-name(config)# line vty 5 15
device-name(config-line)# login
device-name(config-line)# exit
device-name(config)# no logging console
device-name(config)# no ip domain-lookup
Configure VLANs, Network, Routing protocols. Do not forget t
o configure voice vlan/s and wireless
network.
Configure DHCP.
2/23/2016 Sample Implementation Plan1.html
file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample%
20Implementation%20Plan1.html.zip/Sample%20Implementatio
n%20Plan1.html 6/8
Security Implementation Tasks
VLAN, Port security, DHCP snooping, Authentication, ACL, fir
ewall etc. (if required)
Active Directory Implementation Tasks
The tasks listed in Table 8 are necessary to successfully create t
he new WWTC.com Active Directory
forest for WWTC.
STEP TASK
1 Create forest root domain
2 Create domain trees
3 Configure DNS stub zones for domains
4 Configure DNS suffix search list and distribute through GPOs
5 Establish forest trust with WWTC if required
6 Configure global catalog servers and FSMO roles
7 Create sites and subnets
8 Create site link objects and configure site link settings
9 Create organizational units and groups
Table 8: Active Directory Implementation Tasks
Step 1: Create Forest Root Domain
The installation engineer will create the WWTC.com forest root
domain using the procedure below.
2/23/2016 Sample Implementation Plan1.html
file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample%
20Implementation%20Plan1.html.zip/Sample%20Implementatio
n%20Plan1.html 7/8
1. Click on the Roles node in Server Manager and click Add Rol
es under Roles Summary.
2. Select Active Directory Domain Services from the available s
erver roles and click Next.
3. Confirm the selections and click Install.
4.
5.
6. And so on to final step
Step 2: Create Domain Trees
Use the same procedure described in Step 1
Step 3: Configure DNS Stub Zones(if required)
Project Schedule or Time line
DATE
COMPLETED PROJECT MILESTONE
March 27
Business and design requirements identified for network, securit
y, and
Active Directory implementation.
April 3 Preliminary network design submitted for client review.
April 10
Network design modification requests received from client.
April 17
Preliminary security design submitted for client review.
April 24
Security design modification requests received from client.
April 28
Preliminary Active Directory design submitted for client review
.
May 5
Active Directory design modification requests received from cli
ent.
May 12
Final designs (network, security, Active Directory) submitted to
client.
2/23/2016 Sample Implementation Plan1.html
file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample%
20Implementation%20Plan1.html.zip/Sample%20Implementatio
n%20Plan1.html 8/8
Suggestion to prepare the Plan.
1. Prepare or revised your network high level diagram to indicat
e all networking devices, VLANs,
link addresses. You have done in your LAN submittal, please re
vise that diagram.
2. Prepare an equipment list which you are using in your networ
k. Your equipment list should have
name of the equipment, connection to other equipment and IP ad
dresses. You have done it in your
LAN submittal but review that list and revise it.
3. Divide the work as you seem appropriate such as VLANs, or
equipment. For example if you have
created 20 VLANs, then 5 VLANs each member or you have 20
equipment, 5 equipment each.
You do not have to follow, you can use your own methods. This
submittal depends on clarity of your
diagrams and equipment list and IP address assignment.
Project Implementation Plan
This section will lay out the implementation plan of the entire
AAP design, which include configuration of key networking
devices, detailing milestones, activities, resources, and budgets,
as well as providing a deliverables schedule.
Below is the list you can choose from, I need 3 or 4 all from the
list.. Possibly all the ones for AD and I have attached Sample
PDF as well. Remember to cite APA and in text if need be.
Thanks
· AD Policies
· AD Forest Domain OU formation
· AD Group Formation
· AD GPO Implementation
2232016 Sample Implementation Plan1.htmlfileCUsers.docx

More Related Content

Similar to 2232016 Sample Implementation Plan1.htmlfileCUsers.docx

Pivotal Cloud Foundry 2.5: A First Look
Pivotal Cloud Foundry 2.5: A First LookPivotal Cloud Foundry 2.5: A First Look
Pivotal Cloud Foundry 2.5: A First LookVMware Tanzu
 
Automatically partitioning packet processing applications for pipelined archi...
Automatically partitioning packet processing applications for pipelined archi...Automatically partitioning packet processing applications for pipelined archi...
Automatically partitioning packet processing applications for pipelined archi...Ashley Carter
 
Surekha_haoop_exp
Surekha_haoop_expSurekha_haoop_exp
Surekha_haoop_expsurekhakadi
 
Pmw2 k3ni 1-1b
Pmw2 k3ni 1-1bPmw2 k3ni 1-1b
Pmw2 k3ni 1-1bhariclant1
 
Cyberdyne systems (2)
Cyberdyne systems (2)Cyberdyne systems (2)
Cyberdyne systems (2)Bryan Moss
 
Pivotal Cloud Foundry 2.6: A First Look
Pivotal Cloud Foundry 2.6: A First LookPivotal Cloud Foundry 2.6: A First Look
Pivotal Cloud Foundry 2.6: A First LookVMware Tanzu
 
Gervais Peter Resume Oct :2015
Gervais Peter Resume Oct :2015Gervais Peter Resume Oct :2015
Gervais Peter Resume Oct :2015Peter Gervais
 
Internet of Things - protocols review (MeetUp Wireless & Networks, Poznań 21....
Internet of Things - protocols review (MeetUp Wireless & Networks, Poznań 21....Internet of Things - protocols review (MeetUp Wireless & Networks, Poznań 21....
Internet of Things - protocols review (MeetUp Wireless & Networks, Poznań 21....Marcin Bielak
 
Mandu CV Net DOD_ 08 2016 doc
Mandu CV Net DOD_ 08 2016 doc Mandu CV Net DOD_ 08 2016 doc
Mandu CV Net DOD_ 08 2016 doc Marcel Mandu
 
Netsft2017 day in_life_of_nfv
Netsft2017 day in_life_of_nfvNetsft2017 day in_life_of_nfv
Netsft2017 day in_life_of_nfvIntel
 
289271089-Training-for-LTE-Parameter-Planning-V3.pdf
289271089-Training-for-LTE-Parameter-Planning-V3.pdf289271089-Training-for-LTE-Parameter-Planning-V3.pdf
289271089-Training-for-LTE-Parameter-Planning-V3.pdfFrancescovanBeek1
 
Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Vir...
Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Vir...Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Vir...
Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Vir...Radisys Corporation
 

Similar to 2232016 Sample Implementation Plan1.htmlfileCUsers.docx (20)

En35793797
En35793797En35793797
En35793797
 
Chellappa Profile
Chellappa ProfileChellappa Profile
Chellappa Profile
 
Final project report
Final project reportFinal project report
Final project report
 
Pivotal Cloud Foundry 2.5: A First Look
Pivotal Cloud Foundry 2.5: A First LookPivotal Cloud Foundry 2.5: A First Look
Pivotal Cloud Foundry 2.5: A First Look
 
Automatically partitioning packet processing applications for pipelined archi...
Automatically partitioning packet processing applications for pipelined archi...Automatically partitioning packet processing applications for pipelined archi...
Automatically partitioning packet processing applications for pipelined archi...
 
Cisco project ideas
Cisco   project ideasCisco   project ideas
Cisco project ideas
 
RFP-Final3
RFP-Final3RFP-Final3
RFP-Final3
 
Surekha_haoop_exp
Surekha_haoop_expSurekha_haoop_exp
Surekha_haoop_exp
 
resume2
resume2resume2
resume2
 
Pankaj_Joshi_Resume
Pankaj_Joshi_ResumePankaj_Joshi_Resume
Pankaj_Joshi_Resume
 
Pmw2 k3ni 1-1b
Pmw2 k3ni 1-1bPmw2 k3ni 1-1b
Pmw2 k3ni 1-1b
 
my_resume(eng)
my_resume(eng)my_resume(eng)
my_resume(eng)
 
Cyberdyne systems (2)
Cyberdyne systems (2)Cyberdyne systems (2)
Cyberdyne systems (2)
 
Pivotal Cloud Foundry 2.6: A First Look
Pivotal Cloud Foundry 2.6: A First LookPivotal Cloud Foundry 2.6: A First Look
Pivotal Cloud Foundry 2.6: A First Look
 
Gervais Peter Resume Oct :2015
Gervais Peter Resume Oct :2015Gervais Peter Resume Oct :2015
Gervais Peter Resume Oct :2015
 
Internet of Things - protocols review (MeetUp Wireless & Networks, Poznań 21....
Internet of Things - protocols review (MeetUp Wireless & Networks, Poznań 21....Internet of Things - protocols review (MeetUp Wireless & Networks, Poznań 21....
Internet of Things - protocols review (MeetUp Wireless & Networks, Poznań 21....
 
Mandu CV Net DOD_ 08 2016 doc
Mandu CV Net DOD_ 08 2016 doc Mandu CV Net DOD_ 08 2016 doc
Mandu CV Net DOD_ 08 2016 doc
 
Netsft2017 day in_life_of_nfv
Netsft2017 day in_life_of_nfvNetsft2017 day in_life_of_nfv
Netsft2017 day in_life_of_nfv
 
289271089-Training-for-LTE-Parameter-Planning-V3.pdf
289271089-Training-for-LTE-Parameter-Planning-V3.pdf289271089-Training-for-LTE-Parameter-Planning-V3.pdf
289271089-Training-for-LTE-Parameter-Planning-V3.pdf
 
Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Vir...
Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Vir...Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Vir...
Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Vir...
 

More from eugeniadean34240

I need a 7 pg research essay on the following   Select a real o.docx
I need a 7 pg research essay on the following   Select a real o.docxI need a 7 pg research essay on the following   Select a real o.docx
I need a 7 pg research essay on the following   Select a real o.docxeugeniadean34240
 
I need a 4-5 APA formatted paper with references that is clearly wri.docx
I need a 4-5 APA formatted paper with references that is clearly wri.docxI need a 4-5 APA formatted paper with references that is clearly wri.docx
I need a 4-5 APA formatted paper with references that is clearly wri.docxeugeniadean34240
 
I need a 3 page research paper on Title  Addictive being youn.docx
I need a 3 page research paper on Title  Addictive being youn.docxI need a 3 page research paper on Title  Addictive being youn.docx
I need a 3 page research paper on Title  Addictive being youn.docxeugeniadean34240
 
I need a 3 page double-spaced 12-point paper on Immunotherapy. the i.docx
I need a 3 page double-spaced 12-point paper on Immunotherapy. the i.docxI need a 3 page double-spaced 12-point paper on Immunotherapy. the i.docx
I need a 3 page double-spaced 12-point paper on Immunotherapy. the i.docxeugeniadean34240
 
I need a 2500 word essay on the 1st Battalion 7th Cavalry Regiment. .docx
I need a 2500 word essay on the 1st Battalion 7th Cavalry Regiment. .docxI need a 2500 word essay on the 1st Battalion 7th Cavalry Regiment. .docx
I need a 2500 word essay on the 1st Battalion 7th Cavalry Regiment. .docxeugeniadean34240
 
I need a 200-word paper that answers the following questions:D.docx
I need a 200-word paper that answers the following questions:D.docxI need a 200-word paper that answers the following questions:D.docx
I need a 200-word paper that answers the following questions:D.docxeugeniadean34240
 
i need a 2 page essay on LA crimes as it pertains to Rape you will h.docx
i need a 2 page essay on LA crimes as it pertains to Rape you will h.docxi need a 2 page essay on LA crimes as it pertains to Rape you will h.docx
i need a 2 page essay on LA crimes as it pertains to Rape you will h.docxeugeniadean34240
 
I need a 1 page professional bio. My cover letter and resume i.docx
I need a 1 page professional bio. My cover letter and resume i.docxI need a 1 page professional bio. My cover letter and resume i.docx
I need a 1 page professional bio. My cover letter and resume i.docxeugeniadean34240
 
I need 100 words response for this two discussion forum1 discu.docx
I need 100 words response for this two discussion forum1 discu.docxI need 100 words response for this two discussion forum1 discu.docx
I need 100 words response for this two discussion forum1 discu.docxeugeniadean34240
 
I need 200 words response for each discussion post.Guided Respon.docx
I need 200 words response for each discussion post.Guided Respon.docxI need 200 words response for each discussion post.Guided Respon.docx
I need 200 words response for each discussion post.Guided Respon.docxeugeniadean34240
 
I need 3 pages discussion for an intersection (Attached image).docx
I need 3 pages discussion for an intersection (Attached image).docxI need 3 pages discussion for an intersection (Attached image).docx
I need 3 pages discussion for an intersection (Attached image).docxeugeniadean34240
 
I need 1page write up on Hypothesis & Methods Proposal,Due on .docx
I need 1page write up on Hypothesis & Methods Proposal,Due on .docxI need 1page write up on Hypothesis & Methods Proposal,Due on .docx
I need 1page write up on Hypothesis & Methods Proposal,Due on .docxeugeniadean34240
 
I need 2-3 pages written about the sieve of Eratosthenes. Starti.docx
I need 2-3 pages written about the sieve of Eratosthenes. Starti.docxI need 2-3 pages written about the sieve of Eratosthenes. Starti.docx
I need 2-3 pages written about the sieve of Eratosthenes. Starti.docxeugeniadean34240
 
I need 120 words for each question. Please ensure to post individual.docx
I need 120 words for each question. Please ensure to post individual.docxI need 120 words for each question. Please ensure to post individual.docx
I need 120 words for each question. Please ensure to post individual.docxeugeniadean34240
 
I need 10-12 slides Presentation with detailed speaker notes. Instru.docx
I need 10-12 slides Presentation with detailed speaker notes. Instru.docxI need 10-12 slides Presentation with detailed speaker notes. Instru.docx
I need 10-12 slides Presentation with detailed speaker notes. Instru.docxeugeniadean34240
 
I N N O V A T I O N N E T W O R K , I N C . www.innone.docx
I N N O V A T I O N  N E T W O R K ,  I N C .   www.innone.docxI N N O V A T I O N  N E T W O R K ,  I N C .   www.innone.docx
I N N O V A T I O N N E T W O R K , I N C . www.innone.docxeugeniadean34240
 
I like to tie my learning to Biblical Principles. On Virtuous Le.docx
I like to tie my learning to Biblical Principles. On Virtuous Le.docxI like to tie my learning to Biblical Principles. On Virtuous Le.docx
I like to tie my learning to Biblical Principles. On Virtuous Le.docxeugeniadean34240
 
I just want one paragraph.!!C.W.Mills described ‘sociological im.docx
I just want one paragraph.!!C.W.Mills described ‘sociological im.docxI just want one paragraph.!!C.W.Mills described ‘sociological im.docx
I just want one paragraph.!!C.W.Mills described ‘sociological im.docxeugeniadean34240
 
i just need serious help answering the question. I have answered mos.docx
i just need serious help answering the question. I have answered mos.docxi just need serious help answering the question. I have answered mos.docx
i just need serious help answering the question. I have answered mos.docxeugeniadean34240
 
I Headnotes and indexes are copyrighted and may not be duplica.docx
I Headnotes and indexes are copyrighted and may not be duplica.docxI Headnotes and indexes are copyrighted and may not be duplica.docx
I Headnotes and indexes are copyrighted and may not be duplica.docxeugeniadean34240
 

More from eugeniadean34240 (20)

I need a 7 pg research essay on the following   Select a real o.docx
I need a 7 pg research essay on the following   Select a real o.docxI need a 7 pg research essay on the following   Select a real o.docx
I need a 7 pg research essay on the following   Select a real o.docx
 
I need a 4-5 APA formatted paper with references that is clearly wri.docx
I need a 4-5 APA formatted paper with references that is clearly wri.docxI need a 4-5 APA formatted paper with references that is clearly wri.docx
I need a 4-5 APA formatted paper with references that is clearly wri.docx
 
I need a 3 page research paper on Title  Addictive being youn.docx
I need a 3 page research paper on Title  Addictive being youn.docxI need a 3 page research paper on Title  Addictive being youn.docx
I need a 3 page research paper on Title  Addictive being youn.docx
 
I need a 3 page double-spaced 12-point paper on Immunotherapy. the i.docx
I need a 3 page double-spaced 12-point paper on Immunotherapy. the i.docxI need a 3 page double-spaced 12-point paper on Immunotherapy. the i.docx
I need a 3 page double-spaced 12-point paper on Immunotherapy. the i.docx
 
I need a 2500 word essay on the 1st Battalion 7th Cavalry Regiment. .docx
I need a 2500 word essay on the 1st Battalion 7th Cavalry Regiment. .docxI need a 2500 word essay on the 1st Battalion 7th Cavalry Regiment. .docx
I need a 2500 word essay on the 1st Battalion 7th Cavalry Regiment. .docx
 
I need a 200-word paper that answers the following questions:D.docx
I need a 200-word paper that answers the following questions:D.docxI need a 200-word paper that answers the following questions:D.docx
I need a 200-word paper that answers the following questions:D.docx
 
i need a 2 page essay on LA crimes as it pertains to Rape you will h.docx
i need a 2 page essay on LA crimes as it pertains to Rape you will h.docxi need a 2 page essay on LA crimes as it pertains to Rape you will h.docx
i need a 2 page essay on LA crimes as it pertains to Rape you will h.docx
 
I need a 1 page professional bio. My cover letter and resume i.docx
I need a 1 page professional bio. My cover letter and resume i.docxI need a 1 page professional bio. My cover letter and resume i.docx
I need a 1 page professional bio. My cover letter and resume i.docx
 
I need 100 words response for this two discussion forum1 discu.docx
I need 100 words response for this two discussion forum1 discu.docxI need 100 words response for this two discussion forum1 discu.docx
I need 100 words response for this two discussion forum1 discu.docx
 
I need 200 words response for each discussion post.Guided Respon.docx
I need 200 words response for each discussion post.Guided Respon.docxI need 200 words response for each discussion post.Guided Respon.docx
I need 200 words response for each discussion post.Guided Respon.docx
 
I need 3 pages discussion for an intersection (Attached image).docx
I need 3 pages discussion for an intersection (Attached image).docxI need 3 pages discussion for an intersection (Attached image).docx
I need 3 pages discussion for an intersection (Attached image).docx
 
I need 1page write up on Hypothesis & Methods Proposal,Due on .docx
I need 1page write up on Hypothesis & Methods Proposal,Due on .docxI need 1page write up on Hypothesis & Methods Proposal,Due on .docx
I need 1page write up on Hypothesis & Methods Proposal,Due on .docx
 
I need 2-3 pages written about the sieve of Eratosthenes. Starti.docx
I need 2-3 pages written about the sieve of Eratosthenes. Starti.docxI need 2-3 pages written about the sieve of Eratosthenes. Starti.docx
I need 2-3 pages written about the sieve of Eratosthenes. Starti.docx
 
I need 120 words for each question. Please ensure to post individual.docx
I need 120 words for each question. Please ensure to post individual.docxI need 120 words for each question. Please ensure to post individual.docx
I need 120 words for each question. Please ensure to post individual.docx
 
I need 10-12 slides Presentation with detailed speaker notes. Instru.docx
I need 10-12 slides Presentation with detailed speaker notes. Instru.docxI need 10-12 slides Presentation with detailed speaker notes. Instru.docx
I need 10-12 slides Presentation with detailed speaker notes. Instru.docx
 
I N N O V A T I O N N E T W O R K , I N C . www.innone.docx
I N N O V A T I O N  N E T W O R K ,  I N C .   www.innone.docxI N N O V A T I O N  N E T W O R K ,  I N C .   www.innone.docx
I N N O V A T I O N N E T W O R K , I N C . www.innone.docx
 
I like to tie my learning to Biblical Principles. On Virtuous Le.docx
I like to tie my learning to Biblical Principles. On Virtuous Le.docxI like to tie my learning to Biblical Principles. On Virtuous Le.docx
I like to tie my learning to Biblical Principles. On Virtuous Le.docx
 
I just want one paragraph.!!C.W.Mills described ‘sociological im.docx
I just want one paragraph.!!C.W.Mills described ‘sociological im.docxI just want one paragraph.!!C.W.Mills described ‘sociological im.docx
I just want one paragraph.!!C.W.Mills described ‘sociological im.docx
 
i just need serious help answering the question. I have answered mos.docx
i just need serious help answering the question. I have answered mos.docxi just need serious help answering the question. I have answered mos.docx
i just need serious help answering the question. I have answered mos.docx
 
I Headnotes and indexes are copyrighted and may not be duplica.docx
I Headnotes and indexes are copyrighted and may not be duplica.docxI Headnotes and indexes are copyrighted and may not be duplica.docx
I Headnotes and indexes are copyrighted and may not be duplica.docx
 

Recently uploaded

DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
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
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
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
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
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
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 

Recently uploaded (20)

DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
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 🔝✔️✔️
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
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
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
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
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 

2232016 Sample Implementation Plan1.htmlfileCUsers.docx

  • 1. 2/23/2016 Sample Implementation Plan1.html file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample% 20Implementation%20Plan1.html.zip/Sample%20Implementatio n%20Plan1.html 1/8 Now you are completing Part 5 of the AAP (WWTC) which is: “This section will lay out the implementation plan of the entire AAP design, which include configuration of key networking devices, detailing milestones, activities, reso urces, and budgets, as well as providing a deliverables schedule.” Project Implementation Plan In this lecture I will discuss implementation plan through an exa mple of an enterprise network. The figure presents a fictitious enterprise factious network. The company would like to implement a scalable solution with a routing protocol that provides fast conv ergence. For optimal routing and packet forwarding, hierarchical addressing with summarization is requi red. Users require high-speed access to the server farm with redundant connectivity for protection. The company has many remote offices; a redundant connection to the Internet is required to provide the r emote offices with nonstop access to its server farm. For remote offices, a secure connection must be im plemented to prevent unauthorized persons from accessing data.
  • 2. The first step before creating an implementation plan is to gathe r existing information about the networks and all the requirements. The existing topology provides redundant connectivity among al l the network devices. Internet connectivity is dual homed, which provides redundant access to the remote sites as well as World Wide Web resources. The equipment can provide all the functionalitie s that are required, but the software version of the operation system must be upgraded. The networking equipment has existing IP addressing that needs to be changed to ensure optimal routing and forwarding of packets as well as summarization. Requireme nts for server farm access and remote 2/23/2016 Sample Implementation Plan1.html file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample% 20Implementation%20Plan1.html.zip/Sample%20Implementatio n%20Plan1.html 2/8 office connectivity do not include changes in QoS configuration . The server farm hosts the critical applications of the company including VoIP, and these require p referred treatment. OSPF is configured in the network. This configuration must be changed, because a f aster convergence time is required. EIGRP is better choice than OSPF. Security configuration is required to provide secure access to te rminal resources. In this case existing
  • 3. security is sufficient, therefor no changes are needed. For this scenario implementation plan would be Project contact list Location information and means of accessing the premises Tools and resources Assumption Task and detailed description Network staging plan Project Contact List Consultant Project Team Customer Project Team Project Manager Telephone E-Mail Project Manager Telephone E-Mail Configuration Engineer Telephone E-mail Configuration Engineer Telephone
  • 4. E-mail Project Coordinator Telephone E-mail Project Coordinator Telephone E-mail Equipment installation Plan Location Details Floor Room 2/23/2016 Sample Implementation Plan1.html file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample% 20Implementation%20Plan1.html.zip/Sample%20Implementatio n%20Plan1.html 3/8 Rack Number
  • 5. Tools Required Item Number Item 1 PC with a VT 100 emulator, 10Base-T interface, FTP Server, TFTP client application 2 Console port cable DB9-RJ45/DB25 3 10Base-T Ethernet cable The implementation task list must provide a breakdown of the i mplementation process, followed by a detailed description of each activity. Implementation Tasks Step Number Task Connect to the router Verify the current installation, create a backup file (Note: this is not applicable in WWTC) Change the Cisco IOS software version on all devices (Note: this is not applicable in WWTC) Update or configure the IP address configuration on distribution routers. Configure EIGRP (see detail below)
  • 6. Router>en Router#config t 2/23/2016 Sample Implementation Plan1.html file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample% 20Implementation%20Plan1.html.zip/Sample%20Implementatio n%20Plan1.html 4/8 Enter configuration commands, one per line. End with CNTL/Z. Router(config)#host Router1 Router1(config)#router eigrp 1 Router1(config-router)#network 10.1.112.0 0.0.0.255 Router1(config-router)#network 10.1.115.0 0.0.0.255 Router1(config-router)#no auto-summary Router1(config-router)#exit Also, Implementation plan is not complete without a time line. WWTC Implementation plan
  • 7. Now, I will discuss some guidelines to prepare WWTC impleme ntation plan: 1. Follow the procedure outlined above. 2. Provide Configuration for each network device (except work stations) 3. Provider security configuration 4. Provide Active Directory Configuration 5. Provide Time Line Except work station, configure all devices as per your network d iagram and IP scheme. For example if you have 10 devices, you need to configure all devices accuratel y to get full credit. Below are sample templates for your guidance of WWTC imple mentation plan. Configuration Template Samples Step 1: Connect Network Devices to the Network The network infrastructure devices will be connected to the net work. The installation engineer must ensure that the devices are properly installed and powered from redundant power sources. Step 2: Apply Device Configuration Template to Routers/Switch es The installation engineer will use the following configuration te mplate to configure all core, distribution,
  • 8. 2/23/2016 Sample Implementation Plan1.html file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample% 20Implementation%20Plan1.html.zip/Sample%20Implementatio n%20Plan1.html 5/8 and access layer devices. Switch> enable Switch# configure terminal Switch(config)# hostname <device-name> device-name(config)# ip domain-name xumuc.com device-name(config)# enable secret <password> device-name(config)# username <username> secret <password> device-name(config)# crypto key generate rsa How many bits in the modulus [512]: 2048 device-name(config)# line con 0 device-name(config-line)# login local device-name(config-line)# exit device-name(config)# line vty 0 4 device-name(config-line)# login local device-name(config-line)# transport input ssh
  • 9. device-name(config-line)# exec-timeout 1 00 device-name(config-line)# exit device-name(config)# line vty 5 15 device-name(config-line)# login device-name(config-line)# exit device-name(config)# no logging console device-name(config)# no ip domain-lookup Configure VLANs, Network, Routing protocols. Do not forget t o configure voice vlan/s and wireless network. Configure DHCP. 2/23/2016 Sample Implementation Plan1.html file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample% 20Implementation%20Plan1.html.zip/Sample%20Implementatio n%20Plan1.html 6/8 Security Implementation Tasks VLAN, Port security, DHCP snooping, Authentication, ACL, fir ewall etc. (if required) Active Directory Implementation Tasks
  • 10. The tasks listed in Table 8 are necessary to successfully create t he new WWTC.com Active Directory forest for WWTC. STEP TASK 1 Create forest root domain 2 Create domain trees 3 Configure DNS stub zones for domains 4 Configure DNS suffix search list and distribute through GPOs 5 Establish forest trust with WWTC if required 6 Configure global catalog servers and FSMO roles 7 Create sites and subnets 8 Create site link objects and configure site link settings 9 Create organizational units and groups Table 8: Active Directory Implementation Tasks Step 1: Create Forest Root Domain The installation engineer will create the WWTC.com forest root domain using the procedure below. 2/23/2016 Sample Implementation Plan1.html
  • 11. file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample% 20Implementation%20Plan1.html.zip/Sample%20Implementatio n%20Plan1.html 7/8 1. Click on the Roles node in Server Manager and click Add Rol es under Roles Summary. 2. Select Active Directory Domain Services from the available s erver roles and click Next. 3. Confirm the selections and click Install. 4. 5. 6. And so on to final step Step 2: Create Domain Trees Use the same procedure described in Step 1 Step 3: Configure DNS Stub Zones(if required) Project Schedule or Time line DATE COMPLETED PROJECT MILESTONE March 27 Business and design requirements identified for network, securit y, and Active Directory implementation. April 3 Preliminary network design submitted for client review. April 10 Network design modification requests received from client.
  • 12. April 17 Preliminary security design submitted for client review. April 24 Security design modification requests received from client. April 28 Preliminary Active Directory design submitted for client review . May 5 Active Directory design modification requests received from cli ent. May 12 Final designs (network, security, Active Directory) submitted to client. 2/23/2016 Sample Implementation Plan1.html file:///C:/Users/Kevo24/AppData/Local/Temp/Temp1_Sample% 20Implementation%20Plan1.html.zip/Sample%20Implementatio n%20Plan1.html 8/8 Suggestion to prepare the Plan. 1. Prepare or revised your network high level diagram to indicat e all networking devices, VLANs, link addresses. You have done in your LAN submittal, please re vise that diagram. 2. Prepare an equipment list which you are using in your networ
  • 13. k. Your equipment list should have name of the equipment, connection to other equipment and IP ad dresses. You have done it in your LAN submittal but review that list and revise it. 3. Divide the work as you seem appropriate such as VLANs, or equipment. For example if you have created 20 VLANs, then 5 VLANs each member or you have 20 equipment, 5 equipment each. You do not have to follow, you can use your own methods. This submittal depends on clarity of your diagrams and equipment list and IP address assignment. Project Implementation Plan This section will lay out the implementation plan of the entire AAP design, which include configuration of key networking devices, detailing milestones, activities, resources, and budgets, as well as providing a deliverables schedule. Below is the list you can choose from, I need 3 or 4 all from the list.. Possibly all the ones for AD and I have attached Sample PDF as well. Remember to cite APA and in text if need be. Thanks · AD Policies · AD Forest Domain OU formation · AD Group Formation · AD GPO Implementation