How to add protocol ospf to Virtual Router of type VPN-VRF?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-08-2015 06:14 AM
create vr "CAMPUS" type vpn-vrf vr "VR-Default"
configure vr "CAMPUS" add protocol ospf
Error: Protocol ospf cannot be configured on Virtual Router of type VPN VRF
I need it to be vpn-vrf for our MP-BGP network and I need ospf there, no in default or other vr.
configure vr "CAMPUS" add protocol ospf
Error: Protocol ospf cannot be configured on Virtual Router of type VPN VRF
I need it to be vpn-vrf for our MP-BGP network and I need ospf there, no in default or other vr.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-08-2015 07:27 AM
OSPF cannot be add in VPN-VRF since its intended for L3-VPN.
In VPN VRF packets will carry with RT & RD through BGP community attribute.
OSPF doesn't have this capability & BGP can accommodate large volume of routes.
So BGP is used in VPN VRF.
I'm not sure about other vendors but in EXOS we don't have this capability.
In VPN VRF packets will carry with RT & RD through BGP community attribute.
OSPF doesn't have this capability & BGP can accommodate large volume of routes.
So BGP is used in VPN VRF.
I'm not sure about other vendors but in EXOS we don't have this capability.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-08-2015 07:27 AM
From my understanding we cant do it in EXOS.
In 16.1.1 users guide you can refer L3VPN limitations.
Page no.1509.
"OSPFv2 and ISIS for PE – CE peering routing protocol."
In 16.1.1 users guide you can refer L3VPN limitations.
Page no.1509.
"OSPFv2 and ISIS for PE – CE peering routing protocol."
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-08-2015 07:27 AM
But on other vendors it is possible to add IGP protocol to VRF. (Cisco, Juniper and so on).
Construction like "router ospf 1000 vrf CAMPUS" allows to run ospf proccess on Cisco routers in vrf.
Any equivalent in EXOS? How can I isolate one network segment with IGP protocol in L3VPN using Extreme products?
Construction like "router ospf 1000 vrf CAMPUS" allows to run ospf proccess on Cisco routers in vrf.
Any equivalent in EXOS? How can I isolate one network segment with IGP protocol in L3VPN using Extreme products?
