02-15-2024 07:35 AM
Hi,
Is it possible to execute a configuration command with the RADKit exec() function on an IOS device ?
I don't see any parameter in exec() to switch the IOS device to the configuration mode ("conf t").
BR,
Damien.
Solved! Go to Solution.
03-05-2024 06:40 AM
Hi Damien. Sure RADKit rocks!
# Set filter
ios = service.inventory.filter("device_type", "IOS")
# some commands
commands = ios.exec(["conf t", "int lo100", "description RADKIT ROCKS!"])
03-05-2024 06:40 AM
Hi Damien. Sure RADKit rocks!
# Set filter
ios = service.inventory.filter("device_type", "IOS")
# some commands
commands = ios.exec(["conf t", "int lo100", "description RADKIT ROCKS!"])
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