diff options
Diffstat (limited to 'test/scenario_test/exabgp_test_conf/quagga.conf')
-rw-r--r-- | test/scenario_test/exabgp_test_conf/quagga.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/scenario_test/exabgp_test_conf/quagga.conf b/test/scenario_test/exabgp_test_conf/quagga.conf new file mode 100644 index 00000000..03f43202 --- /dev/null +++ b/test/scenario_test/exabgp_test_conf/quagga.conf @@ -0,0 +1,7 @@ +hostname bgpd +password zebra +router bgp 65001 +bgp router-id 192.168.0.1 +network 192.168.1.0/24 +neighbor 10.0.255.1 remote-as 65000 +neighbor 10.0.255.1 password hoge1
\ No newline at end of file |