07-21-2019 11:50 PM - edited 07-21-2019 11:58 PM
Hi all,
I installed the Openflow Plugin on a Cisco 3650 switches, and recently have to do a factory reset. Now I can tab commands for openflow, running them in config terminal without a single error, but when I check the plugin using "show openflow <anything>" command It returned "No Application openflow Connected".
I checked the flash using "show flash:" and see "onep/apps-cli/openflow_2.2.xsd".
Does factory reset the switch had wiped the openflow plugin? What can I do to make it works again?
Solved! Go to Solution.
07-22-2019 12:03 AM
Hi there,
At the very least you will need to activate the virtual service in the running config:
! virtual-service OPENFLOW_AGENT activate !
If that fails, I assume the openflow OVA is still on the flash. In which case just install it again:
virtual-service install name OPENFLOW_AGENT package flash: <openflowxxxx.ova>
cheers,
Seb.
07-22-2019 12:03 AM
Hi there,
At the very least you will need to activate the virtual service in the running config:
! virtual-service OPENFLOW_AGENT activate !
If that fails, I assume the openflow OVA is still on the flash. In which case just install it again:
virtual-service install name OPENFLOW_AGENT package flash: <openflowxxxx.ova>
cheers,
Seb.
07-22-2019 12:13 AM
Yep, the virtual-service command verify that the service was just deactivated and still in system. A simply activate command made it work. Thank you very much.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide