Ad Widget

Collapse

SNMP traps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • myha
    Junior Member
    • Jan 2009
    • 6

    #1

    SNMP traps

    Hi guys,

    I have on question regarding snmp traps...

    Here is how I receive the trap on latest data:
    Code:
    DISMAN-EVENT-MIB::sysUpTimeInstance: 118:23:37:54.81
    SNMPv2-MIB::snmpTrapOID.0: IF-MIB::linkUp
    IF-MIB::ifIndex.148: 148
    IF-MIB::ifDescr.148: GigabitEthernet8/48
    IF-MIB::ifType.148: ethernetCsmacd
    CISCO-SMI::local.2.1.1.20.148: up
    SNMP-COMMUNITY-MIB::snmpTrapAddress.0: 10.x.x.x
    SNMP-COMMUNITY-MIB::snmpTrapCommunity.0: public
    SNMPv2-MIB::snmpTrapEnterprise.0: SNMPv2-MIB::snmpTraps
    Now, I am wondering if I can use this values in description or even in the name of trigger...? Is it possible to put smth like
    Code:
    interface $ifDescr changed status to up
    to display
    Code:
    interface GigabitEthernet8/48 changed status to up
    , or I have to create trigger for each interface manually?

    thanks,
    brm
    Last edited by myha; 11-02-2009, 15:00.
Working...