Cisco
snmp-server enable traps
snmp-server host trap.coldstart.io version 2c AUTH_KEY
Instant SNMP trap alerting
Point your switches, routers and firewalls at ColdStart. Traps arrive parsed, named and enriched — in your chat, your SIEM, your own webhook, or an AI that triages them and acts.
Get a free auth key See device setup
Free to start · standard SNMP · no agents, no proxy
Traps are relayed within a few hundred milliseconds of leaving your kit. Lose connectivity and they queue, then land the moment you are back.
No agent to install, no proxy to deploy. Configure traps the way you always have, with your auth key as the community string, and point them at us.
The trap relay is open source under the GPLv3. Fork it, audit it, or run the whole thing yourself on your own network.
Three steps, and the third one is the only one on your kit.
Free, and no card. The key identifies you, so it doubles as the SNMP community string your devices already send. Protect it with a password if you want to lock it to your account.
A webhook of your own, a chat channel, your SIEM, or hand the stream to the AI and let it decide what deserves waking someone up.
Send traps to trap.coldstart.io with your auth key as the
community string. That is the whole integration.
Every trap is decoded against real MIBs first, so what arrives is
linkDown on GigabitEthernet0/7 — not
1.3.6.1.6.3.1.1.5.3 and a column of integers.
One JSON document per trap, POSTed to any endpoint you control, signed with HMAC-SHA256 so you can prove it came from us. Retries with backoff when your endpoint is having a bad day.
Pushed straight to Loki as structured log lines, labelled by device, trap type and MIB, so a year of trap history is one LogQL query away.
Splunk, Slack, Discord, Teams and PagerDuty, formatted the way each one expects rather than as a wall of raw JSON. Pick a destination, paste a URL, done.
Hand the trap stream to our AI. It correlates the flood a failing uplink produces into one incident, tells you what changed, and where you allow it, takes the agentic fix — then shows its working.
Replace AUTH_KEY with the key from your dashboard. If your
vendor is not here, any device that speaks SNMPv2c traps will work.
snmp-server enable traps
snmp-server host trap.coldstart.io version 2c AUTH_KEY
snmp-server host trap.coldstart.io version 2c AUTH_KEY
trap-options {
source-address lo0;
}
trap-group "AUTH_KEY" {
version v2;
categories link startup;
targets {
trap.coldstart.io;
}
}
configure snmp add trapreceiver trap.coldstart.io community AUTH_KEY
snmp-server host trap.coldstart.io AUTH_KEY
modify sys snmp traps add {
coldstart {
host trap.coldstart.io
community AUTH_KEY
version 2c
}
}
Generate an auth key, point one switch at us, and watch the first trap land. Nothing to install and nothing to pay.
What is shipping next, in order.
Self-service signup, key issuance and rotation, with each key scoped to one account.
Splunk, Slack, Discord, Teams and PagerDuty, each with a payload shaped for that product.
Correlation, plain-English incident summaries, and opt-in automated remediation.