final part 2 Flashcards
what are the steps for a R-2 NAT to translate and communicate with a webserver from a client on the web?
1- client uses inside global address of webserver
2-R2 receives the packet on its outside interface, then checks and locates the destination address in its NAT table.
3-R2 replaces the inside global address with the inside local address of the web server and forwards the packet to the web server.
4-The web server uses the outside global address of the client as the destination address when responding.
5-R2 receives the packet from the web server. R2 checks the NAT table, then translates the source address into an inside global address and forwards the packet.
Which method is used by a PAT-enabled router to send incoming packets to the correct inside hosts?
It uses the destination TCP or UDP port number on the incoming packet.
A network administrator configures the border router with the command R1(config)# ip nat inside source list 4 pool corp. Which ACL is required to be configured in order for this command to function?
an access list that is numbered 4 that defines the private addresses that are affected by NAT
A network administrator wants to examine the active NAT translations on a border router. Which command would perform the task?
show ip nat translations
How many addresses will be available for dynamic NAT translation when a router is configured with the following commands?
8
What is the purpose of entering the command ip nat inside source static tcp 192.168.10.2 80 209.165.200.223 8080 at the global configuration prompt?
It binds the inside local address and local port to the specified inside global address and global port.
What are three characteristics that help build a successful environment for a teleworker?
1- a distraction free workplace
2-a broadband Internet connection
3-a flexible approach to required work
In order for the IT staff of a company to understand the basic operation of VPNs, which two features or technologies must the network designer identify as training needs?
1-tunneling protocols
2-encryption algorithms
What is an advantage offered by GRE tunnels?
support for IP multicast tunneling
Which three services are critical functions of the IPsec service?
data integrity
confidentiality
authentication
Which three statements are characteristics of generic routing encapsulation
GRE encapsulation supports any OSI Layer 3 protocol.
Correct!
GRE is stateless.
Correct Answer
GRE does not have strong security mechanisms.
When not in the office, network administrators in a company are required to establish an IPsec VPN connection to the company before accessing the intranet for network device management. Which Cisco Easy VPN component is needed for the administrators?
Cisco VPN Client
Which SNMPv2 configuration step is required?
- documenting the location of the system contact
- configuring the community string and access level
- restricting SNMP access to NMS hosts
- enabling traps on an SNMP agent
configuring the community string and access level
what does the SNMP Get request do?
makes the SNMP agent retrieve specific information from the MIB
what does the SNMP trap do?
makes the SNMP agent automatically send the value on an item from the MIB