summaryrefslogtreecommitdiff
path: root/templates/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols')
-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/client/node.def3
-rw-r--r--templates/protocols/snmp/community/node.tag/network/node.def4
-rw-r--r--templates/protocols/snmp/contact/node.def2
-rw-r--r--templates/protocols/snmp/description/node.def2
-rw-r--r--templates/protocols/snmp/location/node.def3
-rw-r--r--templates/protocols/snmp/node.def12
-rw-r--r--templates/protocols/snmp/trap-target/node.def3
9 files changed, 0 insertions, 39 deletions
diff --git a/templates/protocols/snmp/community/node.def b/templates/protocols/snmp/community/node.def
deleted file mode 100644
index cf95bc27..00000000
--- a/templates/protocols/snmp/community/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-tag:
-type: txt
-help: Set community name [REQUIRED]
diff --git a/templates/protocols/snmp/community/node.tag/authorization/node.def b/templates/protocols/snmp/community/node.tag/authorization/node.def
deleted file mode 100644
index c8918d43..00000000
--- a/templates/protocols/snmp/community/node.tag/authorization/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-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/protocols/snmp/community/node.tag/client/node.def b/templates/protocols/snmp/community/node.tag/client/node.def
deleted file mode 100644
index 828faa97..00000000
--- a/templates/protocols/snmp/community/node.tag/client/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-multi:
-type: ipv4
-help: Set IP address of SNMP client allowed to contact system
diff --git a/templates/protocols/snmp/community/node.tag/network/node.def b/templates/protocols/snmp/community/node.tag/network/node.def
deleted file mode 100644
index 00a77d4b..00000000
--- a/templates/protocols/snmp/community/node.tag/network/node.def
+++ /dev/null
@@ -1,4 +0,0 @@
-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(@)"
diff --git a/templates/protocols/snmp/contact/node.def b/templates/protocols/snmp/contact/node.def
deleted file mode 100644
index 4251291e..00000000
--- a/templates/protocols/snmp/contact/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-type: txt
-help: Set contact information
diff --git a/templates/protocols/snmp/description/node.def b/templates/protocols/snmp/description/node.def
deleted file mode 100644
index 6324a96b..00000000
--- a/templates/protocols/snmp/description/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-type: txt
-help: Set description information
diff --git a/templates/protocols/snmp/location/node.def b/templates/protocols/snmp/location/node.def
deleted file mode 100644
index f4bcef7c..00000000
--- a/templates/protocols/snmp/location/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-type: txt
-help: Set location information
-
diff --git a/templates/protocols/snmp/node.def b/templates/protocols/snmp/node.def
deleted file mode 100644
index 6ce9c2c7..00000000
--- a/templates/protocols/snmp/node.def
+++ /dev/null
@@ -1,12 +0,0 @@
-priority: 980
-help: Configure Simple Network Management Protocol (SNMP)
-commit:expression: $VAR(community/) != ""; "must configure a community"
-
-delete: touch /tmp/snmp.$PPID
-end:if [ -f "/tmp/snmp.$PPID" ]
- then sudo /opt/vyatta/sbin/vyatta-snmp.pl --stop-snmp
- rm /tmp/snmp.$PPID
- rm -f /etc/snmp/snmpd.conf
- else
- sudo /opt/vyatta/sbin/vyatta-snmp.pl --update-snmp
- fi
diff --git a/templates/protocols/snmp/trap-target/node.def b/templates/protocols/snmp/trap-target/node.def
deleted file mode 100644
index c041d108..00000000
--- a/templates/protocols/snmp/trap-target/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-multi:
-type: ipv4
-help: Set IP address of trap target