Updating Routing on Blue fw with Ansible - jwells24/Tech-Journal GitHub Wiki
Updating Routing on Blue-fw with Ansible
- In this tech journal entry, we will be updating some of our routing on blue-fw, as well as using ansible to create a DHCP pool and do some other things.
Static Route on 480-fw
- Create a static route on 480-fw so traffic looking for 10.0.5.0/24 network can be routed to blue1-fw. Use the command below on 480-fw to create the static route.
set protocols static route 10.0.5.0/24 next-hop 10.0.17.200
Ansible for DHCP on fw-blue1