Guillaume Mazoyer

Results 71 comments of Guillaume Mazoyer

Indeed that's why I'd like the config option to be per-router. In this way you would specify the VRF when you need it, or left the option unused when the...

It can make sens if you isolate routes per VRFs, like peering and transit in two different VRFs, for example. I'm currently working on the feature using a single VRF....

Commands are coded and you cannot changed them without changing the source code. Please give all the details for this issue because we don't know what kind of router you...

Could you please provide examples for commands which do not work on your Nokia devices?

So `router X` is only to be used when a VRF is needed?

There is no way to output the result in a command outside the current `div` container. Though, the actual scrollable container is added [here](https://github.com/respawner/looking-glass/blob/master/routers/router.php#L98) so it could be customized (e.g....

I guess the HTML gets ignored because you are between `` tags. You can try removing those to see if the HTML code gets interpreted. As for the size of...

Could you be more specific about the differences you found? To improve Cisco IOS-XE compatibility, I need the commands matching the ones used for IOS-XR or IOS.

Based on the [Quagga documentation](https://www.nongnu.org/quagga/docs/docs-multi/AS-Path-Regular-Expression.html) the regexp seems to be the right one. The idea behind the "AS" command is to display BGP route coming from a given ASN. So...

`_15169$` will return routes where `15169` is the **last** ASN in the AS path. However `^15169_` and `^15169.*` will return routes where `15169` is the **first** ASN in the AS...