Hi guys,
I have on question regarding snmp traps...
Here is how I receive the trap on latest data:
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
to display
, or I have to create trigger for each interface manually?
thanks,
brm
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
Code:
interface $ifDescr changed status to up
Code:
interface GigabitEthernet8/48 changed status to up
thanks,
brm