Go to main content

Oracle® Quad Port 10GBase-T Adapter User's Guide

Exit Print View

Updated: June 2019
 
 

Display Information About a Link Aggregation (Oracle Solaris)

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

  • 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.

      For more information about link aggregation, refer to Chapter 2, Configuring High Availability by Using Link Aggregations in Managing Network Datalinks in Oracle Solaris 11.3.

Related Information