![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 1548720.1 : SL3000/SL8500 - How to Configure SNMP v3 via CLI on Tape Libraries
In this Document
Created from <SR 3-7092846761> Applies to:Sun StorageTek SL3000 Modular Library System - Version All Versions and laterSun StorageTek SL500 Modular Library System - Version All Versions and later Sun StorageTek SL8500 Modular Library System - Version All Versions and later Information in this document applies to any platform. GoalCreating the User and Trap Recipients on SL3000/SL8500 via Command Line Interface. How to Configure SNMP v3 via CLI on Tape Libraries. SolutionPrerequisites: For SNMP v3, obtain: • IP address of the hosts receiving the traps • Engine ID of the hosts receiving the traps (A string of hexadecimal characters (31 max), preceded with 0x. The authoritative engineId is from the SNMP agent that sends the traps (such as the library). • Authentication protocol (authPassPhrase) for users and hosts receiving traps • Authentication privacy protocol (privacy passPhrase) for users and hosts receiving traps (DES or AES) • User names and hosts receiving traps 1. To create a v3 user, enter the following: Command: snmp addUser version v3 name 'name' auth auth_protocol(MD5/SHA) authPass 'auth_password' priv privacy_protocol(DES/AES) privPass 'priv_password' Note: Don't forget the single Example: SNMPv3 user with a security name of “stkAgentV3,” a mixed level of security, MD5 authentication, and DES encryption: SL8500 SL8500> snmp addUser version v3 name ‘stkAgentV3’ auth MD5 authPass ‘snmpsnmp’ priv DES privPass ‘DESPassPhrase’ requestId 2. To list SNMP users, enter the following: Command: snmp listUsers Example: SL8500 SL8500> snmp listUsers requestId 3. To add a v3 Trap Recipient, enter the following: Command: snmp addTrapRecipient traplevel trapLevelString host host_IP version v3 name 'name' auth auth_protocol(MD5/SHA) authPass 'authPassPhrase' priv privacy_protocol(DEV/AES) privPass 'privPassPhrase' engineID engineID_string Example: SNMPv3c to monitor four trap levels (error, warning, informational, and agent start), with: • An IP address of 128.45.1.162 SL8500 SL8500> snmp addTrapRecipient trapLevel 1,2,3,11 host 128.45.1.162 version v3 name ‘snmp’ auth MD5 authPass ‘snmpsnmp’ priv DES privPass ‘'Qw70jV4AiP’ engineId 0x12345678910 requestId
Note: In general, the authoritative engineId is from the SNMP agent that sends the traps (such as the library). To acquire the engineID, use the following command with its result: SL8500>snmp engineID print 4. To list all trap recipients, enter: Command: snmp listTrapRecipients Example: SL8500> snmp listTrapRecipients requestId Trap Level 1,2,3,11 5. Enable a portID Command: snmp enable port portID Example: SL8500
requestId
To download the complete User Guide follow the link: http://docs.oracle.com/cd/E24306_02/en/E35317/E35317_02.pdf
Attachments This solution has no attachment |
||||||||||||||
|