Driver Support Document
SYSOID Mapping | ||
SYSOID | MODEL | OS VERSION |
1.3.6.1.4.1.89.1.1.62.8 | Linkproof AS1 | 4.35.06,4.35.07 |
For the Radware devices the configuration file sent through tftp can also be encrypted. In this case NAS will skip to the cli-only configuration retrieval. It is recomanded to modify the tftp file-type to cli.
For example:
manage tftp file-type set 1
The parameter "file-type" can only take one of the following values: (1) cli (2) ber
In order to modify an existing line from Configuration Deployment you must use the "set" command, not the "create" command, or else the changes won't be commited. Applicable only for commands that include the "create" keyword.
For NAS to support an SNMP community string, the View name for the access groups to which a particular SNMP community string is assigned must be the same regardless of the SNMP security model (snmp v1 or snmp v2).
For example:
manage snmp access create group-ro SNMPv1 noAuthNoPriv -rvn ReadOnlyView
manage snmp access create group-ro SNMPv2c noAuthNoPriv -rvn ReadOnlyView
manage snmp access create group-rw SNMPv1 noAuthNoPriv -rvn ReadOnlyView -wvn ReadWriteView
manage snmp access create group-rw SNMPv2c noAuthNoPriv -rvn ReadOnlyView -wvn ReadWriteView
(where the groups are group-ro and group-rw)