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 have two of the same routes in my routing table, one is OSPF and one is eBGP. I want the OSPF route to be preferred over the BGP route. (The eBGP route will be the backup route when the OSPF route is gone)I configured a BGP route map to apply a hig...
I have two Nexus 9000s configured as VPC. I have an ASA firewall with a VPC port-channel to the Nexus switches. I am peering OSPF between the Nexus and the ASA. Both of the Nexus and the ASA are in Area 0. I want to block some routes being installed ...
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