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.
Hi, I'm working on trying to get multiple variables to show up on a single line from various show outputs. I can get the data needed but it seems like there is a carriage return or something that is forcing my output to be on multiple lines. My end ...
I was curious if on the Cat 9k series switches, is there a way on a port (or many whether individually or globally) to have the port ignore any VSA attributes sent back by the radius server. Like if I want to ignore the VLAN or the IBNS template tha...
I'm looking to create a very basic EEM script and I'm having problems with it. This is my first stab at trying to right my own. The objective is that after a device passes its authorization run a command and display that result in a syslog message. ...
I'm having some issues trying to get mac auth set up for my guest network when running through a foreign/anchor set up. I took an access point and put it directly on my anchor controller. Configured the SSID's with L2 MAC Filtering and L3 On MAC fi...
I was wondering if there are ways to enable and disable the A and G radios based on the AP group that they are in. The only way i see on actually disabling them has to be done at the global level, nothing specific to the AP group itself. Is really ...
Thanks for the help. I modified my script and got it working.event manager applet SHOW_AUTH authorization bypass
event syslog pattern "%SESSION_MGR-5-SUCCESS:"
action 1 regexp "(GigabitEthernet......)" "$_syslog_msg" match intf
action 2 info type ...
I've gotten the script to work how I wanted by removing the identify and just targeting a specific syslog message and its outputting exactly how i want it now. I have a follow up though. When it runs and it exports to our syslog server, I get the cl...
I'm just looking to have different ap groups with radios turned off. For example, lets say i have a high dense area of access points and have too much co-channel on the 2.4 side of things. I want to create 2 ap groups, one where 2.4 is enable and 5 ...