我有一個Cisco路由器,我需要知道哪個接口用於LAN。這是顯示接口描述輸出: R1#sho int desc
Interface Status Protocol Description
Em0/0 admin down down
Gi0/0 up up LAN
Gi0/1 up up WAN
Gi0/2 u
我試圖創建一個類來使用pexpect連接到框,並從該框中獲取一些數據,並且我很難創建一個包含我盒子的pexpect會話的函數併爲我在下面的類代碼示例中創建的每個對象進行初始化。 class A:
def __init__(self)
# in this way a session will be created for each object and i don't