Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is there a way to tell when a service is in use in ISE? I have a 7 node ISE deployment and a couple of self-signed certs are expiring. Cisco tells me it is standard practice to just use self-signed certs for services that are expiring.The Used By fie...
I am setting up a new ISE 3.1. deployment and I want to create a device group just for F5 devices.From reading the docs it seems I should be able to select the device profile for F5 but I don't see that as an option:Is there a way to create a device ...
I have been using Netconf to manage my Nexus switches for some time but I am having difficulty creating a SNMP user.This is the YAML I am sending for the commit (ncclient): <config>
<System xmlns="http://cisco.com/ns/yang/cisco-nx-os-device">
<...
I ran into an issue using NSO to update ACL's. I can change any line that is referenced in the template, however if there are additional lines in that ACL on the device, they won't be removed. Here is the template:devices template SERVER_ACCESSned-id...
I can't seem to get interface statistics from IOS XR devices... I've tried a few different filters but the only result is null. A similar method to get NTP status works. Here is the python code:from ncclient import manager
import xmltodict
import js...
Found the issue, it was unrelated to the template. It was a typo in the device group, the original template works as expected. For future reference, I wouldn't use a for loop in a device template as I don't think it's supported but I don't think ther...
Hi, thanks for your response. I had considered whether a service might be called for and it seems like creating a service would add a lot of additional steps. When I was testing with the delete tag and for loops, it seemed like it was probably more i...
I have found something that seems to achieve my goal but I have questions. If I create an xml template using foreach like this:<config xmlns="http://tail-f.com/ns/config/1.0">
<devices xmlns="http://tail-f.com/ns/ncs">
<template>
<name>SE...