Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

how configure ospf redirection in one edge? #625

Open
MartinEtcheverry opened this issue Jun 11, 2020 · 1 comment
Open

how configure ospf redirection in one edge? #625

MartinEtcheverry opened this issue Jun 11, 2020 · 1 comment

Comments

@MartinEtcheverry
Copy link

hi, i am tryng to figuring out how to configure ospf route redistribution in a edge.
any hint?

@alagoutte
Copy link
Contributor

alagoutte commented Jun 11, 2020

Hi martin,

Do you have try

Get-NsxEdge Edge01 | Get-NsxEdgeRouting | Set-NsxEdgeRouting -EnableOspfRouteRedistribution:$false 

or

Get-NsxEdge Edge01 | Get-NsxEdgeRouting | New-NsxEdgeRedistributionRule -PrefixName test -Learner ospf -FromConnected -FromStatic -Action permit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants