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'm trying to replicate traffic in one catalyst 2960X port to feed it to a Linux VM to generate a graph of inbound/outbound traffic using Net data. So I came up with the following SPAN configuration (I'm just including the relevant lines):vlan 220...
Hi,I'm having a hard time using kron to save the router configuration to a remote tftp server. I'm using Cisco ASR1001-X running Cisco IOS XE Software, Version 16.08.01.The issue is as follows:In order to forward the router configuration to a tftp s...
Hi,I'm trying to automate the configuration of remote Cisco devices using pyATS. Going thru the online documentation I found the following script excerpt:# establish basic connectivity
ios_1.connect()
# issue commands
print(ios_1.execute('show versi...
Hi,I have a network where all the network elements have the same login credentials, therefore my testbed.yaml file looks like this (excerpt):---
testbed:
name: Lab_Devices
devices:
NX7k_01:
connections:
...
Hi,I'm trying to backup a 3560 Switch configuration in a remote TFTP server using Kron. The switch is connected to the Gateway router via the GigabitEthernet0/0 management port which is using a management vrf:vrf forwarding Mgmt-vrf A static route is...
Hi Balaji,yes, in order to rule out any physical port issue, I changed ports and stopped using RSPAN.interface GigabitEthernet1/0/18
description To Link to NIC 6 NRM Server | SPAN_2 Traffic Monitoring
!
monitor session 3 source interface Gi1/0/1
mo...
Thanks for your answer Andy, added the second monitoring session but unfortunately the issue persists. Just would like to add that in my topology there is only one switch where the replicating traffic is on port gig1/0/25 and the vmnic of the VM is c...
Well, everything worked fine in my lab. But when implemented in the production network I had mixed results. If the TFTP server is in the US, all works fine, that's my primary server. I use another script to save the config in a secondary server, that...