08-27-2024 06:09 PM
Is there a way to add description (that will appear on CLI "show interface description") to mgmt0 using the APIC v6 GUI?
I'm seeing posts that talk to API and CLI methods. Our operations team will only use the GUI to configure, and the CLI only to inspect ("show" commands, etc); we've experienced that using the CLI to configure ACI can at times conflict with use of the GUI; and, at the moment we do zero direct API interactions.
Solved! Go to Solution.
08-28-2024 04:51 AM - edited 08-28-2024 04:51 AM
If I understand correctly, you wanted
1. configure OOB management interface descriptions for nodes via the GUI
2. and will be able to see the description for "show int description" command SSH access to node i.e. leaf or spine ?
if so, please follow the below on the gui on the APIC
1. Tenants > mgmt > Node Management addresses > Static Node management addresses
2. Double click on the Node that you want to add the description too.
3. Add the description to "Description (optional)" box
4. Sumbit the changes
5. Now ssh to the node and run "show interface description command". you will see the description in the output.
one more tip, you can do show
show cdp/lldp neighbours interface mgmt 0 command too, provided you have those protocols enabled both ways.
Please accept this as solution if it worked for you.
08-28-2024 04:51 AM - edited 08-28-2024 04:51 AM
If I understand correctly, you wanted
1. configure OOB management interface descriptions for nodes via the GUI
2. and will be able to see the description for "show int description" command SSH access to node i.e. leaf or spine ?
if so, please follow the below on the gui on the APIC
1. Tenants > mgmt > Node Management addresses > Static Node management addresses
2. Double click on the Node that you want to add the description too.
3. Add the description to "Description (optional)" box
4. Sumbit the changes
5. Now ssh to the node and run "show interface description command". you will see the description in the output.
one more tip, you can do show
show cdp/lldp neighbours interface mgmt 0 command too, provided you have those protocols enabled both ways.
Please accept this as solution if it worked for you.
08-28-2024 06:41 AM
Perfect! Thanks, that's exactly what I was looking for.
And yes, CDP/LLDP are awesome tools, I trust them far more than interface descriptions. But we try to set interface descriptions as well, as a matter of practice, for those times where you're not onsite but are trying to figure out where some offline link is *supposed to be* plugged in; and to see consistent results mixed with devices (like servers) that don't participate in discovery protocols.
08-28-2024 08:11 AM
@weylin.piegorsch ah yes, that makes sense. always nice to have standards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide