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.
So i have a python script that applies configs to devices and that part works no problem. The problem is when it hits an exception the script dies. I have looked at a bunch of python resources and I just can't figure it out. Any help would be awesome...
I have the script below, use to work, stopped working I've been banging my head on it trying to figure it out or is there a different /better way to get this info. Any help you could be would be much appreciated.import merakiimport jsonimport request...
Currently we run DMVPN and BGP establshes via a static route like so
ip route A.B.C.D 255.255.255.255 Tunnel100 name DMVPN-HUB-BGP-PEER
it was changed via an EEM Script to
ip route A.B.C.D 255.255.255.255 W.X.Y.Z name DMVPN-HUB-BGP-PEER
I thoug...
I got this issue where i got a head end device and a remote end.Head end Dial_Backup#sh ip eigrp neighborsIP-EIGRP neighbors for process 10H Address Interface Hold Uptime SRTT RTO Q Seq Type ...
Can I upgrade from 4.2.3b to 4.4.1.In the notes for 4.3.5 i see 4.2.3.b as a supported from version.Upgrading to version 4.3.5 is supported only from versions 4.0.19, 4.0.27, 4.1.1d, 4.1.3, 4.1.3b, 4.1.5c, 4.1.5f, 4.1.7a, 4.1.7b, 4.2.1, 4.2.3, 4.2.3...
The Tunnel Interface for example is 10.x.0.1/16 and the BGP Peer is 10.x.0.35/16
Since DMVPN it is a NBMA no need to worry about broadcast.
ip route A.B.C.D 255.255.255.255 Tunnel100 name DMVPN-HUB-BGP-PEER
So that /16 is a connected route to th...