Monitor OSPFv3 via SNMP not working - Is OSPFv3 MIB supported?

I need to be able to query the OSPFv3-MIB via SNMP to track the status of OSPFv3.
I have setup a 3945 router in a test lab network and I have configured it in an Ipv6 network with OSPFv3.  The router has an active OSPFv3 neighbor and I can use that neighbor to send/receive data (the routing is working fine).  However, when I walk the SNMP MIBs I don't get a response for the OSPFv3-MIB.  According to the Cisco SNMP Object Navigator this MIB should be located at 1.3.6.1.3.102.*.  Below is an example trying to query a particular OID from the OSPFv3 MIB.
C:\>snmpwalk -v 2c -c public 197.16.18.1 1.3.6.1.3.102.1.5.1.8
SNMPv2-SMI::experimental.102.1.5.1.8 = No Such Object available on this agent at  this OID
I can walk other parts of the MIB (For example the OSPFv2 MIB) and get responses, so I know the router has SNMP turned on.
Looking at the Cisco IOS Mib Locator tool (http://tools.cisco.com/ITDIT/MIBS/MainServlet?IMAGE_NAME=c3900-universalk9-mz.SPA.152-4.M3.bin) for the current software version I am running (c3900-universalk9-mz.SPA.152-4.M3.bin) on a 3945 router it claims that the OSPFv3 MIB is supported in this image.  
Maybe I need to configure something else?  Maybe my SW doesn't really support this MIB?  Could it be that I have to query the router over Ipv6 to get the OSPFv3-MIB (I have only been trying Ipv4)?

Hi ,
As Vinod suggested , you need to configure the "SNMP CONTEXT"
Configure:
==========
Basic configuration consists of 4 steps:
Configure mapping between VRF name and SNMP context :
snmp-server vrf <vrf_1> context <context_1>
Create community string corresponding to the VRF :
snmp-server community <vrf_1> RW
Define context string
snmp-server context <context_1>
Configure mapping between context and community:
snmp-server community-map <vrf_1> context <context_1>
(optional) Configure snmp server traps for this VRF community
snmp-server host <IP> traps version 2c <vrf_1>
For e.g:
snmp-server vrf miki
context miki_bgp
snmp-server community miki RW
snmp-server context miki_bgp
snmp-server community-map miki context miki_bgp
Hope it will help
Thanks-
Afroz
***Ratings Encourages Contributors ***

Similar Messages

  • Sending cfg via SNMP not working

    Hi,
    I am trying to send some configs using SNMP to a 7200 (using 12.4(21a)) and it fails me on the last command when trying to start the procedure, as follows:
    persio.pucci@tacacs:/tftpboot$snmpset -v2c -c COMUNITY 10.20.30.1 .1.3.6.1.4.1.9.9.96.1.1.1.1.2.200 integer 1SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.2.200 = INTEGER: 1persio.pucci@tacacs:/tftpboot$ snmpset -v2c -c COMUNITY 10.20.30.1 .1.3.6.1.4.1.9.9.96.1.1.1.1.3.200 integer 1SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.3.200 = INTEGER: 1persio.pucci@tacacs:/tftpboot$ snmpset -v2c -c COMUNITY 10.20.30.1 .1.3.6.1.4.1.9.9.96.1.1.1.1.4.200 integer 4SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.4.200 = INTEGER: 4persio.pucci@tacacs:/tftpboot$ snmpset -v2c -c COMUNITY 10.20.30.1 .1.3.6.1.4.1.9.9.96.1.1.1.1.5.200 address 10.10.10.1SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.5.200 = IpAddress: 10.10.10.1persio.pucci@tacacs:/tftpboot$ snmpset -v2c -c COMUNITY 10.20.30.1 .1.3.6.1.4.1.9.9.96.1.1.1.1.6.200 string userSNMPv2-SMI::enterprises.9.9.96.1.1.1.1.6.200 = STRING: "user"persio.pucci@tacacs:/tftpboot$ snmpset -v2c -c COMUNITY 10.20.30.1 .1.3.6.1.4.1.9.9.96.1.1.1.1.14.200 integer 4Error in packet.Reason: inconsistentValue (The set value is illegal or unsupported in some way)Failed object: SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.14.200
    I can see that the entry was created, but I cannot issue a "CreateAndGo" command.
    persio.pucci@tacacs:/tftpboot$ snmpwalk -v2c -c COMUNITY 10.20.30.1 .1.3.6.1.4.1.9.9.96.1.1.1.1SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.2.200 = INTEGER: 1SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.3.200 = INTEGER: 1SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.4.200 = INTEGER: 4SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.5.200 = IpAddress: 10.10.10.1SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.6.200 = STRING: "user"SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.9.200 = INTEGER: 2SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.10.200 = INTEGER: 4SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.11.200 = Timeticks: (1836298009) 212 days, 12:49:40.09SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.12.200 = Timeticks: (1836302109) 212 days, 12:50:21.09SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.13.200 = INTEGER: 3SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.14.200 = INTEGER: 1SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.15.200 = INTEGER: 1SNMPv2-SMI::enterprises.9.9.96.1.1.1.1.16.200 = STRING: "10.10.10.1"persio.pucci@tacacs:/tftpboot$
    Any ideas?

    First, make sure the contextual row number you're going to use is destroyed, then do your snmpset as a single snmpset command instead of setting individually for your create and go row.
    Snmpset -v2c - c com string device snmpvar1 snmpvar2
    And so on...
    Something like this:
    You need to create the row. Then you would go about setting the various
    objects of the row
    -protocol for transfer
    -ipAddress of the server
    -file names for Dst and Src
    and then, finally activate the row.
    Example using OIDs - You must enter the enter row sequence as follows:
    snmpset -v 1 -c private 10.44.31.194 .1.3.6.1.4.1.9.9.96.1.1.1.1.2.90 i
    1 .1.3.6.1.4.1.9.9.96.1.1.1.1.3.90 i 4 .1.3.6.1.4.1.9.9.96.1.1.1.1.4.90
    i 1 .1.3.6.1.4.1.9.9.96.1.1.1.1.5.90 a 10.44.31.134
    .1.3.6.1.4.1.9.9.96.1.1.1.1.6.90 s router-config
    .1.3.6.1.4.1.9.9.96.1.1.1.1.14.90 i 4
    Example using NAMED OIDs:
    snmpset -v 1 -c private 10.44.31.194 ccCopyProtocol.90 integer 1 ccCopySourceFileType.90
    integer 1 ccCopyDestFileType.90 integer 3
    ccCopyServerAddress.90 ipaddress "10.44.31.134" ccCopyFileName.90 octetstring
    "router-config" ccCopyEntryRowStatus.90 integer 4* *
    Both of the above example are entered contiuously as one line.
    Hth,
    Cary
    Sent from Cisco Technical Support iPhone App

  • I am trying to connect my old mac desktop and my mac book pro to my new mac desktop to use as monitor but it will not work??

    I am trying to connect my old mac desktop and my mac book pro to my new mac desktop to use as monitor but it will not work??

    Hi ashleydanc588,
    If you are interested in more information on using an iMac in Target Display Mode, including what machines are compatible, you may find the following article helpful:
    Target Display Mode: Frequently Asked Questions (FAQ)
    http://support.apple.com/kb/ht3924
    Regards,
    - Brenden

  • Share via Mail not working after Yosemite upgrade

    Hi all,
    I recently upgraded from Lion to Yosemite and now I cannot use the Send via Mail option in Pages (or Numbers for that matter).
    I searched for this already in another tread but the answer (permission repair) did not work. The Exporting option still works, although it wants to save the file in a strange location, namely LIBRARY - CACHES - CLEANUP AT STARTUP - COM.APPLE.IWORK.PAGES.8572.TEMP.XXXXXXX    instead in DOCUMENTS or DESKTOP.
    Any and all advice on this small but annoying inconvenience is welcome :-)
    Thanks
    Ray

    Pages '09 v4.3 has lost this capability on Yosemite. Export to desired document format, and then drag/drop into Mail body.

  • Installing Flash Player 11.8.800.94 via GPO not working properly

    Hello,
    i've installed Flash Player 11.8.800.94 via GPO.
    Installation works fine, but there is no flash player available in Firefox or Internet Explorer.
    Deployed both Flash Players.
    Tried to reinstall Flash Player 11.8.800.94 for Firefox, but it's still not active.
    Windows 7, 64bit
    Greetings,
    Michael

    Hello Comvel.
    RE:
    Hello,
    i haven't fixed it yet.
    I've deployed the last few version of flash player without any problems.
    I haven't found any new things in the admin guide.
    The plugins don't show up in both browsers. I can't enable them.
    On the most importent clients, i've installed flash player manually.
    I know it has been a few months since your post but, I was wonderingif you were able to find a solution for this that didn't involve manual installations. I've recently deployed 11.8.800.175 and am running into the same problems. Some work stations are just fine. But others, (both windows 7 and xp, all IE8) are not working. When navigating to a site like youtube, theres a banner that says update is needed. When you go to manage add-ons there is no shock object/add on.

  • External Monitoring with MXO2 Mini not working

    OK, I chose the Matrox 1080i60 Sequence Preset.  And then I import and use AVCINTRA P2 footage.  When I put it into the sequence...I see the clips on the timeline, but nothing in the Program monitor, nor my external monitor.  I press play...nothing happens.  The footage works fine in an AVCIntra sequence...but not a Matrox MXO2 Mini sequence preset.  Any idea why?
    Latest 2.1.1 Matrox drivers.  Premiere CS 5.5
    Thank you,
    Shane

    Hi Shane
    Matrox does not work with CS5.5 "preview" new drivers this Month, so they say!!!!!!!!!!!!!!!!!!!!!!!!
    Darren

  • Sync Google Contacts via iTunes not working

    Hi
    Just got a new Macbook with Yosemite and am syncing my Google Mail, Calendar, Contacts with the Macbook without difficulty,  I have disabled iCloud syncing for Mail, Calendar, and Contacts. 
    Now, I want to get Google Contacts set up on my old iPhone 3G (iOS 4.2.1) as a stop gap before getting a new iPhone down the line.  However, I can't find a reliable way of getting my Google Contacts on to the iPhone 3G.
    Exchange Sync and CardDAV do not work.  I don't mind syncing via iTunes but I can't set this up either.  Despite telling iTunes to sync 'All Contacts' it won't sync those from my Google account.  Only contacts in 'On My Mac' group sync across, but I don't want to manually keep track of and copy new Google contacts into this group just to sync.
    Why won't iTunes sync the Google contacts group - currently it is the only group in my OS X Contacts.
    I have reset sync and reinitialised the iPhone to factory image - neither works.
    Any advice appreciated.

    try rebooting the appletv.
    also, you have a first generation appletv but have posted in the second generation appletv forum.

  • LT2223 ThinkVision Monitor - Inbuilt Web Camera not working

    Hi
    I am using a LT2223zwC monitor which has a built in Web Camera but does't seems to be working - Skype cannot detect the camera and I have no idea how to get it work. Tried the Lenovo Web Conferencing from Control Panel, it only allows me to adjust the Speaker and Mic.
    Any assistance is much appreicated.
    Many thanks.
    Gilar

    Thanks For Information..
    But I Am Using Microsoft Lifecam Studio Download Latest Software Microsoft life cam Version 4.25.512.0
    This Is Not A Driver Issue This is Application Issue Or Windows 8.1 Issue 
    I Check 3 Different Camera but Any camera Not Working 
    I Check 3 Different Pc..
    But In Windows 8.1 That Thing Not Work !
    But This Thing Working Ok With Windows8
    This Is Majjor Issue Of Microsoft Windows8.1 
    If I Download Other Store App Like Cammix The Software Give Me Hint..
    Showing Me Error Like..
    "windows.media.capture"media
    capture is not registered, (This Error
    Is Showing In Cammix Application)
    And Microsoft Have To Provide Something To As...
    Thank You For Support....

  • Javascript calls via getURL not working anymore

    After upgrading to flash player 9,0,115,0 a simple call like
    getURL("javascript(alert'message')); doesn't work anymore on
    Internet Explorer (it fails without any error in policyfiles.txt,
    but it still work on Firefox). My IE version is 7.
    I can't use ExternalInterface 'cause i need to publish as
    Flash Player 7 AS2.0.
    Any comment or suggestion?

    I have a similar problem. When running a local HTML file,
    using IE7 and FP 9,0,115,0, all the getURL function calls cease to
    work.
    If I downgrade to FP8, still using IE7, everything works.
    If I downgrade to IE6, still using FP9.0.115.0, everything
    works.
    If I load the HTML via HTTP (instead of local), using IE7 and
    FP9.0.115.0, everything works.
    If I use Firefox, with FP9.0.115.0, everything works.
    So, the function calls fail only when the swf is contained on
    a
    local HTML file, using
    IE7, and
    FP9.0.115.0. The problem is, most of our customers have that
    software profile, and all of them need to load the content locally
    (its very heavy for network transmission).
    All the getURLs are like this:
    getURL("javascript:someFunction()");
    We're setting the 'allowScriptAccess' to 'always'.
    Also, if we put the OBJECT tag inside the HTML (instead on an
    external JS file), the function calls still do not work.

  • Monitoring and recording feature not working in UCCX

    Hi,
    The recording and monitoring option is not working in the new UCCX setup I have installed.I have configured following things for desktop monitoring as per the document
    1)Checked that IP Phones are diasy chained and speakers of Supervisor's PC is working,NIC card of agent's and supervisor desktops are compatible
    2)In web CDA P phones to be monitored have been configured
    3)In CCM configured the phone for "Span to PC port" as enabled also configured "Advertise G.722 codec" as disabled
    4)Ran postinstall.exe on agents system and checked if correct NIC adapter is being used for monitoring
    5)Checked the NIC binding order in UCCX server and that is correct
    I noticed one thing that "services"  in both CAD and CSD are showing as "partial services" and they are monitoring and recording services only.Hence is this problem related to these services? How do i correct the recording and monitoring issue?
    Regards
    Amit

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}
    I would first recycle the VOIP Monitoring Service on both node if this is HA.  This will not affect calls or call processing.
    In addition, you stated you ran post install on the clients desktop but have you ran post install on the server itself?
    In the desktop Administrator, what server is selected to be the default VOIP Monitor server?
    Jason M. Hutchinson

  • Monitor SA520 via SNMP

    Hi
    I have a SA520 configured in load balancing. It is possible to monitor the WAN status via SNMP?
    Thanks
    Marco

    I noticed that Staffan gave a good answer over at Stackoverflow. I'm making a copy of it here if somebody else is searching the forum and would like to know.
    "The details are on [this webpage|http://java.sun.com/j2se/1.5.0/docs/guide/management/SNMP.html]. In short, what you have to do is:
    * Start with -Dcom.sun.management.snmp.port=portNum
    * Copy the ACL template file in JRE_HOME/lib/management/snmp.acl.template to JRE_HOME/lib/management/snmp.acl, and make it readable and writeable by only the owner."

  • Monitor JRockit via SNMP

    I would like to monitor my Java application (running in JRockit) via SNMP protocol. I only need some basic informations. Is there any startup parameter that I can add to my app to enable SNMP?

    I noticed that Staffan gave a good answer over at Stackoverflow. I'm making a copy of it here if somebody else is searching the forum and would like to know.
    "The details are on [this webpage|http://java.sun.com/j2se/1.5.0/docs/guide/management/SNMP.html]. In short, what you have to do is:
    * Start with -Dcom.sun.management.snmp.port=portNum
    * Copy the ACL template file in JRE_HOME/lib/management/snmp.acl.template to JRE_HOME/lib/management/snmp.acl, and make it readable and writeable by only the owner."

  • Via Heade not Work!! (6.0sp1)

    Hi.
    i used the http header that "Via".
    but web server response "400" error into GET method.
    i have that logs.
    it's OK - sjs web 6.1sp6 on Windows. return code 200.
    started....started....
    WWWConnect::Connect("192.168.0.141","80")\n
    IP = "192.168.0.141:80"\n
    source port: 64654\r\n
    REQUEST: **************\n
    GET / HTTP/1.0\r\n
    Via: test\r\n
    Host: 192.168.0.141\r\n
    Accept: */*\r\n
    \r\n
    RESPONSE: **************\n
    HTTP/1.1 200 OK\r\n
    Server: Sun-ONE-Web-Server/6.1\r\n
    Date: Thu, 03 Jun 2010 08:23:01 GMT\r\n
    Content-length: 461\r\n
    Content-type: text/html\r\n
    Last-modified: Sun, 31 May 2009 13:36:07 GMT\r\n
    Accept-ranges: bytes\r\n
    Connection: close\r\n
    \r\n
    <!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">\r\n
    <HTML>\r\n
    <HEAD>\r\n
    <meta http-equiv="Content-Type"\r\n
    \tcontent="text/html; charset=iso-8859-1">\r\n
    \t<TITLE>Sun[tm] ONE Web Server, Enterprise Edition 6.1</TITLE>\r\n
    </HEAD>\r\n
    \r\n
    <FRAMESET BORDER=0 ROWS="80, *">\r\n
    <FRAME NAME="banner" SRC="banner.html" SCROLLING="no">\r\n
    \t<FRAME NAME="content" SRC="launch.html" SCROLLING="auto">\r\n
    </FRAMESET><noframes></noframes>\r\n
    </HTML>\r\n
    \r\n
    WWWConnect::Close("192.168.0.141","80")\n
    closed source port: 64654\r\n
    finished.
    it's not work . iplanet 6.0sp1 on solaris. return code 400.
    started....
    WWWConnect::Connect("192.168.0.71","80")\n
    IP = "192.168.0.71:80"\n
    source port: 64717\r\n
    REQUEST: **************\n
    GET / HTTP/1.0\r\n
    Via: test\r\n
    Host: 192.168.0.71\r\n
    Accept: */*\r\n
    \r\n
    RESPONSE: **************\n
    HTTP/1.1 400 Bad request\r\n
    Server: Netscape-Enterprise/6.0\r\n
    Date: Thu, 03 Jun 2010 08:23:18 GMT\r\n
    Content-type: text/html\r\n
    Content-Length: 147\r\n
    Connection: close\r\n
    Via: 1.1 AN-0003011042661574\r\n
    \r\n
    <HTML><HEAD><TITLE>Bad request</TITLE></HEAD>\n
    <BODY><H1>Bad request</H1>\n
    Your browser sent a query this server could not understand.\n
    </BODY></HTML>
    WWWConnect::Close("192.168.0.71","80")\n
    closed source port: 64717\r\n
    finished
    why? 6.0 is not support via header?
    any idea?
    thk...

    6.0 is out of support life. pl upgrade to 7.0 update 8 or above

  • Connection to server via smb not working

    hi,
    i have an old G4 iBook 10.3.9 that i'm using for school. to connect to our school server for course material, we were given smb log-in instructions from our it dept. when i put in the ip address, i get a prompt for the id and password, but i cannot get access. we tried logging on with my professor's macbook pro (10.5) and it worked flawlessly.
    i've done all software updates and rechecked the procedure dozens of times, but i can't figure out why it's not working. if anyone has an idea, i'm all ears.
    thanks,

    created in my UTF-8 Mysql DB your table and inserted a record; the select shows:
    SQL> select * from "movieclass"@mysql;
    idClass
    ClassName
    123
    H e l l o
    As you can see the content is there, the "space" between the letters is related to unicode. Each character is interpreted by 2 bytes and SQL*Plus wrongly displays both. Using iSQLPLus or SQLDeveloper does not show the "space" between the letters.
    Here the data type mapping:
    SQL> desc "movieclass"@mysql;
    Name Null? Type
    idClass NUMBER(3)
    ClassName NOT NULL NVARCHAR2(50)
    What's the exact version of DG4ODBC you're using? 11.1.0.7?
    According to the listener file you're using DG4ODBC on Windows. There was a high/low byte issue in DG4ODBC for Windows. This issue is fixed in 11.1.0.7 and a certain patch. So I recommend you to get first the 11.1.0.7 patchset (if you don't already have it installed):
    6890831 Oracle Database Family: Patchset
    11.1.0.7.0 PATCH SET FOR ORACLE DATABASE SERVER 11.1.0.7.0
    and then please apply also the latest patch:
    8689191 Oracle Database Family: Patch
    ORACLE 11G 11.1.0.7 PATCH 16 BUG FOR WINDOWS 32 BIT 11.1.0.7.0
    There was a high/low byte issue
    Edited by: kgronau on Aug 11, 2009 10:28 AM

  • Read subfrom value via context not work

    Hi,
    I was created a context "MedicalClaimsInfo" with cadinality 1..n and sub value node under "MedicalClaimsInfo" called "ClaimDetails" with cadinality 0..n
    In interactive form, i created subform to populate a table to capture claim details record into context "ClaimDetails".
    May I know in java web dynpro, how am i going to capture the context record ?
    Following code is not work ! and return null.
    IClaimsDetailsNode nodeClaimsDetails = wdContext.nodeClaimsDetails();
    int sizeClaimsDetails = nodeClaimsDetails.size();
    String s = "";
    for(int j=0; j<sizeClaimsDetails; ++j)
    s = s + " : " + nodeClaimsDetails.getClaimsDetailsElementAt(j).getSubty();
    wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(s);

    problem solved

Maybe you are looking for