diff options
Diffstat (limited to 'templates/protocols')
10 files changed, 10 insertions, 10 deletions
diff --git a/templates/protocols/snmp/community/node.def b/templates/protocols/snmp/community/node.def index 07bedcd1..6dd23349 100644 --- a/templates/protocols/snmp/community/node.def +++ b/templates/protocols/snmp/community/node.def @@ -1,3 +1,3 @@ tag: type: txt -help: Community name +help: Set community name diff --git a/templates/protocols/snmp/community/node.tag/authorization/node.def b/templates/protocols/snmp/community/node.tag/authorization/node.def index 005e9b39..c8918d43 100644 --- a/templates/protocols/snmp/community/node.tag/authorization/node.def +++ b/templates/protocols/snmp/community/node.tag/authorization/node.def @@ -1,6 +1,6 @@ type: txt default: "ro" -help: Authorization type (rw or 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 index 134698ef..828faa97 100644 --- a/templates/protocols/snmp/community/node.tag/client/node.def +++ b/templates/protocols/snmp/community/node.tag/client/node.def @@ -1,3 +1,3 @@ multi: type: ipv4 -help: IP address of SNMP client allowed to contact system +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 index 1afdb2a1..00a77d4b 100644 --- a/templates/protocols/snmp/community/node.tag/network/node.def +++ b/templates/protocols/snmp/community/node.tag/network/node.def @@ -1,4 +1,4 @@ multi: type: ipv4net -help: Subnet of SNMP client(s) allowed to contact system +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/community/node.tag/node.def b/templates/protocols/snmp/community/node.tag/node.def index 20430928..dd44d5ec 100644 --- a/templates/protocols/snmp/community/node.tag/node.def +++ b/templates/protocols/snmp/community/node.tag/node.def @@ -1 +1 @@ -help: Community options +help: Set community options diff --git a/templates/protocols/snmp/contact/node.def b/templates/protocols/snmp/contact/node.def index 039cd548..4251291e 100644 --- a/templates/protocols/snmp/contact/node.def +++ b/templates/protocols/snmp/contact/node.def @@ -1,2 +1,2 @@ type: txt -help: Contact information +help: Set contact information diff --git a/templates/protocols/snmp/description/node.def b/templates/protocols/snmp/description/node.def index 61ec96b6..6324a96b 100644 --- a/templates/protocols/snmp/description/node.def +++ b/templates/protocols/snmp/description/node.def @@ -1,2 +1,2 @@ type: txt -help: Description information +help: Set description information diff --git a/templates/protocols/snmp/location/node.def b/templates/protocols/snmp/location/node.def index a5b234ea..f4bcef7c 100644 --- a/templates/protocols/snmp/location/node.def +++ b/templates/protocols/snmp/location/node.def @@ -1,3 +1,3 @@ type: txt -help: Location information +help: Set location information diff --git a/templates/protocols/snmp/node.def b/templates/protocols/snmp/node.def index 62adc534..3612f2b6 100644 --- a/templates/protocols/snmp/node.def +++ b/templates/protocols/snmp/node.def @@ -1,4 +1,4 @@ -help: Configure SNMP +help: Configure Simple Network Management Protocol (SNMP) commit:expression: $VAR(community/) != ""; "must configure a community" create:expression: "/opt/vyatta/sbin/vyatta-snmp.pl --init-snmp" delete:expression: "touch /tmp/snmp.$PPID" diff --git a/templates/protocols/snmp/trap-target/node.def b/templates/protocols/snmp/trap-target/node.def index bfb450fd..c041d108 100644 --- a/templates/protocols/snmp/trap-target/node.def +++ b/templates/protocols/snmp/trap-target/node.def @@ -1,3 +1,3 @@ multi: type: ipv4 -help: IPv4 address of trap target +help: Set IP address of trap target |