I am try to construct a network scenario via python scripts. now i can config service via command "node1.config_services = ["IPForward", "zebra", "OSPFv2"]", and in core-gui, i can double click the node, and configure the OSPF router or others's parameters for each node.
Now i want to configure service (such as zebra, ospf, ...)'s configs in python script, i guass it maybe use command "node1.config_service_configs " , but i have no idea, Please Help! Give Some Example!
Sorry for the delay. The latest release removed config services. You would have to explain if you are trying to code using a gRPC client or direct code and what exactly you want to configure.
Hi everyone, I'm a newbie to coreemu.
I am try to construct a network scenario via python scripts. now i can config service via command "node1.config_services = ["IPForward", "zebra", "OSPFv2"]", and in core-gui, i can double click the node, and configure the OSPF router or others's parameters for each node.
Now i want to configure service (such as zebra, ospf, ...)'s configs in python script, i guass it maybe use command "node1.config_service_configs " , but i have no idea, Please Help! Give Some Example!
Thanks!!!