Question

Configure IP static routing using 6 pc's, 3 routers & 3 switches by using CISCO PACKET...


Configure IP static routing using 6 pc's, 3 routers & 3 switches
by using CISCO PACKET .


Basic Configuration
R0
Router> enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int f0/0
Router(config-if)#ip add 198.50.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int s0/0/0
Router(config-if)#ip add 198.50.4.1 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut
Router(config-if)#exit
Routing protocol (Static Routing)
Router(config)#ip route 198.50.4.0 255.255.255.0 s0/0/0
Router(config)#ip route 198.50.2.0 255.255.255.0 s0/0/0
Router(config)#ip route 198.50.3.0 255.255.255.0 s0/0/0
Router(config)#ip route 198.50.5.0 255.255.255.0 s0/0/0
Router(config)#exit
Router# wr
R1
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int f0/0
Router(config-if)#ip add 198.50.2.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int s0/0/1
Router(config-if)#ip add 198.50.4.2 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int s0/0/0
Router(config-if)#ip add 198.50.5.1 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#ip route 198.50.5.0 255.255.255.0 s0/0/0
Router(config)#ip route 198.50.3.0 255.255.255.0 s0/0/0
Router(config)#ip route 198.50.4.0 255.255.255.0 s0/0/1
Router(config)#ip route 198.50.1.0 255.255.255.0 s0/0/1
Router(config)#exit
Router# wr
R2
Router>
Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int f0/0
Router(config-if)#ip add 198.50.3.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int s0/0/1
Router(config-if)#ip add 198.50.5.2 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#ip route 198.50.1.0 255.255.255.0 s0/0/1
Router(config)#ip route 198.50.2.0 255.255.255.0 s0/0/1
Router(config)#ip route 198.50.4.0 255.255.255.0 s0/0/1
Router(config)#ip route 198.50.5.0 255.255.255.0 s0/0/1
Router(config)#exit
Router# wr

Homework Answers

Answer #1

R1 Configuration

R1 Configuration

R3 Configuration

PC IP configuration

Ping message

Thanks

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT
Active Questions
  • 4. List and describe the THREE (3) necessary conditions for complete similarity between a model and...
    asked 40 minutes ago
  • In C++ Complete the template Integer Average program. // Calculate the average of several integers. #include...
    asked 45 minutes ago
  • A uniform rod is set up so that it can rotate about a perpendicular axis at...
    asked 47 minutes ago
  • To the TwoDArray, add a method called transpose() that generates the transpose of a 2D array...
    asked 1 hour ago
  • How could your result from GC (retention time, percent area, etc.) be affected by these following...
    asked 1 hour ago
  • QUESTION 17 What are the tasks in Logical Network Design phase? (Select five. ) Design a...
    asked 1 hour ago
  • What is the temperature of N2 gas if the average speed (actually the root-mean-square speed) of...
    asked 1 hour ago
  • Question One: Basic security concepts and terminology                         (2 marks) Computer security is the protection of...
    asked 1 hour ago
  • In program P83.cpp, make the above changes, save the program as ex83.cpp, compile and run the...
    asked 1 hour ago
  • the determination of aspirin in commercial preparations experment explain why the FeCl3-KCl-HCl solution was ased as...
    asked 2 hours ago
  • Describe important events and influences in the life of Wolfgang Amadeus Mozart. What styles, genres, and...
    asked 2 hours ago
  • 3.12 Grade Statistics Write a python module "school.py" that prints school information (first 3 lines of...
    asked 2 hours ago