UNSOLVED

mvdixon

updated

15 years ago

M

mvdixon

15 Posts

0

494

September 8th, 2011 12:00

network interface speed

i have been tasked to see what interface speeds we have on our nas's.  we have some new nas units with 10G interface.  is there a cli command to give me output from each nas?

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    244

    0

    Posted September 8th, 2011 12:00

    Try this:

    server_sysconfig server_2 –pci

    here are my 10G interfaces

    Broadcom 10 Gigabit Ethernet Controller

    0: fxg-1-0 IRQ: 24

    txflowctl=disable rxflowctl=disable

    Link: Up

    0: fxg-1-1 IRQ: 25

    txflowctl=disable rxflowctl=disable

    Link: Up

  • mvdixon

    15 Posts

    244

    0

    Posted September 8th, 2011 12:00

    Thanks, that works great