摘要:
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 阅读全文
摘要:
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 阅读全文