摘要:make -C /lib/modules/4.14.0-115.el7a.0.1.aarch64/build M=/root/vrouter/contrail-vrouter modules make: *** /lib/modules/4.14.0-115.el7a.0.1.aarch64/bui
阅读全文
摘要:Linux开启coredump mkdir -p /home/data/corefile chmod 777 /home/data/corefile echo "ulimit -S -c unlimited > /dev/null 2>&1" >> /etc/profile source /etc/
阅读全文
摘要:In the first part of our new series, we will be building our first VPP platform plug-in, using basic examples. We will start with a first-dive into pl
阅读全文
摘要:查看路由表 DBGvpp# show ip fib ipv4-VRF:0, fib_index:0, flow hash:[src dst sport dport proto ] epoch:0 flags:none locks:[default-route:1, nat-hi:2, ] 0.0.0
阅读全文
摘要:[root@localhost vpp]# find ./ -name router-plugin_plugin.so ./lib/vpp_plugins/router-plugin_plugin.so [root@localhost vpp]#
阅读全文
摘要:/* *INDENT-OFF* */ typedef CLIB_PACKED (struct { mac_address_t mac; ip4_address_t ip4; }) ethernet_arp_ip4_over_ethernet_address_t; /* *INDENT-ON* */
阅读全文
摘要:Could not find a package configuration file provided by "Vpp" with any of the following names: VppConfig.cmake vpp-config.cmake Add the installation p
阅读全文
摘要:一开始只有一个vrf [root@evpn2 ~]# vtysh Hello, this is FRRouting (version 7.3-MyOwnFRRVersion). Copyright 1996-2005 Kunihiro Ishiguro, et al. evpn2.novalocal
阅读全文
摘要:export RTE_TARGET=arm64-armv8a-linuxapp-gcc export RTE_SDK=`pwd` insmod ${RTE_SDK}/${RTE_TARGET}/kmod/igb_uio.ko make -j 96 [root@localhost dpdk-19.11
阅读全文
摘要:A bridge-domain can be associated with only one BVI. However a vrf can contain routes to multiple BVIs. To configure a BVI interface, create it using
阅读全文
摘要:DBGvpp# show int addr UnknownEthernet5/0/0 (up): L2 bridge bd-id 1 idx 1 shg 0 host-ns1_tap (up): L2 bridge bd-id 1 idx 1 shg 0 host-ns7_tap (up): L2
阅读全文
摘要:默认table 0 set interface ip table loop2 vrf1 loop1 in vrf1 and loop2 in vrf2 nat44-out2in no translation with multiple tenants Example Usage Example of
阅读全文
摘要:DBGvpp# show int Name Idx State MTU (L3/IP4/IP6/MPLS) Counter Count UnknownEthernet5/0/0 1 down 9000/0/0/0 rx-miss 649 local0 0 down 0/0/0/0 DBGvpp# l
阅读全文
摘要:#!/bin/bash # # set up a network env with 2 namespaces: # # [ vpp1 ] [vpp] [ vpp2 ] # # vpp1: 192.168.0.1 # vpp2: 192.168.0.2 ip netns delete vpp1 ip
阅读全文
摘要:DBGvpp# show ip arp show ip: unknown input `arp' DBGvpp# sh run Time 63301.6, 10 sec internal node vector rate 1.00 vector rates in 5.3712e1, out 2.27
阅读全文
摘要:#!/bin/bash PATH=$PATH:./build-root/build-vpp-native/vpp/bin/ if [ $USER != "root" ] ; then echo "Restarting script with sudo..." sudo $0 ${*} exit fi
阅读全文
摘要:DBGvpp# sh inter addr UnknownEthernet5/0/0 (up): L3 192.168.1.229/24 host-ns1_tap (up): local0 (dn): DBGvpp# nat44 add interface address UnknownEthern
阅读全文
摘要:This is the last article in the series, we will finish this lab with the VXLAN configuration and testing connectivity between servers. VIRTUAL EXTENSI
阅读全文
摘要:ln -s /root/vppsb/vppsb/router/router.mk build-data/packages/router.mk ln -s /root/vppsb/vppsb/router/netlink.mk build-data/packages/netlink.mk find .
阅读全文
摘要:DBGvpp# show vxlan tunnel [0] instance 0 src 192.168.1.229 dst 192.168.1.82 vni 10 fib-idx 0 sw-if-idx 2 encap-dpo-idx 1 DBGvpp# DBGvpp# show vxlan tu
阅读全文