diff options
author | Mohit Mehta <mohit@vyatta.com> | 2008-03-21 17:02:29 -0700 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2008-03-21 17:02:29 -0700 |
commit | f279d69e1d3952de1231ecf56d6ebb3023b96645 (patch) | |
tree | be3d4f36063c120379d54cfd836c0b637072919d /templates/protocols | |
parent | 5d2be410b7f40309a83c52fe6a6b741a9fd781c8 (diff) | |
download | vyatta-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.def | 3 | ||||
-rw-r--r-- | templates/protocols/snmp/community/node.tag/network/node.def | 4 |
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(@)" |