summaryrefslogtreecommitdiff
path: root/templates/protocols
diff options
context:
space:
mode:
authorMohit Mehta <mohit@vyatta.com>2008-03-21 17:02:29 -0700
committerMohit Mehta <mohit@vyatta.com>2008-03-21 17:02:29 -0700
commitf279d69e1d3952de1231ecf56d6ebb3023b96645 (patch)
treebe3d4f36063c120379d54cfd836c0b637072919d /templates/protocols
parent5d2be410b7f40309a83c52fe6a6b741a9fd781c8 (diff)
downloadvyatta-cfg-quagga-f279d69e1d3952de1231ecf56d6ebb3023b96645.tar.gz
vyatta-cfg-quagga-f279d69e1d3952de1231ecf56d6ebb3023b96645.zip
Fix Bug 3027 Unable to configure SNMP community client address
- added the following commands: - set protocols snmp community <txt> client <IPv4> - set protocols snmp community <txt> network <IPv4net>
Diffstat (limited to 'templates/protocols')
-rw-r--r--templates/protocols/snmp/community/node.tag/client/node.def3
-rw-r--r--templates/protocols/snmp/community/node.tag/network/node.def4
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/protocols/snmp/community/node.tag/client/node.def b/templates/protocols/snmp/community/node.tag/client/node.def
new file mode 100644
index 00000000..134698ef
--- /dev/null
+++ b/templates/protocols/snmp/community/node.tag/client/node.def
@@ -0,0 +1,3 @@
+multi:
+type: ipv4
+help: 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
new file mode 100644
index 00000000..1afdb2a1
--- /dev/null
+++ b/templates/protocols/snmp/community/node.tag/network/node.def
@@ -0,0 +1,4 @@
+multi:
+type: ipv4net
+help: Subnet of SNMP client(s) allowed to contact system
+syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $VAR(@)"