Set up a trap notification list named urgent-dispatcher for link and startup traps. This list is used to identify the network management hosts (1.2.3.4 and fe80::1:2:3:4) to which traps generated by the local router should be sent. The name specified for a trap group is used as the SNMP community string when the agent sends traps to the listed targets.
- [edit]
- snmp {
-
- trap-group "urgent-dispatcher" {
- version v2;
- categories link startup;
-
- targets {
- 1.2.3.4;
- fe80::1:2:3:4;
- }
- }
- }