7.3.8. Ändern von Attributen eines virtuellen Ethernet Adapters

Ein virtueller Ethernet Adapter besitzt die folgenden Attribute:

$ lpar help cheth
USAGE:
   lpar [-h <hmc>] [-m <ms>] [-p <profile>] cheth [-d] [-f] [-i] [-I] [-l <detail_level>] [-q <qos_priority>] [-r] [-R] [-s <vswitch>] [-t <trunk_priority>] [-w <wait_time>] [-v] <lpar> <slot> [<attributes> ...]



Valid attributes for DLPAR and profile:
   ieee_virtual_eth - IEEE 802.1Q compatible
      0 : no
      1 : yes
   addl_vlan_ids - comma separated list of additional VLANs
   qos_priority - QoS priority
      none : no QoS
      0-7 : priority to use
 
Valid attributes for profile only:
   port_vlan_id - VLAN-ID for untagged packets
   is_trunk - trunking port (VIOS only)
      0 : no
      1 : yes
   trunk_priority - priority of the trunk adapter
      integer betwen 1-15
   vswitch - virtual switch to connect adapter to
   mac_addr - MAC address to use
   allowed_os_mac_addrs - allowed MAC addresses
      none : OS defined MAC addresses are not allowed
      <mac>[,...] : comma separated list of 1-4 MAC addresses
      all : OS defined MAC addresses are allowed


$

Einige Attribute, wie ieee_virtual_eth, addl_vlan_ids und qos_priority, können online geändert werden. Alle anderen Attribute können jeweils nur im Profil einer LPAR geändert werden, z.B. port_vlan_id oder vswitch.

Das Kommando zum Ändern von virtuellen Ethernet Attributen ist „lpar cheth“.