User's Manual
640 - 607
Leading the way in IT testing and certification tools, www.testking.com
- 43 -
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 two actions result from implementing this configuration? (Choose two.)
A. IPX network 5c will not receive any traffic.
B. Traffic from network 3d for network 4a will be forwarded out e0.
C. Traffic from network 3d for network 3d will be forwarded out e0.
D. Traffic from network 3d, destined for network 4a, will be forwarded out e2.
E. The access list is applied to an outgoing interface and filters outbound traffic.
Answer: D, E
Explanation:
The key commands for this question are “ipx access-group 800 out” and “access-list 800 permit 3d 4a”. The
first command identifies the access list as an outbound access list. In the command “access-list 800 permit 3d
4a” the first network, 3d, is source network number and the second network, 4a, is the destination network.
Incorrect Answers:
A is incorrect; there is no reference to network 5c in this question.
B is incorrect; traffic from 3d to 4a will not transit e0.
C is incorrect; network 3d would not need the access list to send traffic within itself.
Steve McQuerry. Interconnecting Cisco Network Devices. (Cisco Press: 2000) pages 353-354.
Q. 60
Which show interface serial 1 status statement indicates that the shutdown command was issued on that
interface?
A. Serial 1 is up, line protocol is up.
B. Serial 1 is up, line protocol is down.
C. Serial 1 is down, line protocol is down.
D. Serial 1 is administratively down, the line protocol is down.