Hi,
We are looking at implementing the Cisco Networks App for Splunk Enterprise in our systems to manage especially our Cisco Nexus devices (N5K / N7K families).
Our network team informs me that the help of the application only contains configuration commands for IOS devices. Does anyone has the good and/or detailed configuration steps for NS/OS devices?
For the Call Home service, I have found this:
https://answers.splunk.com/answers/334280/cisco-networks-app-for-splunk-enterprise-can-anybo.html
What the logging configurations?
Thank you very much, this application is very great, thanks to the author for its great work!
Guilhem
I've updated the Help page in my development repository with documentation for NX-OS. I will release a new version of the app with the details eventually. You can access the development repository here: https://github.com/inspired/cisco_ios
In the meantime use the following configuration for Call-Home on NX-OS:
callhome
site-id ["YOUR_SITE_NAME"]
email-contact [YOUR.EMAIL@ADDR.ESS]
phone-contact [YOUR PHONE NUMBER]
streetaddress S01
destination-profile Splunk
destination-profile Splunk format XML
destination-profile Splunk transport-method http
destination-profile Splunk http http://[YOUR SYSLOG/SPLUNK SERVER IP]:[YOUR SMART CALL HOME TCP PORT]
destination-profile Splunk alert-group Diagnostic
destination-profile Splunk alert-group EEM
destination-profile Splunk alert-group environmental
destination-profile Splunk alert-group inventory
destination-profile Splunk alert-group license
destination-profile Splunk alert-group linecard-hardware
destination-profile Splunk alert-group supervisor-hardware
destination-profile Splunk alert-group system
destination-profile Splunk alert-group test
transport http use-vrf [YOUR MGMT VRF]
enable
periodic-inventory notification interval 1
periodic-inventory notification timeofday 22:30
I've updated the Help page in my development repository with documentation for NX-OS. I will release a new version of the app with the details eventually. You can access the development repository here: https://github.com/inspired/cisco_ios
In the meantime use the following configuration for Call-Home on NX-OS:
callhome
site-id ["YOUR_SITE_NAME"]
email-contact [YOUR.EMAIL@ADDR.ESS]
phone-contact [YOUR PHONE NUMBER]
streetaddress S01
destination-profile Splunk
destination-profile Splunk format XML
destination-profile Splunk transport-method http
destination-profile Splunk http http://[YOUR SYSLOG/SPLUNK SERVER IP]:[YOUR SMART CALL HOME TCP PORT]
destination-profile Splunk alert-group Diagnostic
destination-profile Splunk alert-group EEM
destination-profile Splunk alert-group environmental
destination-profile Splunk alert-group inventory
destination-profile Splunk alert-group license
destination-profile Splunk alert-group linecard-hardware
destination-profile Splunk alert-group supervisor-hardware
destination-profile Splunk alert-group system
destination-profile Splunk alert-group test
transport http use-vrf [YOUR MGMT VRF]
enable
periodic-inventory notification interval 1
periodic-inventory notification timeofday 22:30
Thank you for your quick answer !
I got config commands from git, and send them to our team
Great work 😉