DCBX Between Linux and Nexus QOS

Hi Guys
i have a server with 2 physical links only.
over this link im passing 2 vlans in trunk ( can be Portchannel to VPC or bond active passive , doesnt matter to me ) .
vlan 302 is for data
vlan 303 is for backup
server on vlan 303 is pushing traffic on that link and would take as much
bandwidth as we would give it , and would therefore cause communication issues to vlan 302 . ( congestion ) .
I would like to talk about my options here , to avoid congestions .
thought about enabling dcbx on clients ( linux ) and pfc ( priority flow
control ) to be able to negotiate qos and bw allocation according to COS IEEE 802.1p .
the idea is to have either the traffic prioritized/limit/shaped before/when its ingressing the nexus port .
the dcbx looks very cool like i said , it's kind of like what the nexus has with the CNA Card .
when it can send the linux nic through dcbx the qos parameters to apply ! ( ah ok , i see now its exactly the same )
ps linux dcbx link : http://manpages.ubuntu.com/manpages/precise/man8/dcbtool.8.html
Ingress Queuing Policies
You can associate an ingress policy map with an Ethernet interface to guarantee bandwidth for the specified traffic class or to specify a priority queue.
The ingress policy is applied in the adapter to all outgoing traffic that matches the specified CoS value.
When you configure an ingress policy for an interface, the switch sends the configuration data to the adapter. If the adapter does not support the DCBX protocol or the ingress policy type-length-value (TLV), the ingress policy configuration is ignored.
did anyone here tried it or implemented dcbx before ?
anyway id be happy to hear your wise and helpfull suggestions please
Thanks Thanks !!!

Found the answer.
Anatomy of RX packet counters on a Cisco Nexus 5548:
Nexus5548# show int eth1/29 
  RX      
    6387682660 unicast packets  1495485 multicast packets  164 broadcast packets 
    6389178309 input packets  589693485138 bytes
    5146969 jumbo packets  0 storm suppression bytes
  * "input" = unicast + multicast + broadcast (all non-jumbo)
  * "jumbo" = frames sized 1519 bytes to the MTU bytes defined on the interface
  * "jumbo" frames are counted separately from non-jumbo ("input")
  * (unicast, multicast and broadcast "jumbo" frames appear to be rolled into the 
        one "jumbo" counter)
This can be seen another way with the 'count detail' command, correlated to "show int" output:
Nexus5548# show int eth1/29 count detailed
Ethernet1/29
  Rx Packets:                                  6389178309 <-- input
  Rx Unicast Packets:                          6387682660 <-- unicast
  Rx Multicast Packets:                           1495485 <-- multicast
  Rx Broadcast Packets:                               164 <-- broadcast
  Rx Jumbo Packets:                               5146969 <-- jumbo
  Rx Bytes:                                  589693485138
  Rx Packets from 0 to 64 bytes:                  1059418 <-- non-jumbo start
  Rx Packets from 65 to 127 bytes:             6072007478       +
  Rx Packets from 128 to 255 bytes:              11055520       +
  Rx Packets from 256 to 511 bytes:             287107435       +
  Rx Packets from 512 to 1023 bytes:             12801466       +
  Rx Packets from 1024 to 1518 bytes:                  23 <-- non-jumbo end
  Rx Trunk Packets:                            6387682823 <-- unicast + broadcast
fyi.

Similar Messages

  • Problems using RMI between linux and windows.

    I have problems using RMI between linux and windows.
    This is my scenario:
    - Server running on linux pc
    - Clients running on linux and windows PCs
    When a linux client disconnect, first time that server try to call a method of this client, a rmi.ConnectException is generated so server can catch it, mark the client as disconnected and won't communicate with it anymore.
    When a windows client (tested on XP and Vista) disconnect, no exceptions are generated (I tryed to catch all the rmi exception), so server cannot know that client is disconnected and hangs trying to communicate with the windows client.
    Any ideas?
    Thanks in advance.
    cambieri

    Thanks for your reply.
    Yes, we are implementing a sort of callback using Publisher (remote Observable) and Subscribers (remote Observer). The pattern and relative code is very well described at this link: http://www2.sys-con.com/ITSG/virtualcd/java/archives/0210/schwell/index.html (look at the notifySubscribers(Object pub, Object code) function).
    Everything works great, the only problem is this: when a Publisher that reside on a Linux server try to notify something to a "dead" Subscriber that reside on a Windows PC it does't receive the usual ConnectException and so tends to hang.
    As a workaround we have solved now starting a new Thread for each update (notification), so only that Thread is blocked (until the timeout i guess) and not the entire "notifySubscribers" function (that contact all the Subscribers).
    Beside this, using the Thread seem to give us better performance.
    Is that missed ConnectException a bug? Or we are just making some mistake?
    We are using java 6 and when both client and server are Linux or Windows the ConnectException always happen and we don't have any problem.
    I hope that now this information are enough.
    Thanks again and greetings.
    O.C.

  • Connect as sysdba between Linux and Windows without using password

    hello
    Hello
    I need to connect as sysdba between Linux and Windows without using password for the sys user
    Sqlplus /@string_connection
    Plz help me

    Duplicate post:
    Connect as sysdba between Windows and Linux
    Actually you have been given the answer in your above thread. You need to read the Oracle documentation. Search password file at tahiti.oracle.com
    regards

  • Applet font problem between linux and windows

    I just want to share my experience in several project i've taken part.
    In some projects, where all are developed under linux environment (suse 9.2),
    we use jasper report for report generation and use the web applet for our clients to print.
    They print ok in linux env, with the netscape 7.1, courier 10 font and jvm 1.4.2_06b version.
    But when accessed from windows env, with the same browser and the same jvm version, the applet and the print out are different from those of lin env. The headers and footers are missing. When the we edit/lower the header and footer size at the jasper report file, then they appears @ the window env.
    So strange that the font handling between win and lin differ (still my assumption). I'vent been able to solve this problem totally since the client must stick with one OS else the print out will be different.
    Quite dissatisfied, coz i really think i could code once the report and run it anywhere in the applet and behaves in the same way.
    Could anybody help ? T-T
    Regards,
    Albert Gan

    hi!
    this is my first post and i would like to ask if how did you create the web applet printing. im totally new to java and i dont know where to start.
    i hope that you can guide me or give me some instructions. thanks in advance =)

  • Oracle weirdness between Linux and Windows........Any ideas??

    Hi,
    I'm connecting to the same database which is on a linux server.....
    This is the weirdness I'm getting...
    ---Connecting via SQLDeveloper in Linux (ubuntu), I'm running the following:
    desc message_instance_attr
    Name                           Null     Type                                                                                                                                                                                         
    INSTANCE_NO                    NOT NULL NUMBER(10)                                                                                                                                                                                   
    A_NAME                              NOT NULL VARCHAR2(32 CHAR)                                                                                                                                                                            
    A_VALUE                            VARCHAR2(1024 CHAR)                                                                                                                                                                          
    OWNER                              NOT NULL VARCHAR2(3 CHAR)                                                                                                                                                                             
    LAST_UPDATED_DATE       DATE                                                                                                                                                                                         
    UPDATE_COUNT                NOT NULL NUMBER(8)                                                                                                                                                                                    
    6 rows selected----Connecting via SQL plus to the same database in Windows:
    SQL> desc message_instance_attr
    Name                                      Null?    Type
    INSTANCE_NO                               NOT NULL NUMBER(10)
    A_NAME                                        NOT NULL VARCHAR2(128)
    A_VALUE                                      VARCHAR2(4000)
    OWNER                                        NOT NULL VARCHAR2(12)
    LAST_UPDATED_DATE                 DATE
    UPDATE_COUNT                          NOT NULL NUMBER(8).
    Why is the Datatype limit different between the two even thoughI'm connected to the same database? for example why is A_VALUE on Linux VarChar2 (1024) and in Windows VarChar2 (4000)
    Thanks!

    Check this link -
    http://download.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm
    DESC is not standard SQL. It is SQL*Plus specific.
    Many tools may allow desc commands to describe the table structure - but not sure whether they act the same way.
    Why don't you use DESC from SQL*Plus from both windows & linux and let us know the output?
    Regards.
    Satyaki De.

  • Different stringWidth between Linux and Windows

    When I use Ms Windows Arial Font in my Java Program running on Linux
    I found out the rendering result of the Font is different with same program running on Windows
    The Arial Font in Linux become wider, and this cause problem because i used absoule position.
    I am using Java 1.3.1, How can solve this problem??

    The Arial under Linux and Windows are not the same. Firts, they may be different font files, second, both systems uses different rendering engines to draw them. Also, some systems, as mine, won't have Arial font at all - substitute font will be used then. So, I would expect, you will have similar problems with any other font, any other operating system or even in some specific locales which uses reversed (right-to-left) line ordering. You will also be not able to do internationalization properly.
    Simply your application is not portable and written with breaking may portability rules. I hope, you are not doing it for money. The layout managers is the only existing aswer to your problem. The closest to absolute is a SpringLayout introduced in 1.4.x.
    The absolute location problem is not a bad thing in Java only - it can screw C, VisualC and CBuilder applications. Take some of them and tweek your system settings - use large fonts for buttons, tiny fonts for menu, change whatever OS provides you to be able to change in L&F and look what will happen with some of those applications. I would be really happy to have layout managers in CBuilder.
    regards,
    Tomasz Sztejka.

  • VPC between server and nexus switches

    Hi all,
    I would like to ask following question:
    We are using virtual portchannels to connect e.g. ESXi-Servers with trunks on two Nexus switches. When the switch "rz2sw1" has gone faulty, we expect that the trunk connections between switch rz2sw2  would still work. That's the reason why they are built. But they didn't as you can see in the screenshot (attaced) former mail.
    Do you know what can be problem.. thank you

    It appears that the peer-link was down.  If the peer-link is down and the keep-alive is still up, the secondary device will shutdown all of it's VPC links to ensure dual active (split brain) is avoided.
    On a Nexus 7000, its recommended to use a front panel (data port) for the keep-alive instead of the management port.  My assumption would be that you are using the MGMT0 for keep-alive and all front panel ports went off-line.  If you use a front panel port for keep-alive and all line cards go off line on the primary, the secondary will take over as expected.

  • Differences between Linux and Solaris command set

    Hi,
    It is complicated to learn Solaris? Is the set of commands the same of Linux?
    It is because is more simple for me to find a Linux Admin book than a Solaris book.
    Thanks.
    Lorenzo

    BTW: You might want to start with this peace if information:
    http://wwws.sun.com/software/whitepapers/linux/linux_overview.pdf
    One remark: this Blue/white paper is written for audience known to Solaris and new to Linux, but usefull the other way around.
    Specially table 1 is very usefull !
    Good luck, and Welcome as new Solaris Administrator.
    Eric.

  • Connection 10 gig between 6500 and Nexus 7009

    I am not able to get link between a 10 gig interface with a 10gbase-lrm on a nexus 7k trying to connect to a 6500 with a 10 gig 10gbase-lx4 interface. I was told this would work. Anyone know if the interfaces are compatable. If not what interface do i need to get for the nexus 7k box.
    Thank You.                   

    Please check mentioned links. I hope it will help.
    http://www.cisco.com/en/US/prod/collateral/modules/ps2797/ps5138/product_data_sheet09186a008007cd00.pd
    http://www.cisco.com/en/US/prod/collateral/modules/ps5455/eol_c51_599855.html

  • Latency between FEX and Nexus 9300

    Does anyone know or tested latency from port to port on a Nexus FEX? We are seeing some weird/strange results to MTU above 1500. Everything has been configured for jumbo (9216). The FEX is a N2K-C2232PP-10GE and its attached to a Nexus9000 C9396PX 1/10G Module.
    Port to Port Layer 2 on the FEX we are seeing around 76us
    Traffic from the traffic generator connected to a FEX, to the traffic generator on the Nexus 9300, we are seeing around 74us
    Traffic from the traffic generator connected to the Nexus 9300, to the traffic generator on the FEX, we are seeing around 2us.
    Any ideas why the latency seems high in one direction? Same test on the 9300 only is fine also.

    Ahmed,
    Sorry for taking this long to get back to you.
    Nexus 1000v is a virtualized switch and as such will require that any traffic coming in or leaving the VM will first need to pass through the virtualization layer, therefore causing a minimum delay that for some applications (VMs) can be catastrophic enough that may mean too much delay.
    With VM-FEX you gain the option to bypass the virtualization layer with for example "Pass-Through" mode where the vmnics are really assigned and managed by the OS, minimizing the delay and making the VMs look as if they were directly attached, also, this offloads CPU workload in the mean time, optimizing the host/VM's performance.
    The need for one or the other will be defined as always by the needs your organization/business has.
    Benefits of VM-FEX (from cisco.com):
    Simplified operations: Eliminates the need for a separate, virtual networking infrastructure
    Improved network security: Contains VLAN proliferation
    Optimized network utilization: Reduces broadcast domains
    Enhanced application performance: Offloads virtual  machine switching from host CPU to parent switch application-specific  integrated circuits (ASICs)
    Benefits of Nexus 1000v here on another post from Rob Burns:
    https://supportforums.cisco.com/thread/2087541 
    https://communities.vmware.com/thread/316542?tstart=0
    I hope that helps 
    -Kenny

  • LACP port channel between 6509 and Nexus 7K

    We are in the process of migrating from dual 6509's to dual 7010's.  We have moved our 5k/2K's behind the 7K and have layer 2 up between the 6509 and 7K.  This link is configured as a port channel with 2 1gig links using LACP.  The port channel is up and working and traffic is passing but it doesn't appear the load it equally distributed between the links.  Both the 7K and 6K are setup for src-dst-ip for the load balancing.  The links have been in place for over 12 hours and I would have expected them to "equal" out.  Has anyone had this issue in or is this to be expected?  For clarification there is not VPC inolved in this configuration it is simply a port-channel between one 6509 and a 7010.
    Thanks,
    Joe

    We are in the process of migrating from dual 6509's to dual 7010's.  We have moved our 5k/2K's behind the 7K and have layer 2 up between the 6509 and 7K.  This link is configured as a port channel with 2 1gig links using LACP.  The port channel is up and working and traffic is passing but it doesn't appear the load it equally distributed between the links.  Both the 7K and 6K are setup for src-dst-ip for the load balancing.  The links have been in place for over 12 hours and I would have expected them to "equal" out.  Has anyone had this issue in or is this to be expected?  For clarification there is not VPC inolved in this configuration it is simply a port-channel between one 6509 and a 7010.
    Thanks,
    Joe

  • Differing behavior loading external swfs between Linux and Windows

    I have a swf that loads several different swfs that implement the same basic class, some of these external
    swfs also import different resources from library swfs, such as font, video, and graphic assets.
    This seems to work perfectly well on both windows and Linux with using the font and graphic assets in
    the flash player (debug v 10r32), everything works as I'd expect.  I am added everything into the main swf's
    appdomain when using the loader (with loadercontext, etc).
    When I am loading the video asset class in the external swfs, it works fine on both systems for the first swf
    loaded that uses the video class.  On windows, whenever the second swf using the video library loads up, it
    gives a #1065 Reference error pointing to one of the variables used in the video asset swf.  It runs fine on Linux.
    I've tried playing around with the different AppDomain settings to no avail.  I am stumped as to why it would
    function perfectly well in Linux, but fail on Windows.  Any pointers as to where to look next?
    Thanks for any and all help,
    RP.

    In this case, it appears to be differing versions of the flexsdk that was being used to compile the application.
    Windows was using the default tarball from the adobe site,
    Linux was using a more up to date version from svn.
    I updated the svn snapshot, recompiled, set the Windows box to use it, and the error messages have disappeared.
    I can still crash the flashplayer doing other things, but it's more or less working exactly as expected now.
    RP.

  • Differences between Oracle Linux and CentOS

    Dear ALL
    I need differences between Oracle Linux and Cent OS, which is the better OS to install Oracle11gR2.
    Kindly send me the benefits and percentage if anybody can...
    Thanks.

    11gR2 is not certified to be installed on CentOS, so from that perspective alone, OEL is the only choice.
    http://docs.oracle.com/cd/E11882_01/install.112/e24321/pre_install.htm#CIHFICFD
    HTH
    Srini

  • Can I configure FCoE between UCS Fiber Interconnect and Nexus 5k?

    Hello,
    I have 2 UCS with 2 pair of Fiber interconnect 6120XP and they are conencted to Nexus 5k. Currently 10Gig Ethernet and FC are used for connectvity. I have 8 port FC module in Nexus 5k. Storage is connected to Nexus 5k over FC. I would like to change the FI to Nexus 5K connectvity and configurtation  with FCoE so that I can get few more free FC ports for stoarge connecting. Could you please help me whether it is possible with Nexus OS version 5 and how do we do this?
    Thanks.

    What storage are you using and is it capable of running a CNA?
    If so, one configuration I have used to reduce ports out of the storage and reduce the need for a high density of FC ports is to run FCoE from Storage to 5k, then trad FC from 5k to FI.
    With the 5k acting as a bridge between FCoE and FC you don't hit the single-hop limitations that currently exist within the protocol.
    Sent from Cisco Technical Support iPhone App

  • Can you share an external disk between OSX and Linux?

    I am using both Linux and Mac OS X computers at work. I have found a need in some cases for backing up very large files and/or moving them between systems that are not necessarily on a saf network. At least not at the same time.
    For this purpose I wanted an external big disk that could be mounted on a Linux system as well as a Mac. To my dismay there seem to be no common modern journalling file system between these two, well dialects of, unix.
    I am not going to use and old Windows file system such as FAT32 and the only possibility so far has been Apple's HFS+ with the journal turned off (as Linux does not support writing to a journalled HFS+ file system). Darwin does not support any of the file systems that I regularly use on Linux.
    Perhaps I am mistaken - is there really nothing good and useful out there?
    /T

    I was under the impression that having a journal would be safer, not just for the boot drive. Any volume that is not properly unmounted before removed (or the couputer is turned off) might be left in an incomplete save state, since data might have been saved to buffers only, not to the disk proper.
    To me safer would be better. Apple has added journaling to HFS+ which is good, and there are several journaling file systems for Linux. Nothing in common. Not even with Windows. I guess I will have to use HFS+ with the journal turned off, but it seems suboptimal to me.
    /T

Maybe you are looking for

  • I purchased an album on iTunes on my computer, and one of the songs will not play. Itunes says that I need to authorize my computer to play it, but it is authorized. What do i do?

    I purchased an album on iTunes on my computer, and one of the songs will not play. Itunes says that I need to authorize my computer to play it, but it is authorized. What do i do?

  • Sales Order issue in IC web

    Hi After cofirming account in IC webclient when I click on Sales Order I'm getting below mentioned error, The business transaction does not support Sales  Customizing of dependent transactions does not fit to   requested object  Default flag is missi

  • Value help with short text

    Hi gurus, I'm trying to create a input value help with the records from my internal table but I woulkd like also to put the short when the popup displays. Actually I only have the records. SELECTION-SCREEN BEGIN OF BLOCK ref WITH FRAME TITLE text-t03

  • Stop motion movie

    I'm planning on making a stop motion movie. We've been brain storming a couple ideas and we have some in mind. I was wondering if anyone had any ideas for a stop motion movie, or even a regular movie. Our best idea so far was two people skateboarding

  • QoS System Class change MTU from 9000 to 9126..?

    Hi, I want to change the UCS "QoS system Class" MTU for the "Best Effort" class' MTU from 9000 bytes to 9126 as per: http://www.cknetworx.net/?tag=ucs-jumbo-frames      and/or http://www.cisco.com/en/US/docs/unified_computing/ucs/UCS_CVDs/esxi51_ucsm