Final Internship Review 2022
Final Internship Review 2022
CONTENTS
COMPANY PROFILE
COMPANY OBJECTIVES
TASK PERFORMED
NETWORK TOPOLOGY
ROUTER CONFIGURATION
ASSIGNING IP ADDRESS
MESSAGE PASSED
OUTPUT
2
CONFIGURE AND IMPLEMENT A SMALL AND MEDIUM SIZEDSWITCH AND ROUTER NETWORKS WITH HOSTS 25/07/2022
COMPANY PROFILE
Cisco Systems was founded in December 1984 by Leonard Bosack and Sandy Lerner, two Stanford
University computer scientists.
By the time the company went public in 1990, Cisco had a market capitalization of $224 million.
By the end of the dot-com bubble in the year 2000, Cisco had a more than $500 billion market
capitalization.
Cisco Systems was founded in December 1984 by Sandy Lerner, a director of computer facilities for
the Stanford University Graduate School of Business.
Lerner partnered with her husband, Leonard Bosack, who was in charge of the Stanford University
computer science department's computers .
The company's first CEO was Bill Graves, who held the position from 1987 to 1988.
The name "CISCO" was derived from the city name San Francisco.
The logo is intended to depict the two towers of the Golden Gate Bridge.
Throughout the mid-2000s, Cisco also built a significant presence in India, establishing its Globalization
Centre East in Bangalore for $1 billion.
COMPANY OBJECTIVES
Customer satisfaction: Create more interactive and collaborative relationship with customer.
Productivity Accelerate: Decision making, build trust within and beyond the organization, and promote
innovation.
Cost Control: Reduce costs by simplifying technology while extending more flexible collaboration options
to employees.
Employee Engagement: Provide employees with better information access, flexible work options, and
Innovation and Growth: Accelerate generation and development of new ideas to support new products,
CISCO’s Vision statement talks of anything but the future. It does not say anything about its employees,
customers or even the business.
Mission of Cisco
Shape the future of the Internet by creating unprecedented value and opportunity for our customers,
employees, investors, and ecosystem partners.
MAJOR MILESTONES
Today, Cisco has gone on to push the boundaries of technological innovation by bringing the world closure
together.
Its introduction to IOE (Internet of Everything) has brought together the connection of people, process, data
and things.
It predicted that IOE could generate $4.6 trillion in value for global public sector by 2022.
Cisco Systems, Inc. (Cisco), an Internet technology company, had an organizational structure comprising of
various cross-functional teams.
The key decisions in the company were taken by councils, boards and working groups.
These committees (around 60 as of 2009) working at different levels were cross-functional in nature, and
according to the company, lent Cisco speed, scale, flexibility, and rapid replication.
SERVICES OFFERED
Cisco's products and services focus upon three market segments—enterprise, service provider, midsize and
small business.
Cisco provides IT products and services across five major technology areas: Networking, Security,
Collaboration , Data Centre, and the Internet of Things.
VoIP Services.
Hosted Collaboration Solutions.
Network Emergency Response.
Industrial visit.
The main objective of our project is to Configure and implement a small and medium sized switch and
router to establish network with hosts.
By configuring switches and router is we can increase security in several ways.
The most basic thing we can do is change the router password from its default to something more secure and
unique.
This prevents hackers from accessing your router settings
TASK PERFROMED
Configuring switches and router along with the hosts to establish connection of network elements using
packet tracer and implementing using switches and routers along with number of hosts.
A new switches and router just purchased from Cisco contains no default configuration. You need to
configure the switches and router with setup mode or from scratch using the command line interface (CLI)
before connecting it in your network environment.
As a Cisco certified professional (CCENT or CCNA), it is very important to know the basic Cisco switches
configuration commands and router configuration commands to improve the performances and the security
of the enterprise network.
1. Introduction to IP addressing.
3. Various network devices, network addressing schemes, and types of transmission media used to
4. The main objective of our project is to Configure and implement small and medium sized switch
One of the great advantages of router and switch configuration is you can increase security in several ways.
The most basic thing you can do is change the router password from its default to something more secure
and unique.
NETWORK TOPOLOGY
1. The router is connected with two switches (two different networks) and switch is connected with PC’s.
4. Network is created.
ROUTER CONFIGURATION
ROUTER COMMAND
Router >enables
Router #configure terminal
Configuring from terminal, memory, or network[terminal]?
Enter configuration command ,one per line. End with CNT\Z
Router(config)#interface GigabitEthernet 0\0
Router(config-if)#ip address 192.168.1.4 255.255.255.0
Router (config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface GigabitEthernet 0\1
Router(config-if)#ip address 192.168.2.4 255.255.255.0
Router (config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface GigabitEthernet 0\2
Router(config-if)#ip address 192.168.3.4 255.255.255.0
Router (config-if)#no shutdown
Router(config-if)#exit
ASSIGNING IP ADDRESS
IPv4 PROTOCOL:
PC0 IP ADDRESS
PC7 IP ADDRESS
• The 32-bit IP address contains information about the host and its network.
• For this purpose, routers use Subnet Mask, which is as long as the Configure and
implement a small and medium sized switch and router networks with hosts Subnet Mask
is also 32 bits long.
• If the IP address in binary is with its Subnet Mask, the result yields the Network address.
For example, say the IP Address is 192.168.1.152 and the Subnet Mask is 255.255.255.0.
3. Configure the basic IP addressing on router R1 as per the diagram and test the connectivity.
MESSAGE PASSED
OUTPUT
32