上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: multicast 组播流必须用udp吗? tcp为何不行 先说结论:实际使用中没有tcp方式 为什么 TCP 无法实现组播 ACK 风暴问题 TCP 要求接收方发送 ACK 确认。如果 1 个发送者向 10,000 个接收者组播: 发送者会收到 10,000 倍的 ACK 流量(ACK implo 阅读全文
posted @ 2026-02-18 17:23 JacobJacob 阅读(1) 评论(0) 推荐(0)
摘要: Cisco交换机配置 1. 创建二层聚合接口 interface port-channel 100 no shutdown 2. 将物理端口加入聚合组, 使用lacp主动模式 interface G1/0/47 no shutdown channel-group 100 mode active ex 阅读全文
posted @ 2026-02-18 11:55 JacobJacob 阅读(5) 评论(0) 推荐(0)
摘要: word vba提取所有表格到1个新的文档中 Sub ExtractTables() Dim docSource As Document Dim docTarget As Document Dim tbl As Table Dim i As Long ' 设置源文档和目标文档 Set docSour 阅读全文
posted @ 2026-02-12 23:35 JacobJacob 阅读(3) 评论(0) 推荐(0)
摘要: 华为,华三交换机开启snmp的命令 配置community指定版本为v2c, v3(支持这2个版本)指定源接口 snmp-agent snmp-agent community read public snmp-agent sys-info version v2c v3 snmp-agent prot 阅读全文
posted @ 2026-02-12 17:27 JacobJacob 阅读(2) 评论(0) 推荐(0)
摘要: EXCEL VBA Color 将选中区域 的指定字符,设置字体颜色(比如红) vba脚本 如下: Sub HighlightTextSimple() Dim rng As Range Dim cell As Range Dim searchText As String Dim i As Long 阅读全文
posted @ 2026-02-12 08:45 JacobJacob 阅读(2) 评论(0) 推荐(0)
摘要: show version show inventory show resource usage show running-config show startup-config show clock show interface ip brief show interface show route s 阅读全文
posted @ 2026-02-11 13:52 JacobJacob 阅读(1) 评论(0) 推荐(0)
摘要: 查看命令 show run timeout 输出如下 timeout xlate 3:00:00 timeout pat-xlate 0:00:30 timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00 阅读全文
posted @ 2026-02-09 11:22 JacobJacob 阅读(2) 评论(0) 推荐(0)
摘要: H3C 6805 Switch IRF Config Example 1 背景 分布式存储业务上架2台H3C 6805交换机 2台6805 switch need to config IRF Model : S6805-54HF 2 IRF config 配置步骤如下 第1台指定优先级,范围1-32 阅读全文
posted @ 2026-01-31 19:57 JacobJacob 阅读(3) 评论(0) 推荐(0)
摘要: 1 背景 用户处1台H3C 6805交换机, 要升级版本 当前版本: Version 7.1.070, Release 6616 目标版本:Version 7.1.070, Release 6715 交换机管理接口直连笔记本电脑网卡 交换机管理接口配置IP: 10.19.246.146 笔记本电脑: 阅读全文
posted @ 2026-01-30 22:38 JacobJacob 阅读(2) 评论(0) 推荐(0)
摘要: 因为通信有问题,需要抓包查看流量是否从1100 router的接口发出去 命令如下: monitor capture cap interface gigabitEthernet 0/0/0 both match ipv4 any host 10.248.1.240 查看抓包内容命令: show mo 阅读全文
posted @ 2026-01-30 09:38 JacobJacob 阅读(3) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页