You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
337 B

  1. password zebra
  2. !
  3. !router eigrp 1
  4. ! network 10.0.0.0/8
  5. ! network 192.168.1.0/24
  6. !
  7. !router ospf
  8. !ospf router-id 172.16.0.2
  9. !network 192.168.1.0/24 area 0
  10. !neighbor 172.16.0.1
  11. !
  12. !router rip
  13. ! network 10.0.0.0/8
  14. ! network 192.168.1.0/24
  15. !
  16. log syslog
  17. !
  18. access-list vty permit 127.0.0.0/8
  19. access-list vty deny any
  20. !
  21. line vty
  22. access-class vty