• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back
What is a route-based VPN?
creating a vpn using tunnel interfaces. This creates a point to point connection between peers similar to frame relay or leased lines. Routing is used to direct traffic through the tunnel based only on IP Address
When using tunnel interface what is a unnumbered IP Address?
Allows you to configure an interface with out havng to specify a unique IP Address. When specifying unnumberered the system borrows an IP address from another Interface and uses it as the src IP Address when ever information is initiated from the tunnel interface. The interface from which the system is borrowing the IP address must be in the same zone as the tunnel interface.
What is the command used to set up a tunnel interface?
set interface tunnel.<number> zone <zone_name>
What command is used to configure routing for a tunnel?
set route <IP address> int tunnel.<number>
When must you set up a policy for the tunnel interface to work?
When you are going from one zone to another (i.e from trust to untrust)