Go to main content
Oracle EDR InfiniBand 交换机和虚拟化 I/O 系统管理指南

退出打印视图

更新时间: 2016 年 11 月
 
 

配置 IPv6 管理网络属性 (Oracle ILOM CLI)

如果网络管理发生在 IPv6 网络上,则使用此任务可配置 SP 和网络管理属性。

  1. 启用 IPv6 网络。

    请参见启用 IPv6 管理网络路由 (Oracle ILOM CLI)

  2. 根据需要启用自动配置:
    • 对于 DHCP,请键入:
      -> set /SP/network/ipv6 autoconfig=dhcpv6_stateful
      Set 'autoconfig' to 'dhcpv6_stateless'
      ->
      
    • 对于静态地址分配,请键入:
      -> set /SP/network/ipv6 autoconfig=dhcpv6_stateless
      Set 'autoconfig' to 'dhcpv6_stateless'
      ->
      
  3. 对于静态地址分配,设置暂挂静态 IP 地址。
    -> 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. 对于静态地址分配,设置网关的暂挂静态 IP 地址。
     -> set /SP/network/ipv6 pending_static_ipgateway=2001:345:abcd::1:1
    Set 'pending_static_ipgateway' to '2001:345:abcd::1:1'
    ->
    

相关信息