-
-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it feasible to add spine switch into network topology #1702
Comments
I would suggest to add this information using the configuration file: I would be something like:
Another option is to use the API: |
I tried the fabric way. I can see spine1 created but not connected to the tor. Tor1 and tor2 are auto-discovered via LLDP. I don't know the exact interface on tor1/2 to the spine. It seems I cannot just add an arbitrary port , like "port1", to the tors? Below is my config.
|
I solved my need with below cli. Thanks for the document link! What would be the equivalent config with fabric?
|
I have below topology discovered by lldp probe,
host 1 <---> tor 1
host 2 <---> tor 2
Tor 1 and tor 2 are actually connected through a spine switch. How can I add the spine with correct connections via fabric?
The text was updated successfully, but these errors were encountered: