摘要: 华为 CE6857-48S6CQ-EI 交换机 有1个独立的带外管理接口 MEth 0/0/0 但是这个管理接口默认是在全局路由表里,所以我们创建了1个独立的用于管理的vpn-instance 这里的vpn-instance就是思科的vrf,是同一个作用 接口配置如下: interface MEth 阅读全文
posted @ 2025-04-27 10:37 朱军杰 阅读(1) 评论(0) 推荐(0)
摘要: 从终端上SSH登录华为交换机失败,报错如下: Key exchange failed. No compatible key-exchange method. The server supports these methods: curve25519-sha256,curve25519-sha256@ 阅读全文
posted @ 2025-04-27 10:09 朱军杰 阅读(1147) 评论(0) 推荐(0)
摘要: 这里显示的条目数量为ACE, ACE是啥? ACE全称: access-list entry ACE指的是ACL条目展开后的数量, 啥叫展开? 示例: access-list out-in extend permit tcp80&443 host 1.1.1.1 host 2.2.2.2 这种配置是 阅读全文
posted @ 2025-04-25 17:11 朱军杰 阅读(44) 评论(0) 推荐(0)
摘要: Server leaf的M-LAG配置 配置M-LAG [~ServerLeaf1_1] stp mode rstp stp v-stp enable //配置V-STP方式的M-LAG stp tc-protection //使能设备对TC类型BPDU报文的保护功能 stp bpdu-protec 阅读全文
posted @ 2025-04-25 14:03 朱军杰 阅读(136) 评论(0) 推荐(0)
摘要: 可以通过web,也可以通过cli查看 web方式 Device Management -->Devices ** cli方式** 命令: tmsh show /sys hardware [admin@F5:Active:] ~ # tmsh show /sys hardware Platform N 阅读全文
posted @ 2025-04-23 10:21 朱军杰 阅读(117) 评论(0) 推荐(0)
摘要: 现场1台博科6510交换机 需要配置带外 console连接 默认用户名密码 admin password 配置带外IP 命令:ipaddrset 示例: DS6510B:admin> ipaddrset Ethernet IP Address [10.1.28.16]:10.248.246.170 阅读全文
posted @ 2025-04-14 16:18 朱军杰 阅读(152) 评论(0) 推荐(0)
摘要: cisco nexus switch 接口E1/38, 下连的服务器,但不通, 检查交换机接口状态为 inactive 交换机接口配置为 interface E1/38 switchport switchport mode access switchport access vlan 619 *** 阅读全文
posted @ 2025-04-14 09:02 朱军杰 阅读(100) 评论(0) 推荐(0)
摘要: SSH登录FXOS 输入conn fxos进入FXOS模式 Cisco-4110# conn fxos Cisco Firepower Extensible Operating System (FX-OS) Software TAC support: http://www.cisco.com/tac 阅读全文
posted @ 2025-04-03 18:50 朱军杰 阅读(37) 评论(0) 推荐(0)
摘要: OSPF(Open Shortest Path First)协议的邻接关系状态机描述了两台OSPF路由器之间建立和维护邻接关系的过程。以下是每个状态的简要描述: Down State(关闭状态) 描述:这是OSPF邻接关系的初始状态,表示路由器尚未从邻居接收到任何Hello报文。 特点: 在此状态下 阅读全文
posted @ 2025-03-28 21:51 朱军杰 阅读(135) 评论(0) 推荐(0)
摘要: tcpdump arp 没有抓到 [root@sdnhealthcheck ~]# tcpdump arp dropped privs to tcpdump tcpdump: verbose output suppressed, use -v or -vv for full protocol dec 阅读全文
posted @ 2025-03-28 18:26 朱军杰 阅读(48) 评论(0) 推荐(0)