Virtualization Flashcards
NFV
Network Functions Virtualization (virtual network hardware)
CSR
Cisco Cloud Services Router E.G. (CSR 1000v)
VRF
Virtual Routing and Forwarding - each interface can belong to exactly one VRF
GRE
Generic Routing Encapsulation
DMVPN
Dynamic Multipoint Virtual Private Network
Where are VRF’s used
Providor edge routers (MPLS)
MPLS
Multiprotocol Label Switching
Steps to configure a VRF on a PE router
1) issue the ip vrf vrf-name command to name the VRF and enter VRF configuration mode.
2) Issue the rd route-distinguisher command
3) if BGP - route-target {export | import | both} route-target-ext-community command
4) ssociate the VRF with the appropriate Layer 3 interface by issuing the interface interface-id command, then issue the ip vrf forwarding vrf-name command
Command to verify that VRF is configured and running
show ip vrf detail
What are the two IPSEC algorythms?
AH - AUthentication Header
ESP - Encapsulating Security Payload (encryots data)
What are the three IPSEC encryption methods?
Data Encryption Standard (DES)
Triple DES (3DES)
Advanced Encryption Standard (AES)
What are the three Diffie-Hellman (DH) public key exchange methods?
DH1
DH2
DH5