Hi Team,
I need some help if anyone knows about how can i create a ospf adjacency or establish routing information. I'm able to ping the fortinet from My Nexus Core switch but not able to form or establish routing information. I have a static route on my fortinet it work on my lab but once i put the fortinet on the network it will not see any information or the reditribution static route see my diagram any help will be appreciate.
Core Switch
interface Vlan204
ip address 192.192.10.1 255.255.254.0
!
router ospf 100
log-adjacency-changes
network 192.168.10.0 0.0.0.255 area 20
Fortinet
S* 0.0.0.0/0 [10/0] via 192.168.10.1, port1
C 192.168.1.0/24 is directly connected, port2
S 192.168.20.0/22 [10/0] via 192.168.1.130, port2
C 192.168.10.0/23 is directly connected, port1
config router ospf
set router-id 1.1.1.1
config area
edit 0.0.0.20
next
end
config network
edit 1
set prefix 192.168.10.0 255.255.254.0
set area 0.0.0.20
SW 2
interface GigabitEthernet1/0/1
no switchport
ip address 192.168.1.130 255.255.255.0
interface Vlan20
ip address 192.168.20.10 255.255.255.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.129