Overlay Tunnels Theory Flashcards
VPN, LISP, VXLAN
What is the protocol number for GRE?
Protocol 47
When a router encapsulates a packet for GRE, what is added to the packet?
A GRE header and GRE flags are added to the packet. The GRE header contains the remote endpoint IP address as the destination.
When configuring a point to point GRE tunnel, what 4 configuration elements are required?
- Tunnel interface id
- Tunnel IP address
- Tunnel source
- Tunnel destination
Why might you need to adjust the MTU size for the tunnel interface?
GRE encapsulation adds 24 bytes (minimum) to the packet size. It may be desired to control packet fragmentation.
What is IPSec?
IPsec is a framework of open standards for creating highly secure virtual private networks (VPNs) using various protocols and technologies for secure communication across unsecure networks, such as the Internet.
What four security services does IPSec Provide?
- Peer Authentication (Certificates, Pre-shared Key)
- Data Confidentiality (Encryption)
- Data Integrity - Hashing to prevent MitM attacks
- Replay detection - marking packets with sequence numbers to prevent MitM attacks
What protocol number identifies the IPSec Authentication header?
Protocol 51
What protocol number identifies the IPSec Encapsulating Security Payload (ESP)
Protocol 50
What Security Services are provided by the IPSec Authorization Header?
Data integrity, authentication, replay detection
What additional Security Services are provided by IPSec ESP?
Encryption of payload and headers (confidentiality). Support for encryption over NAT.
What is the difference between IPSec Transport Mode and Tunnel Mode?
Tunnel mode encrypts the entire packet including the packet headers. Transport mode only encrypts the packet’s payload.
List the encryption, hashing, and keyring methods supported by IPSec
- Data Encryption Standard (DES)
- Triple DES (3DES)
- Advanced Encryption Standard (AES)
- Message Digest 5 (MD5)
- Secure Hash Algorithm (SHA)
- Diffie Helman (DH)
- RSA Signatures
- Pre-Shared Key
What is ISAKMP?
Internet Security Association Key Management Protocol (ISAKMP) is a framework for authentication and key exchange between two peers to establish, modify, and tear down SAs.
What improvements does IKEv2 make over IKEv1?
- Reduces the number of messages that need to be exchanged
- Uses Elliptical Curve Digital Signature Algorithm (ECDSA-SIG) instead of public keys
- Extensible Authentication Protocol (EAP)
- Next Generation Encryption
- Asymmetric Authentication
- Anti-DoS
Name the VPN Types that are supported on a Cisco Router
- Site-to-Site IPSec VPN
- Cisco DMVPN (Dynamic Multipoint)
- Cisco Group Encrypted Transport (GET) VPN
- Cisco FlexVPN
- Remote VPN (FlexVPN)