VPN GRE Tunnels Flashcards
1
Q
For VPN tunnel configuration, where do the ‘source’ and ‘destination’ commands go?
A
On the tunnel interface.
2
Q
What kind of address does the source statement have?
A
- Either:
- The public IP address of the outside interface or,
- The interface identifier (s0/0/0)
3
Q
What kind of address does the destination statement have?
A
The public IP address of the remote router
4
Q
What is one additional but optional parameter for GRE tunnel configuration?
A
‘tunnel mode gre ip’
5
Q
What TCP/IP protocol number is GRE?
A
47
6
Q
What are the configuration commands that go on the tunnel interface?
A
- int tun0
- ip address
- tunnel mode gre ip
- tunnel source s0/0/0
- tunnel destination
7
Q
Name 3 show commands that can be used to verify a GRE tunnel configuration?
A
- sho ip int brief
- sho interface tun0
- sho ip route
8
Q
How is confidentiality maintained on a VPN tunnel?
A
Encryption
9
Q
How is data integrity maintained on a VPN tunnel?
A
Hashing