Stoffen wrote:If someone knows of a way to create a static route from GRT to VPRN, please let me know.
I cannot see a way to do that without a physical loop cable...
Thanks to my friend Hesam for clearing this one
\configure router policy-options
begin
prefix-list "VPRN2GRT"
prefix 192.168.0.0/16 longer
exit
policy-statement "VPRN2GRT"
entry 10
from
prefix-list "VPRN2GRT"
exit
action accept
exit
exit
exit
commit
\configure service vprn 10000
grt-lookup
enable-grt
static-route 10.0.0.0/24 grt
exit
export-grt "VPRN2GRT"
exit
*A:P1_SR01# show router 10000 route-table
===============================================================================
Route Table (Service: 10000)
===============================================================================
Dest Prefix[Flags] Type Proto Age Pref
Next Hop[Interface Name] Metric
-------------------------------------------------------------------------------
10.0.0.0/24 Blackh* Static 00h02m31s 5
Black Hole 1
192.168.1.0/24 Local Local 00h02m52s 0
vprn 0
-------------------------------------------------------------------------------
*A:P1_SR01# show router route-table 192.168.0.0/16 longer
===============================================================================
Route Table (Router: Base)
===============================================================================
Dest Prefix[Flags] Type Proto Age Pref
Next Hop[Interface Name] Metric
-------------------------------------------------------------------------------
192.168.1.0/24 Remote VPN Leak 00h02m59s 180
vprn 0
-------------------------------------------------------------------------------
No. of Routes: 1
*A:P1_SR01# ping router 10000 10.0.0.1
PING 10.0.0.1 56 data bytes
64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=0.188ms.