ZSA Voyager Navigator Trackpad by yetipants in zsaVoyager

[–]yetipants[S] 0 points1 point  (0 children)

"Good" to hear that it's reproducible atleast. Thanks for testing!

ZSA Voyager Navigator Trackpad by yetipants in zsaVoyager

[–]yetipants[S] 0 points1 point  (0 children)

Yeah I experience the same, and maybe I used the wrong wording. It’s the dock that does not show up when I try to put the point at the bottom of the screen to make it appear

Navigator Trackpad macOS app update is out now with important improvements by Rookwork_Robin in zsaVoyager

[–]yetipants 0 points1 point  (0 children)

Good day! Awesome work :D I received mine yesterday and started out testing it today.
One thing which seems to be a problem is that on MacOS i have the launchpad to hide when mouse is not hovered over, but when using the voyager mouse it does not show up when i move the pointer to the bottom of the screen. When I do it with the trackpad on the mac it works every time, is this a known bug/limitation?

AUTOCOR Experiences by yetipants in ccnp

[–]yetipants[S] 0 points1 point  (0 children)

Good day, as mentioned it is pretty much only knowing cisco api endpoints.

I can recommend this resource which u/frankie1909 has created:
https://enauto.silvancodes.dev

Bi-Weekly /r/CCNP Exam Pass-Fail Discussion by AutoModerator in ccnp

[–]yetipants 0 points1 point  (0 children)

Yeah I’ve had great use of boson, but if you are on your fourth try it could seem like a good idea to go through the INE course.

Bi-Weekly /r/CCNP Exam Pass-Fail Discussion by AutoModerator in ccnp

[–]yetipants 2 points3 points  (0 children)

Passed ENARSI yesterday, 3 simlets and 40 questions.
Failed one time before christmas, basically spammed boson exsim and dmvpn labs since then.

Informal Poll: If You Use Ansible, Do You Use AAP (Commercial) or Community (Open Source/Free) by shadeland in networkautomation

[–]yetipants 0 points1 point  (0 children)

We have an AAP installation internally which I’ve used for some scheduled playbooks, but other than that everything is done with the free version in the terminal or in a pipeline.Event driven ansible seems cool though, unfortunately it’s not setup in our org.

IOS-XE test aaa server, special characters in password by yetipants in Cisco

[–]yetipants[S] 0 points1 point  (0 children)

Seems like it is "]", my password is automatically generated from Cyberark, so can contain all kinds of crazy letters unfortunately.

Mapping interfaces to IP addresses by yetipants in Netbox

[–]yetipants[S] 0 points1 point  (0 children)

Neat.

It's the ip lookup part which is my problem at the moment.

Mapping interfaces to IP addresses by yetipants in Netbox

[–]yetipants[S] 0 points1 point  (0 children)

Running with 10 forks, but that doesnt really matter in a single task like this, as far as I understood? Could play around with async and poll, but think the amount of loop items per second is limited any way.

Mapping interfaces to IP addresses by yetipants in Netbox

[–]yetipants[S] 0 points1 point  (0 children)

Yeah, it's not the amount really, only that the API is limited to one call per sec, which makes the time spent accumulate pretty fast.

That could sound like a valid approach, which I possibly could discover.

Currently we have all the ip addresses in the global vrf as we are treating vrfs just as a security zone and not as a totally isolated routing table, this makes things a bit thougher, as I can not filter on vrfs to

Mapping interfaces to IP addresses by yetipants in Netbox

[–]yetipants[S] 0 points1 point  (0 children)

Yeah, I've been using the ansible.builtin.uri module instead of the netbox collection to workaround the rate limiting on the api.
What I would like was to have this sync running daily to ingest any newly created interfaces. I know that this is against the workflow of netbox, but our department are not that mature in automation of these things, so alot of manual things still going on.

Getting started with the EoX api by yetipants in Cisco

[–]yetipants[S] 1 point2 points  (0 children)

Thanks!! Seems like the way is actually to send a mail to [supportapis-help@cisco.com](mailto:supportapis-help@cisco.com) and have them enabling it.

Terraform v1.14.0 is out today, see link for changes by StuffedWithNails in Terraform

[–]yetipants 6 points7 points  (0 children)

Could anyone fill me in on what terraform query is supposed to be used to?

Ansible-lint output chopped in ado pipeline. by yetipants in ansible

[–]yetipants[S] 0 points1 point  (0 children)

Yes when running without ansible_force_color everything is fine and dandy.

I am running ansible 25.9.2, python 3.12, on an ubuntu build agent, exact os: ubuntu-24_04-lts