Which two commands are required?

You have been asked to configure your router to send link-related SNMP trap notifications to the
network management system (NMS) located at address 172.16.17.1.
Which two commands are required? (Choose two.)

You have been asked to configure your router to send link-related SNMP trap notifications to the
network management system (NMS) located at address 172.16.17.1.
Which two commands are required? (Choose two.)

A.
set snmp trap-group my-trap-group targets 172.16.17.1

B.
set snmp targets 172.16.17.1

C.
set snmp trap-group my-trap-group link-status

D.
set snmp trap-group my-trap-group categories link

Explanation:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


humberto perez

humberto perez

tested

edit]
root@vSRX_R2# set snmp trap-group my-trap categories link

[edit]
root@vSRX_R2# set snmp trap-group my-trap targets 172.16.17.1

[edit]
root@vSRX_R2# set snmp trap-group my-trap categories?
Possible completions:
> categories Trap categories
[edit]
root@vSRX_R2# set snmp trap-group my-trap categories ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don’t inherit configuration data from these groups
authentication Authentication failures
chassis Chassis or environment notifications
chassis-cluster Clustering notifications
configuration Configuration notifications
link Link up-down transitions
> otn-alarms OTN alarm trap subcategories
remote-operations Remote operations
rmon-alarm RMON rising and falling alarms
routing Routing protocol notifications
services Services notifications
> sonet-alarms SONET alarm trap subcategories
startup System warm and cold starts
vrrp-events VRRP notifications
[edit]