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.
If you have a pair of 3750 switches in a stack. You then split the stack (not from a config point of view, just say for e.g switch two is powered off) Switch one stays powered on and functioning as the master. If a number of config changes are then m...
I have Telegraf setup and monitoring interfaces on Cisco routers correctly. Is it possible to monitor IP SLA instances with this same setup? If anybody has had any luck with this I would be grateful if you could share the setup. Thanks
I'm currently redistributing OSPF to BGP and setting a local pref on the routes. Currently this works fine and having no issues. ip prefix-list ospf-routes seq 10 permit 172.16.100.0/24
route-map ospf-bgp permit 10
match ip address prefix-list ...
I'm having a strange problem redistributing iBGP routes to OSPF on Nexus 9000. Initially I had an open prefix list to get things working. Some of the routes weren't being redistributed to OSPF and I found this article which helped which said you nee...
I have a scenario where I need to connect to many remote Cisco devices to run commands via Python script. These remote Cisco devices are not directly accessible from where I have Python scripts running so I am going to have to connect via an intermed...
Ye got you thanks. So effectively any switch that is currently master (regardless of priorities) will be the one that syncs the config to members joining. (The 'current' config will always be with the currently active master) Thanks