Question

Using Cisco Packet Tracer (PT), create a topology with 5 routers using OSPF (Open Shortest Path First) for a basic network (any kind will do) and show steps.

Using Cisco Packet Tracer (PT), create a topology with 5 routers using OSPF (Open Shortest Path First) for a basic network (any kind will do) and show steps.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

A network using Fixed Length Sub netmask (FLSM) to implement OSPF

TOPOLOGY

tetiok B21腿11. 128 gate膨192.1, 11.129 broadcast: 152.158 11 159 20 oss: 3 hosts 32 etiotp:凯268.11% 192181197 92.158 11.127 25

Addressing Table

Device Interface IP address |Subnet maskNetwork Defajult IP gateway 192.168.58.1 192.168.58.0 255.255.255.224 N/A Fe 0/0 192.

COMMANDS

Step 1: Configure the routers

Router0 :

Router> enable

Router# configure terminal

Router(config)#interface FastEthernet0/0

Router(config-if)# ip address 192.168.58.1 255.255.255.224

Router(config-if)#no shutdown

Router(config-if)#exit

Router> enable

Router# configure terminal

Router(config)#interface FastEthernet1/0

Router(config-if)# ip address 192.168.58.33 255.255.255.224

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface Serial2/0

Router(config-if)#clock rate 64000

Router(config-if)# ip address 192.168.58.129 255.255.255.224

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#exit

Router1 :

Router> enable

Router# configure terminal

Router(config)#interface FastEthernet0/0

Router(config-if)# ip address 192.168.58.65 255.255.255.224

Router(config-if)#no shutdown

Router(config-if)#exit

Router> enable

Router# configure terminal

Router(config)#interface FastEthernet1/0

Router(config-if)# ip address 192.168.58.97 255.255.255.224

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface Serial2/0

Router(config-if)#clock rate 64000

Router(config-if)# ip address 192.168.58.130 255.255.255.224

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#exit

Configuring OSPF

while configuring ospf whe have to use the following format

Router(config-router)# <network id><wild card mask> <area>

Router0 :

Router> enable

Router# configure terminal

Router(config)#router ospf 1

Router(config-router)#network 192.168.58.0 0.0.0.31 area 0

Router(config-router)#network 192.168.58.32 0.0.0.31 area 0

Router(config-router)#network 192.168.58.128 0.0.0.31 area 0

Router1 :

Router> enable

Router# configure terminal

Router(config)#router ospf 1

Router(config-router)#network 192.168.58.96 0.0.0.31 area 0

Router(config-router)#network 192.168.58.64 0.0.0.31 area 0

Router(config-router)#network 192.168.58.128 0.0.0.31 area 0

OUTPUT:

Command Prompt Packet Tracer pC Command Line 1O PC>ping 192.168-11-3 Pinging 192.168.11.3 with 32 bytes of data: Request time

Add a comment
Know the answer?
Add Answer to:
Using Cisco Packet Tracer (PT), create a topology with 5 routers using OSPF (Open Shortest Path First) for a basic network (any kind will do) and show steps.
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT