发布时间:2014-02-18 15:37:10
#!/usr/bin/env pythonfrom sys import exitfrom os import systemfrom getpass import getpassdata_file = 'staff_list.txt'data = open(data_file).readlines()# define user and password_user = 'root'_passwd = 'zl'# define _search, _add methoddef _search(key): result = [] &.........【阅读全文】
发布时间:2014-02-18 15:33:49
Juniper的冗余协议NSRP(NetScreen Redundant Protocol),类似于VRRP(HSRP)但在其基础上有很大的改进,现详细介绍如下: Juniper为了实现更安全、更有效的防火墙冗余体系,开发了专有的防火墙HA工作的协议NSRP,NSRP协议借鉴了VRRP协议,而且弥补了 VRRP协议的不足,是.........【阅读全文】