|
Home > Archive > CCNA > October 2001 > need help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| 1.Given the configuration example
interface ethernet0
ipx network 4a
ipx access group 800 out
interface ethernetl
ipx network 3d
interface ethernet2
ipx network 5c
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 4a 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
2.What is a benefit of a virtual LAN (VIAN)?
A.It increases the number of broadcast domains
B.It decreases the number of broadcast domains
C.It increases the number of collision domains
D.It decreases the number of collision domains
E.Since it is a virtual Interface it never shuts down
3.Which command displays access list 111 ?
A.show access-list 111
B.show ip access-list 111
C.display ip access-list 111
D.display access-list 111 details | |
| rdavies 2001-10-23, 8:30 am |
| Q1 - A
Q2 - C
Q3 - A | |
| gammann 2001-10-23, 8:48 am |
| 1) B, E
B, cause network 4a is attached to e0.
E, cause the access list is applied to the outbound interface of e0.
2) A
A, cause a switch by nature increases collision domains, a VLAN increases broadcast domains.
3) A
A, cause display isn't a IOS command, and you only specify the protocol when applying the list. | |
| dmaftei 2001-10-23, 8:53 am |
| quote: Originally posted by suncf
3.Which command displays access list 111 ?
A.show access-list 111
B.show ip access-list 111
C.display ip access-list 111
D.display access-list 111 details
Both A and B work. |
|
|
|
|