How To Ping Vrf In Juniper Router?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To ping a VRF in Juniper Router, first create a loopback interface for the VRF:
1. Set up the VRF, and configure an IP address for the VRF’s loopback interface: set interfaces lo0 unit 0 family inet address 192.168.100.100/32
2. Add the loopback interface to the VRF: set routing–instances MY_VRF interface lo0.0
3. From the router’s global configuration, ping the loopback: ping routing–instance MY_VRF 192.168.100.100