02-05-2016 02:21 AM - edited 03-01-2019 04:26 AM
Hi All,
I have recently installed APIC-EM for POC in our LAB servers, i have configured 1 NIC configured with PUBLIC IP to access the APIC-EM to access the GUI which is working fine.
Now i would like to install another NIC so that it can discover my lab routers as part of the discover and deploy method, but i am unable to find any option in the GUI to select the NIC or change any existing NIC details, should i be looking at the grapevine CLI to make the changes.
Need some assistance.
regards,
Vivek
Solved! Go to Solution.
02-09-2016 12:27 AM
It's Ubuntu under the covers, so you can edit /etc/network/interfaces and add:
auto eth1
iface eth1 inet static
address ...
broadcast ...
netmask ...
gateway ...
Then you can run "ifup eth1".
02-08-2016 12:24 PM
If I understand correctly, you like to have another private IP and use it to discover you devices in the same network.
I think you can get into grapevine to configure with config_wizard command or configure interface as you would configure it in Ubuntu.
02-09-2016 12:27 AM
It's Ubuntu under the covers, so you can edit /etc/network/interfaces and add:
auto eth1
iface eth1 inet static
address ...
broadcast ...
netmask ...
gateway ...
Then you can run "ifup eth1".
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