Differences between revisions 3 and 4
Revision 3 as of 2016-05-11 14:02:17
Size: 1020
Editor: PieterSmit
Comment:
Revision 4 as of 2016-05-11 14:06:57
Size: 1138
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * WiFi - Wireless Fidility  * WiFi - Wireless Fidelity
Line 12: Line 12:
   * 802.11 b g n a
Line 30: Line 31:
       * peer-keepalive link, keep separate from vPC link, to detect failure and prevent loops.

Cisco and Networking Acronyms

  • VLAN - Virtual lan
    • 802.1q
  • WiFi - Wireless Fidelity

    • WPA2 (WPA is an 802.11i)
      • AES - Encryption
    • 802.1x (NAC)
    • 802.11 b g n a
  • MPLS - Multiprotocol Label Switching
    • VRF - Virtual routing and forwarding
      • VRF lite (VRFs without MPLS)
  • QOS
    • policy
  • Nexus
    • Enable individual features in software
      • feature lacp
      • feature vpc
    • vPC (virtual port channel)
      • Rules
        • forward a frame received on a member link out any other member link
        • VPC peer link - only used during failure of member link to reach matching member link.
          • Gotcha:
            • peer link and OSPF device on vlan, sends ospf traffic to wrong peer(multicast mac) and it is not allowed to forward it to correct peer.
        • peer-keepalive link, keep separate from vPC link, to detect failure and prevent loops.
    • fex (Fabric extender)
    • port-channel
      • LACP, 802.3ad, 802.1ax, Cisco Etherchannel, NIC teaming
        • LACPDU frames to ensure correct bonding.

...

cisco/Acronyms (last edited 2016-05-26 09:16:20 by PieterSmit)