blob: d6203e9b86205628bdcacbcd3567b08b4cb64ef9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
tag:
type: txt
help: Defines SNMP target for inform or traps for IP
syntax:expression: exec "/opt/vyatta/sbin/valid_address $VAR(@)/20"
commit:expression: $VAR(type/) != ""; "must specify type"
commit:expression: $VAR(auth/) != ""; "must specify auth"
commit:expression: $VAR(protocol/) != ""; "must specify protocol"
commit:expression: $VAR(user/) != ""; "must specify user"
commit:expression: $VAR(port/) != ""; "must specify port"
val_help: <x.x.x.x>; IP address of trap target
val_help: <h:h:h:h:h:h:h:h>; IPv6 address of trap target
|