Given the configuration example:
interface ethernet0
ipx network 4a
ipx access-group 800 out
interface ethernet1
ipx network 3d
interface ethernet2
ipx network tc
access-list 800 permit 3d 4a
Which action result from implementing this configuration?
a-Traffic from network 3d for network 4a will be forwarded
out e0
b-IPX network 5c will not receive any traffic
c-Traffic from network 3d, destined for network 4a, will be
forwarded out e2
d-Traffic from network 3d for network 3d will be forwarded
out e0
Answer / Anil Sanchoriya
Implementing this configuration results in a access list that permits traffic from network 3d to network 4a, and the traffic will be forwarded out interface Ethernet0.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which statement is true regarding half duplex? A.) Only works in a point-to-point configuration B.) Allows for transmitting and receiving but not a the same time C.) Allow for transmitting and receiving of data simultaneously D.) Doubles the bandwidth
What is STP and what is the difference between PVST and RSTP
Identify 3 characteristics of IP RIP? A.) Distance vector B.) Administrative distance is 120 C.) Periodic updates every 60 seconds D.) Uses a composite metric E.) Can load balance
Does switch has the IP Address. If YES? How to find it?
IPX routing updates occur how often? A.) Every 30 seconds B.) Every 60 seconds C.) Only as needed D.) When the remote router asks for an update
Which updates called incremental updates?
Which of the following is an example of the Physical Layer? A.) TCP B.) ARP C.) IP D.) FDDI E.) LLC F.) Fast Ethernet
The two sublayers of the IEEE Data Link Layer are which of the following? A.) Link and Logical Control B.) Data Link and LLC C.) Logical Link Control and Media Access Control D.) Data Link and MAC
Identify the command to display the hardware platform information? A.) show all B.) show platform C.) display hardware D.) show version
Hub in star topology or bus topology?
Which command verifies encapsulation as well as Layer 1 and Layer 2 statistics on a router configured for Frame Relay? A. show ip B. show interface C. show statistics D. show frame-relay
Using the access-list command, 'access-list 1 deny 2.2.2.2', what else must be done to stop host 2.2.2.2 from sending any traffic out of physical interface E0, while still allowing other traffic? A.) In global mode, Add a line - 'access-list 1 permit 0.0.0.0 255.255.255.255' B.) On interface E0, Add a line - 'access-group 1 in' C.) In global mode, Add a line - 'access-list 1 permit all' D.) On interface E0, Add a line - 'access-list 1 in' E.) On interface E0, Add a line - 'access-list 1 out' F.) On interface E0, Add a line - 'ip access-group 1'