Packet Traceri
- Pages: 3
- Word count: 678
- Category: Internet
A limited time offer! Get a custom sample essay written according to your requirements urgent 3h delivery guaranteed
Order Now1. Setup the PacketTracer 5.3.3
2. Use it to draw and simulate the following networks.
3. There are 3 sub-parts a, b and c. For each part, if all PCs can ping each other, then your configuration is correct. Note that the network mask is 255.255.255.0.
1a
PC1 can ping PC2 and vice-versa. Give any IP addresses.
What cable is used to connect PC1 and PC2? _____________________________________________ Explain why such a cable is used? ______________________________________________________ Explain why you choose these IP addresses for the nodes. __________________________________ __________________________________________________________________________________________________________________________________________________________________
1b
PC1 can ping PC2 and vice-versa. Give any IP address
Are the cables used in 1b the same as the one used in 1a? __________________________________ Explain your answer. ________________________________________________________________
Must the assigned IP addresses of the two nodes be in the same subnet for them to communicate? ___________________________ Explain your answer. ________________________________________________________________
1c
PC1, PC2, PC11 and PC22 can ping each other.
Use network mask = 255.255.255.0
You must configure the fa0/0 to IP address : _______________________ You must configure the fa0/1 to IP address : _______________________
There are two ways to configure the router.
1. Window-based
2. Command Line Interface (CLI) based
1. Window-based Steps
To configure the IP Address & routing on the router:
a) Double-click the router. A pop-up window will come up
b) Select the middle sub-menu (config)
c) To configure IP address, select the interfaces
d) To configure routing, select routing
2. Command Line-based Steps
To configure the IP Address on the router:
(Note: The Bold character is what you need to type)
a) Click the CLI
b) Press RETURN to get started (in command line mode).
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface fa0/0
Router(config-if)#ip address 1.2.3.4 255.255.255.0
Router(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up Router(config-if)#interface fa0/1
Router(config-if)#ip address 4.3.2.1 255.255.255.0
Router(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up Router(config-if)#exit
The command format for IP address configuration:
Select the interface.
Router(config-if)# ip address <IP_address> <Network_mask>
Part 2: Setup Wireless Connection Using Packet Tracer
2a
Select a PC, power down the PC.
Change the NIC to a Wireless NIC.
Power on the PC.
Connect it to an Access Point.
Configure the IP Address on PC0 and PC1, both PC should be able to ping each other.
2b
Configure a network topology as below and all PCs must be able to ping each other.
Part 3: Understanding Routing Using Packet Tracer 5.3
The network mask is 255.255.255.0
Steps to configure the IP Address & routing on the router: i. Double-click the router. A pop-up window will come up
2. Select the middle sub-menu (config)
3. To configure IP address, select the interfaces
4. To configure routing, select routing
3a
Use packet tracer to draw and simulate the following network below
Fill in the blank to provide your own addressing
No| Name| Value| |
1| Network Mask (for the whole network)| 255.255.255.0| | 2| Network 1 Address| | |
3| Network 2 Address| | |
4| Network 3 Address| | |
3b
Static Routing
a) Give your own IP addressing for the above network.
b) Configure static routing on Router1 and Router2
c) Make sure that every station including the router can ping every other station. Then, you configuration is correct. d) After all PC can ping each other, double-click each router and go to CLI Menu on each Router and do type “show ip route” Record the output
Router1# show IP route
______________________________________________________________________________ ____________________________________________________________________________________________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________
Router2 # show IP route
______________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________
3c
Default Routing
a) Give your own IP addressing for the above network.
b) Configure static routing on Router1 and default route on Router2 c) Make sure that every station including the router can ping every other station. Then, you configuration is correct. d) After all PC can ping each other, double-click each router and go to CLI Menu on each Router and do type “show ip route” Record the output
Router1# show ip route
______________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________
Router2 # show ip route
______________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________ ______________________________________________________________________________
3d
Dynamic Routing. RIP
a) Give your own IP addressing for the above network.