Go to main content

Oracle® Dual Port 25 Gb Ethernet Adapter User's Guide

Exit Print View

Updated: June 2019
 
 

Display Information About a Link Aggregation (Oracle Solaris x86)

The ipadm and dladm commands provide different details about link aggregations, as shown in these examples.

For more information, refer to Creating a Link Aggregation in Managing Network Datalinks in Oracle Solaris 11.3.

For more information on the commands, refer to the Oracle Solaris ifconfig(1M) man page and the dladm(5) man page.

  • Use the appropriate command to obtain the desired results.
    • Use the ifconfig 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 aggr2aggr2: 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.

Related Information