Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Solaris >> How to determine the network interface speed, duplex setting for a network interface

Example for built in ce0 interface #kstat -p note what are the interface and parameter of interest e.g. to see only ce0 link_speed, link_up and link_duplex parameters # kstat -p 'ce:0::/link_(speed|up|duplex)/' sample output : ce:0:ce0:link_duplex 1 ce:0:ce0:link_speed 100 ce:0:ce0:link_up 1 e.g. to see eri0 ifspeed, link_up, link_duplex parameters # kstat -p 'eri:0::/(ifspeed|link_up|link_speed)/'
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]