p2p OSPF convert to OSPF+(VRRP+MLAG)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-06-2015 07:04 PM
Ok we used to have a pretty simple setup
Site 1 -> OSPF p2p -> Core
Site 2 -> OSPF p2p
Site 3 -> OSPF p2p
That way we could redistribute our customers (/30) back to our Core so that the Core would be able to send traffic to the proper site, Worked Great.
Now our core is a MLAG of 2 switches, We spun up a VRRP on the vlan to the site betweent he mlag'd switches, set the default route on our Site switch to point at the VRRP and that works...
Put static routes for the /30's on both core switches in the mlag and customer traffic passes fine.
Now for the life of me i can't figure out what i'm doing wrong with the OSPF to get it working like it used to before, i can't use P2P because well it's 3 switches not 2.
All i want is for the remote sites to advertise their routes to both core switches.
I tried just leaving off the link-type point-to-point and the 3 switches appeared to get stuck in 2WAY and didn't receive/advertise anything.
The config i tried
Remote site had....
create ospf area 1.1.1.0
configure ospf area 1.1.1.0 stub summary stub-default-cost 10
configure ospf area 1.1.1.0 authentication simple-password Passwordy
configure ospf area 1.1.1.0 restart-helper both
configure ospf add vlan SITE1_BACKBONE area 1.1.1.0
configure ospf vlan SITE1_BACKBONE neighbor add 1.1.1.1
configure ospf vlan SITE1_BACKBONE neighbor add 1.1.1.2
configure ospf add vlan CUSTOMER1 area 1.1.1.0 link-type point-to-point passive
Core switch both had....
create ospf area 1.1.1.0
configure ospf area 1.1.1.0 stub summary stub-default-cost 10
configure ospf area 1.1.1.0 authentication simple-password Passwordy
configure ospf area 1.1.1.0 restart-helper both
configure ospf add vlan SITE1_BACKBONE area 1.1.1.0 link-type point-to-point
configure ospf vlan SITE1_BACKBONE neighbor add 1.1.1.3
Site 1 -> OSPF p2p -> Core
Site 2 -> OSPF p2p
Site 3 -> OSPF p2p
That way we could redistribute our customers (/30) back to our Core so that the Core would be able to send traffic to the proper site, Worked Great.
Now our core is a MLAG of 2 switches, We spun up a VRRP on the vlan to the site betweent he mlag'd switches, set the default route on our Site switch to point at the VRRP and that works...
Put static routes for the /30's on both core switches in the mlag and customer traffic passes fine.
Now for the life of me i can't figure out what i'm doing wrong with the OSPF to get it working like it used to before, i can't use P2P because well it's 3 switches not 2.
All i want is for the remote sites to advertise their routes to both core switches.
I tried just leaving off the link-type point-to-point and the 3 switches appeared to get stuck in 2WAY and didn't receive/advertise anything.
The config i tried
Remote site had....
create ospf area 1.1.1.0
configure ospf area 1.1.1.0 stub summary stub-default-cost 10
configure ospf area 1.1.1.0 authentication simple-password Passwordy
configure ospf area 1.1.1.0 restart-helper both
configure ospf add vlan SITE1_BACKBONE area 1.1.1.0
configure ospf vlan SITE1_BACKBONE neighbor add 1.1.1.1
configure ospf vlan SITE1_BACKBONE neighbor add 1.1.1.2
configure ospf add vlan CUSTOMER1 area 1.1.1.0 link-type point-to-point passive
Core switch both had....
create ospf area 1.1.1.0
configure ospf area 1.1.1.0 stub summary stub-default-cost 10
configure ospf area 1.1.1.0 authentication simple-password Passwordy
configure ospf area 1.1.1.0 restart-helper both
configure ospf add vlan SITE1_BACKBONE area 1.1.1.0 link-type point-to-point
configure ospf vlan SITE1_BACKBONE neighbor add 1.1.1.3
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-07-2015 10:26 AM
Sorry... did not look at the config above, you need to remove the area above as a stub and the neighbor configurations. Assuming you have area 1.1.1.0 just add the vlans. Clear your ospf on each vlan first and then add back without qualifications...
configure ospf del vlan
configure ospf add vlan area 1.1.1.0
enable ospf
If you are still having issues get them the full config... "show config ospf"
configure ospf del vlan
configure ospf add vlan
enable ospf
If you are still having issues get them the full config... "show config ospf"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-07-2015 10:15 AM
Ya i did that confirmed active core licenses now, and then readded the OSPF code above (minus the point-to-point) but still i'm only seeing the neighbors as 2way /DROTHER
EDIT: Nevermind, to others whoever run into this ... Make sure the priority on the core routers is set to >0 so they can be eligible to be DR/BDR 
EDIT: Nevermind, to others whoever run into this ... Make sure the priority on the core routers is set to >0 so they can be eligible to be DR/BDR 
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-07-2015 10:13 AM
Yes, if your just apply the license "enable license " and it will turn on, no reboot required. If you need to get your license code to the specific hardware, take the voucher # with the SN# of the switch enter them on this web page.. http://tech.extremenetworks.com/services/license-generation.aspx
Let me know if you need anything else!
Let me know if you need anything else!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-07-2015 09:58 AM
ah ok, luckily i had 2 core licenses waiting to be loaded on to those 2 very core switches, because we will have more than 4 active areas  I missed that it was required for DR election.
So basically stick to same config, just add the core licenses onto the Core1/2 first?
So basically stick to same config, just add the core licenses onto the Core1/2 first?
