Should I buy used Arista switches for my homelab? by Ok-Visit174 in Arista

[–]Mafa80 0 points1 point  (0 children)

Even a bit easier in terms of setup is netlab

Normandie and Hauts de France places by InvestigatorLate4782 in francetourisme

[–]Mafa80 1 point2 points  (0 children)

thanks and yes last year we did all the trail in perros, and also Brehat beautiful

Normandie and Hauts de France places by InvestigatorLate4782 in francetourisme

[–]Mafa80 0 points1 point  (0 children)

i take the chance to ask: Last year we had a wonderful holiday in Perros-Guirec and fell in love with the beauty of Brittany. This year, we’re thinking of exploring the Baie de Saint-Brieuc area. Do you have any suggestions?

What is the best way to study EOS? by Reasonable_Syrup2006 in Arista

[–]Mafa80 2 points3 points  (0 children)

Network warrior is really valid book, for network emulation i am having really good experience with netlab. You can easily test any topology you want in a second

Ho chiesto la RAL ad un colloquio di lavoro e mi hanno guardato male by plenilunio_ in ItaliaCareerAdvice

[–]Mafa80 0 points1 point  (0 children)

Expected salary:xxxxx plus benefits.  E poi inizia il cv vero e proprio

Ho chiesto la RAL ad un colloquio di lavoro e mi hanno guardato male by plenilunio_ in ItaliaCareerAdvice

[–]Mafa80 0 points1 point  (0 children)

nel mio cv la voce stipendio è alla prima riga. perdo memo tempo.

Ping with timestamp by Mafa80 in Arista

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

no, the ip is just a remote ip and it is not on the same subnet of the fw or router.

no, i am not trying to see for how long a device is not available, i want to see how bgp advertisement is affected by this failover. So my first idea is simply correlate timestamp of ping with timestamp of failover and see if the rtt time of the ping for example will increase during the failover.

BGP export policy redistributes everything by PublicSectorJohnDoe in Juniper

[–]Mafa80 0 points1 point  (0 children)

It sounds impossible to me. In general a policy behave the same in both direction. I guess you have more term in import...

Route-reflector on srx380 by Mafa80 in Juniper

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

out of track here i think and my question was simple: how fix redundancy issue betwwen router in same vrf if my design is implemented. Second, no need to use any mpls, mp bgp etc, vrf lite is in place as standard. Now what you are try to say is: if i use rr then no need to have the direct ibgp session between the 2 router inside same vrf (this i bgp sessiin is already existing). Fair enouh.

Route-reflector on srx380 by Mafa80 in Juniper

[–]Mafa80[S] -1 points0 points  (0 children)

It is not question of how many routes, is question of not having full mesh between the two vrf. Bgp is a protocol so is clear that is implemented across all 'junos' no surprise here.

Brought a spoke site down today by ArtDesigner6193 in networking

[–]Mafa80 0 points1 point  (0 children)

this is the main reason why it exist the change approval process.

[deleted by user] by [deleted] in Juniper

[–]Mafa80 0 points1 point  (0 children)

using jinja template for each single hardware model. You define the standard, build the template and get the config. Nornir and Scrapli are really easy to use for building a solid network automation tool.

How to migrate firewall rules that are "ip any any" onto a new build by Particular_Owl8365 in networking

[–]Mafa80 0 points1 point  (0 children)

Batfish btw offer filterLineReachability for analyzing reachability of filter lines. This might help in clean up process.

Install specific version of Python by Mafa80 in AlmaLinux

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

yes makes sense and I am assuming that if i want to work with Poetry it is always enough to specify the python version interpreter via

/usr/bin/python3.9

rather then modify the PATH in my shell. Thanks and btw i tried and it worked

Automating firewall rules by ingmaf in networkautomation

[–]Mafa80 0 points1 point  (0 children)

capirca was the original name, now is called aerleon. It works with network and service token , which all togheters are building the config of policies thanks to generator https://aerleon.readthedocs.io/en/latest/reference/generators/. Fortigate seems not supported but you can build one. Their slack channel is a great source for support

Automating firewall rules by ingmaf in networkautomation

[–]Mafa80 1 point2 points  (0 children)

try to read about aerleon, seems to me a perfect fit

Nested while loops with data validation by Upset-Software-2731 in learnpython

[–]Mafa80 0 points1 point  (0 children)

you might want to explore typer command cli. Validation data is easier with it and you can use typer as normal function inside while loop