08-18-2017 06:36 PM - edited 03-01-2019 03:58 AM
Is there a guide to properly using the apic-dc NED?
I am hitting time out issues when trying to sync-from. I can connect just fine but time out for sync from. A trace does show much info:
-- NED VERSION: cisco-apicdc 3.0.18 2017-03-10 --
<< 18-Aug-2017::18:30:50.173 CONNECTED 0
>> 18-Aug-2017::18:30:50.176 IS_ALIVE 0
<< 18-Aug-2017::18:30:50.177 IS_ALIVE true
>> 18-Aug-2017::18:30:50.231 SHOW 0:
Thanks!
Brandon
Solved! Go to Solution.
08-23-2017 05:32 AM
Hello Brandon,
Following post would answer your questions.
https://cisco.jiveon.com/groups/nso-field-portal/blog/2017/05/26/setting-up-apic-ned
Best regards,
Hiro
08-21-2017 10:39 PM
apicdc NED is a generic NED, and how it works is very different from CLI NEDs.
apicdc NED is utilizing the export feature on APIC side. APIC initiates scp or sftp to somewhere to put its configuration, and NED pick it up and extract to parse it.
Did you give correct login info on ned-settings so that APIC can login to NSO server (or any server that NSO can pick up the file)?
Example configuration
------
devices device apic
address << APIC IP address >>
authgroup AUTH
device-type generic ned-id cisco-apicdc-id
ned-settings cisco-apicdc config-path << PATH where APIC put the exported data >>
ned-settings cisco-apicdc host << IP address a server that APIC export the file to. Usually this NSO server >>
ned-settings cisco-apicdc user-name cisco << The server's login info >>
ned-settings cisco-apicdc user-password cisco << The server's login info >>
state admin-state unlocked
------
08-22-2017 10:33 AM
Thanks Akira,
This is really helpful for understanding how it works.
I am new to APIC, and working on a PoC/Testing the functionality.
To understand properly, do we need to configure the APIC the export to the NSO at all? Or are we leveraging a path to an existing APIC export?
Also, the Ned-setting apic login is not the APIC login, but the login for a separate scrp/ftp server? and same for the host field?
Then out of curiosity, how does NSO conduct writes to the APIC?
Thank you again,
Brandon
08-23-2017 05:32 AM
Hello Brandon,
Following post would answer your questions.
https://cisco.jiveon.com/groups/nso-field-portal/blog/2017/05/26/setting-up-apic-ned
Best regards,
Hiro
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