Oracle Quad 10 Gb or Dual 40 Gb Ethernet Adapter User's Guide

Exit Print View

Updated: June 2016
 
 

Display Information About a Link Aggregation (Oracle Solaris)

The ipadm(1M) and dladm(1M) commands provide different details about link aggregations, as in these examples.

  • Use the appropriate command to obtain the desired results.
    • Use the ifconfig(1M) command to examine the details about a link aggregation.
      # ifconfig aggr1
      aggr1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 32
      	inet 192.2.2.84 netmask ffffff00 broadcast 192.2.2.255
      	ether 0:15:17:75:ff:81 
      
      # ifconfig aggr2
      aggr2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 33
      	inet 193.2.2.84 netmask ffffff00 broadcast 193.2.2.255
      	ether 0:15:17:75:ff:83 
      
    • Use the dladm show-aggr command to show link aggregation status.

      For more information about link aggregation, go to:

      http://docs.oracle.com/cd/E23824_01/html/821-1458/gdysx.html#scrolltoc

Related Information