1. BMC Patrol Integration with HP OMi SNMP Traps

Size: px
Start display at page:

Download "1. BMC Patrol Integration with HP OMi SNMP Traps"

Transcription

1 1. BMC Patrol Integration with HP OMi SNMP Traps Use the Patrol agents to monitor servers and send SNMP Traps to HP Operations Agent. SNMP Traps intercepted by HP Operations Agent will be converted into events and will be forwarded to HP OMi for Event Correlation and Incident Creation Configuring SNMP Interceptor Policies SNMP interceptor policies enable you to monitor devices that send SNMP notifications (for example, printers, routers, computers with unsupported operating systems) to the HPE Operations Agent. SNMP interceptor policies enable you to filter SNMP notifications through rules. Each rule consists of a condition definition, and optionally an event definition. When an SNMP notification matches your conditions, you can create an event Receiving SNMP Notifications SNMP interceptor policies enable you to filter SNMP notifications that other devices send to a node that runs HPE Operations Agent. HPE Operations Agent has a built-in SNMP interceptor daemon or service (called opctrapi), which accepts SNMP notifications on port 162 by default. Therefore, in many cases, you can configure your SNMP devices to send notifications to port 162 on the node that runs HPE Operations Agent. If port 162 is already in use by another process (for example the Microsoft SNMP Trap service or the Linux snmptrapd daemon), opctrapi cannot start. In this case, you can reconfigure opctrapi to use a different port by setting the SNMP_TRAP_PORT agent configuration variable (in the eaagt namespace). You must also configure your SNMP devices to send notifications to the same port. Alternatively, for nodes that run a Windows operating system, you can configure opctrapi to subscribe to the Microsoft SNMP Trap service. However, this configuration provides only SNMPv1 traps. To configure opctrapi to subscribe to the Microsoft SNMP Trap service, complete the following steps: a) Open a command prompt, and then type: ovconfchg -ns eaagt -set SNMP_SESSION_MODE WIN_SNMP b) Restart the SNMP interceptor: ovc -restart opctrapi For more information about the available SNMP configuration variables and how to set them, see the Operations Agent Reference Guide Create an SNMP Interceptor Policy 1. In the SNMP Policy Editor, in the Properties page, type a Name for the policy. Optional. Provide a description of the policy (Description), select the instrumentation that will be deployed with the policy onto the host system where the agent is running (Instrumentation), and select the operating systems with which the policy is compatible (OS Types). 2. Optional. In the Defaults page, set default attributes for all events that a policy sends. The event defaults only affect new rules. You can override the defaults for individual rules.

2 3. In the Rules page, define one or more policy rules In the Policy Rules list, click the button, and then click one of the following options: a) Event on matched rule: Use this option if you want to send an event to OMi when the conditions are met. b) Suppress on matched rule: Use this option if you want to stop processing the policy when the conditions that you specify are met. c) Suppress on unmatched rule: Use this option if you want to stop processing the policy when the conditions that you specify are not met Click the Rule Description and type a brief description of the rule. 4. In Rule Content, use the Condition tab to define values that you want to evaluate against SNMP notifications that arrive at the agent. The attributes that are available in the Condition tab correspond to the attributes that an SNMP notification may contain. You can enter pattern matching expressions and policy parameters in the text boxes. For example, to match generic linkdown traps from , set the following attributes: Node: SNMPv1 notation (selected) Generic ID: linkdown 5. in the Condition Variable Bindings tab, select the variable bindings you want the policy to evaluate, and write one or more match patterns for each binding. You can use pattern-matching rules and policy parameters when matching variable bindings. For example, in many SNMP notifications, $2 contains the hostname of the sender. To match events only from systems in the domain example.com, do the following: Click the button. In Variable, type 2. In Pattern, type <*>.example.com. 6. Click Save and Close to save the policy template and exit the wizard Configuring the SNMP Trap Interceptor By default, the SNMP trap interceptor can collect SNMP traps originating from remote management stations or SNMP-enabled devices, and then can generate appropriate events based on the configuration. You can modify the default behaviour of the SNMP trap interceptor by configuring the following properties: SNMP_TRAP_PORT: The default port is 162. You can modify this value to any available port on the HPE Operations Agent node. SNMP_TRAP_FORWARD_DEST_LIST: Use this property to set the address of the remote management station where you want to forward all the available SNMP traps. You can specify multiple system names (with port details) separated by commas SNMP_TRAP_FORWARD_ENABLE: By default, this property is set to FALSE. By setting this property to TRUE, you can enable the SNMP trap interceptor to forward the SNMP traps available on the HPE Operations Agent node to remote machines or management stations.

3 SNMP_TRAP_FORWARD_COMMUNITY: Use this property to specify the community string of the source machines of the incoming traps and the target machine where you want to forward the SNMP traps. The community strings of the source machines must match with the community strings of the target machines. SNMP_TRAP_FORWARD_FILTER: Use this property to filter the available SNMP traps by their OIDs and forward only the select traps to the remote machine. The filtering mechanism takes effect with the wildcard (*) character. For example, if you set this property to *.*.*, the SNMP trap interceptor will forward all the SNMP traps with the OIDs that begin with By default, all the available traps are forwarded when you enable the SNMP trap interceptor to forward traps. To modify the default behaviour of the SNMP trap interceptor, follow these steps: 1. Log on to the node with the necessary privileges. 2. In the command prompt, run the following commands: To modify the port number, run the following command: ovconfchg -ns eaagt -set SNMP_TRAP_PORT <port_number> You must specify an integer value for <port_number>. Make sure the specified <port_number> is available for use. To enable the SNMP trap interceptor to forward SNMP traps to remote machines, run the following command: ovconfchg -ns eaagt -set SNMP_TRAP_FORWARD_ENABLE TRUE If you enable the SNMP trap interceptor to forward SNMP traps to a remote machine, run the following command to specify the details of the target machine: ovconfchg -ns eaagt -set SNMP_TRAP_FORWARD_DEST_LIST "<machinename> :< port>" <machinename> is the fully-qualified domain name of the machine where you want to forward the SNMP traps and <port> is the HTTPS port of the machine. If you want to specify multiple targets, separate the machine details with commas. If you want to forward only selected SNMP traps available on the node to the remote machine, run the following command: ovconfchg -ns eaagt -set SNMP_TRAP_FORWARD_FILTER "<OID Filter>" Is an OID with the wildcard characters. The SNMP trap interceptor filters the traps that match the specified OID (with the wildcard characters) from the available traps, and then forwards them to the target machine Sending SNMP traps based on PATROL Events To use the Agent to send SNMP traps based on PATROL events, you must enable them in the agent configuration Destination of SNMP PEM-based traps The recipient list of SNMP traps is set in the Agent configuration. The /snmp/piv1m_list variable contains a comma separated list of host names and/or IP addresses, which represent SNMP trap destinations. The

4 PATROL SNMP subagent uses this variable with the /snmp/trapmibtable variable to bypass the PATROL SNMP Master Agent and send traps directly to SNMP Managers stored in this variable. The /snmp/piv1m_list configuration variable specifies which SNMP managers receive traps from the PATROL Agent. Minimum maximum and An entry for a manager consists of host name, port number, and read community name. Items in an entry are separated by a forward slash (/). Entries must be separated with a comma. host/port/r_community_string "" (empty string = no managers) Table 1 Destination of SNMP PEM-based traps /snmp/trapmibtable uses this list to send traps directly to SNMP Managers listed in this variable The port number must correspond to the /snmp/trap_port Filter Events Based on Patrol Attributes We can filter events based on the following Patrol Attributes 1. Filter events based on PATROL event description 2. Filter traps based on PATROL Event class 3. Filter traps based on PATROL event ID 4. Filter traps based on PATROL Event severity level 5. Filter traps based on PATROL event status 6. Filter traps based on PATROL event type 1.4. Set SNMP trap format The PATROL Agent can send SNMP trap information in two different formats. To select a format, set the variable of the desired format to yes and set the variable of the other format to no. Format The /AgentSetup/pemIssueV31traps configuration variable determines whether PATROL uses version 3.1 formats to send SNMP traps. Table 2 Set SNMP trap format Boolean, yes or no Yes

5 1.5. SNMP support based on PATROL Event Manager The /AgentSetup/pemSnmpSupport configuration variable determines whether PATROL Events trigger SNMP events. Table 3 SNMP support based on PATROL Event Manager Boolean, yes or no Yes 1.6. Specify a time period to send traps based on PATROL Events To send traps based on PATROL Events during a particular time period, you can set the /AgentSetup/pemPFSnmpStartTime and /AgentSetup/pemPFSnmpEndTime configuration variables. Start time The /AgentSetup/pemPFSnmpStartTime configuration variable specifies the start of the monitoring period. MMddhhmm [yy] MM month dd day hh hour mm minutes yy years (optional) "" (all the time) AgentSetup/pemPFSnmpEndTime specifies the end of the monitoring period Table 4 Time period to send traps - Start Time End time The /AgentSetup/pemPFSnmpEndTime configuration variable specifies the end of the monitoring period. MMddhhmm [yy] MM month dd day hh hour mm minutes yy years (optional) "" (all the time)

6 AgentSetup/pemPFSnmpStartTime specifies the start of the monitoring period Table 5 Time period to send traps - End Time 1.7. Specify the node name where the trap originated The /AgentSetup/pemPFSnmpNode configuration variable specifies the name of the node where the event occurred. Presently, this variable does not have any effect because all events originate from the Agent's node. It is reserved for future use. Table 6 Specify the node name where the trap originated Text string, node name "" (any node)

HPE Operations Agent. User Guide. Software Version: For Windows, HP-UX, Linux, Solaris, and AIX operating systems

HPE Operations Agent. User Guide. Software Version: For Windows, HP-UX, Linux, Solaris, and AIX operating systems HPE Operations Agent Software Version: 12.02 For Windows, HP-UX, Linux, Solaris, and AIX operating systems User Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices

More information

HPE Operations Agent. Reference Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX operating systems

HPE Operations Agent. Reference Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX operating systems HPE Operations Agent Software Version: 12.02 Windows, HP-UX, Linux, Solaris and AIX operating systems Reference Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices

More information

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics Simple Network Management Protocol Support, page 1 SNMP Basics, page 1 SNMP Management Information Base (MIB), page 2 Set Up SNMP, page 3 Import Previously Configured Windows SNMP v1 Community Strings,

More information

AuditConfigurationArchiveandSoftwareManagementChanges (Network Audit)

AuditConfigurationArchiveandSoftwareManagementChanges (Network Audit) This section contains the following topics: Audit Configuration Archive and Software Management Changes (Network Audit), on page 1 Audit Changes Made By Users (Change Audit), on page 1 Audit Actions Executed

More information

HP Operations Manager

HP Operations Manager HP Operations Manager Software Version: 9.22 UNIX and Linux operating systems Firewall Concepts and Configuration Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices

More information

External Alerting for Intrusion Events

External Alerting for Intrusion Events The following topics describe how to configure external alerting for intrusion events: About, page 1 Configuring SNMP Alerting for Intrusion Events, page 2 Configuring Syslog Alerting for Intrusion Events,

More information

HP OpenVMS Operations Manager HTTPS Agents Version 8.6 Configuration Guide

HP OpenVMS Operations Manager HTTPS Agents Version 8.6 Configuration Guide HP OpenVMS Operations Manager HTTPS Agents Version 8.6 Configuration Guide Copyright 2010 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required for possession,

More information

SNMP Simple Network Management Protocol

SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Simple Network Management Protocol SNMP is a framework that provides facilities for managing and monitoring network resources on the Internet. Components of SNMP:

More information

CorreLog. SNMP Trap Monitor Software Users Manual

CorreLog. SNMP Trap Monitor Software Users Manual CorreLog SNMP Trap Monitor Software Users Manual http://www.correlog.com mailto:info@correlog.com CorreLog, SNMP Trap Monitor Software Manual Copyright 2008-2017, CorreLog, Inc. All rights reserved. No

More information

Configure Notification

Configure Notification s, page 1 Notification Groups, page 2 Notification Criteria, page 3 Types of Notifications, page 3 Configure SMTP Server, page 4 Notifications Limited to Specific Alarms, page 5 s Cisco Prime Collaboration

More information

Running the Setup Web UI

Running the Setup Web UI The Cisco Prime IP Express setup interview in the web UI takes you through a series of consecutive pages to set up a basic configuration. For an introduction and details on the basic navigation for the

More information

CONFIGURING SYSTEM EVENT ALERT NOTIFICATIONS FOR EMC KAZEON RUNNING ON INTEL PLATFORM

CONFIGURING SYSTEM EVENT ALERT NOTIFICATIONS FOR EMC KAZEON RUNNING ON INTEL PLATFORM CONFIGURING SYSTEM EVENT ALERT NOTIFICATIONS FOR EMC KAZEON RUNNING ON INTEL PLATFORM ABSTRACT This white paper explains how to configure Kazeon servers running on Intel platform so that alerts will be

More information

Configuring Embedded Resource Manager-MIB

Configuring Embedded Resource Manager-MIB The Embedded Resource Manager (ERM)-MIB feature introduces MIB support for the ERM feature. The ERM feature tracks resource usage information for every registered resource owner and resource user. The

More information

MITSUBISHI ELECTRIC DIAMONDLINK V3.0 User s Manual

MITSUBISHI ELECTRIC DIAMONDLINK V3.0 User s Manual MITSUBISHI ELECTRIC DIAMONDLINK V3.0 User s Manual Version 3.0 April 5, 2003 Table of Contents INTRODUCTION... 3 INSTALLATION... 3 SYSTEM REQUIREMENTS... 3 WINDOWS... 3 Install Procedure... 3 SETUP...

More information

MIB Browser Version 10 User Guide

MIB Browser Version 10 User Guide MIB Browser Version 10 User Guide The ireasoning MIB browser is a powerful and easy-to-use tool powered by ireasoning SNMP API. MIB browser is an indispensable tool for engineers to manage SNMP enabled

More information

HPE Operations Agent. Concepts Guide. Software Version: For the Windows, HP-UX, Linux, Solaris, and AIX operating systems

HPE Operations Agent. Concepts Guide. Software Version: For the Windows, HP-UX, Linux, Solaris, and AIX operating systems HPE Operations Agent Software Version: 12.02 For the Windows, HP-UX, Linux, Solaris, and AIX operating systems Concepts Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal

More information

Agent Service Using 32 and 64 Bit DLLs Copyrights NuDesign Technologies, Inc. Technical Report

Agent Service Using 32 and 64 Bit DLLs Copyrights NuDesign Technologies, Inc. Technical Report Technical Report Configuring NuDesign's 64bit SNMPv3 Agent Service to use 64bit and 32bit Extension Agent DLLs simultaneously NuDesign Technologies Inc. rev05 1 www.ndt-inc.com / www.snmp4windows.com Table

More information

Getting Started with Notifications

Getting Started with Notifications Getting Started with Notifications Getting Started with Notifications The Notifications application is used to monitor switch activity and configure trap management tasks, including: Monitoring switch

More information

Adaptec Storage Examiner. Installation and User Guide

Adaptec Storage Examiner. Installation and User Guide Adaptec Storage Examiner MAN-00006-UG Revision 03 17 th November 2003 Adaptec, Inc., Clonshaugh Industrial Estate, Clonshaugh, Dublin 17. IRELAND www.adaptec.com This document may be subject to change

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 24 CHAPTER This chapter describes how to configure the the ML1000-2, ML100T-12, ML100X-8, and ML-MR-10 cards for operating with Simple Network Management Protocol (SNMP). Note For complete syntax and usage

More information

External Alerting with Alert Responses

External Alerting with Alert Responses The following topics describe how to send external event alerts from the Firepower Management Center using alert responses: Firepower Management Center Alert Responses, page 1 Creating an SNMP Alert Response,

More information

Running the Setup Web UI

Running the Setup Web UI CHAPTER 2 The Cisco Cisco Network Registrar setup interview in the web user interface (UI) takes you through a series of consecutive pages to set up a basic configuration. For an introduction, configuration

More information

Receiving SNMP Traps Using Visual MIBrowser Pro

Receiving SNMP Traps Using Visual MIBrowser Pro Receiving SNMP Traps Using Visual MIBrowser Pro Product Brief NuDesign Technologies, Inc. reva06 1 www.ndt-inc.com / www.snmp4windows.com Table of Contents 1. DOCUMENT HISTORY... 3 2. INTRODUCTION... 4

More information

HPE Operations Agent. License Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX. Document Release Date: December 2016

HPE Operations Agent. License Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX. Document Release Date: December 2016 HPE Operations Agent Software Version: 12.02 Windows, HP-UX, Linux, Solaris and AIX License Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices Warranty The only

More information

Configure Notifications

Configure Notifications , page 1 Notification Groups, page 2 Notification Criteria, page 3 Types of Notifications, page 3 SNMP Trap Notifications, page 5 Syslog Notifications, page 12 Notifications Limited to Specific Alarms,

More information

Frequently Asked Questions About Performance Monitor

Frequently Asked Questions About Performance Monitor APPENDIXA Frequently Asked Questions About Performance Monitor The following topics answer common questions about Performance monitor and contain troubleshooting tips: Installation, page A-1 Importing,

More information

Chapter 10 IP Access Lists: Standard

Chapter 10 IP Access Lists: Standard Chapter 10 IP Access Lists: Standard NOTE: This chapter contains information for standard ACLs configured using the ip access-list command. The command manages named and numbered ACLs under the standard

More information

1 Initialization and Configuration Parameters

1 Initialization and Configuration Parameters 1 Initialization and Configuration Parameters This chapter contains detailed descriptions of the DBAip High Load Capture initialization and configuration parameters and includes the following topics: Uses

More information

Define a situation that checks for a missing process on Windows:

Define a situation that checks for a missing process on Windows: Creating a policy with SNMP activity Version 2 November 11, 2009 This document shows how to create a policy that waits on a situation and then sends an SNMP event to another server when the situation fires.

More information

Documentation Connector for SLM 1.00

Documentation Connector for SLM 1.00 Connector for SLM 1.00 Home Release notes Get an insight of the latest features and everything that is new in this version. Get started Initiate your understanding on the concepts of Operations Connector

More information

Device Management Basics

Device Management Basics The following topics describe how to manage devices in the Firepower System: The Device Management Page, on page 1 Remote Management Configuration, on page 2 Adding Devices to the Firepower Management

More information

Configuring Embedded Event Manager

Configuring Embedded Event Manager CHAPTER 34 Unless otherwise noted, the term switch refers to a standalone switch or a switch stack. For complete syntax and usage information for the commands used in this chapter, see the Catalyst 3750

More information

Integrated SNMP Management With IT/Operations and Network Node Manager

Integrated SNMP Management With IT/Operations and Network Node Manager Integrated SNMP Management With IT/Operations and Network Node Manager Presented by: Mike Peckar Principal, Fognet Consulting Agenda Integrated SNMP Management with ITO and NNM: What is INSM? Event architecture:

More information

Configuring IP SLAs DNS Operations

Configuring IP SLAs DNS Operations Configuring IP SLAs DNS Operations Finding Feature Information Configuring IP SLAs DNS Operations Last Updated: March 22, 2011 This module describes how to configure the IP Service Level Agreements (SLAs)

More information

ECM Extensions xcp 2.2 xcelerator Abstract

ECM Extensions xcp 2.2 xcelerator Abstract ECM Extensions xcp 2.2 xcelerator Abstract These release notes outline how to install and use the ECM Extensions xcelerator. October 2015 Version 1.0 Copyright 2015 EMC Corporation. All Rights Reserved.

More information

SNMP Agent Plug-In PTC Inc. All Rights Reserved.

SNMP Agent Plug-In PTC Inc. All Rights Reserved. 2018 PTC Inc. All Rights Reserved. 2 Table of Contents SNMP Agent Plug-In 1 Table of Contents 2 SNMP Agent Plug-In 4 Overview 4 Agent Setup 5 General 5 Network Interfaces 7 Communication 8 Agent Actions

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 22 CHAPTER This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Catalyst 3750 switch. Unless otherwise noted, the term switch refers to a standalone switch and a

More information

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017 HPE ComputeSensor Software Version: 3.02 Windows and Linux operating systems User Guide Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices Warranty The only warranties

More information

HPE Network Node Manager i Software

HPE Network Node Manager i Software HPE Network Node Manager i Software Managing Traps in NNMi NNMi Version 10.30 White Paper Contents Introduction... 3 About SNMP Traps and NNMi... 3 The Flow of SNMP Traps on the NNMi Management Server...

More information

ServerView Integration V4.0 in HP Operations Manager

ServerView Integration V4.0 in HP Operations Manager User Guide - English FUJITSU Software ServerView Suite ServerView Integration V4.0 in HP Operations Manager Edition August 2017 Comments Suggestions Corrections The User Documentation Department would

More information

Configuring Antivirus Devices

Configuring Antivirus Devices CHAPTER 9 Revised: November 11, 2007 Antivirus (AV) devices provide detection and prevention against known viruses and anomalies. This chapter describes how to configure and add the following devices and

More information

RSA NetWitness Logs. IBM Domino. Event Source Log Configuration Guide. Last Modified: Thursday, October 19, 2017

RSA NetWitness Logs. IBM Domino. Event Source Log Configuration Guide. Last Modified: Thursday, October 19, 2017 RSA NetWitness Logs Event Source Log Configuration Guide IBM Domino Last Modified: Thursday, October 19, 2017 Event Source Product Information: Vendor: IBM (Lotus) Event Source: Lotus Domino Versions:

More information

HPE Network Node Manager i Software 10.30

HPE Network Node Manager i Software 10.30 HPE Network Node Manager i Software 10.30 Step-by-Step Guide to Custom Poller White Paper Contents Custom Poller... 3 Setting Up Your MIB... 3 Step 1: Identify the MIB Variable You Want to Poll... 3 Step

More information

SMS Center, ver. 2.23, Dec Reference manual

SMS Center, ver. 2.23, Dec Reference manual SMS Center, ver. 2.23, Dec 13 2002 Reference manual Index 1. SMS Center 3 1.1 Concept 3 1.2 Message sources 3 1.2.1 TERMINAL message source 3 1.2.2 FILE message source 3 1.2.3 GSM message source 3 1.2.4

More information

Intel Simple Network Management Protocol (SNMP) Subagent v8.0

Intel Simple Network Management Protocol (SNMP) Subagent v8.0 Intel Simple Network Management Protocol (SNMP) Subagent v8.0 User Guide June 2017 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Simple Network Management Protocol

Simple Network Management Protocol Simple Network Management Protocol Simple Network Management Protocol support, page 1 Set up SNMP, page 8 Troubleshooting SNMP, page 9 Simple Network Management Protocol support SNMP basics Simple Network

More information

Avaya Modular Messaging Microsoft Outlook Client Release 5.0

Avaya Modular Messaging Microsoft Outlook Client Release 5.0 Avaya Modular Messaging Microsoft Outlook Client Release 5.0 Important: Instructions in this guide are applicable only if your message store is the Avaya Message Storage Server (MSS) or Microsoft Exchange

More information

SNMP.CONF(5) Net-SNMP SNMP.CONF(5)

SNMP.CONF(5) Net-SNMP SNMP.CONF(5) NAME snmp.conf - configuration files for the Net-SNMP applications DESCRIPTION Applications built using the Net-SNMP libraries typically use one or more configuration files to control various aspects of

More information

Managing WCS User Accounts

Managing WCS User Accounts 7 CHAPTER This chapter describes how to configure global email parameters and manage WCS user accounts. It contains these sections: Adding WCS User Accounts, page 7-2 Viewing or Editing User Information,

More information

ForeScout Extended Module for HPE ArcSight

ForeScout Extended Module for HPE ArcSight ForeScout Extended Module for HPE ArcSight Version 2.7.1 Table of Contents About the HPE ArcSight Integration... 4 Use Cases... 4 Send Endpoint Status, Compliance, or Property Changes from CounterACT to

More information

Integration with Network Management Systems. Network Management System (NMS) Integration

Integration with Network Management Systems. Network Management System (NMS) Integration Integration with Network Management Systems Network Management System (NMS) Integration The securityprobe is embedded with full SNMP and can integrate with any SNMP based network management systems, such

More information

Working with Nodes. Managing Nodes CHAPTER

Working with Nodes. Managing Nodes CHAPTER CHAPTER 2 Nodes are the devices that perform the actual application-oriented networking in an AON environment. Nodes are primarily managed by AMC, but they also have a command-line interface (CLI) through

More information

Configuring Platform Event Filters

Configuring Platform Event Filters This chapter includes the following sections: Platform Event Filters, page 1 Enabling Platform Event Alerts, page 1 Disabling Platform Event Alerts, page 2, page 2 Configuring SNMP Trap Settings, page

More information

Oracle Collaboration Suite

Oracle Collaboration Suite Oracle Collaboration Suite Quick Installation Guide Release 2 (9.0.4.1) for hp-ux PA-RISC (64-bit), Linux x86, and Solaris Operating Environment (SPARC 32-bit) September 2003 Part No. B10885-02 This document

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Base Configuration Wizard

Base Configuration Wizard User Guide - English FUJITSU Software ServerView Suite Base Configuration Wizard ServerView Operations Manager V7.20 Edition August 2017 Comments Suggestions Corrections The User Documentation Department

More information

Oracle Tuxedo. SNMP Agent Administration Guide 10g Release 3 (10.3) January 2009

Oracle Tuxedo. SNMP Agent Administration Guide 10g Release 3 (10.3) January 2009 Oracle Tuxedo SNMP Agent Administration Guide 10g Release 3 (10.3) January 2009 Tuxedo SNMP Agent Administration Guide, 10g Release 3 (10.3) Copyright 1996, 2009, Oracle and/or its affiliates. All rights

More information

Configuring Communication Services

Configuring Communication Services This chapter includes the following sections: Configuring HTTP, on page 1 Configuring SSH, on page 2 Configuring XML API, on page 3 Enabling Redfish, on page 3 Configuring IPMI, on page 4 Configuring SNMP,

More information

PI Connector for Ping 1.0. User Guide

PI Connector for Ping 1.0. User Guide PI Connector for Ping 1.0 User Guide OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com PI Connector for Ping 1.0

More information

Outline. SNMP Simple Network Management Protocol. Before we start on SNMP. Simple Network Management Protocol

Outline. SNMP Simple Network Management Protocol. Before we start on SNMP. Simple Network Management Protocol Outline SNMP Simple Network Management Protocol Several slides are courtesy of the Addison Wesley companion web site for textbook by Liebeherr and El Zarki and others added by M. Veeraraghavan, Univ. of

More information

IBM Proventia Management SiteProtector Policies and Responses Configuration Guide

IBM Proventia Management SiteProtector Policies and Responses Configuration Guide IBM Internet Security Systems IBM Proventia Management SiteProtector Policies and Responses Configuration Guide Version2.0,ServicePack8.1 Note Before using this information and the product it supports,

More information

Contents. Limitations. Prerequisites. Configuration

Contents. Limitations. Prerequisites. Configuration Welcome to your Netmail Secure trial The trial version of Netmail Secure allows you to evaluate Netmail Secure from within your own corporate domain. Included is a sample mail feed that is automatically

More information

Identity Policies. Identity Policy Overview. Establishing User Identity through Active Authentication

Identity Policies. Identity Policy Overview. Establishing User Identity through Active Authentication You can use identity policies to collect user identity information from connections. You can then view usage based on user identity in the dashboards, and configure access control based on user or user

More information

BIG-IP Network Firewall: Policies and Implementations. Version 13.0

BIG-IP Network Firewall: Policies and Implementations. Version 13.0 BIG-IP Network Firewall: Policies and Implementations Version 13.0 Table of Contents Table of Contents About the Network Firewall...9 What is the BIG-IP Network Firewall?...9 About firewall modes... 9

More information

Configuring IP SLAs HTTP Operations

Configuring IP SLAs HTTP Operations Configuring IP SLAs HTTP Operations Finding Feature Information Configuring IP SLAs HTTP Operations Last Updated: July 18, 2011 This module describes how to configure an IP Service Level Agreements (SLAs)

More information

Configuring Cisco IOS CNS Agents

Configuring Cisco IOS CNS Agents CHAPTER 4 This chapter describes how to configure the Cisco IOS CNS agents on the Catalyst 2960 switch. Note For complete configuration information for the Cisco Configuration Engine, see this URL on Cisco.com

More information

Simple Network Management Protocol

Simple Network Management Protocol This chapter gives an overview of (SNMP). Overview, page 1 SNMP Versioning, page 2 SNMP and Cisco Unified CM Basics, page 3 SNMP Limits, page 4 SNMP Basic Commands, page 4 SNMP Community Strings and Users,

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix ForeScout Extended Module for IBM BigFix Version 1.0.0 Table of Contents About this Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 Concepts, Components, Considerations...

More information

Identifying and Preventing Distributed-Denial-Of-Service Attacks

Identifying and Preventing Distributed-Denial-Of-Service Attacks CHAPTER 11 Identifying and Preventing Distributed-Denial-Of-Service Attacks This module describes the ability of the SCE platform to identify and prevent DDoS attacks, and the various procedures for configuring

More information

Configuring Cisco TelePresence Manager

Configuring Cisco TelePresence Manager CHAPTER 3 Revised: November 27, 2006, First Published: November 27, 2006 Contents Introduction, page 3-1 System Configuration Tasks, page 3-2 Security Settings, page 3-3 Database, page 3-4 Room Phone UI,

More information

ForeScout CounterACT. Configuration Guide. Version 1.8

ForeScout CounterACT. Configuration Guide. Version 1.8 ForeScout CounterACT Network Module: Wireless Plugin Version 1.8 Table of Contents About the Wireless Plugin... 4 Wireless Network Access Device Terminology... 6 How It Works... 6 About WLAN Controller/Lightweight

More information

Network Management Card for Galaxy 300. Schneider Electric Device IP Configuration Wizard

Network Management Card for Galaxy 300. Schneider Electric Device IP Configuration Wizard Release Notes 990 9953A 08/2017 Network Management Card for Galaxy 300 AP9630/31 and AP9635CH What s in This Document Schneider Electric Device IP Configuration Wizard...1 Affected Revision Levels...1

More information

Getting Started Using Cisco License Manager

Getting Started Using Cisco License Manager CHAPTER 5 This chapter provides information about the initial setup of Cisco License Manager and an overview of recommended steps to quickly add users and devices and obtain and deploy licenses. This chapter

More information

Integrating AirWave 7.7 with Centralized NMS Event Correlation

Integrating AirWave 7.7 with Centralized NMS Event Correlation Integrating AirWave 7.7 with Centralized NMS Event Correlation Overview This document describes the AMP alert/trap workflow when integrating with a centralized NMS Event Correlation System. This document

More information

SNMP Master Agent. Release Notes 8.5.x

SNMP Master Agent. Release Notes 8.5.x SNMP Master Agent Release Notes 8.5.x 12/17/2017 Table of Contents SNMP Master Agent 8.5.x Release Note 3 Known Issues and Recommendations 5 Release 8.5.1 7 8.5.100.08 8 8.5.100.07 9 8.5.100.03 10 8.5.100.02

More information

Pegasus Enhancement Proposal (PEP) Incorporated comments from Architecture Team review to create ballot version:

Pegasus Enhancement Proposal (PEP) Incorporated comments from Architecture Team review to create ballot version: Pegasus Enhancement Proposal (PEP) PEP #: 062 Title: SNMP Mapper Indication Handler Version: 1.1 Created: 08 May 2003 Authors: Yi Zhou, Hewlett-Packard Status:Accepted Version History: Version Date Author

More information

Framework Management Layer User's Guide. SNMP Interface

Framework Management Layer User's Guide. SNMP Interface Framework Management Layer User's Guide SNMP Interface 1/21/2018 SNMP Interface Contents 1 SNMP Interface 1.1 Architecture 1.2 How to Activate SNMP Support 1.3 How to Use Contact-Center Graceful Shutdown

More information

ACS Trigger Condition Configuration Mode Commands

ACS Trigger Condition Configuration Mode Commands ACS Trigger Condition Configuration Mode Commands The ACS Trigger Condition Configuration Mode is used to configure Active Charging Service (ACS) trigger conditions. Command Modes Exec > ACS Configuration

More information

Configuring Cisco IOS IP SLAs DNS Operations

Configuring Cisco IOS IP SLAs DNS Operations Configuring Cisco IOS IP SLAs DNS Operations First Published: August 14, 2006 Last Updated: January 6, 2011 This module describes how to configure the Cisco IOS IP Service Level Agreements (SLAs) Domain

More information

The OV Certificates Cookbook. OVO/Unix 8.x Version /12/09

The OV Certificates Cookbook. OVO/Unix 8.x Version /12/09 The OV Certificates Cookbook OVO/Unix 8.x Version 1.0 2004/12/09 Known issues with this version: Procedures that are specific to the OVO management server running on a cluster as a package or resource

More information

Avi Networks Technical Reference (16.3)

Avi Networks Technical Reference (16.3) Page 1 of 6 Notifications view online Alert actions are configured to proactively send notifications to an administrator using the Notifications option available on the Avi user interface. The options

More information

Periodic MIB Data Collection and Transfer Mechanism

Periodic MIB Data Collection and Transfer Mechanism Periodic MIB Data Collection and Transfer Mechanism The Periodic MIB Data Collection and Transfer Mechanism feature provides the ability to periodically transfer selected MIB data from Cisco IOS XE-based

More information

Lotus Protector Interop Guide. Mail Encryption Mail Security Version 1.4

Lotus Protector Interop Guide. Mail Encryption Mail Security Version 1.4 Lotus Protector Mail Security and Mail Encryption Interop Guide Lotus Protector Interop Guide Mail Encryption 2.1.0.1 Mail Security 2.5.1 Version 1.4 Lotus Protector Mail Security and Mail Encryption Configuration

More information

Platform Settings for Firepower Threat Defense

Platform Settings for Firepower Threat Defense Platform settings for devices configure a range of unrelated features whose values you might want to share among several devices. Even if you want different settings per device, you must create a shared

More information

User s Guide. SNMPWEBCARD Firmware Version Revision 3

User s Guide. SNMPWEBCARD Firmware Version Revision 3 WARRANTY REGISTRATION: register online today for a chance to win a FREE Tripp Lite product www.tripplite.com/warranty User s Guide SNMPWEBCARD Firmware Version 12.06.0062 Revision 3 Table of Contents 1.

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft Windows Event Log Unified Configuration Guide May 16, 2016 SmartConnector for Microsoft Windows Event Log Unified Configuration Guide SmartConnector

More information

Centerity Monitor. Technical Guide: Syslog Configuration VERSION 4

Centerity Monitor. Technical Guide: Syslog Configuration VERSION 4 Centerity Monitor Technical Guide: Syslog Configuration VERSION 4 Forwarding Syslog Messages to Centerity Server 2 Forwarding Syslog Messages to Centerity Server Syslog messages can be monitored by Centerity

More information

RADIUS Change of Authorization

RADIUS Change of Authorization The (CoA) feature provides a mechanism to change the attributes of an authentication, authorization, and accounting (AAA) session after it is authenticated. When a policy changes for a user or user group

More information

NetBackup Deployment Template User Guide for System Center Configuration Manager (SCCM)

NetBackup Deployment Template User Guide for System Center Configuration Manager (SCCM) NetBackup Deployment Template User Guide for System Center Configuration Manager (SCCM) September 25, 2017 Third-party mass-deployment tools like System Center Configuration Manager (SCCM) and Chef are

More information

Platform Settings for Classic Devices

Platform Settings for Classic Devices The following topics explain Firepower platform settings and how to configure them on Classic devices: Introduction to Firepower Platform Settings, page 1 Configuring Firepower Platform Settings, page

More information

Southbound Gateway Toolkit

Southbound Gateway Toolkit Southbound Gateway Toolkit Guide Document 5066 Notice This documentation (the "Documentation") and related computer software program (the "Software") (hereinafter collectively referred to as the "Product")

More information

SNMP Configuration Guide

SNMP Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2017 Cisco Systems, Inc. All rights

More information

SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL - Data Sheet Version Made by AXIVIA Conseil

SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL - Data Sheet Version Made by AXIVIA Conseil SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL - Data Sheet Version 1.6.01 Made by http://www.axivia.com/ SUMMARY SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL integrates a

More information

What s new in ProactiveWatch 2.0!

What s new in ProactiveWatch 2.0! What s new in ProactiveWatch 2.0! 1. Patch Management. ProactiveWatch s patch management centralizes the management of Windows OS patches across your customer base. Simple to setup and use, easily deploy

More information

MoCo SMS Suite User s Manual

MoCo SMS Suite User s Manual MoCo SMS Suite User s Manual - 1 - Chapter 1: Setting & Starting Up MoCo... 5 1.1 Hardware Setup... 5 1.1.1 USB GSM modem... 5 1.1.2 USB GSM Modem Driver Installation for Win2000/Win2003... 6 1.1.3 USB

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE H3C Syslog Configuration Guide October 17, 2017 Configuration Guide SmartConnector for HPE H3C Syslog October 17, 2017 Copyright 2012 2017 Hewlett

More information

Read the following information carefully, before you begin an upgrade.

Read the following information carefully, before you begin an upgrade. Read the following information carefully, before you begin an upgrade. Review Supported Upgrade Paths, page 1 Review Time Taken for Upgrade, page 1 Review Available Cisco APIC-EM Ports, page 2 Securing

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 22 CHAPTER Configuring SNMP This chapter describes how to configure the ML-Series card for operating with Simple Network Management Protocol (SNMP). Note For complete syntax and usage information for the

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Configuring the Management Interface and Security

Configuring the Management Interface and Security CHAPTER 5 Configuring the Management Interface and Security Revised: February 15, 2011, Introduction This module describes how to configure the physical management interfaces (ports) as well as the various

More information