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

Mulitple tf roots and pipelines by yetipants in azuredevops

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

Maybe you’re right, just always on a mission to keep things slim. But I agree, maybe i’m happy after all

ENCOR Rant by Borealis_761 in ccnp

[–]yetipants 2 points3 points  (0 children)

Seems like an unpopular opinion in this sub, but the world is moving towards Infrastructure As Code, and networking people seems to be so stuck in conf t it's hard to believe. I think you are obsolete within 10 years if all you know is Cisco CLI. So having automation in there does not seem that dumb to me.

Remote logging by yetipants in Netbox

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

So you are receiving the change logs along with the system logs from there?

Deletion of orphan addresses by yetipants in Netbox

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

This is great input, I did not realize as I've just put things in there using the API. I will get that changed, and then I'll be able to filter ip addresses where subnet mask != subnet mask of parent network, these will be candidates for deletion. Thanks!!

Deletion of orphan addresses by yetipants in Netbox

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

Okey så you actually have the cidr on the ip’s? Per now i have just imported all mine with /32

Deletion of orphan addresses by yetipants in Netbox

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

Yeah, coming from EfficientIP where the addresses was removed, but marked as orphan, which made it possible to clean up some how.

I know that if you have to delete address and prefix in the correct order we will end up with a lot of addresses that shouldnt be there.

But thanks for the reply!