StudentShare
Contact Us
Sign In / Sign Up for FREE
Search
Go to advanced search...
Free

IP Networking - Cisco onfigurations - Report Example

Cite this document
Summary
From the paper "IP Networking - Cisco Сonfigurations " it is clear that due to mergers and corporate expansion of the corporate, the number of networks and subnets number in the routing table is increasing. The growth taxes, bandwidth, and memory are used in maintaining the routing table…
Download full paper File format: .doc, available for editing
GRAB THE BEST PAPER94.2% of users find it useful
IP Networking - Cisco onfigurations
Read Text Preview

Extract of sample "IP Networking - Cisco onfigurations"

? IP Networking al Affiliation) Executive Summary A company X wants to connect its corporate headquarters to three regional branches (Region 1, Region 2, and Region 3). This will be made possible by developing the Cisco configurations and IP addressing scheme. Previously, the company contracted a consultant to carry out the activity but it was poorly done. The IP address scheme was not proportional leading to a routing table: some regions were large than the others. Additionally, VLAN was not developed in order to separate the broadcast traffic. Company X headquarters has a total of four directorates and 400 employees. The department includes the executive leadership, research and development, human resources, and sales. Region 1 has customer service and accounting department, Region 2 has marketing and advertising department, while region 3 has inventory, manufacturing, and engineering departments. To accommodate the network growth the company will have to use the VLSM (Variable Length Subnet Mask) which was previously ignored by a consultant. This is after the company realized that all the network addresses are statically generated. This led to a high administration overhead when the networks and locations are added to the network. The company therefore has opted to come up with a standard IP addressing table for the WAN links and their locations. It has also decided to sample the configuration of Cisco for each and every location. Additionally, it will deny the users in Region 2 from accessing the offices of region 3 serial interface. At the end of the configuration the company will generate a network diagram capturing the whole system. Technical Details IP Addressing Table and WAN links for the Locations ASSIGNED IP NETWORKS IP Network Region Department IP Address VLAN 207.17.5.0/24 Corporate X headquarter Executive Leadership 20 1 Sales 80 1 Human Resources 25 1 Research and Development 275 2 207.17.8.0/24 Region 1 Accounting 20 1 Customer Service 80 1 207.17.9.0/24 Region 2 Advertising 23 1 Marketing 47 1 207.17.10.0/24 Region 3 Manufacturing 25 1 Engineering 78 1 Inventory 22 1 WAN LINKS IP Network Region     WAN Required 207.17.11.0./24 HQ to Region 1     2 HQ to Region 2     2 HQ to Region 3     2 Future expansion     2 Future expansion     2 Future expansion     2 Cisco configurations Here it is assumed that every network interfaces are operational and is ready for consultant’s configuration. The configuration entails the Ethernet configuration, VLAN configurations, the serial ports, routing protocols, and the summarization route from the headquarters’ office to region 1. The section describes how the three regional offices will be connected to the corporate’s headquarter. The corporate will use the following WAN options; synchronous leased line, frame relay, asynchronous dial-up line, and x.25. The WAN encapsulation will comprise of the point-to-point protocol, frame relay, X.25, and HDLC (High Level Data Link Control). The routed protocols will include IP and IPX. Other feature in the system are Dynamic IP routing, IPX routing and Dynamic IP, IPX routes and Static IP, sub-interfaces, and Dynamic Host Configuration Protocol. Additionally, the configurations options include the Command line Interface and cisco 805 Fast Step. The table below shows the sample network configuring the three regions and the headquarters to ISP networks. Region No WAN options WAN Encapsulations Routed Protocol Other Features Configuration Options Headquarters Synchronous Leased Line HDLC IP Dynamic IP routing CLI, Cisco Fast Step Software Region 1 Asynchronous dial up line PPP IP Static IP route Firewall IPCP/PPP CLI, Cisco Fast Step Software Region 2 Synchronous Leased Line PPP IP Static IP route CLI, Cisco Fast Step Software Region 3 Frame Relay Frame Relay IP Firewall, Static IP route, and NAT overload CLI, Cisco Fast Step Software Before configuring, the following steps will be done: the network administrators from the headquarters and regional offices will set up the IP address scheme and decide the type of IP protocol that will be used. The network administrators from the headquarters and regional offices will also set up the IPX and IP scheme and decide the type of routing protocol to be used. HDLC (Leased Line) The network below shows the regional office to regional office network with the synchronous leased line that runs HDLS. The network will use the IP as a routed protocol to find the route to the headquarters office. HQ (207.17.5.0/24) 207.17.11.0/24 Region 1(207.17.8.0)/24 HQ (207.17.5.0/24) 207.17.11.0/24 Region 2(207.17.9.0/24) HQ (207.17.5.0/24) 207.17.11.0/24 Region 3(207.17.10.0/24) The Region 1 Context Configuration Hostname Admin domain isp interface gigabit Ethernet 0/0.3    name if outside    region 1    ip address 207.17.8.0/24    no shutdown interface gigabitethernet 0/1.4    nameif inside the region 1 or 3       ip address 207.17.8.0/24    no shutdown passwd secret1969 enable password h1andl0 route outside 0 0 209.165.201.1 1 ssh 10.1.1.75 255.255.255.255 inside nat (inside) 1 10.1.1.0 255.255.255.0 ! This context uses dynamic NAT for inside users that access the outside global (outside) 1 209.165.201.10-209.165.201.29 ! The host at 10.1.1.75 has access to the Websense server in Customer C, so ! it needs a static translation for use in Customer C's access list static (inside,outside) 209.165.201.30 10.1.1.75 netmask 255.255.255.255 Region 2 Context Configuration interface gigabitethernet 0/0.3    nameif outside    security-level 0    ip address 207.17.9.0)/24    no shutdown interface gigabitethernet 0/1.5    nameif inside    security-level 100    ip address 10.1.2.1 255.255.255.0    no shutdown passwd hell0! enable password enter55 route outside 0 0 207.17.8.0)/24 ! The Customer A context has a second network behind an inside router that requires a ! static route. All other traffic is handled by the default route pointing to the router. route inside 192.168.1.0 255.255.255.0 10.1.2.2 1 nat (inside) 1 10.1.2.0 255.255.255.0 ! This context uses dynamic PAT for inside users that access that outside. The outside ! interface address is used for the PAT address global (outside) 1 interface Region 3 Context Configuration interface gigabitethernet 0/0.3    nameif outside    security-level 0    ip address 207.17.10.0)/24    no shutdown interface gigabitethernet 0/1.6    nameif inside    security-level 100    ip address 10.1.3.1 255.255.255.0    no shutdown passwd tenac10us enable password defen$e route outside 0 0 207.17.10.0)/24 nat (inside) 1 10.1.3.0 255.255.255.0 ! This context uses dynamic PAT for inside users that access the outside global (outside) 1 209.165.201.9 netmask 255.255.255.255 access-list INTERNET remark Inside users only access HTTP and HTTPS servers on the outside access-list INTERNET extended permit tcp any any eq http access-list INTERNET extended permit tcp any any eq https access-group INTERNET in interface inside Global Parameters For global parameter the router will be configured as outlined below The configuration mode is entered with a configure terminal command. Then we will specify the router’s name, by inputing the hostname name command, then the encrypted password will be enabled to authorize the router access. The router will be configured to netsub range of zero as a valid address range. The command will be generated as ip subnet-zero. The Ethernet interface will be configured as shown in the figure below Step Activity Router Prompt Command 1 Enter the Ethernet interface configuration mode Router # Interface Ethernet zero 2 Subnet Mask and set the IP address Router # IP address mask 3 Enable the interface and configuration alterations Router # No shutting down 4 Exit the Ethernet interface configuration mode Router # Exit Serial interface The serial interface was configured using the steps outlined below Step Activity Router Prompt Command 1 Enter the serial interface configuration Router # Interface serial zero 2 Set the IP address Router # IP unnumbered Ethernet zero 3 Specify the PPP Router # Encapsulation ppp 4 Enable the interface and changes in configuration Router # No shutting down 5 Exit the mode of configuration Router # Exit 6 Put up a static route Router # Ip route 0.0.0.0.0.0 serial 0 Route Summarization VLAN Configuration IP Routing Protocol Protocol Automatic Summarization Capability to switch off automatic summarization Capability to summarize classful Network Boundary RIPv1 Yes No No RIPv2 Yes Yes No IGRP Yes No No EIGRP Yes Yes Yes OSPF No - Yes IS-IS No - Yes Conclusion Due to mergers and corporate expansion of the corporate, the number of network and subnets number in the routing table is increasing. The growth taxes, bandwidth, and memory used in maintaining the routing table. The route summarization will manage the corporate just like the growth of the internet. Thorough route summarization understanding will implement the scalable network. The paper discussed the router summarization and the relationship existing between the VSKM and summarization. To accommodate the network growth the company to use the VLSM (Variable Length Subnet Mask) this was previously ignored by a consultant. This is after the company realized that all the network addresses are statically generated. This led to a high administration overhead when the networks and locations are added to the network. The company opted to come up with a standard IP addressing table for the WAN links and their locations. It has also decided to sample the configuration of cisco for each and every location. Additionally, it denied the users in Region 2 from accessing the offices of region 3 serial interface. At the end of the configuration the company will generate a network diagram capturing the whole system. Reference Systems, I. (1999). Cisco IOS 12.0 interface configuration. Indianapolis, IN: Cisco Press. Read More
Cite this document
  • APA
  • MLA
  • CHICAGO
(“IP Networking Lab Report Example | Topics and Well Written Essays - 2000 words”, n.d.)
IP Networking Lab Report Example | Topics and Well Written Essays - 2000 words. Retrieved from https://studentshare.org/information-technology/1490748-ip-networking
(IP Networking Lab Report Example | Topics and Well Written Essays - 2000 Words)
IP Networking Lab Report Example | Topics and Well Written Essays - 2000 Words. https://studentshare.org/information-technology/1490748-ip-networking.
“IP Networking Lab Report Example | Topics and Well Written Essays - 2000 Words”, n.d. https://studentshare.org/information-technology/1490748-ip-networking.
  • Cited: 0 times

CHECK THESE SAMPLES OF IP Networking - Cisco onfigurations

Case Study on network solution

cisco Unified Wireless Network is a perfect solution, which can offer the merged business the input handling capacity that it needs.... cisco Unified Wireless Network is now upgraded with the latest centralized configuration, guidelines, and innovative functions.... The cisco Unified Wireless Network allows efficient running and monitoring of a combination of mobile packages from the dental offices while keeping a check on practitioners who tend to their clients from homes....
4 Pages (1000 words) Case Study

Advanced Routing Protocols

The most common Distance Vector Routing Protocols are IP RIP version 2 (this is more popular compared to the original RIP as some limitations have been removed) and cisco IGRP.... The most common Link state routing protocols are OSPF and cisco EIGRP.... the number of ip hosts traversed to reach the destination)....
27 Pages (6750 words) Essay

Business Proposal for the Requirements of the TEEVO Corporation

(CSMA/CD) networking standard is the most popular and adaptable specification which caters with the new challenges and implementations of the modern internetworks equipped with powerful switches and routes.... The paper "Business Proposal for the Requirements of the TEEVO Corporation" suggests a network set up to be created that would orchestrate the various departments and structures in the corporate settings....
12 Pages (3000 words) Case Study

A Network Solution for Sports Authority Field

There are two ip addressing systems to be chosen from; static and dynamic address system.... The paper 'A Network Solution for Sports Authority Field' focuses on Sports Authority Field at Mile High which is a modern sporting establishment based in Denver Colorado.... Sports Authority Field is the home of the Denver Broncos American Football team and Denver Outlaws Lacrosse....
18 Pages (4500 words) Term Paper

The Management of Associated Benefits Company

cisco and D-Link brands for routers and switches, respectively, are chosen because of the manufacturer's long history of reliability and support (Fehmi et al.... The paper "The Management of Associated Benefits Company" tells that there is a need to interconnect the 46 stand-alone computers within Associated Benefits Company through a local area network....
8 Pages (2000 words) Assignment

Growth of Electronic Connectivity

The assignment "Development of networking Issues" focuses on the critical analysis of the major issues in the development of networking.... he company's large computing requirements require very sophisticated networking equipment.... New technologies which are related to connectivity such as the internet have therefore metamorphosed as mandatory subjects not only for the Management Information Systems (MIS) personnel but also for the Chief Executive Officers (CEOs), and Transmission Control Protocol/ Internet Protocol (TCP/ip) has become a buzzword overnight....
15 Pages (3750 words) Assignment

QoS in VOIP and Other Networks

This report "QoS in VOIP and Other Networks" discusses various techniques that can be applied to ensure high QoS in a cisco-based network system as well as a cisco VOIP system.... According to cisco (2008) for one to offer preferred services to a particular form of traffic, the traffics must first be recognized.... This enhances the avoidance of tail drops as well as issues related to global synchronization, therefore, maximizing the performance of TCP-based applications and network utilization (cisco, 2008)....
13 Pages (3250 words) Report

IQ Corporation Network Planning and Design

The IQ Corporation is also considering increasing voice services through VoIP, this will be done using the MDF/IDF connections, and on every floor (with) respect to a number of users, cisco IP phones will be added to their working area.... ip VLSM subnetting will be employed in the following manner, the servers will be offered a range of ip addresses with their subnet.... oIP solutions and hence the need for ip Phone (seriously considering) ...
5 Pages (1250 words) Report
sponsored ads
We use cookies to create the best experience for you. Keep on browsing if you are OK with that, or find out how to manage cookies.
Contact Us