ipmininet
ipmininet copied to clipboard
Mininet extension to make experimenting with IP networks easy
This pull request fix issue https://github.com/cnp3/ipmininet/issues/122
As mentioned in https://github.com/cnp3/ipmininet/issues/107 and https://github.com/cnp3/ipmininet/issues/99. I don't think that in interface to configure BGP route maps is good. I was looking for a way to configure exit_policy. I was...
I would like to know if I can add a Openflow Switch to my topology, like in mininet. In mininet I have the problem, that I cannot assign ipv6 addresses,...
` /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -I/tmp/pip-req-build-i1w9m5u1/mininet_dependencies/openflow/include -Wshadow `pkg-config --cflags libconfig` -static -Wl,-E -L/tmp/pip-req-build-i1w9m5u1/mininet_dependencies/openflow/lib `pkg-config --libs libconfig` -o oflops channel_info.o context.o control.o module_run.o module_default.o oflops.o oflops_pcap.o timer_event.o...
The OpenR install script does not work on Ubuntu 20.04. Though it was not sufficient, the first steps to debug it is to remove python2 dependencies and update gcc version:...
This would allow the communication between IPMininet routers and the controller using PCEP and enables the insertion of an SR policy from the controller-side. More details: https://docs.frrouting.org/projects/dev-guide/en/latest/path-internals-pcep.html https://docs.frrouting.org/en/latest/pathd.html https://docs.frrouting.org/projects/dev-guide/en/latest/pceplib.html
So I want to write something like the following to the bgpd config (with a more complex prefix list in practice): ``` router bgp 200 ... address-family ipv4 unicast neighbor...
Hi, The set_local_pref function from bgp.py aims to change the local-preference attribute if the route matches the community or an AccessList. https://github.com/cnp3/ipmininet/blob/693f3b72761adb8896e3ceddb06c61c8a99ad2da/ipmininet/router/config/bgp.py#L151 To do so, the function creates a route-map...
Plot
Plot example code To test it, i put the topology from the TP in examples/topo_tp.json so you can try the code by running : ```python from ipmininet.plot_utils import to_graphviz g...