Weyne

Configuración Router_Principal

May 26th, 2016
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. enable
  2. configure terminal
  3. hostname Router_Principal
  4. int g0/0
  5. ip add 192.168.1.2 255.255.255.0
  6. standby ip 192.168.1.1
  7. standby preempt
  8. standby priority 110
  9. no sh
  10. exit
  11. int s0/0/0
  12. ip add 10.0.0.2 255.255.255.252
  13. no sh
  14. exit
  15. router eigrp 1
  16. network 192.168.1.0 0.0.0.255
  17. network 10.0.0.0 0.0.0.3
Advertisement
Add Comment
Please, Sign In to add comment