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.
HiIn ISE we'd like to have a Polcy Set that Authorizes only domain computers.Now we're using ExternalGroups EQUALS domain/Users/Domain Computers but this does not seem to work.Other ways like PrimaryGroupID EQALS 515 also do not seem to do the trick ...
HiI've noticed that sometimes there a multiple Suggested Releases for a particular switch.Sometimes the lower number is the most recent one!What is the thought proccess behind this? Wouldn't it be much simpler to just suggest one release?
HiEvery now and then we have a router that goes offline because of its 4G module.What we do now is physically go to the router and put in a reload.Is there a way to automatically restart only the 4G module whenever the router detects that it has no m...
Hi, new to AnsibleI have the following working config to get the show run and sh ip ospf nei and put it in a file.However, some routers don't have ospf neighbors, in that case I would like nothing added in the file. Now we get an "undefined variable"...
HiWe're running version 9.18(3).Whenever we try to add a syslog server with UDP/10514 we can see that the syslog server never receives a packet.If we change the port to 514 we can see packets arriving on the syslog server. However, we would like to u...
I've modified it a little more but this works!event manager applet restart_4gevent syslog pattern " %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0/2/0, changed state to down" maxrun 180action 1.0 syslog msg "Cellular0/2/0 is down, waiting ...
I wrote this real quick, we'll have to do some testing to see if it works correctly.event manager applet restart_4gevent track 1 state downaction 1 syslog msg "Cellular0/2/0 is down, waiting for 60 seconds in case it comes back up"action 2 wait 60act...