🧭 Topología

image.png

🎯 Objetivo del laboratorio


🟦 Aruba1 (ArubaOS-CX1)

Aruba1# show run
Current configuration:
!
!Version ArubaOS-CX Virtual.10.03.0020
hostname Aruba1

router ospf 1
    router-id 1.1.1.1
    area 0.0.0.0
vlan 1
interface 1/1/1 
    no shutdown
    ip address 192.168.2.2/24
    ip ospf 1 area 0.0.0.0
    ip ospf cost 1
    ip ospf network point-to-point
interface 1/1/2 
    no shutdown
    ip address 192.168.4.1/24
    ip ospf 1 area 0.0.0.0
    ip ospf cost 1
    ip ospf network point-to-point
interface 1/1/3 
    no shutdown
interface loopback 0
    ip address 1.1.1.1/32
    ip ospf 1 area 0.0.0.0
Aruba1#  

🟩 Aruba2 (ArubaOS-CX2)

Aruba2# show run
Current configuration:
!
!Version ArubaOS-CX Virtual.10.03.0020
hostname Aruba2

router ospf 1
    router-id 2.2.2.2
    area 0.0.0.0
vlan 1
interface 1/1/1 
    no shutdown
    ip address 192.168.2.1/24
    ip ospf 1 area 0.0.0.0
    ip ospf cost 1
    ip ospf network point-to-point
interface 1/1/2 
    no shutdown
    ip address 192.168.3.1/24
    ip ospf 1 area 0.0.0.0
    ip ospf network point-to-point
interface 1/1/3 
    no shutdown
    ip address 192.168.1.1/24
    ip ospf 1 area 0.0.0.0
interface loopback 0
    ip address 2.2.2.2/32
    ip ospf 1 area 0.0.0.0
Aruba2#  

🟧 Aruba3 (ArubaOS-CX3)

Aruba3# show run
Current configuration:
!
!Version ArubaOS-CX Virtual.10.03.0020
hostname Aruba3

router ospf 1
    router-id 3.3.3.3
    area 0.0.0.0
vlan 1
interface 1/1/1 
    no shutdown
    ip address 192.168.5.2/24
    ip ospf 1 area 0.0.0.0
    ip ospf network point-to-point
interface 1/1/2 
    no shutdown
    ip address 192.168.3.2/24
    ip ospf 1 area 0.0.0.0
    ip ospf network point-to-point
interface loopback 0
    ip address 3.3.3.3/32
    ip ospf 1 area 0.0.0.0
Aruba3# 

🧩 SW_Cisco (IOU1)

SW_Cisco(config)#do show run
Building configuration...

Current configuration : 1980 bytes
!

hostname SW_Cisco

interface Loopback0
 ip address 6.6.6.6 255.255.255.255
!

interface Ethernet0/0
 no switchport
 ip address 192.168.4.2 255.255.255.0
 ip ospf network point-to-point
 ip ospf cost 1
 duplex auto
!
interface Ethernet0/1
 no switchport
 ip address 192.168.5.1 255.255.255.0
 ip ospf network point-to-point
 duplex auto
!
interface Ethernet0/2
 no switchport
 ip address 192.168.6.1 255.255.255.0
 duplex auto
!
router ospf 1
 router-id 6.6.6.6
 network 6.6.6.6 0.0.0.0 area 0
 network 192.168.4.0 0.0.0.255 area 0
 network 192.168.5.0 0.0.0.255 area 0
 network 192.168.6.0 0.0.0.255 area 0
!

end

💻 PCs

PC1> ip 192.168.1.2 24 192.168.1.1
Checking for duplicate address...
PC1 : 192.168.1.2 255.255.255.0 gateway 192.168.1.1