Trouble with the FRR OSPF example #84
-
|
Hi, I tried to followed that example, but I got following error: aaron@OptiPlex-7060:~/munet$ sudo -E munet -c examples/frr/ospf/ospf/munet.yaml Failed validating 'type' in schema['properties']['topology']['properties']['nodes']['items']['properties']['connections']['items']: On instance['topology']['nodes'][0]['connections'][0]: --- Munet CLI Starting --- munet> show ip ospf neighbor Notice the "vtysh: command not found" error and the earlier "Validation failed: 'net1' is not of type 'object'". Could they be related? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hey Aaron, The FRR (FRRouting) example topologies you are trying to run require you to have installed FRR on your system. Given that The schema validation errors you are seeing are a known bug with many of the FRR example topologies and is due to a style issue in the |
Beta Was this translation helpful? Give feedback.
Hey Aaron,
The FRR (FRRouting) example topologies you are trying to run require you to have installed FRR on your system. Given that
vtysh(i.e. the FRR configuration shell) is not found, I expect that the issue you are running in to is somehow related to your FRR install. Instructions on installing FRR can be found here.The schema validation errors you are seeing are a known bug with many of the FRR example topologies and is due to a style issue in the
munet.yaml. Despite the warnings, the topologies should be launchable without any issues.