2.1.e (iii) Load-balancing

2.1.e (iii) Load-balancing Flows can become polarized (like CEF polarization) to a specific link if ther flow is not classified as diverse. So depending on the etherchannel load balancing hashing algorithm, we might get polarization. By default Cisco devices just hash the flow based on the source mac address, which is susceptible to polarization, thus …

2.1.e (ii) Layer 2, Layer 3

2.1.e (ii) Layer 2, Layer 3 Etherchannels are independent from their port types. Meaning they can be access ports or trunks, it does not matter. You can negotiate an etherchannel between a L2 (switch) and a L3 device (server/router/whatever). Or you can negotiate one to another switch L2 to L2. Note the order of operations …

2.1.e (i) LACP, PAgP, manual

2.1.e (i) LACP, PAgP, manual Configuration: When configuring a channel group we have the options of LACP, PAGP, or just ON (static). Here's an example of ports g0/1-2 in a port channel: en conf t int range g0/1-2 channel-group 1 mode <active | auto | desirable | on | passive> These obviously do different things: …

2.1.e Implement and Troubleshoot EtherChannel

2.1.e Implement and Troubleshoot EtherChannel   Etherchannel, port-channel, team, LAG, and in vendor neutral groups (trunk) all refer to the static or negotiated bundling of links. Etherchannels provide at the heart provide us link redundancy. If a link fails it's automatically removed from the etherchannel. When we configure an etherchannel we group links into a …

Cisco ASA REST-API Setup Process

Download ASA 5500-X Software from Cisco or use https://software.cisco.com/download/release.html?mdfid=286285782&flowid=77254&softwareid=286284108&release=1.3.2&relind=AVAILABLE&rellifecycle=&reltype=latest Note: if you DO NOT have a valid Cisco account you can download it here https://upw.io/M4/asa-restapi-132200-lfbff-k8.SPA   Now that we have the software load up ASDM and drop the file inside the ASA Flash. Now that we have the software we need to activate it on …