问题描述:
两台交换机配置一样,
一台下的主机能ping通网关ip,另一台ping不通。
组网及组网描述:
交换机1配置
version 7.1.070, Release 6616
#
interface Vsi-interface1001
ip binding vpn-instance vpc-1000
ip address 10.0.1.1 255.255.255.0
mac-address 0001-0001-0001
local-proxy-arp enable
distributed-gateway local
#
ip vpn-instance vpc-1000
route-distinguisher 1000:1000
#
address-family ipv4
vpn-target 1000:1000 import-extcommunity
vpn-target 1000:1000 export-extcommunity
#
address-family evpn
vpn-target 1000:2000 import-extcommunity
vpn-target 1000:2000 export-extcommunity
#
vsi vpc-1010
gateway vsi-interface 1001
vxlan 1010
evpn encapsulation vxlan
route-distinguisher 101:1010
vpn-target 10:10 export-extcommunity
vpn-target 10:10 import-extcommunity
#
#
interface Vsi-interface101
ip binding vpn-instance vpc-1000
l3-vni 1000
#
interface Vsi-interface1001
ip binding vpn-instance vpc-1000
ip address 10.0.1.1 255.255.255.0
mac-address 0001-0001-0001
local-proxy-arp enable
distributed-gateway local
interface Bridge-Aggregation35
port link-type trunk
port trunk permit vlan all
port trunk pvid vlan 100
link-aggregation mode dynamic
#
service-instance 1010
encapsulation s-vid 1010
xconnect vsi vpc-1010
#
交换机2配置
version 7.1.070, Release 6616
#
interface Vsi-interface2001
ip binding vpn-instance vpc-1000
ip address 10.0.2.1 255.255.255.0
mac-address 0002-0002-0002
local-proxy-arp enable
distributed-gateway local
#
ip vpn-instance vpc-1000
route-distinguisher 1000:1000
#
address-family ipv4
vpn-target 1000:1000 import-extcommunity
vpn-target 1000:1000 export-extcommunity
#
address-family evpn
vpn-target 1000:2000 import-extcommunity
vpn-target 1000:2000 export-extcommunity
#
vsi vpc-1020
gateway vsi-interface 2001
vxlan 1020
evpn encapsulation vxlan
route-distinguisher 102:1020
vpn-target 10:20 export-extcommunity
vpn-target 10:20 import-extcommunity
#
vsi vpc-1020
gateway vsi-interface 2001
vxlan 1020
evpn encapsulation vxlan
route-distinguisher 102:1020
vpn-target 10:20 export-extcommunity
vpn-target 10:20 import-extcommunity
#
interface Vsi-interface101
ip binding vpn-instance vpc-1000
l3-vni 1000
#
interface Bridge-Aggregation35
port access vlan 100
link-aggregation mode dynamic
#
service-instance 1020
encapsulation s-vid 1020
xconnect vsi vpc-1020
#
主机之间能正常三层通信。这应该代表路由正常吧 设备模式是指? 两台都是hareware-resource vxlan l3gw