- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
The vendor profiles section below lists the network monitoring devices that Datadog supports with out-of-the-box profiles. Datadog can also monitor devices not included in this list using a generic profile, which collects basic metrics if applicable for those devices.
The generic profile collects metrics for all devices not supported by a vendor profile. Metrics include TCP, UDP, IP, and interface metrics such as bandwidth utilization, and volume sent/received.
The following vendor devices are supported with dedicated profiles. If a vendor or device type is supported, but the specific model isn’t, you can:
Create new profiles to start monitoring new device models.
Contact Datadog support to put in a request to support your specific model.
Note: You can continue using NDM, as Datadog collects generic baseline metrics from all devices. If there are unsupported metrics from a vendor MIB, you can send a feature request to Datadog support with the following details:
Run an snmpwalk
from the requested device and send the following output:
snmpwalk -O bentU -v 2c -c <COMMUNITY_STRING> <IP_ADDRESS>:<PORT> 1.3.6
Extend your profiles to support additional sysobjectid
values.
For example, if you want to monitor another type of Cisco CSR, you can modify the ISR profile directly to list another sysobjectid
like this:
snmpwalk -v 2c -c [community string] [ip address] 1.3.6.1.2.1.1.2
Note: If you do not know the sysobjectid
of your device, run an snmpwalk
on a host that can reach your device. Use the output to list the profile to match against.