随笔分类 -  RS

摘要:1 #!/usr/bin/python3 2 # -*- coding:utf-8 -*- 3 import paramiko 4 import time 5 6 ssh = paramiko.SSHClient() 7 key = paramiko.AutoAddPolicy() 8 ssh.set_missing_host_key_policy(key) 9 10 11 def execute 阅读全文
posted @ 2019-08-24 19:17 heqiuyong 阅读(4863) 评论(0) 推荐(1) 编辑
摘要:问题截图: 解决方法: cpu-defend policy cpu auto-defend enable auto-defend attack-packet sample 5 auto-defend alarm enable auto-defend action deny 阅读全文
posted @ 2019-08-12 10:47 heqiuyong 阅读(1251) 评论(0) 推荐(0) 编辑
摘要:在网络中MAC地址是设备中不变的物理地址,控制MAC地址接入就控制了交换机的端口接入,所以端口安全也是对MAC的的安全。在交换机中CAM(Content Addressable Memory,内容可寻址内存表)表,又叫MAC地址表,其中记录了与交换机相连的设备的MAC地址、端口号、所属vlan等对应 阅读全文
posted @ 2019-06-13 07:10 heqiuyong 阅读(6155) 评论(0) 推荐(0) 编辑
摘要:查看设备日志: display logbuffer display trapbuffer 查看接口光模块信息: display transceiver interface g0/0/1 verbose 查看光模块诊断信息: display transceiver diagnosis interfac 阅读全文
posted @ 2019-06-12 09:42 heqiuyong 阅读(1019) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示