搜索内容

网络运维

  • 网络运维

    华为USG 6655F加载MOD模块包

    采用FTP模式传输 1、web界面操作如下 a)首先配置一条策略,放行trust到local,作用是内部是trust,firewall 是local,动作permit。 b)系统-管理员-ftp服务-……
    editor 2024-05-27
  • 系统运维

    flask iframe嵌入grafana

    1.flask添加路由 @vgrafana.route("/",methods = ['GET','POST']) def grafana(): grafana_snapshot = "http://x.x.x.x:3000/d/5VfZKpoIz/shen-zhen-yu……
    editor 2024-04-22
  • 系统运维

    学校版xshell和xftp

    家庭/学校免费
    editor 2023-11-20
  • 网络运维

    华为ENSP CE12800模拟分布式VXLAN实验注意事项

    一、模拟器BUG 1、如果同子网vxlan tunnel up状态,但还是无法ping通,将接入子接口配置清除重新配置 [~HUAWEI-GE1/0/0.10]clear configuration this 2、leaf……
    editor 2023-10-17
  • 网络运维

    华为S5700配置acl策略

    editor 2023-10-17
  • 网络运维

    IPV6知识

    IPv6系列基础篇(上)——地址与报文格式 背景 以IPv4为核心技术的Internet获得巨大成功,但随着网络技术的飞速发展,IPv4地址资源的枯竭,以及其……
    xiaobeikelian 2023-10-10
  • 系统运维

    docker安装efk

    上一篇文章介绍了rsyslog采集网络设备日志到服务器(https://www.lovelearing.com/index.php/2023/07/25/rsyslog%e9%87%87%e9%9b%86%e7%bd%91%e7%bb%9c%e8%ae%……
    editor 2023-07-26
  • 系统运维

    rsyslog采集网络设备日志

    安装日志收集工具 yum install -y rsyslog 目前公司网络设备分为三类,分别为h3c、huawei、cisco三种 修改配置文件 vim rsyslog.conf #开启接受日志 $Mod……
    editor 2023-07-25
  • 网络运维

    锐捷交换机配置限速功能

    1、先配置acl 匹配流量 ip access-list extended test 10 permit ip any host 10.8.160.62 2、配置class-map 匹配acl class-map test match access-group test……
    editor 2023-07-24
  • 网络运维

    大型公司出口带宽估算和备份策略

    参考多位互联网和运营商同事统计,按照限速规则人数和带宽比列为0.5-0.8之间。 按照过往经验,限速40M为0.5左右。 例如公司人数1500,按照限速20M/40M上下行配……
    editor 2023-07-17