• 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/17

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;

17 Cards in this Set

  • Front
  • Back
In Layer 3 mode Each interface has what, and what is forwarding based on between interface?
IP address and fowarding is based on the IP address
What are the 2 basic option for configuring routes in a Juniper Firewall?
Static Routes or Dynamic Routing Protocol
What three things do you need to manually configure for static routing?
Destination network, Interface used to reach the network, and the address of the next hop router in the path to the destination
What are three protocols for dynamic routing does a Juniper firewall support?
RIP,OSPF,BGP
What command can you use to verify a Static Route?
Get Route
What command in the CLI can you use to see the information on all the interfaces configured on the Juniper router?
Get Interface
What does traceroute allow you to do?
test a path hop by hop rather than just directly.
What does Debug allow you to do?
Allows you to track the flow of a packet or event in a Juniper Device.
What is the command to configure flow filter and what does the flow filter do?
set ffilter <variable>
Flow filter allows you to filter the information shown when using the debug command.
List 3 out of the 5 Variables that can be used with set ffilter?
1)src-port
2)dst-port
3)ip-proto
4)src-ip
5)dst-ip
What command do you use to view that results of the flow filter?
get ffilter
What is NAT and what does it allow?
Network Address Translation, NAT allows you to change the IP address of a internal network private IP address to a valid Public IP address.
What translation take place in one VR and TWO VR Set ups
One VR - From Trust or DMZ Zones to Untrust Zones
Two VRs - From any VR zone to untrust VR zone Only
What command do you use to verify what mode an interface is set to?
get int <interface name>
What command do you use to verify if NAT is working correctly?
get session
What IP and subnet mask do you use for setting up the default path?
0.0.0.0/0
What command in the CLI do you use to see if you have a route to a particular host?
get route ip <ipaddress>