Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure IPv6 Management Network Properties (Oracle ILOM CLI)

If network management occurs over an IPv6 network, use this task to configure the SP and network management properties.

  1. Enable IPv6 networking.

    See Enable IPv6 Management Network Routing (Oracle ILOM CLI).

  2. Enable automatic configuration as needed:
    • For DHCP, type:
      -> set /SP/network/ipv6 autoconfig=dhcpv6_stateful
      Set 'autoconfig' to 'dhcpv6_stateless'
      ->
      
    • For static address assignment, type:
      -> set /SP/network/ipv6 autoconfig=dhcpv6_stateless
      Set 'autoconfig' to 'dhcpv6_stateless'
      ->
      
  3. For static address assignment, set the pending static IP address.
    -> set /SP/network/ipv6 pending_static_ipaddress=2001:345:abcd::123:45
    Set 'pending_static_ipaddress' to '2001:345:abcd::123:45' [2001:345:abcd::123:44/128]
    ->
    
  4. For static address assignment, set the pending static IP address for the gateway.
     -> set /SP/network/ipv6 pending_static_ipgateway=2001:345:abcd::1:1
    Set 'pending_static_ipgateway' to '2001:345:abcd::1:1'
    ->
    

Related Information