Author: Administrator

python备份交换机配置

# coding=gbk from netmiko import ConnectHandler import schedule def backup_config(): f = open('ip_list.txt') for ips in f.readlines():

Administrator Published on 2024-06-26

MAC配置 pyhton 默认pip源

title: MAC配置 pyhton 默认pip源 id: 65 date: 2023-01-14 11:14:45 auther: admin excerpt: permalink: /archives/mac-pei-zhi-pyhton-mo-ren-pip-yuan categories:

Administrator Published on 2024-06-26

华为防火墙通过管理口采集上报日志

title: 华为防火墙通过管理口采集上报日志 id: 66 date: 2023-01-14 11:14:45 auther: admin excerpt: permalink: /archives/hua-wei-fang-huo-qiang-tong-guo-guan-li-kou-cai-j

Administrator Published on 2024-06-26

正则表达式

正则表达式验证网站:https://regex101.com 符号 解释 示例 说明 . 匹配任意字符 a.c 可以匹配abc / adc / a#c / a1cĻ

Administrator Published on 2024-06-26

BGP基础

BGP:Border Gateway Protocol,边界网关协议 特征 BGP使用TCP以确保可靠传输,TCP端口号179; BGP路由器之间建立TCP连&#

Administrator Published on 2024-06-26

H3C SSLVPN配置

H3C SSLVPN配置 (1) 配置SSL VPN网关 配置SSL VPN网关gw的IP地址为192.168.1.2,端口号为4430。 <Device> system-view [Device] sslvpn gateway gw [Device-sslvpn-gateway-gw] ip

Administrator Published on 2024-06-26

Vxlan二层互通-隧道方式

一、拓扑图 PC1地址为192.168.10.1/24无网关 PC2地址为192.168.10.2/24无网关 二、ų

Administrator Published on 2024-06-26

接入层设备安全

配置流量抑制功能 <HUAWEI> system-view  [HUAWEI] suppression mode by-bits //配置全局流量抑制模式 [HUAWEI] interface gigabitethernet 0/0/1 [HUAWEI-GigabitEthernet0/0/1]

Administrator Published on 2024-06-26

Centos8 安装 jupyter notebook

目录 安装 anaconda 安装 jupyter notebook jupyter notebook 创建密码 修改配置文件 守护进程启动 jupyter 防火墙 设置开机启动 安Ş

Administrator Published on 2024-06-26

核心层设备安全

配置CPU防攻击功能 <HUAWEI> system-view [HUAWEI] acl number 2001 [HUAWEI-acl-basic-2001] rule permit source 10.1.1.0 0.0.0.255 [HUAWEI-acl-basic-2001] quit

Administrator Published on 2024-06-26
Previous Next