11-07-2017 07:02 AM - edited 03-01-2019 05:22 AM
there is one ip address which can manage entire ACI fabric, but i forget, I can loging to apic controller, may i know from apic controller, how to find management ip of aci fabric
11-09-2017 10:11 AM
You can do it two ways. I believe you can log into the CIMC for the servers and look at the interface configuration from there or console into the apic controller and issue the command
show inband-mgmt
11-09-2017 10:14 AM
11-09-2017 10:48 AM - edited 11-09-2017 10:50 AM
HI jolinchewjb
Once you have logged into the controller, type:
ifconfig oobmgmt
I hope this helps
Don't forget to mark answers as correct if it solves your problem. This helps others find the correct answer if they search for the same problem
11-14-2017 10:16 AM
jolinchewjb,
Just to clarify your question a bit, there is no "single mgmt ip address" for the entire ACI fabric. Please see the following table for a brief explanation of Device mgmt IPs and what they can be used for. To note, you are likely looking for the APIC Node mgmt IPs:
Apic Node
Note: Each APIC Node should have a oob/inb unique mgmt IP.
Switch Node
Note: Each Switch Node should have a oob/inb unique mgmt IP.
Finding APIC mgmt IPs
Via APIC CLI (ssh to apic mgmt ip):
Method 1:
# ifconfig oobmgmt
This will give you the mgmt ip of the apic you are currently on.
Method 2:
# moquery -c mgmtRsOoBStNode | grep "addr\|#\|rn"
This will give you every configured mgmt ip (apic and switch nodes)
Method 3:
# bash > acidiag avread | grep -oP "oob address(.*?)\s"
This will give you all APIC mgmt IPs. May need to be "admin".
Via GUI
Method 1:
System > Controllers > expand Controllers folder > select Node-x > General > Shows both oob/inb ips
Method 2: (if static assignment used)
Tenants > mgmt > Tenant mgmt > Node Management Addresses > Static Node Mangement Addresses
Method 3: (if dynamic assignment used
Tenants > mgmt > Tenant mgmt > Node Management Addresses > default (or other named policy)
Cheers,
Gabriel
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