Computer Networking
Which command will show you the summary of the NAT configuration?

clear ip nat translations *
show ip nat translations
debug ip nat
show ip nat statistics

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You are working on a router that has established privilege levels that restrict access to certain functions. You discover that you are not able to execute the command show running-configuration. How can you view and confirm the access lists that have been applied to the Ethernet 0 interface on your router?

show ip access-lists
show ip interface Ethernet 0
show access-lists
show interface Ethernet 0

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
What does a VLAN do?

Provides multiple broadcast domains within a single collision domain.
Breaks up broadcast domains in a layer 2 switch internetwork.
Provides multiple collision domains on one switch port.
Acts as the fastest port to all servers.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Two computers that communicate with each other use a simple parity check to detect errors for ASCII transmissions. Which of the following events will always lead to an undeleted error?

two bits or any even number of bits inverted in a byte during transmission
two bits or any even number of bits inverted in a block during transmission
one bit or any odd number of bits inverted in a byte during transmission
None of these
one bit or any odd number of bits inverted in a block of data during transmission

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You have created a named access list called Blocksales. Which of the following is a valid command for applying this to packets trying to enter interface s0 of your router?

(config-if)# ip access-group 110 in
(config)# ip access-group 110 in
(config-if)# ip access-group Blocksales in
(config-if)# blocksales ip access-list in

ANSWER DOWNLOAD EXAMIANS APP