We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我做的是 直接设定功能,然后输入数字就可以了后期对接api就完成了。当然你那个可能就是公司内部使用的一个检测脚本。 def help(self): print '请输入数字进行交换机配置' + '\n' print '0.开启或关闭端口' print '1.显示交换机配置' print '2.配置交换机拥有vlan' print '3.显示所有端口状态' print '4.清除端口配置' print '5.配置端口所属vlan' print '6.查看端口配置' print '7.请关闭或结束操作按crt+c' print '8.trunk口添加通过vlan' print '9.端口描述' print '10.vlan配置ip' print '\n'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我做的是 直接设定功能,然后输入数字就可以了后期对接api就完成了。当然你那个可能就是公司内部使用的一个检测脚本。
def help(self):
print '请输入数字进行交换机配置' + '\n'
print '0.开启或关闭端口'
print '1.显示交换机配置'
print '2.配置交换机拥有vlan'
print '3.显示所有端口状态'
print '4.清除端口配置'
print '5.配置端口所属vlan'
print '6.查看端口配置'
print '7.请关闭或结束操作按crt+c'
print '8.trunk口添加通过vlan'
print '9.端口描述'
print '10.vlan配置ip'
print '\n'
The text was updated successfully, but these errors were encountered: