Owner's Manual

420 Troubleshooting and Recovery
4
Enable traps alerting by typing:
racadm config -g cfgTraps -o cfgTrapsEnable 1 -i
<index>
where
<index>
is a value 1–4. The index number is used by CMC to
distinguish up to four configurable destinations for traps alerts.
Destinations may be specified as appropriately formatted numeric
Addresses (IPv6 or IPv4), or Fully-qualified domain names (FQDNs).
5
Specify a destination IP address to receive the traps alert by typing:
racadm config -g cfgTraps -o
cfgTrapsAlertDestIPAddr <IP address> -i <index>
where
<IP address>
is a valid destination, and
<index>
is the index
value you specified in step 4.
6
Specify the community name by typing:
racadm config -g cfgTraps -o cfgTrapsCommunityName
<community name> -i <index>
where
<community name>
is the SNMP community to which
the chassis belongs, and
<index>
is the index value you specified in
steps 4 and 5.
You can configure up to four destinations to receive traps alerts. To add more
destination
s, repeat steps 2–6.
NOTE: The commands in steps 2–6 overwrites any existing settings configured for
the index you specify (1–4). To determine whether an index has previously
configured values, type: racadm getconfig -g cfgTraps -i <index>. If the index is
configured, values appear for the cfgTrapsAlertDestIPAddr and
cfgTrapsCommunityName objects.
To test an event trap for an alert destination, type:
racadm testtrap -i <index>
where
<index>
is a value 1–4 representing the alert destination you want to
test. If you are unsure of the index number, type:
racadm getconfig -g cfgTraps -i <index>