-
Does Batfish support layer3 EVPN?I want to work on some development based on Batfish recently, but it seems that Batfish does not support EVPN for Layer3?
-
**Describe the bug and expected behavior**
HA Panoramas cause snapshot init to fail. As soon as one of the configs is removed the snapshot completes success.
```python
>>> bf.init_snapshot(SDIR,…
-
My query is:
```
bf.q.searchRoutePolicies(policies="modify_localpref", inputConstraints=BgpRouteConstraints(prefix=["172.16.0.0/16"]), action="permit").answer().frame()
```
The following state…
-
My query is:
`bf.q.searchRoutePolicies(policies="p_ebgp_out", inputConstraints=BgpRouteConstraints(prefix=["172.16.0.0/16"]), action="permit").answer().frame()`. The following statement:
```
set po…
-
I cannot obtain the correct VXLAN results when analyzing such EVPN configurations using Batfish。
### I also want to ask which Cisco series EVPN configuration network Batfish supports for analysis!!!
…
-
initialize snapshot
check snapshot
ignore initialize snapshot
new action to update the snapshot directory
pull configs
save configs locally
check versioning
send snapshot
remove configs lo…
-
**Describe the bug and expected behavior**
Cannot extract facts on Juniper MX80
**Runnable example**
```
%run startup.py
bf = Session(host="localhost")
NETWORK_NAME = "example_networkmx"
SNAP…
-
Hello!
Can't parse my configs. I'm getting the next traceback
```
>>> r = bfq.routes().answer().frame()
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3…
-
**Running**
```py
# Import packages
%run startup.py
bf = Session(host="localhost")
# Initialize a network and a snapshot
bf.set_network("network-example-filters")
SNAPSHOT_NAME = "current"
…
-
When an address definition is configured in one VDOM with the same name as an address group in another VDOM, a Convert Error is raised.
Having a name overlap in address definitions in separate VDOM…