Microsoft
70-642 · Question #109
Your network contains two servers named Server1 and Server2 that run a Server Core installation of Windows Server 2008 R2. Server1 has the SNMP Service installed. You need to ensure that Server2 can…
The correct answer is A. On Server2, run dism /online /enable-feature /featurename:snmp-sc. To install a feature: Dism /online /enable-feature /featurename:<name> To remove a feature Dism /online /disable-feature /featurename:<name>
Monitoring and Managing Network Infrastructure
Question
Your network contains two servers named Server1 and Server2 that run a Server Core installation of Windows Server 2008 R2. Server1 has the SNMP Service installed. You need to ensure that Server2 can send SNMP traps to Server1. What should you do?
Options
- AOn Server2, run dism /online /enable-feature /featurename:snmp-sc.
- BOn Server1, run oclistsnmp-sc.
- COn Server2, run oclistsnmp-sc.
- DOn Server1, run dism /online /enable-feature /featurename:snmp-sc.
How the community answered
(34 responses)- A82% (28)
- B6% (2)
- C3% (1)
- D9% (3)
Explanation
To install a feature: Dism /online /enable-feature /featurename:<name> To remove a feature Dism /online /disable-feature /featurename:<name>
Topics
#SNMP#Server Core#dism#network monitoring
Community Discussion
No community discussion yet for this question.