Cisco Systems OL-6244-01 Switch User Manual


  Open as PDF
of 1438
 
2-1207
Catalyst 6500 Series Switch Command Reference—Release 8.4
OL-6244-01
Chapter 2 Catalyst 6500 Series Switch and ROM Monitor Commands
show snmp targetparams
show snmp targetparams
To display the SNMP parameters used in the snmpTargetParamsTable when generating a message to a
target, use the show snmp targetparams command.
show snmp targetparams [volatile | nonvolatile | read-only]
show snmp targetparams [-hex] {paramsname}
Syntax Description
Defaults The default storage type is volatile.
Command Types Switch command.
Command Modes Normal.
Usage Guidelines If you use special characters for the paramsname value (nonprintable delimiters for this parameter), you
must use a hexadecimal keyword, which is one or two hexadecimal digits separated by a colon (:); for
example, 00:ab:34.
The read-only keyword is supported for security model v3 only.
Examples This example shows how to display specific target parameter information in the
snmpTargetParamsTable:
Console> (enable) show snmp targetparams snmpV1TrapParams
Target Parameter Name: snmpV1TrapParams
Message Processing Model: v1
Security Name: public
Security Level: noauthentication
Storage Type: volatile
Row Status: active
Console> (enable)
volatile (Optional) Specifies that the storage type is defined as temporary memory and that
the content is deleted if the device is turned off.
nonvolatile (Optional) Specifies the storage type is defined as persistent memory and that the
content remains after the device is turned off and on again.
read-only (Optional) Specifies that the storage type is defined as read only.
-hex (Optional) Displays paramsname as a hexadecimal character.
paramsname Name of the parameter in the snmpTargetParamsTable; the maximum length is 32
bytes.