Due to the way the python library Netmiko handles sending commands and retrieving the output, it isn't possible to change a device's hostname in the iShell module. This is because Netmiko is expecting the original hostname in the output to know when the command has completed, so instead it just hangs.
Due to the way the python library Netmiko handles sending commands and retrieving the output, it isn't possible to change a device's hostname in the iShell module. This is because Netmiko is expecting the original hostname in the output to know when the command has completed, so instead it just hangs.