Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[show interface] make show interface compatible w or w/o fec information #2024

Merged
merged 1 commit into from
Aug 5, 2020

Commits on Aug 4, 2020

  1. [show interface] make show interface compatible w or w/o fec information

    Sample old output:
    
          Interface            Lanes    Speed    MTU         Alias             Vlan    Oper    Admin             Type    Asym PFC
    ---------------  ---------------  -------  -----  ------------  ---------------  ------  -------  ---------------  ----------
          Ethernet0            77,78      50G   9100   Ethernet1/1            trunk    down       up  QSFP28 or later         off
    
    Sample new output:
          Interface            Lanes    Speed    MTU    FEC         Alias             Vlan    Oper    Admin             Type    Asym PFC
    ---------------  ---------------  -------  -----  -----  ------------  ---------------  ------  -------  ---------------  ----------
         Ethernet48      57,58,59,60     100G   9100     rs  Ethernet13/1  PortChannel0001      up       up  QSFP28 or later         off
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4ca254e View commit details
    Browse the repository at this point in the history