Hello everyone,
Today I will share with the reason why the static route for interworking between the public network and private network does not take effect. The fault may be caused by incorrect configurations, that is, the parameter public is not configured. Correct configurations are as follows:
ip route-static vpn-instancevpn-source-name destination-address{ mask| mask-length} nexthop-address public
To make the configured static route take effect, you need to configure the parameter public.
That is all I want to share with you!