Ari Fogel

Results 21 comments of Ari Fogel

*[a discussion](https://reviewable.io/reviews/batfish/pybatfish/851#-N9Ipgtz7U5LNEphrDkG:-N9Ipgtz7U5LNEphrDkH:ba2pr1b) (no related file):* Adding a new batfish endpoint for getting api version. Will switch over once merged.

VPNv4 address family is not currently supported in Batfish for any vendor. However, based on a quick look at the IOS grammar, I believe Batfish does support route-distinguisher and route-target...

It's possible that M1 is not currently supported, but just in case the issue is only with your configuration, read the following: Interactive mode is not supported, and only exists...

Various features of A10 ACOSv2 and ACOSv4/5 are implemented. With regards to this particular issue, we have not yet validated the default BGP tie-breaking behavior, nor the as-path match behavior...

*[`projects/batfish/src/main/java/org/batfish/grammar/flatjuniper/ConfigurationBuilder.java` line 2062 at r9](https://reviewable.io/reviews/batfish/batfish/8542#-NiGiBFe3kJHhCdGip4y:-NiGiBFf35DRedw-J1AK:bxv6xct) ([raw file](https://github.com/batfish/batfish/blob/fd32735a784e16f45cb756006e93ca7816e9bcc7/projects/batfish/src/main/java/org/batfish/grammar/flatjuniper/ConfigurationBuilder.java#L2062)):* > ```Java > // system are as follows: > // > // 4-octet AS number: 00000000-22222222 > ``` I'm having a hard time...

*[`projects/batfish/src/main/java/org/batfish/grammar/flatjuniper/ConfigurationBuilder.java` line 2065 at r9](https://reviewable.io/reviews/batfish/batfish/8542#-NiGiVPwDSo3n-XAMFo5:-NiGiVPwDSo3n-XAMFo6:b-xrdaxd) ([raw file](https://github.com/batfish/batfish/blob/fd32735a784e16f45cb756006e93ca7816e9bcc7/projects/batfish/src/main/java/org/batfish/grammar/flatjuniper/ConfigurationBuilder.java#L2065)):* > ```Java > // 4-octet AS number followed by 4-octet value: 00000000-22222222:11111111-44444444 > // 16-octet value: 11111111-22222222-33333333-44444444 > // The first two patterns...

Batfish currently does not support dynamic routing in Check Point GAIA. We welcome contributions from the community to add support. The [developer docs](https://github.com/batfish/batfish/tree/master/docs) detail how to add/update vendor support: This...

Hi, @Flattermann78 , I'd like to point you to the new Batfish Developer documentation at https://github.com/batfish/batfish/blob/master/docs/README.md , which is more up to date than the wiki. There are still some...

Can you please provide the `set` syntax that works for reference?

Thanks! I had no idea you could use apply-groups like that. This is gonna be a fun bug to fix.