summaryrefslogtreecommitdiff
path: root/templates/service/snmp/community
diff options
context:
space:
mode:
Diffstat (limited to 'templates/service/snmp/community')
-rw-r--r--templates/service/snmp/community/node.def3
-rw-r--r--templates/service/snmp/community/node.tag/authorization/node.def7
-rw-r--r--templates/service/snmp/community/node.tag/client/node.def3
-rw-r--r--templates/service/snmp/community/node.tag/network/node.def4
4 files changed, 17 insertions, 0 deletions
diff --git a/templates/service/snmp/community/node.def b/templates/service/snmp/community/node.def
new file mode 100644
index 00000000..cf95bc27
--- /dev/null
+++ b/templates/service/snmp/community/node.def
@@ -0,0 +1,3 @@
+tag:
+type: txt
+help: Set community name [REQUIRED]
diff --git a/templates/service/snmp/community/node.tag/authorization/node.def b/templates/service/snmp/community/node.tag/authorization/node.def
new file mode 100644
index 00000000..c8918d43
--- /dev/null
+++ b/templates/service/snmp/community/node.tag/authorization/node.def
@@ -0,0 +1,7 @@
+type: txt
+default: "ro"
+help: Set authorization type (rw or ro) (default: ro)
+syntax:expression: $VAR(@) in "ro", "rw"; "Authorization type must be either rw or ro"
+
+
+
diff --git a/templates/service/snmp/community/node.tag/client/node.def b/templates/service/snmp/community/node.tag/client/node.def
new file mode 100644
index 00000000..828faa97
--- /dev/null
+++ b/templates/service/snmp/community/node.tag/client/node.def
@@ -0,0 +1,3 @@
+multi:
+type: ipv4
+help: Set IP address of SNMP client allowed to contact system
diff --git a/templates/service/snmp/community/node.tag/network/node.def b/templates/service/snmp/community/node.tag/network/node.def
new file mode 100644
index 00000000..00a77d4b
--- /dev/null
+++ b/templates/service/snmp/community/node.tag/network/node.def
@@ -0,0 +1,4 @@
+multi:
+type: ipv4net
+help: Set subnet of SNMP client(s) allowed to contact system
+syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $VAR(@)"