VRF Support for Tracer Script

Top  Previous  Next

The Net-Sense Tracer script also supports the use of VRFs.  This feature is available by using a different input pinger file (-sf filename) that supports the VRF information.  The template file for this is tracer_vrf_template.txt.  The format of this file is almost identical to the tracer_template.txt file with some minor changes as defined below.

 

The file contains the statement “set VRF 1”. Do NOT remove this statement
The RTR_LIST variable contains one additional field to specify the VRF name.  Below shows a VRF by the name of vpn2

 

lappend RTR_LIST [list "192.168.1.40" "vpn2" "$DEST_LIST_3"]