Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We have a primary DSL connection and a backup modem connection. As soon as primary fails, modem dials out. Under this situation we want backup interface (dialer) to send a trap regarding it own status with itself as source of the trap. Currently its ...
We have a primary DSL connection and a backup modem connection. As soon as primary fails, modem dials out. Under this situation we want backup interface (dialer) to send a trap regarding it own status with itself as source of the trap. Currently its ...
We have a backup interface (dialer2) and we want it to generate a SNMP trap regarding it UP status as soon as it comes up. We tried to change SNMP timeout and queue length but that did not help. Also we cannot specify source interface of SNMP traps ...
I have a EZVPN configuration on a router. One interface is the inside interface and the WAN interface bieng the outside interface. But I also want to encrypt syslog packets generated locally by this router. Currently these packets are bieng dropped o...
I have a EZVPN configuration on a router. One interface is the inside interface and the WAN interface bieng the outside interface. But I also want to encrypt syslog packets generated locally by this router. Currently these packets are bieng dropped o...
Yes thats right, the trap needs to go though the modem connection with dialer interface as the source of the trap. There is no reachability issue here.Thanks!
Well I was not using Loopback interfaces on PE routers for MP-BGP peering and that was the reason for the failing ping. I created loopback address and BGP peering between them and now the ping works! Thanks for your help!Saurabh
Alright, I configured loopbacks and did BGP peering between them and it works now. I just wanted to know why is this must to configure only through loopbacks?Thanks
Yes, I did MP-BGP peering using IP address of serial interfaces on both routers. I did not do any loopback peering using update-source. Why would you think loopback interfaces is a must in this case? I will reconfigure the lab again and test it.Thank...