> I really dont know the meaning of "host" and "localhost" in
> snmptrap tutorial:
'host' is where you're sending the trap *to*.
'localhosxt' is used to set the internal field that reports
where the trap is being sent *from*.
It's this second field that you're missing.
Try comparing your comma
I define a trap in my mib followed the sample in snmptrap tutorial:
demotraps OBJECT IDENTIFIER ::= { cxblade2 4 }
demo-trap TRAP-TYPE
STATUS current
ENTERPRISE demotraps
VARIABLES { bladeType }
DESCRIPTION "This is just a demo"
::= 1
but i am failed to send