I've been using SNMP traps to monitor when an interface on my routers comes up. Now I want to change from using TRAPS to INFORMs messages.
When I change the configuration to use INFORMs I get the messages at my SNMP Manager but the trap-source is no longer the interface I specified.
Here was the working configuration:
snmp-server trap-source Loopback0
snmp-server enable traps snmp linkup
snmp-server host 10.10.10.10 public snmp
This is the configuration I want to use:
snmp-server trap-source Loopback0
snmp-server enable traps snmp linkup
snmp-server host 10.10.10.10 inform version 2c public
When I receive the INFORMs at the SNMP Manager the source shows the IP address of FA0. My first thought was I need to change the "trap-source" command to "inform-source" but there is no such command.
Anyone have any ideas? Thanks!
When I change the configuration to use INFORMs I get the messages at my SNMP Manager but the trap-source is no longer the interface I specified.
Here was the working configuration:
snmp-server trap-source Loopback0
snmp-server enable traps snmp linkup
snmp-server host 10.10.10.10 public snmp
This is the configuration I want to use:
snmp-server trap-source Loopback0
snmp-server enable traps snmp linkup
snmp-server host 10.10.10.10 inform version 2c public
When I receive the INFORMs at the SNMP Manager the source shows the IP address of FA0. My first thought was I need to change the "trap-source" command to "inform-source" but there is no such command.
Anyone have any ideas? Thanks!