Advertisement
Guest User

zebra.conf

a guest
Aug 14th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ! -*- zebra -*-
  2. !
  3. ! zebra sample configuration file
  4. !
  5. ! $Id: zebra.conf.sample,v 1.1 2002/12/13 20:15:30 paul Exp $
  6. !
  7. hostname Router
  8. password zebra
  9. enable password zebra
  10. !
  11. ! Interface's description.
  12. !
  13. !interface lo
  14. ! description test of desc.
  15. !
  16. interface tap0
  17. ipv6 address aaaa::1/64
  18. no ipv6 nd suppress-ra
  19. multicast
  20.  
  21. ipv6 forwarding
  22. !
  23. ! Static default route sample.
  24. !
  25. !ip route 0.0.0.0/0 203.181.89.241
  26. !
  27.  
  28. !log file /var/log/quagga/zebra.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement