aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/TBSHOOT/Infrastructure-Services/Device-Management/Telnet-SSH/Jean-Christophe_Manciot/1+/TT 2-solutions-linux-/Ansible/Add-routes-to-host.sh
blob: aff55e10b02ef1ad81b734c75ddfdfb4ce935f1b (plain)
1
2
3
4
#!/bin/bash
ip route add 10.0.0.0/8 via 192.168.137.254 metric 1
ip route show