Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - config t

#1
I love it when a thread from the forum(s) helps me fix a problem
#2
Security / Re: NAC VDI inspection issues
June 20, 2024, 05:40:01 PM
I'm moving current customer to that state. Although the latest best practice I read for Linux recommended SSH keys.

Btw used that analogy today and the previous lead got a kick out of it. I'm going to start doing that in meetings.

Is there a way to tune that behavior? There has to be a configuration file somewhere buried in the directory where the retries are set.
#3
Security / Re: NAC VDI inspection issues
June 18, 2024, 03:48:13 PM
I'm stealing that analogy.

We pushed the agent to a few test machines  :smug:

So far it looks promising and gives me ammo for moving it to production quickly.
#4
Security / NAC VDI inspection issues
June 15, 2024, 04:26:32 PM
This is mostly just a rant to see if anyone has any ideas.

Our HBSS team has a trap set up to capture remote system login and it turns out our NAC solution is generating 1000+ logs on some hosts on a daily basis. I had them send me an example and it's what I would expect to see; vbs scripts and smb calls from NAC but a huge amount. It actually crashed their database server over a weekend.

Forescout inspects hosts on admission and whenever the policy recheck timers expire (usually 8-hours). There are exceptions to that which can be created thru policy but I am not currently running anything like that. Just discovery and interrogation and a few auto-remediation actions.

I suspect an issue with the vSphere integration or the VDI hosts themselves. When I look at the live host logs for the host entry I see a crazy amount of "host online" entries and noticed they are very slow to resolve LDAP info and populate host attributes in general.

In my mind NAC may be attempting to inspect but failing so just hammering it with retries.
#5
Haven't had a chance to test it yet. NETOPS is done with upgrades for now so not a lot of switch reboots to replicate the issue.

We are thinking about implementing the call home post-boot script (or whatever it's called).. and just calling it a day.
#6
Nice  :smug:  my group and view names are all caps and I had (very) briefly considered at least lower-casing the views since that's the part that always breaks.

I am now deeply suspicious..

*Edit
NETOPS team is going to love me if this is the issue.. their Solarwinds SNMP groups are always breaking and wouldn't ya know it.. those views are all caps as well.
#7
Possible. It's not consistent across the couple hundred switches, and only happens during a rare power outage, when NETOPS reboots for maintenance reasons, and more often on one of the enclaves that has a lot of reboots due to operational stuff and things.

show archive log config alltells me it always happens during or after the startup sequence. My best guess is a bug, because I can see the string in there and it's correct.

Right now it's only producing a minor effect on discovery, but when we start doing no shit NAC infrastructure actions it's potentially going to be an issue. For that reason I am going to ask them to open a TAC.

One of the guys mentioned we can add strings to the call home sequence that runs after startup so I may have them add the following and see if it helps:

no snmp-server group <group> v3 priv
no snmp-server group <group> v3 auth
snmp-server group <group> v3 auth read <view> write <view>

That will purge both the existing and duplicate group and then reconfigure it.
#8
As the subject says. When the switches reboot they create a duplicate SNMP group that is missing the read and write views. I'm having to go in and delete the identical group on around 10 switches per day. Seems to only affect 9300 and 3850's.

Haven't been able to find anything other than a couple vague messages on Cisco support that trailed off on dead ends.
#9
Forum Lobby / Re: Cisco Live 2024
June 03, 2024, 05:40:34 PM
We sent a contingent but I wasn't on the list. Would have been great to chat!
#10
While you are learning get familiar with the debug commands and why to use them. Break stuff in your lab and see what kind of logs it generates.
#11
Forum Lobby / Re: Perpetual Weekend Thread
May 22, 2024, 04:46:15 PM
Quote from: Otanx on May 22, 2024, 09:21:18 AMGood tip. This also reminded me to make sure I updated my email address here. I heard the other week that my old email provider is gone so even if I can remember my password for my old email account it no longer exists. Last year I had to get back into it to do a password reset on something.

Not the weekend, but I got my new Lego set delivered yesterday so time to put that together. It will take a few days, and then I need to figure out where I will display it. Has to stand up, and is 24" tall so it won't fit with the rest of em.

-Otanx


My recovery email wasn't working for some reason. Not even to spam or junk.

Bunch of guys at the office bought 1000+ piece lego sets to put together during an extended downtime  :XD:
#12
Forum Lobby / Re: Perpetual Weekend Thread
May 21, 2024, 08:41:23 PM
Note to self; If you forget your password and try to brute force back into it send dean a note so he doesn't think you are a hacker.
#13
Forum Lobby / Re: Perpetual Weekend Thread
April 09, 2024, 02:49:12 PM
Caught a nasty cold so dealing with that. I rarely leave work if I'm already there but my energy is zapped so I went to morning meetings and called it a half day.
#14
Forum Lobby / Re: Perpetual Weekend Thread
April 04, 2024, 05:12:25 PM
My tax refund this year is kinda insane cuz I only worked half the year and I also got married.

Debt free since 2017 so I definitely condone getting out of debt and making regular extra payments on principal if you have a mortgage. We plan to buy a house and pay it off asap when the market stops being stupid.


Quote from: Otanx on April 02, 2024, 03:26:32 PMWe have had some big windstorms off and on the last few weeks. One of the cabinets on the back side of the house tipped over, and broke up. Still need to clean up the parts. Luckily nothing important in it.

Wife is traveling for work this week so I get the place to my self. Using that time to build an O2 generator so I can make my own Nitrox for SCUBA. Getting it put together in the living room, and once I have it working I will take it up to my brothers place where the compressor is and mount it. Just need to get it done before Friday night.

-Otanx


Don't you live in the desert?  :steamtroll:

#15
Five-year old Forescout bug that was reintroduced in the OS version we are running.

The appliance tries to use a public key to log in first, fails, and then uses the correct key for the successful attempt.

Add to SSH paramaters in switch object: -o PubkeyAuthentication=no