Cat4K "Switch Bandwidth Utilization" SNMP OID

Hello,
I have several devices of the Cat4K family (C4948, C4900M, C4500X) for which "show environment" displays a "Switch Bandwidth Utilization" percentage.  Does anyone know how to get that value by SNMP?  I tried browsing the ciscoMgmt MIB from a 4500X but the closest thing I could find were OIDs for the status of the front-panel LED display for switch utilization (which the 4500X doesn't have)...
Thank you.

SNMP sure does that. Default OID should work fine. Community password is set to "public" by default.

Similar Messages

  • Calculate Bandwidth Utilization for E1 Using SNMP

    Hi.
    I need to calculate Bandwidth utilization for E1interface via SNMP.
    I tried to use information from this article http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a008009496e.shtml
    Last night I've got the following data from my Cisco 3845:
    Timestamp
    ifDescr
    ifType
    ifSpeed
    ifInOctets
    ifOutOctets
    DifInOctets
    DifOutOctets
    InBandwidth
    OutBandwidth
    11/16/10 09:17:54
    Serial0/1/0:0
    propPointToPointSerial
    2000000
    843263887
    1375140745
    160094
    35355
    64
    14
    11/16/10 09:18:54
    Serial0/1/0:0
    propPointToPointSerial
    2000000
    859483004
    1377623371
    270318
    41377
    108
    17
    11/16/10 09:19:54
    Serial0/1/0:0
    propPointToPointSerial
    2000000
    873254258
    1380108133
    229520
    41412
    92
    17
    DifInOctets = delta(ifInOctets)/delta(time)
    As you can see I've got InBandwidth>100%
    Why it so?
    If I change ifSpeed from 2000000 to 2048*1024 bits per second (right value for E1 interface) it doesn't give me  InBandwidth<100%
    In attachment you can find a part of gateway config

    You may keep on cracking your head against equations, it's up to you. If I were you I would have already installed Oracle 10g Grid Control and I would already have configured a 6 month retention period for the performance statistics and setup a report of resource consumption.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Reporting bit/second sent and recieved on a switch interface via SNMP/SYSLOG

    Hi.
    In a Catalyst switch, under the command: show interface fast 1/0/1 (for example) there is a parameter "5 minute input rate YY bits/sec".
    Is it possible to send this value to a SNMP server or to a SYSLOG server? 
    Danny.

    here are 2 good basic documents on this topic:
    "How To Calculate Bandwidth Utilization Using SNMP"
    SNMP Counters: Frequently Asked Questions
    Basicly, what you have to do is, to poll the ifHCInOctets and ifHCOutOctets (from the IF-MIB (ifXTable) - e.g ifHCInOctets = .1.3.6.1.2.1.31.1.1.1.6.)
    and do some calculation to get bps. This thread gives a good example.
    there are 2 Mib objects, which gives directly what you want, but they are deprecated and have 32-bit counters, so they are not of practical use for highspeed (Gig) interfaces:
        locIfInBitsSec      1.3.6.1.4.1.9.2.2.1.1.6
        locIfOutBitsSec     1.3.6.1.4.1.9.2.2.1.1.8
    Typically you will poll these values with snmp instead of sending them; (for 64-bi counters (ifHCInOctets) you 'll have to use snmpv2c or snmpv3)

  • Monitoring IPSec Tunnel Bandwidth Utilization

    We have a Cisco ASA 5520 supporting multiple VPNs - both remote-access  and Lan-to-Lan.  We would like to monitor the bandwidth utilization of the IPSec Lan-to-Lan tunnels. How can we do that?
    Thanks,
    Spr

    Hi Spr,
    Check out VPNTTG (VPN Tunnel Traffic Grapher) is a software for SNMP monitoring and measuring the traffic load for IPsec  (Site-to-Site, Remote Access) and SSL (With Client, Clientless) VPN  tunnels on a Cisco ASA. It allows the user to see traffic load on a VPN  tunnel over time in graphical form.
    Advantage of VPNTTG over other SNMP based monitoring software's is  following: Other (commonly used) software's are working with static OID  numbers, i.e. whenever tunnel disconnects and reconnects, it gets  assigned a new OID number. This means that the historical data, gathered  on the connection, is lost each time. However, VPNTTG works with VPN  peer's IP address and it stores for each VPN tunnel historical  monitoring data into the Database.
    For more information about VPNTTG please visit www.vpnttg.com

  • The cisco snmp oids do not work, I can't get cpu or memory data.

    Hello. I want to monitor the cpu and memory usages on my cisco devices using snmp. I found the snmp oids related to cpu in the following page :
    http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094a94.shtml
    I just copy the table here:
    But the oids in the table do not work on my devices. For example, I have a cisco 3550 switch with the ip 192.168.1.211, version 12.2(25)when I want to get the informations about the oids up in the table, I got these results:
    It shows that the oids cisco given up in the table are not existed in my 3550 switch's MIB. More weird is that when i add a number "1" to
    the end of the oid cisco given, I can get some meaningless data for some unkonwn item names like "entreprises.x.x".
    For most mib items, the snmp oids work well on my switch. For example, the following graph shows the interface out rate of the swtich:
    I think the essence is when I executed the following command:
    in all the output results, there's not any item relevant with "cpu" or "memory", but most other items are ok, such as interfaces, as shown below:
    IF-MIB::ifDescr.47 = STRING: FastEthernet0/39
    IF-MIB::ifDescr.48 = STRING: FastEthernet0/40
    IF-MIB::ifDescr.49 = STRING: GigabitEthernet0/1
    IF-MIB::ifDescr.50 = STRING: GigabitEthernet0/2
    IF-MIB::ifDescr.51 = STRING: Null0
    IF-MIB::ifDescr.52 = STRING: Vlan1
    IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.5 = INTEGER: ethernetCsmacd(6)
    So why the cisco given oids won't work on my cisco switch, and how can I get the datas I want? Anyone has some advices? Thanks in advance!
    In case the pictures I inserted missing, I attach my problem in the doc.

    Have you looked at this previous discussion:
    Can't Activate FaceTime

  • Bandwidth utilization on topology diagram of LMS 4.2

    Hi,
      I am running LMS 4.2 , using that i am monitering some switches . I am using topology services also  . In that i am getting veiw of all connected devices with links. But bandwidth utilization is for those links are not showning in topology veiw .
    Is there any settings to be done in LMS 4.2.2 or any configuration changes to done on my switches ??  to find the traffic flow  bandwidth utiliztion.
    thanks ,
    pandian .

    Hi
    You have to enable RMON to measure bandwidth utilization.
    Take a look on the Monitoring and Troubleshooting With Cisco Prime LAN Management Solution 4.2 guide.
    Begining on the page 7-43 you can find the procedure.
    Hope you can set it

  • SG-500 - SNMP OID for CPU Load?

    Hello,
    i have several SG500 (Standalone and stacked). How can i get the CPU Load via SNMP? Who knows the correct SNMP OID for CPU Load?
    In the MIB which are provided as download a wasn't able to find the correct OID.

    Hello,
    There are three OIDs available for CPU usage:
    CPU utilization for 5 seconds
    .1.3.6.1.4.1.9.6.1.101.1.7.0
    CPU utilization for 1 minutes
    .1.3.6.1.4.1.9.6.1.101.1.8.0
    CPU utilization for 5 minutes
    .1.3.6.1.4.1.9.6.1.101.1.9.0
    This came from a scrap note I had in an e-mail, so I am not exactly sure where this information is originally.
    Let me know if that works for you,
    Christopher Ebert - Network Support Engineer
    Cisco Small Business Support Center
    *please rate helpful posts*

  • Ciscoworks 4.0, Bandwidth Utilization

    Hello!
    I haven't worked with Ciscoworks in a long time and see v4.0 is out. Does anyone if this app is a good tool to monitor bandwidth utilization? We need a good product that can monitor utilization on our WAN circuits and also doing regular backups of our configs for a variety of routers, switches.
    Your opinions are appreciated!
    Ben

    My opinion may be biased, but LMS 4.0 can do what you want.  It has performance management capabilities that can graph and report on interface, CPU, and memory utilization as well as allows for custom MIB object pollers to be defined.  LMS also does configuration collection for a wide variety of devices.
    If you really want to get a good idea if this is the right product suite for you, download the 90-day eval from http://www.cisco.com/go/nmsevals (click on the Network Management Software link).  You will be able to test the full functionality of LMS 4.0 on up to 100 devices for 90 days.

  • EEM Applet - Interface bandwidth utilization

    We are planning to get syslog or snmp alert for bandwidth utilization of Uplinks by EEM applet, can any bdy help me on that?
    We managed to get alert for input traffic but we are not able to get alert for total bandwidth utilization ( input + output ).

    This is possible with an EEM applet.  I have done it on G1 ISRs with 15.1.  The applet is here:
    http://ephemeralportal.blogspot.jp/2014/01/eem-applet-teach-your-router-to-monitor_24.html
    I usually run 12.4 on 3745s in GNS3 and they do not have the action set to do variable manipulation, so I am guessing that this is a newer feature, although I could not find what minimum version you would need on a quick search.

  • Capwap high bandwidth utilization

    Hello,
    I would like to know if this traffic is correct... (wan link - remote APs)
    minute:
    15 minutes:
    I think that something is wrong... there is a high bandwidth utilization.
    All APs are configured with h-reap and local switching.
    All traffic wan link - 15 minutes:
    thanks.

    Maybe this answer my question?
    Ongoing Exchanges
    Heartbeat
      The LWAPP architecture provides for a heartbeat timer that is
          accomplished by a series of Echo Requests and Echo
          Responses. An AP periodically sends Echo Requests in order to
          determine the state of the connection between the AP and the WLC. In response,
          the WLC sends the Echo Response in order to acknowledge the receipt of the Echo
          Request. The AP, then, resets the heartbeat timer to the
          EchoInterval. The LWAPP protocol specification draft contains
          a detailed description of these timers. The system heartbeat, coupled with
          fallback mechanism, is 4 packets every 30 seconds and is comprised of these
          packets:
    LWAPP ECHO_REQUEST from AP (78 bytes)
    LWAPP Echo-Response to AP (64 bytes)
    LWAPP PRIMARY_DISCOVERY_REQ from AP (93 bytes)
    LWAPP Primary Discovery-Response to AP (97 bytes)
    This exchange generates 33 bytes of traffic every 30 seconds.
    RRM Measurements
    There are two ongoing RRM exchanges. The first one, at every 60-second       interval, is the load and signal measurement and consists of 4 packets. This       exchange always adds up to 396 bytes:
    LWAPP RRM_DATA_REQ from AP (107 bytes)
    LWAPP Airewave-Director-Data Response to AP (64 bytes)
    LWAPP RRM_DATA_REQ from AP (161 bytes)
    LWAPP Airewave-Director-Data Response to AP (64 bytes)
    The second sequence of packets is the noise measurement that includes a       statistics information request and response sequence. It is done every 180       seconds. This short exchange of packets averages approximately 2,660 bytes and       typically lasts 0.01 seconds. It consists of these packets:
    LWAPP RRM_DATA_REQ from AP
    LWAPP Airewave-Director-Data Response to AP
    LWAPP RRM_DATA_REQ from AP
    LWAPP Airewave-Director-Data Response to AP
    LWAPP RRM_DATA_REQ from AP
    LWAPP Airewave-Director-Data Response to AP
    LWAPP RRM_DATA_REQ from AP
    LWAPP Airewave-Director-Data Response to AP
    LWAPP STATISTICS_INFO from AP
    LWAPP Statistics-Info Response to AP
    LWAPP RRM_DATA_REQ from AP
    LWAPP Airewave-Director-Data Response to AP
    LWAPP RRM_DATA_REQ from AP
    LWAPP Airewave-Director-Data Response to AP
    LWAPP RRM_DATA_REQ from AP 00:14:1b:59:41:80
    LWAPP Airewave-Director-Data Response to AP
    LWAPP RRM_DATA_REQ from AP
    LWAPP Airewave-Director-Data Response to AP
    LWAPP STATISTICS_INFO from AP
    LWAPP Statistics-Info Response to AP

  • High Bandwidth Utilization

    Hi all,
    i am a newbie here. Currently i am working as net admin which is i need to monitoring and manage my workplace network( education center )
    I got a few question about network traffic flow. Here is the issued.
    I got high bandwidth utilization so high after office hours which is only on night. as we know, after office hours there is no person at the office but the traffic flow on bandwidth utilization is high.
    what are the possibilities of this issued? If there any possibilities that cause the event, I'd like to know everything that may cause it.
    Thanks

    What switches do you have?
    What router are you using?
    What servers do you have?
    What time does the high utilization start and what time does it end?
    Are you running backup across the WAN links?

  • Measuring Bandwidth utilization on 3005 Concentrator

    I am looking for an easy way to measure utilization on a site to site vpn configured on a 3005 concentrator.
    Help?

    This can be done using MIBS. The two MIBS listed below give you the total number of octets sent out or received every 5 minutes. You can manually calculate the difference to figure out the utilization.
    .1.3.6.1.2.1.2.2.1.10
    ifInOctets OBJECT-TYPE
    -- FROM RFC1213-MIB
    SYNTAX Counter
    MAX-ACCESS read-only
    STATUS Mandatory
    DESCRIPTION "The total number of octets received on the
    interface, including framing characters."
    ::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 10 }
    .1.3.6.1.2.1.2.2.1.16
    ifOutOctets OBJECT-TYPE
    -- FROM RFC1213-MIB
    SYNTAX Counter
    MAX-ACCESS read-only
    STATUS Mandatory
    DESCRIPTION "The total number of octets transmitted out of the
    interface, including framing characters."
    ::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 16 }
    On tunnel interfaces, a different set of MIBS called "ALTIGA-MIB" need to be used. I feel you should also have a look at the document "How To Calculate Bandwidth Utilization Using SNMP".
    http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a008009496e.shtml

  • 3750 Bandwidth Utilization

    Hello,
    Is there a way to look at the bandwidth utilization on a per port basis on the 3750 switches?  Trying to track down a possible issue remote;y and nothing like WireShark is onsite.
    Thanks in advance.
    All replies rated.

    You can enter "show interface summary" to see the tx rate and rx rate for each port.  Very easy to read format.
    To use wireshark remotely, you could always use ERSPAN, which would send the monitor session to a remote switch.  If I'm not sure of the commands I'm entering on a remote switch, I normally do a "reload in 15".  In case I lose connectivity, it will reload in x number of minutes to restore service.  Save you a commute to the remote site to restore service.  Just don't forget to cancel the reload when you are finished.
    https://supportforums.cisco.com/document/139236/understanding-spanrspanand-erspan#comment-10119266
    If you have network monitoring software, it should show the top talker along with the ip address.
    show arp | i x.x.xx
    this will return the mac
    then enter show mac address-table address xxxx.xxxx.xxxx
    this will show the interface that learned the mac.
    show cdp neigh to verify the port isn't connected to another switch.
    Keep entering sh mac and sh cdp until you locate the port with the mac of the top talker. 
    You can shut the port and see if the trouble goes away. 
    Just be careful when shutting ports.  Its easy to shut the wrong port and lose connectivity.

  • SNMP OID on Catalyst 3750G & 3650G

    Hallo guys,
    we have a couple of 3750Gs and sveral 3650Gs in my company lan, and I'm looking for the SNMP OIDs supported with which the very basic status of these switches can be retrieved. I mean generic status like the switch is being active, or experiencing technical error etc...
    I was advised to take 1.3.6.1.2.1.4.1.0 (IPForwarding), but I'm not sure if it is the right one. I'd appreciate if someone can give me a hint..
    Thank you!
    Li Lu

    Your request is pretty generic.  There are a lot of OIDs which can provide device health.  You might want to start with ifInOctets, ifOutOctets, ifInErrors, and ifOutErrors.  Those will give you per-port byte and error counts in both the ingress and egress directions.
    As for whole-device help, take a look at the moduleTable from the CISCO-STACK-MIB.  The object moduleStatus will tell you the status of the fixed switch itself.

  • Cisco Network Assistant - Health Monitor Not Showing Bandwidth Utilization

    Hello,
    Ive setup a new network with 3x 2960 and 2x 3650 switches, trying to view the bandwidth utilization per switch in cisco network assistant in the health monitor unfortunatly it show 0%. I know there is alot of traffic passing through the switches, the other monitors are working correctly (temp, ram and cpu). Is there any special settings that are needed in the switch?
    Thanks

    Srikanth Achanta,
         Thanks for the help!  Here is the output from putty. 
    XXX-Switch1#show controllers utilization
    Port       Receive Utilization  Transmit Utilization
    Gi0/1       0   0
    Gi0/2       0   0
    Gi0/3       0   0
    Gi0/4       0   0
    Gi0/5       0   0
    Gi0/6       0   0
    Gi0/7       0   0
    Gi0/8       0   0
    Gi0/9       0   0
    Gi0/10       0   0
    Gi0/11       0   0
    Gi0/12       0   0
    Gi0/13       0   0
    Gi0/14       0   0
    Gi0/15       0   0
    Gi0/16       0   0
    Gi0/17       0   0
    Gi0/18       0   0
    Gi0/19       0   0
    Gi0/20       0   0
    Gi0/21       0   0
    Gi0/22       0   0
    Gi0/23       0   0
    Gi0/24       0   0
    Gi1/1       0   0
    Gi1/2       0   0
    Gi1/3       0   0
    Gi1/4       0   0
    Te1/1       0   0
    Te1/2       0   0
    Total Ports : 30
    Switch Receive Bandwidth Percentage Utilization  : 0
    Switch Transmit Bandwidth Percentage Utilization : 0
    Switch Fabric Percentage Utilization : 0
    XXX-Switch1#show interfaces | include packets
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         5934288 packets input, 546197579 bytes, 0 no buffer
         308885 packets output, 112398123 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 471000 bits/sec, 109 packets/sec
      5 minute output rate 191000 bits/sec, 104 packets/sec
         315586906 packets input, 252876271812 bytes, 0 no buffer
         0 input packets with dribble condition detected
         267801306 packets output, 88017856802 bytes, 0 underruns
      5 minute input rate 52000 bits/sec, 37 packets/sec
      5 minute output rate 55000 bits/sec, 37 packets/sec
         120529568 packets input, 27639696244 bytes, 0 no buffer
         0 input packets with dribble condition detected
         141742070 packets output, 32628299588 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 1 packets/sec
         5028 packets input, 468079 bytes, 0 no buffer
         0 input packets with dribble condition detected
         7868783 packets output, 893479978 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 2000 bits/sec, 2 packets/sec
         27290987 packets input, 25279841114 bytes, 0 no buffer
         0 input packets with dribble condition detected
         34291062 packets output, 16098960773 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 2 packets/sec
         3431939 packets input, 1615199699 bytes, 0 no buffer
         0 input packets with dribble condition detected
         20491634 packets output, 4044194406 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 2000 bits/sec, 2 packets/sec
         21992856 packets input, 7784577454 bytes, 0 no buffer
         0 input packets with dribble condition detected
         47483488 packets output, 32259133953 bytes, 0 underruns
      5 minute input rate 4000 bits/sec, 2 packets/sec
      5 minute output rate 4000 bits/sec, 3 packets/sec
         17585313 packets input, 6353936617 bytes, 0 no buffer
         0 input packets with dribble condition detected
         40272645 packets output, 23412383942 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         15684208 packets input, 5064927935 bytes, 0 no buffer
         0 input packets with dribble condition detected
         37918769 packets output, 18601560856 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 1 packets/sec
         3150289 packets input, 734752119 bytes, 0 no buffer
         0 input packets with dribble condition detected
         19003285 packets output, 2764534874 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 1 packets/sec
         9029922 packets input, 2596828776 bytes, 0 no buffer
         0 input packets with dribble condition detected
         26350637 packets output, 9197196784 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         7064148 packets input, 2426044345 bytes, 0 no buffer
         0 input packets with dribble condition detected
         22569075 packets output, 8606781954 bytes, 0 underruns
      5 minute input rate 2000 bits/sec, 1 packets/sec
      5 minute output rate 6000 bits/sec, 3 packets/sec
         17875471 packets input, 6103242910 bytes, 0 no buffer
         0 input packets with dribble condition detected
         36793666 packets output, 17156441845 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         19264746 packets input, 8318993561 bytes, 0 no buffer
         0 input packets with dribble condition detected
         40577274 packets output, 20008103681 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         1073682 packets input, 524894617 bytes, 0 no buffer
         0 input packets with dribble condition detected
         1290197 packets output, 967649887 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 2000 bits/sec, 2 packets/sec
         1434841 packets input, 399859897 bytes, 0 no buffer
         0 input packets with dribble condition detected
         15034817 packets output, 1988146136 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 31000 bits/sec, 1 packets/sec
         18246575 packets input, 8048146812 bytes, 0 no buffer
         0 input packets with dribble condition detected
         34632744 packets output, 15331407257 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         12575644 packets input, 3507267403 bytes, 0 no buffer
         0 input packets with dribble condition detected
         27415447 packets output, 13019686162 bytes, 0 underruns
      5 minute input rate 9000 bits/sec, 1 packets/sec
      5 minute output rate 60000 bits/sec, 2 packets/sec
         16988554 packets input, 6347935146 bytes, 0 no buffer
         0 input packets with dribble condition detected
         40488073 packets output, 23658053615 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 2 packets/sec
         1775464 packets input, 456920432 bytes, 0 no buffer
         0 input packets with dribble condition detected
         5550312 packets output, 848939175 bytes, 0 underruns
      5 minute input rate 74000 bits/sec, 62 packets/sec
      5 minute output rate 276000 bits/sec, 66 packets/sec
         38109701 packets input, 21483991198 bytes, 0 no buffer
         0 input packets with dribble condition detected
         53920463 packets output, 35745966772 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 2000 bits/sec, 2 packets/sec
         3905203 packets input, 1197213173 bytes, 0 no buffer
         0 input packets with dribble condition detected
         9322988 packets output, 3398916481 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 1000 bits/sec, 1 packets/sec
         31147644 packets input, 7922363688 bytes, 0 no buffer
         0 input packets with dribble condition detected
         64110078 packets output, 59004959626 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         5916020 packets input, 2203139928 bytes, 0 no buffer
         0 input packets with dribble condition detected
         17783154 packets output, 6763038614 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
    XXX-Switch1#show interfaces | include line protocol
    Vlan1 is up, line protocol is up
    FastEthernet0 is down, line protocol is down
    GigabitEthernet0/1 is up, line protocol is up (connected)
    GigabitEthernet0/2 is up, line protocol is up (connected)
    GigabitEthernet0/3 is up, line protocol is up (connected)
    GigabitEthernet0/4 is up, line protocol is up (connected)
    GigabitEthernet0/5 is up, line protocol is up (connected)
    GigabitEthernet0/6 is up, line protocol is up (connected)
    GigabitEthernet0/7 is up, line protocol is up (connected)
    GigabitEthernet0/8 is up, line protocol is up (connected)
    GigabitEthernet0/9 is up, line protocol is up (connected)
    GigabitEthernet0/10 is up, line protocol is up (connected)
    GigabitEthernet0/11 is up, line protocol is up (connected)
    GigabitEthernet0/12 is up, line protocol is up (connected)
    GigabitEthernet0/13 is up, line protocol is up (connected)
    GigabitEthernet0/14 is down, line protocol is down (notconnect)
    GigabitEthernet0/15 is down, line protocol is down (notconnect)
    GigabitEthernet0/16 is up, line protocol is up (connected)
    GigabitEthernet0/17 is up, line protocol is up (connected)
    GigabitEthernet0/18 is up, line protocol is up (connected)
    GigabitEthernet0/19 is up, line protocol is up (connected)
    GigabitEthernet0/20 is up, line protocol is up (connected)
    GigabitEthernet0/21 is up, line protocol is up (connected)
    GigabitEthernet0/22 is up, line protocol is up (connected)
    GigabitEthernet0/23 is up, line protocol is up (connected)
    GigabitEthernet0/24 is down, line protocol is down (notconnect)
    GigabitEthernet1/1 is down, line protocol is down (notconnect)
    GigabitEthernet1/2 is down, line protocol is down (notconnect)
    GigabitEthernet1/3 is down, line protocol is down (notconnect)
    GigabitEthernet1/4 is down, line protocol is down (notconnect)
    TenGigabitEthernet1/1 is down, line protocol is down (notconnect)
    TenGigabitEthernet1/2 is down, line protocol is down (notconnect)
    XXX-Switch1#show interfaces | include line errors
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 2 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 1 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 output errors, 0 collisions, 0 interface resets
         Dave

Maybe you are looking for

  • FM for ORDERS05 Outbound Idoc.

    Hi, I have to post an idoc of basic type ORDERS05 from a custom program. I have populated the fields for control header and the data section of the idoc.I tried using the FM IDOC_OUTPUT_ORDERS to post the idoc,but when I went and checked in WE05,ther

  • Zen Touch in my

    Hey I am going to set up my car so that it will play my Zen Touch. Currently I am planning on using the Belkin Tunecast II as an FM transmitter but I haven't found a power cord that will plug into my cigarette lighter. Anyone out there that has done

  • File explorer application and reader folder xperia

    can you please explain what and where these are and how to access them, thanks. Solved! Go to Solution.

  • Broadcasting 'Page cannot be displayedu0092 error

    Dear all, I have a problem with our broadcasting in BW7. I've checked all the pameters in ICM, that is correct. I used RSBB_URL_PREFIX_GET to check HTTP server host and port settings, and also check for message server. The port of message server is 8

  • Help with 1st iphone help

    i had a 3gs iphone and i broke it for now i got the original ihpone but when i connect it to itunes it shows on the device tab but when i click it the scree only say iphone and it wont let me do anything please help