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: