Quick Reference Guide

This subcommand is applicable only for iDRAC.
Synopsis
racadm testalert -i <index>
Input -i — Specifies the index of the trap test.
index
must be an integer from 1 to 8 on iDRAC.
Output
Success: Test trap sent successfully
Failure: Unable to send test trap
Example
Test a trap with index as 1
racadm testalert -i 1
Test trap sent successfully.
Test a trap that has not been configured yet
racadm testalert -i 2
ERROR: Trap at specified index is not currently
enabled.
traceroute
Description Traces the network path of routers that the packets take as they are forwarded from your
system to a destination IPv4 address.
To use this subcommand for CMC, you must have Administrator privilege . For iDRAC, you
must have Execute Diagnostic Commands permission.
Synopsis
racadm traceroute <IPv4 address>
racadm traceroute 192.168.0.1
Input
racadm traceroute 192.168.0.1
Output
traceroute to 192.168.0.1 (192.168.0.1), 30 hops
max,
40 byte packets
1 192.168.0.1 (192.168.0.1) 0.801 ms 0.246 ms 0.253 ms
traceroute6
Description Traces the network path of routers that the packets take as they are forwarded from
your system to a destination IPv6 address.
To use this subcommand for CMC, you must have Administrator privilege . For iDRAC,
you must have Execute Diagnostic Commands permission.
Synopsis
racadm traceroute6 <IPv6 address>
racadm traceroute fd01::1
Output
traceroute to fd01::1 (fd01::1) from fd01::3,
30 hops
max, 16 byte packets
1 fd01::1 (fd01::1) 14.324 ms 0.26 ms 0.244 ms
123