-
I am able to run the batfish with the following args "-runmode interactive -loglevel debug -batfishmode workservice -runclient false -coordinatorargs "-templatedirs questions""
But when i remove the …
-
As far as I've understood actually batfish lacks VPNv4 support; if this is the case I'd say that for service providers this is a must, also in consideration of the fact that the batfish approach looks…
-
Batfish doesn't get the setting about snmp trap with InterfaceProperties.
### Juniper: no-traps;
```
interfaces {
(snip)
ge-0/0/1 {
no-traps;
}
```
### Cisco, Alaxala:…
-
**Describe the bug and expected behavior**
The same semantics in Cisco and Juniper, use different data structures(class) on batfish.
**Runnable example**
```cfg
# Cisco cfg:
ip community-list s…
-
From SROS 16.0 onwards, Nokia introduced the MD-CLI (model-driven CLI) as an optional management-interface. This structures the configuration file according to (proprietary) YANG models and supports …
-
Via Batfish Slack:
This code:
```check_rule = HeaderConstraints(srcIps="10.74.168.121", dstIps="10.72.200.64", dstPorts="9997")
answer = bfq.testFilters(headers=check_rule, nodes="/na1nx7k01/").a…
-
Hi, I notice a possible bug of Batfish. That is, when a `BgpProcess` is `multipathIbgp` enabled but `multipathEbgp` disabled (implying `multipath` enabled, since [`multipath = multipathIbgp || multipa…
-
When using `set metric` in a Cisco BGP route-map with a negative value, Batfish does not correctly update the metric value. Cisco routers ignore the negative sign and will add the value. In the attach…
-
I encountered the following error when running a routing related question `layer3Edges` against a Cisco ASA config located in my snapshot.
> status: REQUEUEFAILURE
> .... 2024-02-22 11:22:44.68400…
-
Add Palo Alto PANOS Support