Hello :) Below is my issue plz give me some advice.
When server(Vnet1 vms) try to communicate on-prim network need to be pass on VM1 which place in Vnet2
( server_Vnet1 --> Vnet2's VM1--> Expressroute --> on -prim )
The part that I concern is "server_Vnet1 --> Vnet2's VM1"
Cause Through ER (BGP) the server know the on-prime network.
And this is my question,
(server's subnet network)
Q1.
1. dst on-prim(1.1.1.0/24) next hop VNG (propagted by ER)
2. dst on-prim(1.1.1.0/24) next hop VM1'ip (user defined)
Which one has higher priority ??
Q2. If UDR has higher priority, the longest prefix match rule is higher than it?
1. dst on-prim(1.1.1.0/24) next hop VNG (propagted by ER)
2. dst on-prim(1.1.0.0/24) next hop VM1'ip (user defined)
Which one has higher priority ??