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

退出打印视图

更新时间: 2016 年 11 月
 
 

显示管理网络配置 (Oracle ILOM CLI)

使用此任务可以显示 SP 和网络管理接口的当前设置,包括 IP 网络属性、网关、SP MAC 地址和分配的 IP 地址。

  • 显示网络管理配置。
    -> show -d properties /SP/network
    

    例如,键入 :

    -> show -d properties /SP/network
     /SP/network
     	Properties:
     		commitpending = (Cannot show property)
     		dhcp_clientid = none
     		dhcp_server_ip = 10.11.12.13
     		ipaddress = 10.11.12.70
     		ipdiscovery = dhcp
     		ipgateway = 10.11.12.1
     		ipnetmask = 255.255.255.0
     		macaddress = 00:E0:4B:28:00:8E
     		pendingipaddress = 10.11.12.70
     		pendingipdiscovery = dhcp
     		pendingipgateway = 10.11.12.1
     		pendingipnetmask = 255.255.255.0
     		state = enabled
    ->
    

相关信息