Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
295
Use volatileif the value need
not be stored in NVRAM.
Use nonvolatile if the value
must be stored in NVRAM and
available after restart.
Step 3 end
Exits the configuration mode.
Step 4 show snmptargetaddr
Displays the SNMP target
address information.
Step 5 write startup-config
Optional step – saves this SNMP
configuration to be part of the
startup configuration.
The “no snmptargetaddr<TargetAddressName> ”command deletes the specified SNMP
target address information.
The example below shows the commands used to configure the SNMP target address.
SMIS# configure terminal
SMIS(config)# snmptargetaddr host1 param param1 192.168.1.10 taglist tg1
SMIS# end
SMIS# show snmptargetaddr
Target Address Name: host1
IP Address: 192.168.1.10
Tag List: tg1
Parameters: param1
Storage Type: Volatile
Row Status: Active
------------------------------
11.7.2
Target Parameters
Target parameters define the MIB objects that should be notified to an SNMP target, usually an SNMP
manager.
Follow the steps below to configure SNMP target parameters.
Step Command
Description
Step 1 configure terminal
Enters the configuration mode
Step 2 snmptargetparams<ParamName> user
<UserName>security-model {v1 | v2c | v3 {auth |
noauth | priv}}message-processing {v1 | v2c | v3}
Configures the SNMP target
parameters.