Go to main content

Oracle® Dual Port 25/100 Gb Ethernet Adapter User's Guide, Mellanox

Exit Print View

Updated: June 2022
 
 

Display Information About a Link Aggregation (Oracle Solaris x86/64)

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, refer to: Managing Network Datalinks in Oracle® Solaris 11 (https://docs.oracle.com/cd/E53394_01/html/E54788/index.html).