How to configure STORJ with AWS S3 compatibility. Make sure to create your S3 compatible credentials either in the console or command line.
Wireguard VPN quick and easy deployment using docker-compose. Copy this into a file and save it as docker-compose.yml.
Better mechanism to reroute when connectivity is down but links are not showing down.
Links to sites I like or that have very specific tutorials. Cisco, Cloud, Coffee, VoIP etc.
Bunch of Cisco IOS command aliases just to eliminate some keystrokes #lazy ;-)
Cisco IOS TCL script to ping all IP addresses. Make sure to put each address on one line. This one does a source from loopback0 and repeats 2 times.
Site-to-Site VPN Tunnel using crypto IPsec IKEV2. Very important to not lose track of names
Secure tunnel over SSH. VNC is a good example of an insecure connection.
The following are few well-known communities that must be recognized by all community aware BGP implementations. Communities affect peer-to-peer routing policies. We tell the peer to handle prefixes differently by tagging them with communities.
BGP Confederations on Cisco Routers
BGP confederations are a way of dividing a large autonomous system (AS) into smaller, more manageable sub-ASs. This can be useful for a variety of reasons, such as reducing the number of iBGP peering sessions, improving scalability, and increasing security.
Quick and easy configuration to make two Cisco Nexus 9000 Series devices to appear as a single device to downstream switches. Here’s the configuration to create a virtual port channel (vPC). Don’t forget to enable the necessary feature sets (feature vpc etc)