After some long talks and thinking, I am going to start over with everything. I have 3 8320s I am going to use as my Core (I am going to with OSPF).
I am going to configure it all and test it first before I deploy it, I currently have them configured just running OSPFv2. My Main switch (switch A) can ping both switch B and C. Switch C can ping Switch A (both IP addresses I am using, but not Switch B. Switch B can ping one IP on Switch A, but not the second or Switch C. Below are my configs ( I am sure it is something simple I am missing)...
Switch B <--> Switch A <--> Switch C
-----------------------------------------------------------------------------------------------------
Switch B
configure terminal
interface loopback 0
ip address 1.1.1.2/32
exit
interface 1/1/48
description Switch B <--> Switch A
routing
ip address 192.168.5.0/31
router ospf 1
router-id 1.1.1.2
area 0
passive interface default
exit
interface loopback 0
ip ospf 1 area 0
exit
int 1/1/48
ip ospf 1 area 0
ip ospf messagde-digest-key 1 md5 plaintext password
ip ospf authentication message-digest
no ip ospf passive
ip ospf network point-to-point
no shut
exit
wr mem
-----------------------------------------------------------------------------------------------------
Switch A
config
int l0
ip add 1.1.1.1/32
exit
int 1/1/1
descrition Switch A <--> Switch B
routing
ip address 192.168.5.1/31
router ospf 1
router-id 1.1.1.1
passive-interface default
area 0
exit
int l0
ip ospf 1 area 0
exit
int 1/1/1
ip ospf 1 area 0
ip ospf message-digest-key 1 md5 plaintext password
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf network point-to-point
ip ospf authentication message-digest
no shut
int 1/1/48
description Switch A <--> Switch C
routing
ip add 192.168.5.2/31
ip ospf 1 area 0
no ip ospf passive
ip ospf network point-to-point
ip ospf message-digest-key 1 md5 plaintext password
ip ospf authentication message-digest
-----------------------------------------------------------------------------------------------------
Switch C
configure terminal
interface loopback 0
ip address 1.1.1.3/32
exit
interface 1/1/1
description Switch C <--> Switch A
routing
ip address 192.168.5.3/31
router ospf 1
router-id 1.1.1.3
area 0
passive interface default
exit
interface loopback 0
ip ospf 1 area 0
exit
int 1/1/1
ip ospf 1 area 0
ip ospf messagde-digest-key 1 md5 plaintext password
ip ospf authentication message-digest
no ip ospf passive
ip ospf network point-to-point
no shut
exit
wr mem
------------------------------
rford1219
------------------------------
Original Message:
Sent: Jul 19, 2021 10:53 PM
From: richard ford
Subject: OSPF configuration and routing
Ok, give me a little bit and I will get one put together and post it.
------------------------------
rford1219
------------------------------
Original Message:
Sent: Jul 19, 2021 04:05 AM
From: Davide Poletto
Subject: OSPF configuration and routing
Hi, simple question: how many Routers are running in your internal network? if just one (your Layer 3 Switch acting as your "Core" for your internal VLANs) then the question is: why OSPF should be used at all?
A network diagram of what you have and a network diagram of what you want (topologically speaking) would be of help to help your understand how and where you can move.
------------------------------
Davide Poletto