我想编写一个像 Putty 这样的程序,使用 netmiko 库和 Text tkinter 小部件作为编辑器连接到 Cisco 路由器。
我的问题是如何只允许用户在 Text 末尾键入命令,而不是在 Text 小部件的其他地方键入命令。
比如我的程序 connect ,发送show ip interface brief,接收输出并显示在编辑器上
Router# show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0 10.108.00.5 YES NVRAM up up
Ethernet1 unassigned YES unset administratively down down
Loopback0 10.108.200.5 YES NVRAM up up
Router# <-- user can only type command from here