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

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;

15 Cards in this Set

  • Front
  • Back
The four types of NAT addresses:
Inside local address: The IPv4 address assigned to a device on the internal network.
The four types of NAT addresses:
Inside global address: The IPv4 address of an internal device as it appears tothe external network. This is the address to which the inside local address istranslated.
The four types of NAT addresses:
Outside local address: The IPv4 address of an external device as it appearsto the internal network. If outside addresses are being translated, this is theaddress to which the outside global address is translated.
The four types of NAT addresses:
Outside global address: The IPv4 address assigned to a device on the externalnetwork
The three types of NAT
static (one-to-one),

dynamic (many-to-many),


and PAT(many-to-one).

NAT issues, including when an inside device tries to communicate with a device onanother inside interface.
The order of operations for NAT:

It first performs routing




and then translationwhen going from an inside interface to an outside interface,




and vice versa when the traffic flow is reversed

PAT I config




int g2/0


ip nat inside




int fa3/0


ip nat outside




ip nat inside source list 1 int fe3/0 overload




access0list 1 permit 10.1.1.0 0.0.0.255