summaryrefslogtreecommitdiffstats
path: root/cumulus
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 03:03:46 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 03:03:46 +0200
commitbfece4578db70061084ae984faf2124d818b6c9d (patch)
tree2b7824ec0cdd10f6e8a7cf26d443f48a90257367 /cumulus
parentPer AFI redist registrations (diff)
downloadfrr-bfece4578db70061084ae984faf2124d818b6c9d.tar.xz
frr-bfece4578db70061084ae984faf2124d818b6c9d.zip
Adding following files:
/etc ├── quagga │   ├── bgpd.conf │   ├── debian.conf │   ├── ospf6d.conf │   ├── ospfd.conf │   ├── vtysh.conf │   └── zebra.conf └── sudoers.d └── quagga_sudoers
Diffstat (limited to 'cumulus')
-rw-r--r--cumulus/etc/quagga/bgpd.conf5
-rw-r--r--cumulus/etc/quagga/debian.conf17
-rw-r--r--cumulus/etc/quagga/ospf6d.conf5
-rw-r--r--cumulus/etc/quagga/ospfd.conf5
-rw-r--r--cumulus/etc/quagga/vtysh.conf2
-rw-r--r--cumulus/etc/quagga/zebra.conf4
-rw-r--r--cumulus/etc/sudoers.d/quagga_sudoers1
7 files changed, 39 insertions, 0 deletions
diff --git a/cumulus/etc/quagga/bgpd.conf b/cumulus/etc/quagga/bgpd.conf
new file mode 100644
index 000000000..00a4fec0b
--- /dev/null
+++ b/cumulus/etc/quagga/bgpd.conf
@@ -0,0 +1,5 @@
+hostname bgpd
+password cn321
+enable password cn321
+log timestamp precision 6
+log file /var/log/quagga/bgpd.log
diff --git a/cumulus/etc/quagga/debian.conf b/cumulus/etc/quagga/debian.conf
new file mode 100644
index 000000000..27ea461af
--- /dev/null
+++ b/cumulus/etc/quagga/debian.conf
@@ -0,0 +1,17 @@
+#
+# If this option is set the /etc/init.d/quagga script automatically loads
+# the config via "vtysh -b" when the servers are started.
+# Check /etc/pam.d/quagga if you intend to use "vtysh"!
+#
+vtysh_enable=yes
+zebra_options=" --daemon -A 127.0.0.1"
+bgpd_options=" --daemon -A 127.0.0.1"
+ospfd_options=" --daemon -A 127.0.0.1"
+ospf6d_options=" --daemon -A ::1"
+ripd_options=" --daemon -A 127.0.0.1"
+ripngd_options=" --daemon -A ::1"
+isisd_options=" --daemon -A 127.0.0.1"
+babeld_options=" --daemon -A 127.0.0.1"
+# The list of daemons to watch is automatically generated by the init script.
+watchquagga_enable=yes
+watchquagga_options=(-adz -r /usr/sbin/servicebBquaggabBrestartbB%s -s /usr/sbin/servicebBquaggabBstartbB%s -k /usr/sbin/servicebBquaggabBstopbB%s -b bB -t 30)
diff --git a/cumulus/etc/quagga/ospf6d.conf b/cumulus/etc/quagga/ospf6d.conf
new file mode 100644
index 000000000..d24df73db
--- /dev/null
+++ b/cumulus/etc/quagga/ospf6d.conf
@@ -0,0 +1,5 @@
+hostname ospfd
+password cn321
+enable password cn321
+log timestamp precision 6
+log file /var/log/quagga/ospf6d.log
diff --git a/cumulus/etc/quagga/ospfd.conf b/cumulus/etc/quagga/ospfd.conf
new file mode 100644
index 000000000..e20ed4a28
--- /dev/null
+++ b/cumulus/etc/quagga/ospfd.conf
@@ -0,0 +1,5 @@
+hostname ospfd
+password cn321
+enable password cn321
+log timestamp precision 6
+log file /var/log/quagga/ospfd.log
diff --git a/cumulus/etc/quagga/vtysh.conf b/cumulus/etc/quagga/vtysh.conf
new file mode 100644
index 000000000..80ceb0089
--- /dev/null
+++ b/cumulus/etc/quagga/vtysh.conf
@@ -0,0 +1,2 @@
+service integrated-vtysh-config
+username cumulus nopassword
diff --git a/cumulus/etc/quagga/zebra.conf b/cumulus/etc/quagga/zebra.conf
new file mode 100644
index 000000000..827c38a2e
--- /dev/null
+++ b/cumulus/etc/quagga/zebra.conf
@@ -0,0 +1,4 @@
+hostname zebra
+password cn321
+enable password cn321
+log file /var/log/quagga/zebra.log
diff --git a/cumulus/etc/sudoers.d/quagga_sudoers b/cumulus/etc/sudoers.d/quagga_sudoers
new file mode 100644
index 000000000..972966c6a
--- /dev/null
+++ b/cumulus/etc/sudoers.d/quagga_sudoers
@@ -0,0 +1 @@
+Defaults env_keep += VTYSH_PAGER