Hi guys, i'm trying to write a new script for fortigate device. But for get the interface list i need enter in vdom configuration.
How can send multiple command?
Something like:
get_nic = self.cli("config global\nget hardware nic | grep '^ '")
But this not work, any advice?