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

Configuring Extra Router Port in Packet Tracer

The experiment objective was to configure a network topology using Cisco packet tracer by setting up an extra port on the router. This involved configuring IP addresses on three interfaces of the router connected to different departments and enabling banner text on the router. Pings were successfully performed between devices in different departments to verify the configuration.

Uploaded by

towhidul
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)
23 views9 pages

Configuring Extra Router Port in Packet Tracer

The experiment objective was to configure a network topology using Cisco packet tracer by setting up an extra port on the router. This involved configuring IP addresses on three interfaces of the router connected to different departments and enabling banner text on the router. Pings were successfully performed between devices in different departments to verify the configuration.

Uploaded by

towhidul
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

Experiment No: 03

Experiment Name: Setup an extra port in the router and configure the given topology.

Objective:

01. To learn how to configure network using Cisco packet tracer.


02. To learn how to ping in between different devices.
03. To learn how to setup an extra port in the router.
04. To learn banner function in Cisco packet tracer.

Apparatus:

01. Personal Computer


02. Cisco packet tracer software
03. MS Word

Network design:

Fig-01: configuration of a network system

Configuration Command:

Router>en
Router#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int f0/0
Router(config-if)#ip address [Link] [Link]
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)#int f0/1
Router(config-if)#ip address [Link] [Link]
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)#int eth0/0/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Ethernet0/0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0/0/0, changed state to up
Router(config-if)#exit

BANNER
Router(config)#banner motd # this device is used for ETE,EEE & CSE dept#
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#exit
Router con0 is now available
Press RETURN to get started.
this device is used for ETE,EEE & CSE dept
Output of Command prompt from EEE-1 to CSE-123:

Fig-02: Output from command prompt


Output of Command prompt from EEE-1 to ETE-123:

Fig-03: Output from command prompt


Output of Command prompt from CSE-1 to EEE-123:

Fig-04: Output from command prompt


Output of Command prompt from CSE to ETE-123:

Fig-05: Output from command prompt


Output of Command prompt from ETE-1 to EEE-123:

Fig-06: Output from command prompt


Output of Command prompt from ETE to CSE-123:

Fig-07: Output from command prompt


Discussion:

You might also like