IP Network Multipathing Administration Guide

How to Move an Interface From an Existing Group to a Different Group

  1. Become superuser.

  2. On a command line, type the following command.


    # ifconfig interface-name group group-name
    

Note –

Placing the interface in a new group automatically removes the interface from any existing group.


For example, to remove hme0 from group test and place hme0 in group cs-link, you type the following:


# ifconfig hme0 group cs-link

This command removes the interface from any existing group and then puts the interface in the group cs-link.