Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2016-05-11 13:47:04
Size: 258
Editor: PieterSmit
Comment:
Revision 8 as of 2016-05-11 19:54:34
Size: 1639
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * WiFi - Wireless Fidility
   * AES - Encryption
   * 802.1
 * WiFi - Wireless Fidelity
   * WPA2 (WPA is an 802.11i)
  
* AES - Encryption
   * 802.1x (NAC)
   * 802.11 b(2.4Ghz-3ch) g n(150) a(5Ghz-12ch) ac
Line 14: Line 16:
     * 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.

 * WWW
   * [[BGP]]
   * DNS servers.
   * DMVPN Dynamic Multipoint VPN - dynamic secure overlay networks.
     1. mGRE - Multipoint. GRE (mGRE)
     2. NHRP - Next-Hop Resolution Protocol.

 * Voip - Voice over ip
   * SIP
   * E1 - 31 Channel ISDN
   * MGCP - Media Gateway Control Protocol, (MGCP) is a signaling and call control communications protocol.
   * SCCP - Skinny Client Control Protocol
   * CM - Cisco Unified Communications Manager Version 9.0

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(2.4Ghz-3ch) g n(150) a(5Ghz-12ch) ac
  • 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.
  • WWW
    • BGP

    • DNS servers.
    • DMVPN Dynamic Multipoint VPN - dynamic secure overlay networks.
      1. mGRE - Multipoint. GRE (mGRE)
      2. NHRP - Next-Hop Resolution Protocol.
  • Voip - Voice over ip
    • SIP
    • E1 - 31 Channel ISDN
    • MGCP - Media Gateway Control Protocol, (MGCP) is a signaling and call control communications protocol.
    • SCCP - Skinny Client Control Protocol
    • CM - Cisco Unified Communications Manager Version 9.0

...

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