index
:
GNS3 Labs Collection
master
A collection of GNS3 Labs spanning multiple Cisco CCNP/CCDP certifications
JC Manciot <jcmanciot@sdxlive.com>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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