Replies: 1 comment
-
See #6533 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
Looking for some help with creating a parent Prefix for all VRFs so we can see available child prefixes no matter what VRF it belongs to.
Example.
10.0.0.0/8 (vrf : Global)
How it is now. (This will show 10.0.1.0/24 & 10.0.2.0/24 as available)
10.0.0.0/8 (vrf : Global)
10.0.1.0/24 (vrf : Green)
10.0.2.0/24 (vrf : Blue)
I know this would kinda destroy the purpose of VRFs in general. But with the current design of our datacenter we don't have duplicated Prefixes across our infrastructure. Which is why we want to be able to see all available prefixes under 1 Parent no matter if it is in green, blue or red VRF.
Beta Was this translation helpful? Give feedback.
All reactions