- Oracle Server Management Agent for Oracle Solaris 11.4 User's Guide
- Configuring Oracle ILOM SNMP Trap Forwarding Using itpconfig
- itpconfig Trap Forwarding Commands
- How to Enable Trap Forwarding
How to Enable Trap Forwarding
- To enable trap forwarding, issue the following command:
#itpconfig enable trapforwarding --ipaddress=ipaddress --port=port --community=communityNote:
If the trap forwarding is already enabled, use the
itpconfig modify trapforwardingcommand instead.Mandatory options for
itpconfig enable trapforwardingare:Option Description --ipaddressSets the destination IP address for the forwarded trap. This can be loopback (127.0.0.1) or any other valid IP address. This must correspond to the configuration of the SNMP listener.
--portSets the destination port for the forwarded trap. There is no default value, but 162 is a common port value. This must correspond to the configuration of the SNMP listener.
--communitySets the destination SNMP V2c community for the forwarded trap. This value must correspond to the configuration of the SNMP listener.
Example:
#itpconfig enable trapforwarding --ipaddress=127.0.0.1 --port=1234 --community=test
Parent topic: itpconfig Trap Forwarding Commands