You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!!
The text was updated successfully, but these errors were encountered:
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!!!
The text was updated successfully, but these errors were encountered: