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!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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!!!
Beta Was this translation helpful? Give feedback.
All reactions