Results 25 comments of Stefano Sasso

Working on MPLS+LDP for JunOS (both vSRX and vMX, of course).

Initial VXLAN support on VyOS and Dell OS10 added in #327 :-)

Thanks for the feedback @jasonacox and @BJReplay! I can make the nginx container as an "extension", using `powerwall.extend.yml`. However please note that also a Grafana config change is in place,...

Sorry to jump in ;) any plan to try to test also C8000v (successor of CSR1kv) as part of this (should be configurable with the same csr templates)? (otherwise I...

From OS10 manual: ``` OS10 supports leaking routes for static and dynamic routes. The leaked routes retain the type of the route, whether they are static, OSPF, BGP, or connected...

Confirmed - adding: ``` router ospf 100 vrf common redistribute bgp 65000 redistribute connected ``` will result in: ``` core1# show ip route vrf common Codes: C - connected S...

> The "ingenuity" of software developers is infinite 🤦‍♂️ > > I guess that only applies to routes within the same device, right? And the "creativity" never ends. From the...

(Note to myself) Given this topology: ``` --- defaults: device: dellos10 vrfs: common: import: [ red, blue, common ] blue: import: [ blue, common ] red: import: [ red, common...

> Can you do 'redistribute imported-ospf-routes' into BGP (and vice versa)? That would neatly solve the issue. nope :D

Tests **33-** and **34-** are completing with **success** now. **33**: ``` [WARNING] Initial wait time extended by 30 seconds required by dellos10 [red_adj] Check OSPF adjacencies in red VRF [...