cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3772
Views
11
Helpful
4
Replies

ACI management ip

Mary
Level 1
Level 1

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

4 Replies 4

Rick1776
Level 5
Level 5

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

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/kb/b_KB_Configuring_Static_Management_Access.html

 

Rick1776
Level 5
Level 5

RedNectar
VIP
VIP

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


RedNectar aka Chris Welsh.
Forum Tips: 1. Paste images inline - don't attach. 2. Always mark helpful and correct answers, it helps others find what they need.

gmonroy
Cisco Employee
Cisco Employee

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

  • Out-of-band/In-band mgmt ip. Used for:
    • Fabric Configuration/Management
      • HTTP/HTTPS (GUI/API)
      • SSH (NXOS Style CLI)
    • VMM Domain Integration
    • Managed L4-L7 Services
    • Other mgmt services (NTP, AAA, etc)

Note: Each APIC Node should have a oob/inb unique mgmt IP.

 

Switch Node

  • Out-of-band/In-band mgmt ip. Used for:
    • Hardware programming verification (show cmds)
    • Other mgmt services (NTP, AAA, etc)

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Save 25% on Day-2 Operations Add-On License