SRW2024 port utilization OID/MIB

Hi
Now when going into webview in this switch, under statistics-> Port Utlization you see a % for every port ,
now that is the value i want but i cannot find the MIB/OID to use to get that value. I believe there is none
that port utlization is a calculation  of possibly a number of OID's to get that value, but what does linksys
use to achieve that. Looking at google for port utilization calculations comes up with the following:
The purpose of knowing utilization is to know whether a link in the network is overloaded. Thus, the bar graph for a port shows utilization for the busiest half-link (Rx or Tx) on the port. For example, using a port configured for 100Mbps, full-duplex, if the port was transmitting at 35% utilization on one half-link and receiving at 10% on the other half-link, the port would show a 35% utilization.
Utilization is calculated by the formula
utilization % = (data bits x 100) / (bandwidth x interval)
Thus, on a 10Mbps half-duplex port, a 3-second measurement of 6,000,000 bits would indicate a 20% utilization of the port.
So am i right do we have to find OID for every bit in the above calculation  if so are they all available. It would be much
simpler for me to have one OID to did this so that i could put together in MRTG.
thanks

Great.
This mibs also apply just fine for SPS series.
To test them with net-snmp (linux, bsd, etc):
download and unpack to some directory (i.e. srw_mib)
cd srw_mibs
snmpwalk -v2c -M +. -c .

Similar Messages

  • CVP log file showing port utilization

    Hello,
    I need to know where I can find in CVP VXML server the log file that shows VXML ports utilization.
    Anyone knows which file is that?
    Thank you,
    Sahar Hanna

    There is folder called GlobalLogger in VXML server in that call_logYYYY-MM-DD.txt files..If you canvert this file to CSV you can see VXML port utilization for all VXML applications in use.
    Logfile path..
    C:\Cisco\CVP\VXMLServer\logs\GlobalCallLogger
    If this helps ..please rate it.
    Bhushan.

  • Nexus 5000 port utilization

    Hi guys,
    I am searching for an appropriate command to watch the port utilization of my N5k ethernet ports.
    The "show interface eth1/x" just gives me the input and output rate for a port as a 5 minute average.
    If possible I need updates every few seconds.
    Is there any possibility to achieve this without NetFlow?
    This is how it is done on a Fujitsu switch:
    c221cb5 config2# show ether utilization
    Port    TX/sec      Util      RX/sec      Util  
         1      106695       17         6271        0
         2      103983       17         6145        0
         3      130984       21         7705        0
         4      107058       17         6299        0
         5      130955       21         7704        0
         6      106936       17         6290        0
         7      107604       17         6310        0
         8       71214       11         4187        0
         9      106647       17         6267        0
        10      102444       17         6030        0
        11       82246       13         4839        0
        12      106059       17         6237        0
        13       82169       13         4833        0
        14      106137       17         6245        0
        15      104376       17         6140        0
        16       70073       11         4116        0
        17       71864       12         4224        0
        18           3        0            0        0
        19       18107        0       176720       29
        20       20267        0       189597       31
        21           0        0       237115       38
        22        6266        0       202088       33
        23       17124        0       175758       28
        24       16603        0       209613       34
        25        9063        0       210456       34
        26       12436        0       295644       48
        C1           2        0            3        0
    Any help is appreciated!
    Thanks a lot!

    I just found out that NetFlow is not supported on the N5k and also the load interval on per interface basis is not configurable like on Catalyst  switches.
    But there must be any possibility to get accurate performance values out of this switch.
    So one again my question who could help me on this?

  • No switch health or port utilization info displayed c2960-24tt device manager

    Hi there, I have a WS-C2960-24TT-L. running 12.2(58)SE2
    When I connect to this switch's Cisco Device Manager web interface, the "bandwidth used" and "Packet error" both show 0%, and no information appears in the port utilization graph.
    The temperature and fan indicators appear to work. The page auto-refreshes. Switchports change color as expected (i.e. go dark when disconnected). I have left the browser open for a reasonable period of time (i.e. over the lunch hour). Other items such as the table of port statistics show up as expected. I am using a secure session. I have tried both Firefox 27.0.1 and Internet Explorer 9.0.25 and see the same result in both browsers.
    I am thinking I need to configure something in the switch to enable this information to appear.
    Thanks for your suggestions!

    Well, yes, but it would be nice to have the graphic summary.

  • Changing port odf OID

    Hello everybody,
    I have a problem.
    I have installed the infrastructure on a W2K, everything seems fine.
    My oid is listening on port 4032, normaly on port 389.
    Now i'm installing Oracle Portal on a sexond machine with XP.
    The problem is that in the installation of oracle he default goes to the oid on port 389 so he doesn't find it.
    I think there are two solutions, but I don't now how to execute them.
    1. change the port of OID on my w2k-server to 389
    2. change the port in the installation procedure.
    Th efirst one looks me the most logic one.
    Can anyone help me please
    THX in advance
    PS I'm a newbie, this is my first installation of the new oracle 9ias.

    Bert,
    you can do the following:
    a) force the oid server to use port 389 (despite the settings in your configset=0) i.e.
    oidctl server=oidldapd connect=yourDBConnectString instance=1 flags="-p 389" start
    b) create a new configset (lets say 2) via oidadmin or ldif file (see http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95192/server.htm#1024867)
    to reflect using the new port. Start OiD using the new configset
    oidctl server=oidldapd connect=yourDBConnectString instance=1 configset=2 start.
    But pay attention that your client applications accessing the directory server must be aware of the port change.
    --Olaf

  • TCP/UDP Port Utilization question for CCX 8.5

    Greetings,
    I have gone through the CCX 8.5 TCP/UDP port utilization guide.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_5/configuration/guide/uccx851pug.pdf
    I always do this as a matter of practice and I had a question concerning Java RMI ports. In the guide there is an ephemeral range TCP:32768-61000 that is used for Java RMI. Based on the context clues in the footnote this is an intra-cluster communication between processes running on CCX. This jives with ACLs I have built for previous versions.
    The hang up I have is that Table 1 (page 6) of the guide shows that one of the remote devices is "Editor". I take this to mean CRS Editor, which can run on a desktop in the environment. I want to keep the ACL as trim as possible, so I don't want to open up the TCP ephemeral range unnecessarily. So, I guess my question is:
    When that document refers to "Editor" do they mean that the CRS Editor is communicating using the referenced ports? Or is there a server-side process called Editor listening on those ports. The shift in how I apparently have to account for RMI is causing me to question.
    Thanks in advance,
    Bill

    I followed the port guide, but am still having issues connecting to the editor from my workstation with my access-list in place.
    When I remove the ACL the editor connects and I can do reactive debugging. The ACL breaks this.
    Followed this
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_9_02/configuration/guide/UCCX_BK_P89325D5_00_port-utilization-guide-uccx-902.pdf
    Does anyone have a sample acl that works?

  • CISCO-ENTITY-VENDORTYPE-OID-MIB missed OID

    Hi,
    We use CISCO-ENTITY-VENDORTYPE-OID-MIB in our HW Inventory application and I found, that there are missing one OID in this MIB.
    It is "cevContainerC7200CCPA" "1.3.6.1.4.1.9.12.3.1.5.172". I can find it via SNMP object navigator, but when I look at MIB file, that there are only .171 and .173 OIDs and .172 is missing.
    Do you have idea if it is broken MIB file or it is my fault?
    Thank you very much.
    Pavel

    Seems like there is an older version of the MIB posted.  Thanks for poitning it out.  I have alerted the downstream teams to poke at it.  Thanks to Joe Clarke for chasing them down.

  • Change Port for OID 11.1.1.6 Admin server weblogic 10.3.6

    Hello,
    Want to know if there is any documentation about how to change OID Weblogic Admin Server Port (7001) to different value (weblogic 10.3.6), ina way that OID , OVD , ODSM could continue to start.
    Regards

    When I searched for String 7001 across Middleware folder, it was being used at more than 50-60 files like
    Middleware\wlserver_10.3\common\templates\scripts\wlst\replicatedDomain.py
    Middleware\wlserver_10.3\common\templates\scripts\wlst\basicWLSSDomain.py
    and across 70 more such files... Both important and not so important files...
    So, manually updating the port is probably quite time consuming...
    However UNIX script may be used to update it in one go...

  • SRW2024 (Port Binding)

    Hi all,
    I've recently purchase an 24-port 10/100/1000 Gigabit Switch SRW2024. Any body please help me how to configure port binding with mac-address in SRW2024.
    Regards,

    Please elaborate your inquiry, I believe that there's no exact port binding features from this switch. Please correct me if I am wrong about this. But if you want Port Mirroring or Port Trunking you can just visit www.linksysbycisco.com/kb for more information about it.

  • CPU OID MIB for ASA-SSM-10

    Hi,
    I want to use our SNMP server to monitor our IPS modules CPU and Memory, does anyone knw the OID(s) I need to use?
    Thanks

    That's frustrating, the IPS specific MIBS are not in the Cisco MIB locators:
    For non-IOS
    http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml
    For IOS
    http://tools.cisco.com/ITDIT/MIBS/MainServlet')">http://tools.cisco.com/ITDIT/MIBS/MainServlet
    But if memory serves, the IPS sensors support the standard enterprise MIB, so the OID should be common.

  • Flexconnect Group Name - SNMP OID/MIB

    Hi,
    Does anyone happen to know if an SNMP MIB/OID exists for the Flexconnect configuration on a WLC?  Specifically I'm looking to return the name of the Flexconnect Group that a particular AP is a member of.  I've accomplished this for the AP group, but I can't find a way to return the Flexconnect Group name.
    Appreciate any pointers,
    Thanks
    Peter Moorey.

    Hi,
    Thank you for taking the time to reply.  I found that OID during my research, for some reason it's 'Not Accessible' according to the Cisco documentation.  I don't know why that is the case, but when I issue an SNMP walk it doesn't work, backing up the statement Cisco published online.
    http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.4.1.9.9.517.1.3.1.1.1#oidContent 
    Pete.

  • SRW2024 Ports lose comms after power cycle

    Hi
    We have a medium size network consisting of about 25x SRW2024 switches and 8x SGE2000 doing the routing in layer 3 mode. We have about 100 vlans in total and everything is setup and all works fine until we have a power issue. Sometimes when the power is turned off to certain layer 2 switches for about 10 min or more and then back on sometimes the devices connected to them will not communicate. I can see them connected if I go into the webpage of the srw2024 but no communication until I power cycle the device connected. Is this a problem with the device conected or with the srw2024?
    This doesn't happen all the time but cannot find any settings that might cause this. The ports on the switch are set to 100m speed and mdix.
    Any help would be appreciated.
    Darren

    I reinstalled my firmware but couldn't find a solution to this. After installing the latest firmware 1.1.2 I no longer experience the issue with the reset settings.

  • Sub interface utilization OID

    Hello everyone,
    Does there is an OID which contains subinterface utilization of a physical interface?
    Best Regards,
    Begad Ahmed

    as far as I know, only router provides sub-interface.
    Gilles.

  • Change port # in OID 10g

    During install it used 13060:13130, but requirment is default ports 389:636 , how do i change it? looking for step by step metalink notes.....probable to create new oidadmin for that ports too....

    see you /forms/server/forms.conf file that contains the virtual directories declared
    # Virtual path mapping for Forms Java jar and class files (codebase)
    AliasMatch ^/forms90/java/(..*) "D:\Oracle9i/forms90/java/$1"
    # Virtual path for JInitiator downloadable executable and download page
    AliasMatch ^/forms90/jinitiator/(..*) "D:\Oracle9i/jinit/$1"
    # Virtual path for runform.htm (used to run a form for testing purposes)
    AliasMatch ^/forms90/html/(..*) "D:\Oracle9i/tools/web90/html/$1"
    # Virtual Path form images
    AliasMatch ^/forms90/icons/(..*) "D:\Oracle9i/CGENF61\ADMIN\ICONS\PC/$1"
    ...you can create as many virtual directories as you want.
    Francois

  • CVP - VXML ports / application Utilization Monitoring

    Hi,
    I would like to see if we can monitor  VXML port / application Utilization in CVP (the exact ports usage & also monitor on which application how many callers are) thru SNMP or any other options that can be used for tool based monitoring rather than running status.bat file in the CVP root folder manually.
    Total Concurrent Callers: 672
     License Ports:            1550
     Available Ports:          848
     Application Name            Status     Active Callers   Sessions Ending
     CSM                         Running    0                0
     BillingQueue                Running    0                0
     CallbackQueue               Running    0                0
     HelloWorld                  Running    0                0 
    Is there any API available to achieve this ? Please suggest
    Thanks,
    JP

    Chintan,Thanks !
    We have few OID's in the Cisco-CVP-MIB, which would give us the port utilization statistics but i do not see anything pertain application level statistics.
    Yes, we have an option to write power-shell script a call the status bat file and log the data for reporting. However this seems to be performed by only within the CVP server. I mean, the script can be executed locally in CVP servers and not remotely ?!
    Am looking for an option that can be used remotely from the third-party monitoring tools ! Any ideas, please ?
    Thanks
    JP

Maybe you are looking for

  • Unable to print invoice

    Hi I am trying to get a print out of a sales invoice that i created. But i get the error "Output could not be issued" when i try to print it from VF02 >> Billing document >> issue output to. Here i select the printer and in the print options and hit

  • Captured screenshots stretching in browser window.

    Hello.  I'm using RoboHelp HTML 8.0.2.208.  I'm creating an online user manual (exporting as FlashHelp), for which I am capturing many screen shots of my application, and cropping to various sizes (using RoboScreenCapture).  I'm editing the size of t

  • How to compile this java files ?

    I have two files Foo.java & Foo2.java in separate packages. PLEASE let me know how to compile these files . package XYZ; public class Foo {    public static void main(String[] args) {    } package XYZ.ABCD; class Foo2 extends Foo{ public static void

  • My masks on photoshop are not making my image fully disappear.

    Both of my masks won't make my image fully disappear. All opacities are at 100% and still the image is transparent. When i use the inverted mask and use black on it the image does not stay invisible it actually appears and is transparent.

  • TS3694 hi ... I'm having a problem in the promotion....The iPhone could not be restored. An unknown error occurred (-1)

    hi .. . I'm having a problem in the promotion.... The iPhone could not be restored. An unknown error occurred (-1) All these easily lose two! Me sad