In this recipe, we will outline how to validate network reachability via ping, using Ansible on Juniper devices. This will enable us to validate network reachability and traffic forwarding across our sample network topology.
Validating network reachability on Juniper devices
Getting ready
This recipe assumes that the network is already built and configured, as outlined in all the previous recipes.
How to do it...
- Create a new playbook called pb_junos_ping.yml with the following task, to ping all core loopbacks within our sample network:
---
- name: "Validate Core...