Test IPv4 or IPv6 Network Configuration From the Oracle ILOM CLI
      
        
        
        
      
      
        This procedure provides instructions for testing Oracle ILOM network settings from the
          command-line interface (CLI).
      
- 
To navigate to the /SP/network/test directory, use the
              cd command:
cd /SP/network/test 
- 
To view the network test targets and properties, type the
              show command at the CLI prompt.
For example, the following output shows the test target properties: show
/SP/network/test
Targets:
Properties:
 ping = (Cannot show property)
 ping6 = (Cannot show property)
Commands:
 cd
 set
 show 
- 
To send a network test from the device to a network destination, use the set
              ping or set ping6 command.
          For example:  set ping=device_ipv4_address_on
            network set ping6=device_ipv6_address_on
            network 
| 
|  |  |  |  
| ping | <IPv4_address> | Type the set ping= command at the command prompt followed by the IPv4 test
destination address. For example: set ping=10.8.183.106 Ping of 10.8.183.106 succeeded |  
| ping6 | <IPv6_address> | Type the set ping6= command followed by the IPv6 test destination address.
                      For example: set ping6=fe80::211:5dff:febe:5000 Ping of fe80::211:5dff:febe:5000 succeeded |  |