Example
09xx,YYYY/MM/DD,HH:MM:SS.xxx, 00:00,RMI AP,uid=user-name,,[SNMP],
UpdateSnmpSetting,,Normal end,
from=xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx,,Seq.=xxxxxxxxxx
+{SnmpSetting{
SnmpAvailable=true,SnmpVersion=v3,
V1V2c{
TrapSettings[]{
CommunityName=null,
Managers[]{
IpType=null,Ipv4Address=null,Ipv6Address=null}},
RequestSettings[]{
CommunityName=null,ManagerAvailable=null,
Managers[]{
IpType=null,Ipv4Address=null,Ipv6Address=null}}},
V3{
TrapSetting{
Managers[0]{
IpType=Ipv4,Ipv4Address=10.10.10.0,Ipv6Address=null,
SecuritySetting{
SecurityName="xxxxx",SecurityLevel=authPriv,AuthProtocol=SHA-1,
PrivProtocol=AES-128}}},
RequestSetting{
SecuritySettings[0]{
SecurityName="xxxx",SecurityLevel=authPriv,AuthProtocol=SHA-1,
PrivProtocol=AES-128}}},
SystemGroup{
SystemName="xxxxx",SystemContact="xxxxx",SystemLocation="xxxxx"}}}
Detailed Information
|
Item |
Description |
|||||
|---|---|---|---|---|---|---|
|
SnmpSetting |
The setting information of SNMP |
|||||
|
SnmpAvailable |
The setting status of SNMP Agent true: Enabled, false: Disabled |
|||||
|
SnmpVersion |
The version of SNMP protocol |
|||||
|
V1V2c |
For SNMP protocol v1 or v2c, the setting information is output. For SNMP protocol v3, "null" is output as the setting information of V1V2c. |
|||||
|
TrapSettings[x] |
The setting information of SNMP trap destinations |
|||||
|
CommunityName |
The community name |
|||||
|
Managers[x] |
The information of SNMP Managers |
|||||
|
IpType |
The type of IP address (IPv4 or IPv6) |
|||||
|
Ipv4Address |
IPv4 address For IPv6, "null" is output. |
|||||
|
Ipv6Address |
IPv6 address For IPv4, "null" is output. |
|||||
|
RequestSettings[x] |
The information of request authentication settings |
|||||
|
CommunityName |
The community name |
|||||
|
ManagerAvailable |
Indicates SNMP Managers that are allowed to perform request operations true: The SNMP Manager with the specified IP address is allowed. false: All SNMP Managers are allowed. |
|||||
|
Managers[x] |
The information of SNMP Managers |
|||||
|
IpType |
The type of IP address (IPv4 or IPv6) |
|||||
|
Ipv4Address |
IPv4 address For IPv6, "null" is output. |
|||||
|
Ipv6Address |
IPv6 address For IPv4, "null" is output. |
|||||
|
V3 |
For SNMP protocol v3, the setting information is output. For SNMP protocol v1 or v2c, "null" is output as the setting information of V3. |
|||||
|
TrapSetting |
The setting information of SNMP trap destinations |
|||||
|
Managers[x] |
The information of SNMP Managers |
|||||
|
IpType |
The type of IP address (IPv4 or IPv6) |
|||||
|
Ipv4Address |
IPv4 address For IPv6, "null" is output. |
|||||
|
Ipv6Address |
IPv6 address For IPv4, "null" is output. |
|||||
|
SecuritySetting |
The setting information of security |
|||||
|
SecurityName |
The user name used for SNMP trap notification |
|||||
|
SecurityLevel |
Indicates security levels noAuthNoPriv: Both Authentication and Encryption are disabled. authNoPriv: Authentication is enabled and Encryption is disabled. authPriv: Both Authentication and Encryption are enabled. |
|||||
|
AuthProtocol |
Indicates the type of authentication protocol If Authentication is disabled, "null" is output. |
|||||
|
PrivProtocol |
Indicates the type of encryption protocol If Encryption is disabled, "null" is output. |
|||||
|
RequestSetting |
The information of request authentication settings |
|||||
|
SecuritySettings[x] |
The setting information of security |
|||||
|
SecurityName |
User names whose requests are accepted |
|||||
|
SecurityLevel |
Indicates security levels noAuthNoPriv: Authentication and Encryption are disabled. authNoPriv: Authentication is enabled and Encryption is disabled. authPriv: Both Authentication and Encryption are enabled. |
|||||
|
AuthProtocol |
Indicates the type of authentication protocol If Authentication is disabled, "null" is output. |
|||||
|
PrivProtocol |
Indicates the type of encryption protocol If Encryption is disabled, "null" is output. |
|||||
|
SystemGroup |
The setting information of the system group |
|||||
|
SystemName |
The storage system name |
|||||
|
SystemContact |
The system administrator and related information |
|||||
|
SystemLocation |
The location where the storage system is installed |
|||||