Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created January 9, 2015 19:00
Show Gist options
  • Save danish-rehman/eca1b041bcbd8b487dbc to your computer and use it in GitHub Desktop.
Save danish-rehman/eca1b041bcbd8b487dbc to your computer and use it in GitHub Desktop.
Sample quagga conf
!
! Example zebra configuration
!
hostname zebrad
password zebra
!
interface eth5
ip address 10.10.1.1/24
!
interface eth7
ip address 10.1.0.3/24
!
interface eth9
ip address 10.10.2.2/24
!
interface lo
ip forwarding
!
log stdout
line vty
!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment