Using SNMP to monitor Cisco Nexus 5000

Hello

I would like to know what specific OID to use to monitor the following using SNMP on a Nexus 5000:

-L' total CPU usage

-Power supply status

-Status of Fan chassis

The Nexus is quite different from other devices Cisco - any help will be appreciated!

CPU: oid to use is: 1.3.6.1.4.1.9.9.305.1.1.1 (cseSysCPUUtilization) is a part of the MIB:

CISCO-SYSTEM-EXT-MIB

It displays the value as a percentage of the processor.

ME-TestBed-A (nxos) # display system resources

Load average: 1 minute: 0.26 5 minutes: 0.41 15 minutes: 0.43

Process: 393 1 total, running

CPU States: inactive user of 1.0%, 4.0% of the kernel, 95.0%

Memory usage: total 3634820K, 1728600K used, 1906220K free

81256K buffers, 1037176K cache

DHCP-171-69-89-49: ~ lulu-mbp$ snmpwalk - public - Cabarrus 2 c 172.25.180.5

1.3.6.1.4.1.9.9.305.1.1.1

SNMPv2-SMI::enterprises.9.9.305.1.1.1.0 = Gauge32 : 5

As you can see, show sys resources indicates 95% idle, valuation is 5% cpu and the snmp poster value.

-------------

Power and Fans, it is fairly limited

The cisco mib envmon is not yet supported on the 5K, looks like.

This leaves us with the FRU mib: 1.3.6.1.4.1.9.9.117 ftp://ftp.cisco.com/pub/mibs/oid/CISCO-ENTITY-FRU-CONTROL-MIB.oid

The index values will come from oid: entPhysicalTable)

1.3.6.1.2.1.47.1.1.1) is part of the ENTITY-MIB

DHCP-171-69-89-49: ~ lulu-mbp$ snmpwalk - public - Cabarrus 2 c 172.25.180.5

1.3.6.1.4.1.9.9.117

SNMPv2-SMI::enterprises.9.9.117.1.1.1.1.1.470 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.1.1.1.1.1000470 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.1.1.1.2.470 = STRING : « CentiAmps @ 12V »

SNMPv2-SMI::enterprises.9.9.117.1.1.1.1.2.1000470 = STRING : « CentiAmps @

12V.

SNMPv2-SMI::enterprises.9.9.117.1.1.1.1.3.470 = INTEGER : 4538

SNMPv2-SMI::enterprises.9.9.117.1.1.1.1.3.1000470 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.1.1.1.4.470 = INTEGER : 29

SNMPv2-SMI::enterprises.9.9.117.1.1.1.1.4.1000470 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.1.22 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.1.23 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.1.470 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.1.1000022 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.1.1000470 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.1.3000022 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.2.22 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.2.23 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.2.470 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.2.1000022 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.2.1000470 = INTEGER : 4

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.2.3000022 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.3.22 = ENTIER :-2910

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.3.23 = INTEGER : -83

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.3.470 = INTEGER : 29

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.3.1000022 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.3.1000470 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.3.3000022 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.1.3.0 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.1.22 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.1.23 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.1.1000022 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.1.3000022 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.2.22 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.2.23 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.2.1000022 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.2.3000022 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.3.22 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.3.23 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.3.1000022 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.3.3000022 = INTEGER : 0

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.4.22 = Timeticks : 0:00:10.27 (1027)

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.4.23 = Timeticks : 0:01:25.20 (8520)

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.4.1000022 = Timeticks :

(41634711) 4 days, 19:39:07.11

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.4.3000022 = Timeticks :

(41634712) 4 days, 19:39:07.12

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.5.22 = Timeticks : (0) 0:00:00.00

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.5.23 = Timeticks : (0) 0:00:00.00

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.5.1000022 = Timeticks : (0)

0:00:00.00

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.5.3000022 = Timeticks : (0)

0:00:00.00

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.6.22 = « »

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.6.23 = « »

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.6.1000022 = « »

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.6.3000022 = « »

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.8.22 = Gauge32 : 0

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.8.23 = Gauge32 : 0

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.8.1000022 = Gauge32 : 0

SNMPv2-SMI::enterprises.9.9.117.1.2.1.1.8.3000022 = Gauge32 : 0

SNMPv2-SMI::enterprises.9.9.117.1.3.1.0 = ENTIER : 1

SNMPv2-SMI::enterprises.9.9.117.1.4.1.1.1.534 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.4.1.1.1.535 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.4.1.1.1.536 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.4.1.1.1.537 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.10 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.22 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.23 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.149 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.214 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.215 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.278 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.279 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.342 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.343 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.470 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.534 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.535 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.536 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.537 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4950 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4951 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4952 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4953 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4954 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4955 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4956 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4957 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4958 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4959 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4960 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4961 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4962 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4963 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4964 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4965 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4966 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4967 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4968 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.4969 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.5206 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.5207 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.5208 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.5209 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.5210 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.5211 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.5212 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.5213 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.21590 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.21591 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.21592 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.21593 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.21594 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.21595 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.21596 = INTEGER : 2

SNMPv2-SMI::enterprises.9.9.117.1.5.1.1.1.21602 = INTEGER : 2

You can read in:

FTP://FTP.Cisco.com/pub/MIBs/v1/Cisco-entity-FRU-control-MIB-V1SMI.my

that means values integer by OID.

Take for example (look at the file

( ftp://ftp.cisco.com/pub/mibs/oid/CISCO-ENTITY-FRU-CONTROL-MIB.oid)

cefcFRUPowerOperStatus: 1.3.6.1.4.1.9.9.117.1.1.2.1.2 for one of the

index:

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.2.22 = INTEGER : 2

We now need to find 22-year-old:

SNMPv2-SMI::mib-2.47.1.1.1.1.7.22 = STRING : « 20 port 10GE SFP + / superviseur

in the Module fixed-1"

That means now the INTEGER 2 from:

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.2.22 = INTEGER : 2

Lets look at: CISCO-ENTITY-FRU-CONTROL-MIB-V1SMI.my, section

cefcFRUPowerOperStatus, if you are looking for in this file you will find: we (2),

That measn this controller is actually turned on and powered.

Tags: Cisco Network

Similar Questions

  • Fails to PI 2.0 Configuration Archive Cisco Nexus 5000

    Hello

    We have recently improved Cisco IP from 1.3 to 2.0 and I thought that this problem would be resolved, but he did not. I added two switches 5548 Nexus I can monitor and configure via Cisco first but I am not able to read the boot och running configuration to the Configuration Archive. When I start work, I get the following error:

    "device fig: java.net.SocketTimeoutException: Read timed out".

    Current NXOS: 5.2 (1) N1(2a)

    Before troubleshooting I would just answer if it should be possible to archive the Nexus to Cisco configs first Infrastructure?

    See you soon! Mattias Andersson

    Yes, I do it with success on a couple of first 2.0 facilities. My case later included NX - OS - 5548UP and 5596UP 5.2 (1) N1 (4) running and 6.0 (2) N2(1b).

  • Connectivity HP C7000 and Nexus 5000

    We spend our ESX servers in a rack mount environment at C7000 enclosures with blades. Can someone talk about compatibility box blade HP and Nexus 5000? The little that I find seems to suggest that this match may not be 100% ready for primetime.

    I have a HP Virtual Connect modules or exactly what FCoE lokks like with HP blades. Does anyone have more information on this specific vegetables or aware of this configuration, used successfully?

    There is full compatibility between the HP 7000 and the Cisco Nexus 5000.

    What you need to make sure if it is that you are up-to-date with all HP firmware and drivers Nic ESX.

    Take a look on my blog that goes into this in detail:

    http://www.wooditwork.com/2010/08/09/Flex-10-ESX-pre-requisites/

    http://www.wooditwork.com/2011/02/17/Flex-10-ESX-design-with-simplicity-and-scalability-part-1/

    http://www.wooditwork.com/2011/02/17/Flex-10-ESX-design-with-simplicity-and-scalability-part-2/

    http://www.wooditwork.com/2011/02/18/scripting-Flex-10-ESX-design-with-PowerCLI/

    http://www.wooditwork.com/2010/10/19/HP-Virtual-connect-for-the-Cisco-network-administrator/

  • Nexus 5000 native FC disk array and tape library

    Is it possible to have servers to connect by FCoE to nexus 5000 switches as well as native berries FC of attached disk and tape library without requiring additional CF as the MDS 9000 switch? The reason why I ask, is that all the patterns I've seen on consolidated IO to this point show switches connected to the FC ports native on the nexus 5000 MDS. I thought that the Nexus 5000 would be able to replace the MDS attaching devices FCoE and native Fibre Channel devices. You see only such a diagram has me second guessing my initial thought.

    Yes, you can use FCoE and FC of Nexus 5000 to connect to networks. I tested and it works very well without any problems.

    FCoE, you have module FCoE in the bays and the appropriate license.

    RAM

  • Cisco Nexus 3548/3524 SNMP Interface traffic problem

    Hi all!

    I would like to share with you the problem I've encountered SNMP interface respect tracking on the Cisco Nexus 3500 of traffic devices.

    We is transferring our network infrastructure in the Nexus and we encountered a problem with the interface bitrate of tracking traffic on Nexus 3548: deltas SNMP counter ifHCInOctets and ifHCOutOctets show no valid data.

    We have investigated this issue and figured he could be linked with the refresh rate of the meter.
    I measured, by snmpwalk, the time between simple increments the counter ifHCInOctets to Interface VLAN and it apears to about 140seconds. But for physical interfaces (Eth), the interval of interface SNMP counters are 15 seconds and with sampling frequency of the 1960s for the queries we can still observe the problems on graphs (see attached screnshot).

    We get the same results when testing the question on various physical devices (3548 Nexus) on versions of different software - including the last being.

    And for Ethernet interfaces (same NMS - ZABBIX-config):

    We tested a wide Huawei s6700 switches and the range of Cisco IOS devices and there is no such problems.

    The main problem is that we cannot monitor our crucial nexus, via SNMP devices (as you can see from the attached chart).  Results are the same when configure us Cacti or Zabbix to monitor Nexus devices.

    The results of this monitoring not having meritorical value or use.

    We are working on this case with Cisco TAC, and they manage to reproduce the problem in their LAB environment. But for now, they cannot provide any solution and they claim that this isn't a bug. If we get any final statement for this case, I'll post here for your information.

    I'll be more than happy if you can post ideas that help me solve the problem described.

    Thank you in advance!

    Michal

    Looks like a bug to me.  His return of erroneous data.

    Maybe try asking your file be traced back to the team leader.

  • Is it possible to use a Linksys by Cisco Wireless - G Internet home monitoring camera with Labview

    I was wondering if it is possible to use a "Linksys by Cisco Wireless - G Internet home monitoring Camera" with Labview

    http://www.dabs.com/ProductView.aspx?quicklinx=53PX&SearchType=1&searchTerms=network+cameras&PageMod...

    I wan't to be able to get the raw data from the camera and analyze it.

    I found a simple soloution to this problem,

    Is possible to use a web browsers invoke node basically give a screenshot of the web page (get image)

    It can then be loaded into a display of the image and will show exactly what the web browser is showing and can also be analised by unflattening the pixmap.

    Maybe it's not the most effective method, but he turns my rig fast enough and does the job

    It may also be a setting value of the display of the photo to "smooth updates" that gets rid flashes white as the changes to the image, if anyone else has this problem.

  • Cisco Nexus to use authentication Radius AAA using Microsoft 2008 NPS

    I have a Nexus 7010 running

    I was wondering if you can help me with something. I'm having a problem with the approval of the order through our aaa config. We have not an authentication problem of command approval that does not work. From what I've seen and read Nexus NX - OS 6.x has not all orders for the aaa authorization, unless you configure GANYMEDE +. My basic config is below if you can help would be much appreciated.

    > ip source interface mgmt radius 0

    > key RADIUS-server XXXXX

    > host X.X.X.X key radius server authentication XXXXX accountant

    > RADIUS-server host X.X.X.X XXXXX key authentication accountant aaa

    > authentication login default group aaa authentication Radius_Group

    > RADIUS server logon group console local aaa Radius_Group

    > server X.X.X.X

    > server X.X.X.X

    > mgmt0 interface-source

    Also nobody how to configure Microsoft 2008 NPS as Raduis server to work with Nexus? I read a few post that suggests to change the

    Shell: roles = "vdc-admin" in the value field of the attribute in the RADIUS server

    Anyone know if it works?

    Thank you

    I haven't used NPS before but sounds like you are on the right track. As Ed mentioned in his post, GBA, you can set the type of protocols that you will accept during an authentication session. Authentication Nexus sessions is considered as PAP/ASCII, so you should be good to go. I don't have a Nexus switch to test with, but if you can use wireshark to capture the session and see the exact protocol / method used. However, I am sure that PAP is the way to go:

    http://www.Cisco.com/c/en/us/TD/docs/switches/Datacenter/SW/4_1/NX-OS/se...

    I also found the link that you might find useful:

    http://www.802101.com/2013/08/Cisco-Nexus-and-AAA-authentication.html

    Thank you for evaluating useful messages!

  • If I want to use an external monitor of ranking on dell precision 5000 or Hp zbook (equipped both of usb3 and thunderbolt 3) this piece of harware would work with SG?

    If I want to use an external monitor of ranking on dell precision 5000 or Hp zbook (equipped both of usb3 and thunderbolt 3) this piece of harware would work with SG? My monitor is a scientist of Flanders HDSDI LM-2460W. I know blackmagic has a few options but the last time I checked, he has not worked with SG. Anyone know?

    I think Sg works more easily with an output of your video card... I run two monitors style DVI outputs, but he could use the HDMI connections too I think. The tab Setup (wrench) go you and activate a second monitor and... it's a unique method instead... use the lines where she asks location information to 'say' Sg where the upper-left pixel of your second monitor (program or viewing) is your monitor 'system '.

    I had two 1920 x 1080 monitors, stacked vertically, OS/UI on the bottom, "programs" or reading on the upper monitor.

    So, this upper-left pixel of my 2nd monitor is a negative number for 'up' and zero to indicate the two pixels top left "even".

    It is-1080 for the "vertical" number... it's the height of my 2nd screen and it is negative, because it is above the main screen.

    It is 0 for the horizontal number. Yes, they are stacked.

    Now, if I had a monitor/program play to the left of my OS/UI screen, it would be...

    Vertical number 0, as relatively, they have the same 'height ';

    Horizontal number of-1920, that reading is on the left.

    Reading right... Vertical would be 0 and horizontal a positive number of 1920 (width of the primary monitor).

    Neil

  • Update Virtual Center 5.0 to 5.1 (using Cisco Nexus 1000V)

    Need advice on upgrading production please.

    current environment

    Race of Virtual Center 5.0 as a virtual machine to connect to oracle VM DB

    3 groups

    1: 8 blades of ESXI 5.0 IBM cluster, CLuster 2: 5 IBM 3850 x 5

    2 cisco Nexus 1000v of which cluster only 1 use.

    I know that the procedure of upgrading to 5.1

    1. create DB SSO, SSO of installation

    2 upgrading VC to 5.1

    3. install WEB CLient set up AD authentication

    IT IS:

    I have problems with the Nexus 1000? I hope the upgrade will treat them as he would a distributed switch and I should have no problem.

    He wj, treat the Nexus as a dVS.

  • Nexus 5000 - behavior of odd Ethernet (link inactive down) interface

    Hi guys,.

    It would sound really trivial, but it's very strange behavior.

    -We have a server connected to a 2, 5000 s Nexus (for resiliancy)

    -When there is that no config on the ethernet interfaces don't either, the ethernet interface is up / upward, there is a minimum amount of traffic on the link, etc. For example

    Ethernet1/16 is in place
    Material: 1000/10000 Ethernet, address: 000d.ece7.85d7 (bia 000d.ece7.85d7)
    Description: shipley - p1.its RK14/A13
    MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec,
    reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation ARPA
    Port mode is access
    full-duplex, 10 Gb/s, media type is 1 / 10g
    Lighthouse is off
    Input stream control is turned off, output flow control is disabled
    Flow mode is dedicated
    Switchport monitor is off
    Last link flapped 00:00:07
    Last clearing of "show interface" counters 05:42:32
    entry 30 seconds 0 bps, 0 packets/s rate
    exit rate of 30 seconds 96 bps, 0 packets/s
    Load-time #2: 5 minutes (300 seconds)
    heat flow 0 bit/s, 0 pps; output rate 8 bits/s, 0 pps
    RX
    0 packets unicast packets multicasts 0 0 broadcast packets
    entry packets 0 0 bytes
    0 packets of removal of storm Jumbo packets 0
    Giants of Runts 0 0 0 CRC 0 no buffer
    short entry error 0 0 0 overflow under-run 0 0 ignored
    0 0 bad etype watchdog fall 0 bad proto place 0 if drop
    0 entry with dribble 0 rejection of entry
    Rx pause 0
    TX
    0 163 0 multicasts packets packets broadcast unicast packets
    packages of exit 163 15883 bytes
    0 jumbo packets
    collision of errors 0 0 released 0 postponed end collision 0
    0 lost 0 carrier no carrier 0 chatter
    Tx break 0
    1 interface resets

    -As soon as I set up the link to be an access port, the link goes down, "inactivity" example of markup

    SH int e1/16
    Ethernet1/16 is down (inactive)
    Material: 1000/10000 Ethernet, address: 000d.ece7.85d7 (bia 000d.ece7.85d7)
    Description: shipley - p1.its RK14/A13
    MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec,
    reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation ARPA
    Port mode is access
    Auto-duplex, 10 Gb/s, media type is 1 / 10g
    Lighthouse is off
    Input stream control is turned off, output flow control is disabled
    Flow mode is dedicated
    Switchport monitor is off
    Last link flapped 05:38:03
    Last clearing of "show interface" counters 05:41:33
    entry 30 seconds 0 bps, 0 packets/s rate
    exit rate of 30 seconds 0 bps, 0 packets/s
    Load-time #2: 5 minutes (300 seconds)
    heat flow 0 bit/s, 0 pps; output rate 0 bps, 0 pps
    RX
    0 packets unicast packets multicasts 0 0 broadcast packets
    entry packets 0 0 bytes
    0 packets of removal of storm Jumbo packets 0
    Giants of Runts 0 0 0 CRC 0 no buffer
    short entry error 0 0 0 overflow under-run 0 0 ignored
    0 0 bad etype watchdog fall 0 bad proto place 0 if drop
    0 entry with dribble 0 rejection of entry
    Rx pause 0
    TX
    0 packets 146 0 multicasts packets broadcast unicast packets
    packets to exit 146 13083 bytes
    0 jumbo packets
    collision of errors 0 0 released 0 postponed end collision 0
    0 lost 0 carrier no carrier 0 chatter
    Tx break 0
    0 resets interface

    -This behavior is visible on the two 5Ks

    -J' have tried to use a different set of ports, SFP and fiber cabling without result changed

    -I can't understand this behavior?  In this, why to configure the port would cause the link to go down?

    -If anyone has experience this before, or could shed some light on this problem, it would be appreciated.

    SH ver
    Operating system (NX - OS) Cisco Nexus software
    TAC support: http://www.cisco.com/tac
    Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
    The copyright in certain works contained in this document are the property of
    other third parties and are used and distributed under license.
    Portions of this software are covered by the GNU Public
    License. A copy of the license is available at
    http://www.gnu.org/licenses/gpl.html.

    Software
    BIOS: version 1.2.0
    Charger: version N/A
    Kickstart: version 4.2 (1) N1 (1)
    system: version 4.2 (1) N1 (1)
    power-seq: version v1.2
    Compile of the BIOS time: 19/06/08
    kickstart image file is: bootflash:/n5000-uk9-kickstart.4.2.1.N1.1.bin
    Kickstart compile time: 2010-04-29 19:00 [2010-04-30 02:38:04]
    filesystem image is: bootflash:/n5000-uk9.4.2.1.N1.1.bin
    compile time: 2010-04-29 19:00 [30/04/2010 03:51:47]

    Thank you

    Sheldon

    Hello

    If you have configured ports such as access to VLANs ports, who are either:

    (a) not configured on the switch / present in the database for vlan.

    or

    (b) present in the database, but it is in a suspended state.

    You will encounter this problem.  Please can you check the status of the VLAN?

    Hope this helps

    Martin

  • Spotlight uses SNMP?

    Hello

    We have projector beam; Spotlight on messaging worm. 7.5 & spotlight on Windows version 3.82.

    I'm new to the spotlight.  I was ask by management if Spotlight uses SNMP if so which version of the SNMP protocol?  I don't see Windows SNMP service running so I don't think it's using SNMP, but I need to be certain.

    If Spotlight does not use the Protocol SNMP uses this Protocol for monitoring and if I could have a link to read about how followed and trap works in Spotlight?

    Thank you

    Naser

    In the United States and the Canada, you can utiliser.800.306.9329 or 949.754.8000.  For other countries, you can get the phone number on this web page.

    The latest version of spotlight on messaging was 7.9.  However, version 8.0 exists as it was renamed "Unified Communications command Suite - Diagnostics.

    I hope this helps.

    Jeff

  • 40g of Cisco Nexus-FET

    I'm trying to choose the right cable to connect to a Cisco Nexus 40 G - FET (on a Nexus 6004). I saw on Cisco's Web site that says the FET transceiver has 12 fibres inside. Yet, when he broke out to connect to four FETs of 10G on a FEX (2232TM-E), only 8 fibers would be used.

    so... What type of connector DFO buy? A 12 FTU fiber or fiber 8 FTU? Are they interchangeable? I might as well use an 8 or a connector DFO 12 fiber on my fan-out cable?

    Cisco uses 8 fiber lit even if standard DFO is of 12 fibers. Please refer to Figure 23 here.

    As described further down in this document (figures 25 and 26) some (cited Corning) providers offer only fiber 8 DFO and which can be used for interconnection as well.

  • groups of IP addresses are supported on Nexus-5000 and models down?

    Looking online, I see the ip address of the object-group is explicitly listed as

    supprted on Nexus 7000 but on other model documents command is confusing.

    For example, for Nexus-5000 references to IP address source/destination to refuse the order group objects exist in the documentation older versions of NX - OS 4.0 and 4.1 (with no explicit object-group command is listed in the same CLI reference) but in v5.x current source/destination shows no Group of IP addresses as available choice.

    Can one with access to the Nexus 5000 or 3000 check if the ip address of the object-group is an order valid on this platform?

    It seems full support (like on IOS), using the IP address groups was established in v6 NX - OS (which only works on platform 7000).

    There was also presented on the lower models?

    Thank you.

    Hi Alexandre

    This feature is not currently supported on N5k/N3k

    If you have specific requirements for this feature, please join your team has to describe your network design. And they will be able to help you.

    HTH,

    Alex

  • How to create a static ARP using SNMP?

    Hello

    I want to create a static ARP using SNMP.

    I can delete an ARP by setting oid ' 1.3.6.1.2.1.4.22.1.4' to '2'.

    But none of

    '1.3.6.1.2.1.4.22.1.1 '.

    '1.3.6.1.2.1.4.22.1.2 '.

    '1.3.6.1.2.1.4.22.1.3 '.

    '1.3.6.1.2.1.4.22.1.4 '.

    can be modified or created

    SNMP-server community is RW

    I can change the other oid, for example 'type sysName' oid 1.3.6.1.2.1.1.5.0

    I used this command to create a new ARP:

    set SNMP v2 192.168.10.1 private oid 1.3.6.1.2.1.4.22.1.1 integer 1

    the answer:

    SNMP response: reqid 16, errstat 11, erridx 1

    ipNetToMediaEntry.1 = 1

    errstat 11 is NOCREATION

    And I used the tool "Mib Browser" to set a static ARP.

    the answer is NOCREATION too.

    I searched a lot of time, a lot of people have this problem,

    someone said the oid ipNetToPhysicalPhysAddress or inetCidrRouteTable is alternative,

    but our switch do not have these oids.

    I can't find a solution.

    I want to know if the task can be performed.

    Help, please.

    Concerning

    Dear Fu

    Thank you to reach small business support community.

    I'm not positive, that this can be done on small business goes, however, what is your version of the model and the firmware of the switch so I can continue the investigation.

    I'll be looking forward to your reply.

    Kind regards

    Jeffrey Rodriguez S... : | :. : | :.
    Support Engineer Cisco client

    * Please rate the Post so other will know when an answer has been found.

  • Nexus 5000 operating as a standalone FibreChannel Switch

    Hello world

    Does anyone know if the Nexus 5000 can be used as a standalone FibreChannel Switch? Which means I don't want to run NPV on this and connect it up to a MDS or a different type of switch FibreChannel. I'm looking to create a 'Pod' scenario. Where a few servers and a storage Bay would hang the 5K on a login F_Ports is local FLOGI DB and be able to use zoning and traffic went immediately from the 5K, etc etc? I know that 5 K is not a full blown fibre channel switch such that it has some limitations, but again I think to a "Pod" as scenario.

    If the script above won't work for some reason any using CF can achieve us with FCoE CNAs on servers & storage Bay?

    Finally, FC domain IDS how 5 K can cause?

    Sorry for the questions. I'm new to SAN switching at this stage.

    Thank you all!

    Yes, it works even FC code NX - OS like a switch MDS switch.

    You connect FC HBAS, ports SAN or FCoE CNAs to Nexus.

    However, you need to license storage.

    Nexus 5010 supports up to 8 4 G FC or FC G 6 8 ports with the expansion module

    Nexus 5020 supports up to 16 4 G FC or 12 8 G FC ports with the expansion module

    Nexus 5548UP supports up to ports FC 32 4 / 8G without the expansion module

    Nexus 5548UP supports up to 48 4 FC ports / 8G with the expansion module

    Nexus 5596UP supports up to 48 4 FC ports / 8G without the expansion module

    Nexus 5596UP supports up to 96 4 FC ports / 8G with the expansion module

Maybe you are looking for