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.
Hi,I have site to site VPN with the following configuration:crypto ikev2 policy 10 Encryption aes-256 aes-192 Integrity sha512 sha256 group 20 prf sha256 lifetime seconds 86400crypto ikev2 enable outsidetunnel-group 1.1.1.1 type ipsec-l2ltu...
Good afternoon,This was interesting, here's the scenario (See attached picture for topology): We have a site to site VPN and we have the same topology and configuration on both sites:- Firewall HA Pair configuration- Switches with HSRP with 3 vlans T...
Hello everyone,I have an analog device (Cash Terminal) that requires an analog telephone line to communicate with the central office to do cash transactions. The problem is that I only have digital telephone lines. Would the Cisco ATA 190 convert the...
This is what worked for me:1. Created a python script to generate the log: 1.1 open notepad++ and paste the following: #!/usr/bin/env python3 import cli cli.cli('syslog priority notifications msg Keepalive: Dev...
This is what worked for me:1. Created a python script to generate the log: 1.1 open notepad++ and paste the following: #!/usr/bin/env python3 import cli cli.cli('syslog priority notifications msg Keepalive: Dev...
Hello, where you able to figure this out? I'm also trying to generate a keepalive syslog message every 10 min. on a Nexus switch with no luck.I'd really appreciate your help.Thanks!
Thanks for your response. I had tried something similar that I found online, but the "event timer" command is not an option for event manager. I also tried this, but didn't work either:event manager applet KEEPALIVE_LOG event syslog pattern ".*" ...
I'm trying to send a keepalive message every 10 min to sour syslog server in a Nexus 93180YC-FX3 switch. running NXOS version 10.4(5). I tried using scheduler, but the message is only being sent to the console: scheduler job name KEEPALIVE_LOG sen...