SG300 optical monitoring snmp-mib

I was positively surprised to find the optical transmit/receive values using the
show fiber-ports optical-transceiver detailed command on a SG300-10.
Now I'm wondering if there is also a SNMP-MIB to query these values?
I've already tried the CISCO-ENTITY-SENSOR-MIB used by the larger devices running Cisco IOS, but this didn't work.

I've just experienced the same problem, so I went hunting through the MIB for a suitable table and I think I've found it.
What you want to check is CISCOSB-PHY-MIB::rlPhyTestGetTable which is a table of interface tests. It extends the normal SNMP ifTable so the rows are indexed by the ifIndex (57 & 58 for the two combo ports on an SG300-10) and the test type. It appears to contain tests such as the green ethernet tests and the fiber optic tests. This is what I get on one of my SG300-10's:
$ snmptable -v 2c -c rocommunity sg300 rlPhyTestGetTable
SNMP table: CISCOSB-PHY-MIB::rlPhyTestGetTable
                rlPhyTestGetType rlPhyTestGetStatus rlPhyTestGetResult rlPhyTestGetUnits rlPhyTestGetAlarm rlPhyTestGetTimeStamp
---8<---
   rlPhyTestTableTransceiverTemp            success                 47            degree        noAlarmSet 11-Mar-2013 21:55:10
rlPhyTestTableTransceiverSupply            success            3299800         microVolt        noAlarmSet 11-Mar-2013 21:55:10
            rlPhyTestTableTxBias            success              10968        microAmper        noAlarmSet 11-Mar-2013 21:55:10
          rlPhyTestTableTxOutput            success              -6782           milidbm        noAlarmSet 11-Mar-2013 21:55:10
    rlPhyTestTableRxOpticalPower            success              -4935           milidbm        noAlarmSet 11-Mar-2013 21:55:10
         rlPhyTestTableDataReady            success                  0           boolean       notRelevant 11-Mar-2013 21:55:10
               rlPhyTestTableLOS            success                  0           boolean       notRelevant 11-Mar-2013 21:55:10
           rlPhyTestTableTxFault            success                  0           boolean       notRelevant 11-Mar-2013 21:55:10
So for example to get the transceiver temperature for port gi10, it would be at OID .1.3.6.1.4.1.9.6.1.101.90.1.2.1.3.58.5.
Most of the values match up with the output I get from "show fiber-ports optical-transceiver detailed", with a bit of dividing by 1,000's to get into the same range, however I'm at a loss how to convert the milidbm output power reported by SNMP into milliwatts as reported by the CLI. Could someone confirm the maths for that?
Matt      

Similar Messages

  • 1130AG temperature monitoring (SNMP / MIB)

    Hi
    Im trying to get some SNMP monitoring running for multiple 1130AG APs. I keep running into walls though. APS are running with the following image : c1130-k9w7-mx.124-25d.JA1.
    Problem 1.
    I cant use the show environment cmd on the APs. According to the following official Cisco document, the show environment cmd is supported from image version 12.2(11) JA , but is not available on my APs running 12.4(25d)JA1:
    http://www.csd.uoc.gr/~hy435/material/cr12425d.pdf
    Problem 2.
    According to the Cisco IOS MIB locator, the 1130AG AP does not support the ENVMON-MIB . That MIB is generally used for temperatur monitoring on many cisco devices. The 1130AG does however support ENTITY-MIB , but I am not entirely sure that this MIB can return temp info. There is very little/no documentation on this.
    Can anyone help me out? I would very much appreciate it :)
    \Christian

    Hi
    Im trying to get some SNMP monitoring running for multiple 1130AG APs. I keep running into walls though. APS are running with the following image : c1130-k9w7-mx.124-25d.JA1.
    Problem 1.
    I cant use the show environment cmd on the APs. According to the following official Cisco document, the show environment cmd is supported from image version 12.2(11) JA , but is not available on my APs running 12.4(25d)JA1:
    http://www.csd.uoc.gr/~hy435/material/cr12425d.pdf
    Problem 2.
    According to the Cisco IOS MIB locator, the 1130AG AP does not support the ENVMON-MIB . That MIB is generally used for temperatur monitoring on many cisco devices. The 1130AG does however support ENTITY-MIB , but I am not entirely sure that this MIB can return temp info. There is very little/no documentation on this.
    Can anyone help me out? I would very much appreciate it :)
    \Christian

  • Digital Optical Monitoring Transceiver SNMP monitoring C7206VXR NPE-G2

    Hello,
    We have C7206VXR NPE-G2 platform with transceiver which support DOM.
    Could we monitor DOM tx/rx level statistic through snmp for 7206 platform?
    In CLI result of command "sh interf GigabitEthernet0/1 transceiver" give some information.
    We tried search for some MIB In "MIB locator" on cisco.com.
    The MIB CISCO-ENTITY-SENSOR-MIB is supported for:
    Release: 12.2(33) SRE3
    Platform: 7200-NPE-G2
    Featur Set: SP Services
    But there is no result on SNMP for these OIDs.

    I believe the parameters you want should be available by using the CISCO-OPTICAL-MONITOR-MIB.

  • SNMP mib Persist question

    Hi All,
    I have a WS-C3750-48TS stack of 4 Members (all same type).
    I have for Monitoring purpose an Powersupply and FAN Monitor.
    The Indexi for Member 4 has been changed from 4003 to 4004 after a change of the master Switch (from SW1 to SW2) as well as a reboot of SW4 and SW1.
    Now I read that the SNMP mib Persist command is available and that the data has to be written to the NVRAM .
    the config guide says:
    Usage Guidelines
    After entering the snmp mib persist command, you must enter the write mib-data command to save MIB persistence configuration data to NVRAM.
    Here is were my question starts.
    If I write the data to the NVRAM, which NVRAM will be written?
    will this prevent the change of the index after a reboot of the non master switch?
      ciscoEnvMonSupplyStatusDescr(2) 
      1003  Sw1, PS1 Normal, RPS NotExist
      2003  Sw2, PS1 Normal, RPS NotExist
      3003  Sw3, PS1 Normal, RPS NotExist
      4004  Sw4, PS1 Normal, RPS NotExist
    Thanks
    Willem

    Thanks for your guidance, I believe I have found what I am looking for. I am unable ot locate
    OLD-CISCO-TS-MIB::tslineSesDir but using OLD-CISCO-TS-MIB::tsLineActive 18-22 by adding those 5 lines up will effectivly show me attached users via telnet. Thanks for without your guidance I would have never found this out!

  • SNMP MIB for N5K log message

    Hello,
    we have a N5k platform experiencing bug:CSCtn71292. Customer wants to monitor below log message, using NNMi.
    %SYSMGR-2-VOLATILE_DB_FULL: System volatile database usage is unexpectedly high at 88%.
     To do that it would need a SNMP MIB. Can anyone please let me know how this can be achieved? Or is there any MIB which I should use?
    Many Thanks,
    Girish

    Hello,
    The SNMP manager is using an incorrect community password to query the SNMP agent that on your Catalyst 6509.
    I can see that multiple managers fail to authenticate with your switch. Please check your configuration to see if the password is consistent with your NMS configuration.
    #show running-config | include snmp-server
    HTH
    --Leon
    * Please rate posts.

  • SNMP MIBS FAS8020

    I am new to NETAPP at our organisation, our team is taking over them from another team with the arival of 2 FAS8020's on Netapp 8.3
    So far no major issues except that I am trying to find up to date SNMP Mibs for our Monitoring System.
    I  found this link
    http://mysupport.netapp.com/NOW/download/tools/mib/
    But the files seem to be garbage once unpacked and don't look like a MIB file.
    I see lots of reference to  the mibs being in "/etc/mibs" which would be fine if the CLI looked like a *Nix shell but it does not.
    Cheers
    Rob

    Hi, In Clustered Data ONTAP environment, go to nodeshell to see the MIB versionFrom advanced mode in node shellNode01*> ls /etc/mib
    netapp.mib
    traps.dat Alternatively you can access the MIBhttps://cluster_mgmt_ip/spi The MIB download looks fine for me, are you getting an error while extracting? Thanks  

  • How Cisco represent Arp entry's aging time in SNMP MIB

    Hi there,
    I found : when a laptop roamed between an office and a meeting room and used two different IP addressed in these two places, there are two active IP arp entry in Cisco with different aging time.
    Please see the screenshot for "sh ip arp".  My question is how Cisco represent the aging time in SNMP MIB. Is there any cisco proprieatry MIB to represent the aging. I want find the latest arp entry from SNMP. I can't see any useful field in ipNetToMediaEntry, ipNetToPhysicalEntry and cInetNetToMediaEntry. 
    Not sure if cInetNetToMediaLastUpdated is related, but I have never get any snmpwalk result from this oid yet.
    Liam

    This value is not available via SNMP.
    This information comes via IP-MIB and the IP-MIB's ipNetToMedia table will just give you the hardware address, network address, associated interface, and entry type (e.g. static, dynamic, etc.).
    -Thanks
    Vinod

  • Question about "show snmp mib"

    Doing "show snmp mib" lists all the instance identifiers on my Cat2950, one of them is "c2900PortDuplexState".
    c2900PortDuplexState has OID 1.3.6.1.4.1.9.9.87.1.4.1.1.31.
    When I do snmpwalk from my host, I get the OID numbers from the switch.
    [root@localhost ~]# snmpwalk -v2c -c happymeal 10.10.11.254 1.3.6.1.4.1.9
    SNMPv2-SMI::enterprises.9.9.87.1.4.1.1.31.0.1 = INTEGER: 3
    SNMPv2-SMI::enterprises.9.9.87.1.4.1.1.31.0.2 = INTEGER: 3
    SNMPv2-SMI::enterprises.9.9.87.1.4.1.1.31.0.3 = INTEGER: 3
    SNMPv2-SMI::enterprises.9.9.87.1.4.1.1.31.0.4 = INTEGER: 3
    SNMPv2-SMI::enterprises.9.9.87.1.4.1.1.31.0.5 = INTEGER: 3
    SNMPv2-SMI::enterprises.9.9.87.1.4.1.1.31.0.26 = INTEGER: 3
    This means the Cat2950 knows it's instance identifiers and also the OID #'s.
    So is there an IOS command that shows the OID #'s? I think there is "snmp get" on newer platforms?
    And is there a host tool/command like snmpwalk that can get the instance identifiers, like "c2900PortDuplexState", without any MIB's?

    Yes, you have the snmpEngineTime / .1.3.6.1.6.3.10.2.1.3 option on IOS 12.0(3)T or later, as explained in this post:
    https://supportforums.cisco.com/message/573246#573246

  • SNMP MIB to configure the routers and switches

    I have snmp write community string configured on all routers and switches. I am looking for a SNMP MIB to configure a command to Cisco routers and switches using SNMPSET option. Can some one point me in right direction for SNMP MIB values to write commands on routers and switches ?

    Hi,
    there are many, many mibs. Depends on what you are interested about, use search function on CCO. This is voip forum, there is another for network management.

  • Turn ON digital optical monitoring (DoM)

    How to turn on this feature? Chassis supports it (3750). Transceiver supports it, as Digital Optical Monitoring Compatibility Matrix said (GLC-ZX-SM). But "sh inter gi1/0/25 transceiver detail" show me "Diagnostic Monitoring is not implemented." message. What I should do to implement collecting DOM info?
    And second. Is 6500 with IOS supports this feature? CatOS supports, as Cisco site said. But IOS (now we have 12.2(18)SXF line) shows me message "Diagnostic Monitoring Data is not available." (also GLC-ZX-SM)

    Hi...
    Have you tried the following commands (done from one of our 6503-E's running 12.2(33)SXI) :
    r-s-bdr-2#show inter transceiver supported-modules
    Mod DOM support
    1 Applicable
    2 Applicable
    3 Applicable
    r-s-bdr-2#show inter transceiver supported-list
    Transceiver Type Cisco p/n min version
    supporting DOM
    DWDM GBIC ALL
    DWDM SFP ALL
    RX only WDM GBIC ALL
    DWDM XENPAK ALL
    DWDM X2 ALL
    DWDM XFP ALL
    CWDM GBIC NONE
    CWDM X2 ALL
    CWDM XFP ALL
    XENPAK ZR ALL
    X2 ZR ALL
    XFP ZR ALL
    Rx_only_WDM_XENPAK ALL
    XENPAK_ER 10-1888-04
    X2_ER ALL
    XFP_ER ALL
    XENPAK_LR 10-1838-04
    X2_LR ALL
    XFP_LR ALL
    XENPAK_LW ALL
    X2_LW ALL
    XFP_LW NONE
    XENPAK SR NONE
    X2 SR ALL
    XFP SR ALL
    XENPAK LX4 NONE
    X2 LX4 NONE
    XFP LX4 NONE
    XENPAK CX4 NONE
    X2 CX4 NONE
    SX GBIC NONE
    LX GBIC NONE
    ZX GBIC NONE
    CWDM_SFP ALL
    Rx_only_WDM_SFP NONE
    SX SFP 1000 ALL
    LX SFP 1000 ALL
    ZX SFP 1000 ALL
    SX SFP 100 NONE
    LX SFP 100 NONE
    ZX SFP 100 NONE
    GIgE BX U SFP ALL
    GigE BX D SFP ALL

  • 2960S DOM (Digital Optical Monitoring)

    Hi All,
    While having conversation with Cisco engineer, he said its in future road map(but not commited) to support DOM over SNMP MIBs and DOM on CLI is supported as of now. But module compatiblity has no information on 2960S DOM support and Release notes of IOS 15.0(2) released last month don't include 2960S in DOM Support. Can anybody comment on DOM support 2960S and give reference on it?
    -Karthik.

    DOM support should be driven more by the transceiver capabilities than the switch it's installed on. See this list for DOM compatibility of all Cisco transceivers.
    For the switch you're asking about, please see this section of the 2960S configuration guide. According to it, the command "show interfaces transceiver detail" is supported in IOS 15.0(2) on a 2960S. (as it was on much earlier versions - back at least as far as 12.2(25) according to the older guides).
    As noted in my first paragraph, you will need a DOM-capable transceiver. There are a few compatible with the 2960S per the transceiver compatibility matrix (here) - most notably the GLC-SX-MMD. Note the more common GLC-SX-MM is NOT DOM-capable.

  • Need SNMP MIB files For Cisco SF 300-48 48-Port 10/100 Managed Switch

    Hi All,
    I need SNMP MIB files for Cisco SF 300-48 48-Port 10/100 Managed Switch.
    I have gone through cisco site but not able to get it.
    Can anyone please provide me.I have stuck with this.
    Thanks
    Ram

    Hi Ram, yes the MIB can be used. The switches are essentially the same in many regards (especially on a software level).
    I do not know the OID for bandwidth. If you're looking for a particular OID may be this tool helps you
    http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=dot1dTpPortTable&translate=Translate&submitValue=SUBMIT&submitClicked=true
    -Tom
    Please mark answered for helpful posts

  • OSPFv3 SNMP MIB not reporting anything

    I have a 3945 router connected to an IPv6 network.  It is running the Cisco IOS 15.2-4.M3 software version. It has one active OSPFv3 neighbor.
    My problem is that I need to get OSPFv3 status via SNMP.  However when I walk the SNMP mib at 1.3.6.1.3 I get replies for 1.3.6.1.3.963* and 1.3.6.1.3.118.*.  I don't get anything for the OSPFv3 mib at 1.3.6.1.3.102.  Can someone tell me how to get OSPFv3 status via SNMP?
    According to the Cisco Mib locator this software should support the OSPFv3 MIB.

    including the initial dot before the OID does not solve this problem:
    C:\>snmpwalk -v 2c -c public 197.16.18.1 .1.3.6.1.3.102
    SNMPv2-SMI::experimental.102 = No Such Object available on this agent at this OID
    If I expand the walk to .1.3.6.1.3.* I do get data from the router:
    C:\>snmpwalk -v 2c -c public 197.16.18.1 .1.3.6.1.3
    iso.3.6.1.3.61.1.1.1.0 = INTEGER: 60
    iso.3.6.1.3.61.1.1.12.1.2.1 = IpAddress: 0.0.0.0
    iso.3.6.1.3.61.1.1.12.1.3.1 = Timeticks: (0) 0:00:00.00
    iso.3.6.1.3.61.1.1.12.1.4.1 = INTEGER: 0
    iso.3.6.1.3.61.1.1.12.1.5.1 = INTEGER: 2
    iso.3.6.1.3.90.1.1.1.0 = Counter32: 0
    iso.3.6.1.3.90.1.1.2.0 = INTEGER: 500
    iso.3.6.1.3.90.1.1.3.0 = INTEGER: 5
    iso.3.6.1.3.90.1.1.4.0 = INTEGER: 2
    iso.3.6.1.3.90.1.1.5.0 = INTEGER: 2
    iso.3.6.1.3.90.1.1.6.0 = Counter32: 0
    iso.3.6.1.3.90.1.2.1.0 = INTEGER: 3000
    iso.3.6.1.3.90.1.2.2.0 = INTEGER: 0
    iso.3.6.1.3.90.1.3.2.0 = STRING: "T"
    iso.3.6.1.3.90.1.4.1.0 = INTEGER: 1000
    iso.3.6.1.3.90.1.4.2.0 = INTEGER: 10000
    iso.3.6.1.3.90.1.4.3.0 = INTEGER: 30
    iso.3.6.1.3.90.1.4.4.0 = INTEGER: 150
    iso.3.6.1.3.90.1.4.5.0 = INTEGER: 150
    iso.3.6.1.3.90.1.4.6.0 = INTEGER: 300
    iso.3.6.1.3.90.1.5.1.0 = ""
    iso.3.6.1.3.90.1.5.2.0 = INTEGER: 2427
    iso.3.6.1.3.90.1.5.3.0 = INTEGER: 1
    iso.3.6.1.3.90.1.5.4.0 = Timeticks: (0) 0:00:00.00
    iso.3.6.1.3.92.1.1.1.0 = INTEGER: 2
    iso.3.6.1.3.92.1.1.2.0 = Timeticks: (36000) 0:06:00.00
    iso.3.6.1.3.92.1.1.3.0 = Gauge32: 0
    iso.3.6.1.3.92.1.1.9.0 = INTEGER: 30
    iso.3.6.1.3.95.1.1.0 = Gauge32: 0
    iso.3.6.1.3.95.1.2.0 = Gauge32: 0
    iso.3.6.1.3.95.1.3.0 = Hex-STRING: 00
    iso.3.6.1.3.95.1.4.0 = Gauge32: 65535
    iso.3.6.1.3.95.2.1.0 = INTEGER: 0
    iso.3.6.1.3.95.2.3.0 = Gauge32: 0
    iso.3.6.1.3.95.2.5.0 = Gauge32: 0
    iso.3.6.1.3.95.2.10.0 = INTEGER: 2
    iso.3.6.1.3.96.1.1.1.2.0 = Gauge32: 0
    iso.3.6.1.3.96.1.1.1.3.0 = Gauge32: 0
    iso.3.6.1.3.96.1.1.1.4.0 = Gauge32: 0
    iso.3.6.1.3.96.1.1.1.5.0 = Gauge32: 0
    iso.3.6.1.3.96.1.1.1.6.0 = INTEGER: 0
    iso.3.6.1.3.96.1.1.1.7.0 = INTEGER: 0
    iso.3.6.1.3.96.1.1.1.8.0 = INTEGER: 0
    iso.3.6.1.3.96.1.1.1.9.0 = INTEGER: 0
    iso.3.6.1.3.96.1.1.1.10.0 = Hex-STRING: 80
    iso.3.6.1.3.96.1.1.1.11.0 = INTEGER: 2
    iso.3.6.1.3.96.1.2.1.1.0 = Gauge32: 0
    iso.3.6.1.3.96.1.2.1.2.0 = Counter32: 0
    iso.3.6.1.3.96.1.2.1.3.0 = Counter32: 0
    iso.3.6.1.3.96.1.2.1.4.0 = Counter32: 0
    iso.3.6.1.3.96.1.2.1.5.0 = Gauge32: 0
    iso.3.6.1.3.96.1.2.1.6.0 = Counter32: 0
    iso.3.6.1.3.96.1.2.1.7.0 = Counter32: 0
    iso.3.6.1.3.96.1.2.1.8.0 = Counter32: 0
    iso.3.6.1.3.96.1.5.0 = INTEGER: 0
    iso.3.6.1.3.96.1.8.0 = INTEGER: 0
    iso.3.6.1.3.96.1.10.0 = INTEGER: 6
    iso.3.6.1.3.96.1.11.0 = INTEGER: 0
    iso.3.6.1.3.96.1.13.0 = INTEGER: 0
    iso.3.6.1.3.96.1.15.0 = INTEGER: 2
    iso.3.6.1.3.96.1.16.0 = INTEGER: 2
    iso.3.6.1.3.96.1.17.0 = INTEGER: 2
    iso.3.6.1.3.118.1.1.1.0 = Gauge32: 0
    iso.3.6.1.3.118.1.1.2.0 = Gauge32: 0
    iso.3.6.1.3.118.1.1.3.0 = Gauge32: 0
    iso.3.6.1.3.118.1.1.4.0 = INTEGER: 2
    iso.3.6.1.3.118.1.1.5.0 = Gauge32: 0
    Note that 1.3.6.1.3.102 is skipped.  Thus I don't think it is the method by which I am querying the router.  Any other ideas?

  • SNMP MIB for Solstice DiskSuite 4.2

    Hi all,
    Does anybody know where I can get the SNMP MIB for Solstice DiskSuite 4.2 ?
    Any help will be appreciated,
    Thanks,
    Simon

    Yes, but some versions of VxVM require a 'rootdg' remain. You may or may not prefer to simply use VxVM to mirror root.
    The packages are on disk2 of the installation media in the EA folder.
    Darren

  • WAAS stats available on SNMP MIBS ???

    Does any know if it is possible to graph the original and optimized traffic using the SNMP MIBS that are listed in the WAAS documentation? I'm running version 4.1.3 and I'm unable to graph any stats whats so ever to CACTI. This would be very helpful if the MIBS contains the stats that show up in the central manager to be able to graph them using CACTI.

    Hi Sir/Miss
    my cisco 2821 router info:
    Cisco IOS Software, 2800 Software (C2800NM-IPBASEK9-M), Version 12.4(11)T, RELEA
    SE SOFTWARE (fc2)
    ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)
    System image file is "flash:c2800nm-ipbasek9-mz.124-11.T.bin"
    router cbwfq config:
      Policy Map QoS
        Class Precedence-5
          Strict Priority
          Bandwidth 1024 (kbps) Burst 25600 (Bytes)
        Class Precedence-4
          Strict Priority
          Bandwidth 192 (kbps) Burst 4800 (Bytes)
        Class class-default
          Flow based Fair Queueing
          Bandwidth 0 (kbps) Max Threshold 64 (packets)
    interface Serial0/0/0:0
    description Unframe E1 IPLC to HK
    bandwidth 2048
    ip address x.x.x.x 255.255.255.252
    no ip unreachables
    ip route-cache flow
    load-interval 30
    max-reserved-bandwidth 99
    service-policy output QoS
    BR/Man

Maybe you are looking for

  • Can't get iTunes to come up at all after upgrade

    I got the message to upgrade Safari, iTunes and Quicktime. I started the download and left. When I came back I got a message to power off the MAC using the power button - it was a transparent box in several languages. I did that and then tried to che

  • How do i sync my iWork documents to iCloud from my Mac?

    I can't seem to sync my documents with iCloud from my mac. I've installed the latest update for Lion and there are no updates avaiable from any of the iWork applications. The Douments I create on my iPad are there but I can't seem to sync them with m

  • Filter members having transaction data in Script logic

    Does anyone know a way to limit the scope of script/runallocation on only those members that have data? I'm trying to run an allocation on all the products which and i cannot run it for more than 500 at a time. The script always gets canceled. Thanks

  • Windows 7 64bit and Joining Windows 2008 domain

    just installed Windows 7, 64bit. When I tried to join it to the domain I'm getting "network path not found". I've tried to manually add a host record for the computer in DNS but that doesn't work. I've even set the IP static and then registered it in

  • Error Illegal access to the viewer. Please use a valid URL

    Hi, One question: Illegal access to the viewer. Please use a valid URL? Pls, any comment with this error. Regards LEJS