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.
I am trying to deploy the following configuration to some routers using Ansible: route-map BGP_TO_EC permit 10
match ip address prefix-list DEFAULT As far as I can tell from the documentation this should be the correct YAML: - name: create/verify ro...
I just found out Cisco has introduced support for RFC 1687 in IOS 15.2(2) however I cannot find ANY ssh client implementations that support it. As I am working on a major project to revamp and secure my organizations router and switch authentication ...
Im looking for more information on configuring the Idle Display for a 78XX series phone. The Administration Guide states that it is an XML file (Text only) but then points to the 7940/7960 instructions for creating the Idle display on those phones wh...
I have a Supervisor 7-E on its way to replace a bad one in a 4500 VSS cluster that handles my executive row and I've just realized I only have the foggiest idea what config is required to make it join the VSS cluster. I've looked and not found anythi...
Situation:Right now I have a 3-node ACS 5.4 (soon to be 5.5) installation which provides network device authentication to a single business units routers/switches/etc. The cluster has the large-site and advanced Logging/monitoring licenses. Now, afte...
Update - to verify this was not a PEBKAC issue I did the following:1) spun up a VM router and applied the desired configuration2) Created a playbook that had the following tasks:Grabbed the current running configurationFiltered the config from above ...
Thank You for this post! This solved it for me and my transfer rate (basically Coast to Coast over 1Gbs links) went from 50kB/S to 500kB/s. The transfer would have taken over 5 hours originally and went down to 45 min.
Robert - BPDUFILTER is the single most dangerous command you can ever enter on a switch. The number of occasions where it is EVER appropriate is vanishingly small.
Since it causes BPDU's to not be transmitted on that interface and not received on t...
For posterity sake and to help other poor SOB's like me trying to figure it out here is the solution:The real issue is your XML is searching the "name" field, not a network device group. In my example I have a custom NDG called "Primary OU". The belo...
For posterity:
Single connection was basically a psuedo-standard to allow TCP connection reuse. The idea was that in common TACACS+ configurations there are three separate TCP sessions per logon: one for authentication, one for authorization, and on...