摘要:
出错一般都是空格和TAB键缩进导致的 最好的解决方法就是将要修改的diff 重新提交 然后 git commit 'commitid' > patch文件名 阅读全文
摘要:
在ICMPv6中的Type字段定义中,0-127为错误消息(Error messages),而128-255为信息消息(Informational messages),其中每种Type定义一种类型及其含义分类,而部分Type中由根据Code值指定该类别下更详细的错误或信息分类。 针对ICMPv6协议 阅读全文
摘要:
root@dev57:/home/admin# ip -d route show vrf vrf1 unicast 9.9.9.0/24 via 10.10.18.212 dev br100 proto bgp scope global metric 20 onlink unicast 10.1.1 阅读全文
摘要:
Local: ubuntu18# show evpn mac vni 10 Number of MACs (local and remote) known for this VNI: 2 MAC Type Intf/Remote VTEP VLAN Seq #'s 00:00:00:00:00:03 阅读全文
摘要:
拓扑: 配置: 50.57 配置: kernel config: #DUT1 #create namespace ns5, add virtual eth veth5 connect to host5 in namespace #host5 50.1.1.5/24 00:00:00:00:00:05 阅读全文
摘要:
拓扑: 配置: 50.57 配置: kernel config: #对称 symmetric distributed routing #DUT1 #create namespace ns1, add virtual eth veth1 connect to host1 in namespace #h 阅读全文
摘要:
拓扑: 配置: 50.57 配置: kernel config: #50.57 #create namespace ns5, add virtual eth veth5 connect to host5 in namespace #host5 50.1.1.2/24 00:00:00:00:00:0 阅读全文
摘要:
Route Type Description RFC Route Type Explained 0 Reserved RFC 7432 1 Ethernet Auto-Discovery (A-D) route RFC 7432 EVPN Type 1 Explained 2 MAC/IP adve 阅读全文
摘要:
Linux 从3.7.0 开始支持vxlan,到3.9.0 3.10.0 基本趋于稳定。 一下是一些配置命令关于如何在kernel配置vxlan 实例: ip link add vxlan1 type vxlan id 1 local 172.31.0.106 remote 172.31.0.107 阅读全文
摘要:
BGP的出现 最早的路由协议 GGP(Gateway-to-Gateway Protocol) IGP(Interior Gateway Protocol) 是在一个自治系统(AS)内网关之间交换路由信息的协议,包括RIP、OSPF、IS-IS、IGRP、EIGRP。而GGP是第一个内部网关协议。随 阅读全文