0% found this document useful (0 votes)
132 views9 pages

Regional Telecom Training Centre Bhubaneswar, Odisha: Industrial Training Project Report

This document is an industrial training project report submitted by Anup Kumar Patel to the Regional Telecom Training Centre in Bhubaneswar, Odisha. It describes configuring a router using Packet Tracer, including enabling secret passwords, configuring virtual terminal and console lines with passwords, assigning IP addresses to fast ethernet interfaces, and saving the running configuration to startup. The student thanks faculty members for their technical guidance during the training.

Uploaded by

Anup Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
132 views9 pages

Regional Telecom Training Centre Bhubaneswar, Odisha: Industrial Training Project Report

This document is an industrial training project report submitted by Anup Kumar Patel to the Regional Telecom Training Centre in Bhubaneswar, Odisha. It describes configuring a router using Packet Tracer, including enabling secret passwords, configuring virtual terminal and console lines with passwords, assigning IP addresses to fast ethernet interfaces, and saving the running configuration to startup. The student thanks faculty members for their technical guidance during the training.

Uploaded by

Anup Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

REGIONAL TELECOM TRAINING CENTRE

BHUBANESWAR, ODISHA

INDUSTRIAL TRAINING PROJECT REPORT

STUDY OF ROUTER CONFIGURATION MODE USING


PACKET TRACER

SUBMITTED BY:

NAME: ANUP KUMAR PATEL

COLLEGE: VELLORE INSTITUTE OF TECHNOLOGY, VELLORE

BRANCH: ELECTRONICS AND COMMUNICATION (ECE)


ACKNOWWLEDGEMENT

This project is the manifestation of a learning process that began for me


during these last 30 days. During the training period, I have come across
some wonderful people in form of faculties from whom I have learnt
immensely.
I would like to express my heartfelt thanks to our batch charge S.N.MISHRA
(SR.SDE, RTTC, BBSR) for his technical inputs, support and encouragement
throughout this period. Lastly, I also want to thank Regional Telecom
Training Centre, BBSR for providing an opportunity to work on this project
COMMANDS:

Hostname
The hostname command displays the host name of the Windows XP computer currently logged
into.

Ipconfig
Ipconfig is a MS-DOS utility that can be used from MS-DOS and a MS-DOS shell to display the
network settings currently assigned and given by a network. This command can be utilized to
verify a network connection as well as to verify your network settings.

Ping
Ping is one of the most commonly used and known commands. Ping allows a user to ping
another network IP address. This can help determine if the network is able to communicate with
the network.

NBTSTAT

The nbtstat MS-DOS utility that displays protocol statistics and current TCP/IP connections
using NBT.

See the nbtstat command page for further help on this MS-DOS and Windows command.

ROUTE

The route MS-DOS utility enables computers to view and modify the computer's route table.

 See the route command page for further information and help with this command

Tracert
The tracert command is used to visually see a network packet being sent and received and the
amount of hops required for that packet to get to its destination.

 Users with Microsoft Windows 2000 and Windows XP who need additional information
network latency and network loss should also consider using the pathping command

Arp

Displays, adds, and removes arp information from network devices


IMPLEMENTATION:

<Router configuration>
Continue with configuration dialog? [yes/no]: no

Press RETURN to get started!

Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#enable secret class
Router(config)#line con 0
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#exit
Router(config)#line vty 0 4
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#description Router0 FastEthernet0/0
Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#exit
Router(config)#interface fastEthernet0/1
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#description Router0 FastEthernet0/1
Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

Router(config-if)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#show running-config
Building configuration...

Current configuration : 638 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description Router0 FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
description Router0 FastEthernet0/1
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless

!
!
!
!
!
!
!
line con 0
password cisco
login
line vty 0 4
password cisco
login
!
!
!
end

Router#
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Router#
Router#
RESULT:
REFERENCES:

1. https://www.netacad.com/courses/packet-tracer
2. https://www.cisco.com/en/US/docs/security/vpn5000/manager/reference/guide/appA.htm
l
3. https://www.cisco.com/c/en_in/index.html

You might also like