summaryrefslogtreecommitdiff
path: root/templates/protocols/snmp/community
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@sydney.vyatta.com>2007-10-22 10:34:06 -0700
committerAn-Cheng Huang <ancheng@sydney.vyatta.com>2007-10-22 10:34:06 -0700
commitd34592273240b6ea91b82c479362bd88352b7f65 (patch)
tree2a1c759216e4abd921e1ecd87746925976e42927 /templates/protocols/snmp/community
parentd4e70f30421c5c48b256e0e272c91c7b6db2aa86 (diff)
parent92ee6e6c49cacad059478ad1a50ffa7a50ecd90e (diff)
downloadvyatta-cfg-quagga-d34592273240b6ea91b82c479362bd88352b7f65.tar.gz
vyatta-cfg-quagga-d34592273240b6ea91b82c479362bd88352b7f65.zip
Merge branch 'master' of phuket.vyatta.com:/usr/local/git/vyatta-cfg-system
Diffstat (limited to 'templates/protocols/snmp/community')
-rw-r--r--templates/protocols/snmp/community/node.def3
-rw-r--r--templates/protocols/snmp/community/node.tag/authorization/node.def7
-rw-r--r--templates/protocols/snmp/community/node.tag/node.def1
3 files changed, 11 insertions, 0 deletions
diff --git a/templates/protocols/snmp/community/node.def b/templates/protocols/snmp/community/node.def
new file mode 100644
index 00000000..18472af8
--- /dev/null
+++ b/templates/protocols/snmp/community/node.def
@@ -0,0 +1,3 @@
+tag:
+type: txt
+help: "Community name"
diff --git a/templates/protocols/snmp/community/node.tag/authorization/node.def b/templates/protocols/snmp/community/node.tag/authorization/node.def
new file mode 100644
index 00000000..b9960195
--- /dev/null
+++ b/templates/protocols/snmp/community/node.tag/authorization/node.def
@@ -0,0 +1,7 @@
+type: txt
+default: "ro"
+help: "Authorization type either (rw or ro)"
+syntax: $(@) in "ro", "rw"; "authorization type must be either rw or ro"
+
+
+
diff --git a/templates/protocols/snmp/community/node.tag/node.def b/templates/protocols/snmp/community/node.tag/node.def
new file mode 100644
index 00000000..410186c6
--- /dev/null
+++ b/templates/protocols/snmp/community/node.tag/node.def
@@ -0,0 +1 @@
+help: "Community options"