Deletes handler/module <name>
traped bind { <oid> | "<pattern>" | fallback } <name>
Binds handler <name> to trap <oid>, or to all traps with oids that match <pattern>, or to all traps that were not processed by any other handler
Examples:
# traped bind .1.2.3.4.5 test
# traped bind ".1.2.3*" test
# traped bind fallback test
note1: * in a pattern means “a substring of any length consisting of any symbols”
note2: you must enclose pattern in quotes
traped unbind { <oid> | "<pattern>" | fallback } <name>