service snmp v3 trap-target <addr> protocol <protocol>
Defines the protocol for traps and informs sent to the trap target.
The system uses UDP.
- addr
- The IPv4 or IPv6 address of the SNMPv3 trap target.
- protocol
- The protocol used to send traps and informs to the trap target. The protocol is as follows:
- tcp
- Transmission Control Protocol (TCP).
- upd
- User Datagram Protocol (UDP).
The default protocol is udp.
Configuration mode
service {
snmp {
v3 {
trap-target addr {
protocol protocol
}
}
}
}
Use this command to define the protocol for traps and informs sent to the trap target.
Use the set form of this command to define the protocol for traps and informs sent to the trap target.
Use the delete form of this command to remove the protocol for traps and informs sent to the trap target.
Use the show form of this command to view the protocol for traps and informs sent to the trap target.