摘要:git clone git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.gitcd iproute2./configure# edit Makefile & disable tcmake make DESTDIR=`pw
阅读全文
摘要:查看vrf是否安装 cat /boot/config-4.14.0-115.10.1.el7a.aarch64 | grep -i CONFIG_NET_VRF
阅读全文
摘要:CentOS使用yum的elrepo源升级内核 1、 导入public key 参考:http://elrepo.org/tiki/tiki-index.php Import the public key: rpm --import https://www.elrepo.org/RPM-GPG-KE
阅读全文
摘要:debug bgp neighbor-eventsdebug bgp keepalivesdebug bgp zebradebug bgp update-groupsdebug bgp updates bgp log-neighbor-changes Troubleshooting To troub
阅读全文
摘要:节点1:-bgp配置 [root@localhost ~]# cat /etc/frr/bgpd.conf ! ! Zebra configuration saved from vty ! 2020/02/25 08:59:54 ! frr version 7.3-MyOwnFRRVersion f
阅读全文
摘要:发现bgp邻居一直处于active状态,没有建立邻居 但是179端口一直是开着的 但是telnet 总是不通 猜想是放火墙的问题 执行: systemctl stop firewalld.service vi /etc/selinux/config SELINUX=disabled setenfor
阅读全文
摘要:[root@host-10-10-18-195 ~]# chown frr:frr /var/log/frr/ [root@host-10-10-18-195 ~]# vtysh Hello, this is FRRouting (version 7.3-MyOwnFRRVersion). Copy
阅读全文
摘要:用netstat看一下: 重新建一个vxlan
阅读全文
摘要:leaf1[root@kunpeng82 frr-stable-7.3]# vtysh Hello, this is FRRouting (version 7.3-MyOwnFRRVersion). Copyright 1996-2005 Kunihiro Ishiguro, et al. kunp
阅读全文
摘要:从其他机器把libyang拷贝过来 把build目录下的 CMakeCache.txt 删掉
阅读全文
摘要:机器装了quagga [root@kunpeng82 frr-stable-7.3]# tail -n 5 /etc/group devuser:x:1001: kylin:x:1002: unbound:x:994: quagga:x:92: quaggavt:x:85: [root@kunpen
阅读全文
摘要:http://docs.frrouting.org/projects/dev-guide/en/latest/building-frr-for-centos7.html CentOs7 :git clone https://github.com/frrouting/frr.git frr 或者git
阅读全文
摘要:[root@localhost ~]# systemctl start zebra [root@localhost ~]# vtysh Hello, this is Quagga (version 0.99.22.4). Copyright 1996-2005 Kunihiro Ishiguro,
阅读全文
摘要:Bridge ovs-switch Port ovs-switch Interface ovs-switch type: internal Port "enahisic2i1" Interface "enahisic2i1" 注意:进行OVS设置时很容易造成虚拟交换机与物理交换机构成二层环路(比如虚
阅读全文
摘要:http://specs.openstack.org/openstack/neutron-specs/specs/kilo/ml2-hierarchical-port-binding.html 步骤如下: 用户用Nova boot创建一个虚拟机, vm 的网络设定为VXLAN A; Neutron创
阅读全文
摘要:BGP传递私网路由 一个是自治系统内部路由-ospf一个是自治系统间路由-bgp 转载于:https://www.cnblogs.com/zhouhaibing/p/7740533.html MPLS 的格式如图所示,在原始的 IP 头之外,多了 MPLS 的头,里面可以打标签。 在二层头里面,有类
阅读全文
摘要:OpenFlow方案 OpenFlow方案主要由OpenFlow交换机、SDN Controller二部分组成。OpenFlow交换机进行数据层的转发;Controller对网络进行集中控制,实现控制层的功能。 OpenFlow网络中转发层面的核心是由各种支持OpenFlow的软件和硬件的交换机组成
阅读全文
摘要:[root@kunpeng82 ovs]# ovs-ofctl dump-flows s1 cookie=0x0, duration=432.489s, table=0, n_packets=1, n_bytes=70, in_port="s1_p1" actions=output:"s1_p1"
阅读全文
摘要:1、 创建ovs br-int br-tun ovs-vsctl add-br br-tun ovs-vsctl add-br br-int [root@kunpeng82 ovs]# ovs-vsctl list-ports br-int patch-int [root@kunpeng82 ovs
阅读全文
摘要:[root@kunpeng82 ovs]# ovs-vsctl add-br ovs-switch [root@kunpeng82 ovs]# ovs-vsctl add-port ovs-switch p0 -- set Interface p0 ofport_request=100 ovs-vs
阅读全文