February 2024 - Prum Soriya

Hot

Post Top Ad

Friday, 9 February 2024

Designing Planar Transmission Line: Microstrip, Coplanar Waveguide, and Grounded Coplanar Waveguide, and Designing Impedance Transformer: QWT, BMT, and CMT

Chapter 14-Understanding Applications in a Virtual Machine

Chapter 13-Understanding Availability

Chapter 12-Managing Additional Devices in Virtual Machines

Chapter 11-Copying a Virtual Machine

Chapter 10-Managing Networking for a Virtual Machine

Chapter 9-Managing Storage for a Virtual Machine

Chapter 8-Managing Memory for a Virtual Machine

Chapter 7-Managing CPUs for a Virtual Machine

Chapter 6-Installing Linux on a Virtual Machine

Chapter 5-Installing Windows on a Virtual Machine

Chapter 4-Creating a Virtual Machine

Chapter 3-Understanding Virtual Machines

Chapter 2-Understanding Hypervisors

OSPF Configuration

February 09, 2024 0

 


R5
enable
configure terminal
interface f0/1
ip address 10.0.1.1 255.255.255.0
no shutdown
interface f0/0
ip address 10.0.0.1 255.255.255.252
no shutdown

router ospf 10
passive-interface f0/1
router-id 6.6.6.6
network 10.0.0.0 0.0.0.3 area 0
network 10.0.1.0 0.0.0.255 area 0

R1
enable
configure terminal
interface f1/0
ip address 10.0.0.5 255.255.255.252
no shutdown
interface f0/0
ip address 10.0.0.2 255.255.255.252
no shutdown
interface f0/1
ip address 10.0.0.9 255.255.255.252
no shutdown

router ospf 10
router-id 2.2.2.2
network 10.0.0.0 0.0.0.3 area 0
network 10.0.0.4 0.0.0.3 area 0
network 10.0.0.8 0.0.0.3 area 0

R2
enable
configure terminal
interface f0/0
ip address 10.0.0.10 255.255.255.252
no shutdown
interface f1/0
ip address 10.0.0.22 255.255.255.252
no shutdown
interface f0/1
ip address 10.0.0.14 255.255.255.252
no shutdown

router ospf 10
router-id 3.3.3.3
network 10.0.0.8 0.0.0.3 area 0
network 10.0.0.12 0.0.0.3 area 0
network 10.0.0.20 0.0.0.3 area 0

R3
enable
configure terminal
interface f0/0
ip address 10.0.0.21 255.255.255.252
no shutdown
interface f0/1
ip address 10.0.0.18 255.255.255.252
no shutdown
interface f1/0
ip address 10.0.0.25 255.255.255.252
no shutdown

router ospf 10
router-id 4.4.4.4
network 10.0.0.24 0.0.0.3 area 0
network 10.0.0.16 0.0.0.3 area 0
network 10.0.0.20 0.0.0.3 area 0

R4
enable
configure terminal
interface f0/1
ip address 10.0.0.6 255.255.255.252
no shutdown
interface f0/0
ip address 10.0.0.13 255.255.255.252
no shutdown
interface f1/0
ip address 10.0.0.17 255.255.255.252
no shutdown

router ospf 10
router-id 5.5.5.5
network 10.0.0.12 0.0.0.3 area 0
network 10.0.0.16 0.0.0.3 area 0
network 10.0.0.4 0.0.0.3 area 0

R6
enable
configure terminal
interface f1/0
ip address 10.0.0.26 255.255.255.252
no shutdown
interface f0/1
ip address 10.0.2.1 255.255.255.0
no shutdown

router ospf 10
router-id 7.7.7.7
network 10.0.0.24 0.0.0.3 area 0
network 10.0.2.0 0.0.0.255 area 0


Read More

ISP Network Design Research Project

Post Top Ad