会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
heqiuyong
Anything is possible
博客园
首页
新随笔
联系
管理
订阅
随笔- 94 文章- 0 评论- 36 阅读-
122万
随笔分类 -
RS
Python实现批量执行华为交换机脚本
摘要: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)
编辑
华为交换机SOCK CPU占用率高处理方法
摘要:问题截图: 解决方法: 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)
编辑
公告
昵称:
heqiuyong
园龄:
7年
粉丝:
54
关注:
5
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
随笔分类
docker(2)
Elasticsearch(5)
Intellij IDEA(3)
JAVA(10)
linux(44)
MongoDB(6)
MySQL(6)
Python(10)
Redis(2)
RS(4)
Tomcat(1)
工具安装(2)
随笔档案
2021年3月(1)
2021年2月(2)
2020年10月(2)
2020年5月(1)
2020年4月(1)
2020年3月(1)
2020年2月(1)
2019年10月(4)
2019年9月(3)
2019年8月(4)
2019年7月(16)
2019年6月(6)
2019年3月(10)
2019年2月(8)
2019年1月(6)
2018年10月(8)
2018年8月(2)
2018年7月(8)
2018年6月(4)
2018年5月(1)
2018年4月(1)
2018年3月(2)
2018年2月(2)
更多
阅读排行榜
1. Centos7开放及查看端口(576927)
2. Centos7安装Redis(202472)
3. CentOS7修改SSH端口(58320)
4. Elasticsearch 数据查询(37709)
5. Python起源与发展(25441)
评论排行榜
1. Centos7安装Redis(22)
2. Centos7 搭建pptp服务器(4)
3. Centos7开放及查看端口(4)
4. Centos7安装Elasticsearch(3)
5. Centos7安装FastDFS(2)
推荐排行榜
1. Centos7安装Redis(74)
2. Centos7开放及查看端口(52)
3. Centos7 搭建pptp服务器(2)
4. CentOS7 监控网络流量(2)
5. CentOS7修改SSH端口(2)
最新评论
1. Re:Centos7安装Redis
collect2: error: ld returned 1 exit status make[1]: *** [redis-server] Error 1 make[1]: Leaving dire...
--Leo_John
2. Re:Centos7开放及查看端口
感谢楼主
--Jacky10086
3. Re:Centos7安装Redis
对我有用
--lizhenlzlz
4. Re:Centos7开放及查看端口
确实有用
--gisempire
5. Re:Centos7安装FastDFS
感谢up,我的可以了
--莫寒冬
点击右上角即可分享