MIB help for trap monitoring of IP SLA Breach or track using CA Spectrum

I am trying to generate a trap based on sla breach on a IOS XE router.  What MIB could I use?
Here is the config from the router:
track 1 ip sla 1 reachability
ip sla 1
icmp-echo 50.232.60.177 source-interface GigabitEthernet0/0/3
ip sla schedule 1 life forever start-time now
ip sla logging traps
snmp-server enable traps ipsla
Syslog Entry
Mar 27 17:45:00.455: %TRACK-6-STATE: 1 ip sla 1 reachability Down -> Up

Hi,
You can configure the IP SLA Reaction configuration & generate the traps based on many conditions, you can choose whatever suits you. 
Example Configuring an IP SLAs Reaction Configuration
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/configuration/15-mt/sla-15-mt-book/sla_threshold_mon.html#GUID-A459B9AF-188D-4676-9876-19993266B32A
Example Configuring an IP SLAs Reaction Configuration
In the following example, IP SLAs operation 10 is configured to send an SNMP logging trap when the MOS value either exceeds 4.9 (best quality) or falls below 2.5 (poor quality):
Device(config)# ip sla reaction-configuration 10 react mos threshold-type immediate threshold-value 490 250 action-type trapOnly
The following example shows the default configuration for the ip sla reaction-configuration command:
Device# show ip sla reaction-configuration 1
Entry number: 1
Reaction Configuration not configured
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# ip sla reaction-configuration 1
Router(config)# do show ip sla reaction-configuration 1
Entry number: 1
Reaction: rtt
Threshold Type: Never
Rising (milliseconds): 5000
Falling (milliseconds): 3000
Threshold Count: 5
Threshold Count2: 5
Action Type: None
- Ashok
Please rate the useful post or mark as correct answer as it will help others looking for similar information

Similar Messages

  • MIB Required for Bandwidth Monitoring on Cisco 3800 and 3900 series Routers

    Hi Team,
    Need your help here.
    I am planning to do Bandwidth Monitoring on Cisco 3800 and 3900 series Routers. I want to know the exact MIB which I need to use for getting this done.
    Thanks,
    Karthik Anbumani

    Matt, based on feature navigator GLBP is supportted on 3800 series.
    Go to this link and search by feature (GLBP)
    http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp
    HTH
    Jorge

  • Need Help for trapping

    Hi All,
    I have sent two pdfs to our printer with Trap Settings : Application Built in and In Rip. But printer says their was no trap in both files. Sample attached shows mine (Left)and printers file (Right). Kindly suggest what I have to do to get these results? Or I did wrong steps to do trapping. My Steps....
    Open ready Indesign file > Save as Post Script (with setting Application built in trapping) > Make pdf through Distiller.

    Gola Raj wrote:
    Only logo is made in Illustrator, Rest objects (Green BG) are made in ID
    So how does InDesign trap non-naive art agains its native background object? It can’t. InDesign cannot reach int the PDF of the logo, check the colour of every object, determine if that object touches the green background, decide how to trap that object, then modify the object to create that trap. There are special programs that do, but they are complex and expensive. The last one I used, Adobe TrapWise, cost over two grand.
    It is generally the responsibility of the print shop to trap your file. This forum is filled with incredibly experienced and skilled InDesign users. Many of us know how to trap if we need to and most of us would hang up on a printer that made us trap our own files.
    BUT, if you are committed to dealing with this printer, and thus committed to trapping this file, then you’ll need to add the trapping in Illustrator. The easiest way would be to add the green background in Illustrator and run the PathFinder Trap effect. The better way would be to add a thin (probably 0.5 point or lower) overprinting stroke to the red where it overlaps the green, and colour it with the values of any non-common process colours. If the green is 80,0,60,0 and the red is 0,90,80,0 then 80,90,0,0 should do the trick. Yellow is common to both colours, so there’s no need to worry about yellow in the stroke.

  • Trap monitor?

    I finally decided to install Leopard (successfully enough that I'm posting this from the computer I just installed it on), and got the error "Trap monitor unexpectedly quit" when the installation was done. I had walked away while it was installing, so don't know if anything else led up to this, but it kept reappearing after I clicked "relaunch" and only went away when I told it to ignore it. So, three related questions:
    1) What IS a Trap monitor?
    2) Is it something important, or just an accessory I can safely function without?
    3) If it's important, how do I fix whatever it is that's crashing? (Or...If it's not important, can I just trash it so I stop getting this error, and where do I find it?)
    I'll hold off on setting up Time Machine until I know if this is something that's going to require another installation so I don't lose my backup of my old files on the external drive. Hopefully this is something minor (keeping fingers crossed!)

    First rule for using these forums is to search them. A search for *trap monitor* brings up http://discussions.apple.com/thread.jspa?messageID=5817251

  • SNMP MIB file for Grid Control

    Looking for the MIB file for traps coming out of Grid Control 10gR2. It looks like they're under enterprises.111.15 in the traps I've seen.

    check in AGENT_HOME/network/doc

  • F4 help for parameter field - no values defined in the database

    Hi,
    In the Selection screen, I have two fields,
    One is for getting input for the month
    Other one is for year
    These two are created by using parameter statement
    and it is not referring to any data base table fields.
    parameters : p_bumon type bumon.
    parameters : p_bdatj type bdatj.
    At the selection screen i need input help for the month and year separately.
    I cant use the function module becos no values r fetch from the tables.
    or else to get the input help, can u please just me some predefined type declarations so that i can get by default the F4 help for this
    or any other table which have the value range for only for the month and year.
    Just it is created and the input values is passed to the function module and to calculate the number of days for that particular month and year.
    i need this very urgently
    Please suggest me in this , whether it is possible
    Thanks

    hi,
         There is a event called
    At selection-screen PROCESS ON VALUE-REQUEST for.......
    In your case it can be  :-
    At selection-screen PROCESS ON VALUE-REQUEST for  p_bumon .
    < Block 1>
    At selection-screen PROCESS ON VALUE-REQUEST for p_bdatj .
    < Block 2>
    In the block u can write the code.......
    say for month u can write
    parameters : p_month(2) type c.
    Eg for month
    At selection-screen PROCESS ON VALUE-REQUEST for P_MONTH.
    data : begin of int_month occurs 0,
    month(2) type c,
    end of ont_month.
    INT_MONTH-MONTH = '01'.
    append INT_MONTH.
    INT_MONTH-MONTH = '02'.
    append INT_MONTH.
    INT_MONTH-MONTH = '03'.
    append INT_MONTH.
    INT_MONTH-MONTH = '11'.
    append INT_MONTH.
    INT_MONTH-MONTH = '12'.
    append INT_MONTH.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    RETFIELD = 'MONTH' “ Int tab field name
    DYNPPROG = < program name>
    DYNPNR = SY-DYNNR
    DYNPROFIELD = 'P_MONTH' “ Field wer u need F4 help
    VALUE_ORG = 'S'
    WINDOW_TITLE = ‘Any description’
    TABLES
    VALUE_TAB = INT_MONTH. “ Internal table name
    please reward points if useful.... and mark it answered.....
    thank you.

  • How to find the search help for the parameters stmt in a report

    hi
    how to find the search help for the parameters stmt in a report , that is using which addition to the parameters statement

    I am not sure if I understood the question,but if you meant how to attach a search help to parameter for which a default search help is not available,you can do that by using addition  "Matchcode Object"
    Parameter: a type i matchcode object 'Search Help Name'
    Search Help name should be in single quotes.
    Regards,
    Anubhav.
    P.S: Award Points if useful.

  • Value Help for a field from custom table in BSP

    Please let me know, the procedure to create value help for a field from a custom table in BSP using HTMLB.
    Thanks

    hi prodigy,
    check this code using drop down list.
    <b>layout for first page</b> 
    <htmlb:dropdownListBox id                = "ddlist"
                                  table             = "<%=t_mara%>"
                                  nameOfKeyColumn   = "matnr"
                                  nameOfValueColumn = "matnr"></htmlb:dropdownListBox>
    <b>event Oninitialization event of first page</b>
    SELECT MATNR UP TO 10 ROWS
      INTO TABLE T_MARA
      FROM MARA.
    <b> event Oninputprocessing event</b>
    **Load the manager class
    CLASS CL_HTMLB_MANAGER DEFINITION LOAD.
    DATA: V_EVENT TYPE REF TO CL_HTMLB_EVENT.
    DATA: DATA TYPE REF TO OBJECT.
    DATA: V_DATA TYPE REF TO CL_HTMLB_DROPDOWNLISTBOX.
    CALL METHOD CL_HTMLB_MANAGER=>GET_EVENT
      EXPORTING
        REQUEST               = RUNTIME->SERVER->REQUEST
      RECEIVING
        EVENT                 = V_EVENT
    IF V_EVENT->NAME = 'button' AND
       V_EVENT->EVENT_TYPE = 'click'.
    DATA ?= CL_HTMLB_MANAGER=>GET_DATA( REQUEST =
                                          RUNTIME->SERVER->REQUEST
                                          NAME     = 'inputField'
                                          ID       = 'matnr'
        V_DATA ?= DATA.
    IF V_DATA IS NOT INITIAL.
         V_MATNR = V_DATA->SELECTION.
    ENDIF.
    NAVIGATION->SET_PARAMETER( NAME = 'v_matnr' VALUE = V_MATNR ).
    NAVIGATION->GOTO_PAGE( 'detail.htm' ).
    ENDIF.
    <b>in the onInitialization event for detail page</b>SELECT MATNR
           ERSDA
           ERNAM
           LAEDA
           AENAM
           VPSTA
           PSTAT
           LVORM
           MTART
      FROM MARA
      INTO TABLE T_MARA
    WHERE MATNR = V_MATNR.

  • After upgrading to NX-OS 5.04, out snmp traps monitoring system is not generating ticket / incident for the snmp traps and my question is whether we need to apply new MIBS for that?

    after upgrading to NX-OS 5.04, out snmp traps monitoring system is not generating ticket / incident for the snmp traps and my question is whether we need to apply new MIBS for that?

    Looking at the error message "The Network Adapter could not establish the connection" , It appears hostname and port may be incorrect. Review the targets.xml under E:\oracle\product\10.2.0\db_1\SAP_solman_SDB\emd and
    emoms.properties under E:\oracle\product\10.2.0\db_1\SAP_solman_SDB\config folder to make sure host ( sap_solman) and port (1527) are correct.
    As far as setting the environment variables goes, you can go to control panel -> system -> advanced -> environment variables and set the ORACLE_HOME and ORACLE_SID
    -Ramesh

  • 6140 MIB File for SNMP/6140 Monitoring

    Hi,
    i�m looking for a MIB file for 6140 Disk Array. I found only 3510 MIB file, but nothing related to 6140.
    The target of my actual task is setting up monitoring on a 6140 Array from a customer. We are using Big Sister Monitoring Software.
    3510 monitoring was no problem due to the fact that it was easily getting some status infos via Command Line Tool, this has changed since 6140 is using a new kind of management application, which doesn�t seems to give useable output directly (regarding to a colleague) and requires login.
    Any Suggestions e.g. other ways than snmp for monitoring? Status-Sites from the web-frontend?
    Thanks in advance!
    I

    Hi,
    I have the same problem : finding the 6140's mib to identify traps.
    I guess that SUN-SAM-MIB.mib may be the good one, but I'm not sure.
    to get it, I have downloaded StorageTek SAM-FS 4.6 and searched for mibs inside.
    could someone confirm I found the good mib
    thanks
    thomas

  • When I turn on my computer I get the following error messages: Insecure Startup Item disabled. "Library/StartupItems/HP IO" has not been started because it does not have the proper security settings. Also for HP Trap Monitor.  How do I fix these?

    When I turn on my computer I get the following error messages:
    Insecure Startup Item disabled. "Library/StartupItems/HP IO" has not been started because it does not have the proper security settings.
    Insecure Startup Item disabled. "Library/StartupItems/HP Trap Monitor" has not been started because it does not have the proper security settings.
    How do I fix these?

    Library/LaunchAgents: com.promethean.activmgr.plist
    Library/LaunchDaemons: com.microsoft.office.licensing.helper.plist, com.promethean.activhardwareservice.plist
    Library/StartupItems: HP IO folder - HP IO, Resources, StartupParameters.plist
    HP Trap Monitor folder - HP Trap Monitor, Resources, StartupParameters.plist
    These are the system extension errors
    "/System/Library/Extensions/AppleGraphicsControl.kext"
    "/System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleMux Control.kext"
    "/System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/ApplePoli cyControl.kext"
    "/System/Library/Extensions/BJUSBLoad.kext"
    "/System/Library/Extensions/EPSONUSBPrintClass.kext"
    I do not know what any of these do or how to fix them.  I have run multiple disk permission repairs & disk repairs.  The startup & system extension errors continue to come up.
    I even followed the directions to move HP IO & HP Trap Monitor to the trash, run disk permissions repair, put back in folder, then restart - and still am getting error message.

  • HP won't help, can you? OEM disc for w2558hc monitor

    Does anyone have an ISO or disc for HP w2558hc monitor?  HP doesn't think they need to support an old 2008 $500+ monitor anymore!

    I am sorry, an ISO is just an image file for a disc.  Since I am looking for the install and software disc for this monitor, w2558hc,.  If I can't get a disc, the next best thing is an image of this disc.  The most popular image files are ISO's.  There are better ones, but less used.  This monitor has a memory card reader, USB hub, web cam, and Microphone all built in to a 25.5 inch monitor.  It also has a remote control to work with a lot of these features.  I checked the remote has a optical signal, but I can't get it to work with the monitor, as well as the web cam.  On this installation disc, besides the drivers, are software to work with the camera and remote with the controls to manage slide shows and the like.  I think the drivers were on the page that you linked me to, but not the software.  So I still can't use the remote control, nor the WebCam.  Do you understand why I am after the disc or image thereof?  Thank you for you response though.

  • Need monitor help for G5

    I'm preparing to purchase a G5 and considering new monitors for it as well. I'm currently using a dual monitor set up with my G4 that uses a Radeon 9000 that has 2 DVI outs. One out is the square one and one is the one with the rounded edges....I don't know which are which but both use a DVI>VGA adaptor since the CRT flat screens are VGA only.
    The new monitor I'm looking at is a Samsung 19" 933BW that comes with a 15-pin D-sub Cable, and a DVI-D Cable according to the product specs. You can see the monitor here: http://www.samsung.com/us/consumer/detail/spec.do?group=computersperipherals&typ e=monitors&subtype=lcd&model_cd=LS19CMKKFV/XA
    My question is what does the G5 come with for monitor outs and will this monitor work if I buy 2 of them for a dual monitor setup like I have now. I have no idea what a D-sub cable is??? Thes DVI plugs confuse me.

    Hi-
    A G5 will usually come with a card that has one DVI and one ADC port.
    The Geforce 6800 Ultra, among others, came with 2 DVI ports.
    If the G5 is a dual core model, it will have two DVI ports.
    The DVI port can use a DVI or VGA monitor, using the DVI to VGA adapter.
    The ADC port can be converted to DVI using an ADC to DVI adapter. The old ADC to VGA adapter is very, very rare....
    Using 2 DVI connected monitors should pose no special challenges, except for the possible need of the ADC to DVI adapter.
    BTW, D-sub 15 is VGA.
    Also, if the G5 comes with a card that has 1 DVI and 1 VGA, the card is not OEM.

  • Need to take MIB File for Call Manager

    Hi,
    Can anyone help me how to take MIB file for Call Manager. We have a cluster of 6 CUCM servers (1 pub + 5 Sub). we need this MIB file for monitoring purpose. If you need anyother information regarding this please let me know.

    Hi
    Below MIBs are supported in CUCM.  Refer the link attached for details. Btw which Version are you running ?
    •CISCO-CCM-MIB
    •CISCO-CCM-CAPABILITY
    •CISCO-CDP-MIB
    •CISCO-SYSLOG-MIB
    http://www.cisco.com/en/US/partner/docs/voice_ip_comm/cucm/managed_services/cisco_mibs.html
    Thanks.

  • How do i use MIB-2 for writing MIB for my application?

    I want to use the existing MIB-2 to write MIB variable for my application. The application is energy metering.So How do i use MIB-2 for writing MIBs for my application?
    Santosh Chavan
    IIT MADRAS.

    For others who do not know what an MIB is, here is link that shows some more information:
    http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/snmp.htm .   A quick Google of MIB did not turn up any useful information, but looking for SNMP quickly found this link. 
    It really turns out that I am not the person to help.
    It turns out that I am not the person to help, but I always want to know more as I may have a similar problem later.  I know from personal experience that it is easy to use a term commonly in a company or industry but have no one out side of that industry understand.  I was asking if that was such a term (hopefully with a little humor).  I'm sorry if my joke fell flat.
    I hope that you get an answer,
    Bob Young
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

Maybe you are looking for

  • I own fully paid for license for Dreamweaver CS6. Every time I click to open the app, I get a very annoying pop-up message. How do I stop it?

    I own fully paid for license for a Mac version of Dreamweaver cs6. Every time I click to open the app, and before I can start using CS6, I get a very annoying pop-up message (see screen shot below) that states I have a trial version and do I want to

  • Need logic for Group By function

    Hi, I written this query for the requirement, but when the column column 'exposure_code' included in the group by function, it's increasing the count's of records, becuase of different combination of values. (its having value like 'DRAWN', 'UNDRAWN',

  • Unable to install an Adobe AIR application with -location to correct path

    Hi Im trying to silent install an air app on the command line (Windows).  But the path i use after -location is ignored. This is the code im using: "C:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" "-silent" "

  • Importing directly to Photoshop

    I would like to know how to import pictures directly into photoshop. Currently the photos I import go to IPhoto, and then I have to find the right file. Not only is this more time consuming than I'd like it is difficult to find the files sometimes. A

  • Prosumer Camcorder Recommendation

    I have been using a Sony DCR-VX2100 for five years now, and want to make the jump to HD and also away from Mini DV tapes to avoid capture from tape (and moving parts). The 2100 has been the perfect camcorder for our purposes-capturing summer camp act