Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. enable
  2. conf t
  3. ip route 172.16.0.0 255.255.0.0 10.20.1.2
  4. ip route 172.17.0.0 255.255.0.0 10.20.1.2
  5. ip route 192.168.10.0 255.255.255.0 10.20.1.2
  6. ip route 11.20.12.8 255.255.255.252 10.20.1.2
  7.  
  8. enable
  9. conf t
  10. ip route 192.168.3.0 255.255.255.0 10.20.1.1
  11. ip route 192.168.4.0 255.255.255.0 10.20.1.1
  12. ip route 192.168.10.0 255.255.255.0 11.20.12.10
  13. ip route 172.17.0.0 255.255.0.0 11.20.12.10
  14.  
  15. enable
  16. conf t
  17. ip route 192.168.3.0 255.255.255.0 11.20.12.9
  18. ip route 192.168.4.0 255.255.255.0 11.20.12.9
  19. ip route 10.20.1.0 255.255.255.252 11.20.12.9
  20. ip route 172.16.0.0 255.255.0.0 11.20.12.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement