Created
January 9, 2015 19:00
-
-
Save danish-rehman/eca1b041bcbd8b487dbc to your computer and use it in GitHub Desktop.
Sample quagga conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! | |
! 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