![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Technical Instruction Sure Solution 2000267.1 : Pillar Axiom: How to Generate and Test SNMP Traps
In this Document
Applies to:Pillar Axiom 600 Storage System - Version All Versions and laterInformation in this document applies to any platform. GoalThis document provides the steps to generate an SNMP trap on the Axiom 600 and trace it on a configured host, using either the GUI or the CLI. SolutionThe Simple Network Management Protocol (SNMP) trap facility can be configured on the Axiom 600 to send traps to configured hosts. Any workstation that has an SNMP-based management application installed on it can be a trap host. For further details, refer to the Pillar Axiom Administrator's Guide for your release version. Note: The Axiom 600 also performs (GET) SNMP v2 functionality via MIB interface (not detailed here).
Configuring SNMP Using the GUI
Configuring SNMP Using AxiomCLIFor details, refer to the Pillar Axiom CLI Reference Guide for your release version. Syntax:
snmp_host { [ ‑add | ‑delete | ‑list | ‑modify ] | [ ‑usage | ‑help ] } Example: $ axiomcli snmp_host ‑add ‑name snmp_trap_server_1 ‑ip 192.168.10.5 ‑community public ‑trapPort 162 ‑trapEvent warning
Generating a Test TrapAny add, delete, or modify of the SNMP settings will send a trap to a configured SNMP host. On the host, trace on the configured UDP port (usually 162). Examples are shown below for Solaris and Linux. Note: Ensure your snoop or tcpdump is monitoring on the required physical network interface.
# snoop -x0 udp port 162
ax600-pilot1 -> myhost-a-dom00 UDP D=162 S=44825 LEN=265 48: 0406 7075 626c 6963 a781 f002 0100 0201 ..public........
# tcpdump -vv udp port 162
12:55:05.418770 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 210) 192.168.10.5.44825 > myhost-a.snmptrap: [udp sum ok] { SNMPv2c { V2Trap(240) R=0 system.sysUpTime.0=439871257 S:1.1.4.1.0=E:15548.2.4.2.112 E:15548.2.4.1.1=1 E:15548.2.4.1.2=3 E:15548.2.4.1.3=1429260822 E:15548.2.4.1.4="SNMP_HOST_CREATED" E:15548.2.4.1.5="<EventParameters><affectedItemFQN>/test</affectedItemFQN></EventParameters>" } }
Attachments This solution has no attachment |
||||||||||||||||||||
|