Hello,
Here is a simple schema of my network architecture :
We have two ospf zone, backbone which announce all company sites, and new zone which will announce site subnets to Edge.
I have created a 2nd area (0.0.0.10). Two equipements are part of this area :
- A summit X450
- A Cisco Meraki
Here is the ospf configuration on X450 :
"enable ospf
configure ospf restart grace-period 300
enable ospf export direct cost 1 type ase-type-1
enable ospf export static cost 50 type ase-type-1 tag 50
create ospf area 0.0.0.10
configure ospf add vlan interco area 0.0.0.10
configure ospf vlan interco priority 0
configure ospf add vlan other_sites area 0.0.0.0
configure ospf vlan other_sites priority 0
"
Here is the ospf configuration on Meraki :
Problem is i don't have any routes announced in this new area. I have captured traffic, all i can see are hello packets.
Adjacency seems to be done as i have this in X450
"Neighbor ID Pri State Up/Dead Time Address Interface
BFD Session State
==========================================================================================
1.1.1.1 0 2WAY /DROTHER 00:01:25:20/00:00:00:09 10.0.0.1 INTERCO_M
None
"
I can't see any DR and BDR elected, maybe there is the problem :
"Area: 0.0.0.10 Type: Normal
Router Id: 1.1.1.1
Spf Runs: 16 Num ABR: 1 Num ASBR: 1 Num LSA: 18 LSA Chksum:0xd911b
Interfaces:
IP addr Ospf State DR IP addr BDR IP addr
10.0.0.1 /24 E ODR 0.0.0.0 0.0.0.0
10.0.1.1 /24 D DOWN 0.0.0.0 0.0.0.0
10.0.2.1 /25 D DOWN 0.0.0.0 0.0.0.0
Inter-Area route Filter:
External route Filter:Configured Address Ranges:
"
But when i try to set priority to force DR, i have this :
"configure ospf vlan interco priority 10
Error: This command cannot be executed at the current license level.
Configuration failed on backup Node, command execution aborted!
"
License level is advanced edge.
Version is 22.5.1.7
Anyone has an idea ?
Thanks,
Regards,
Côme