You want to enable both arpa and snap encapsulation on one
router interface. How do you do this?
A. The interface can handle multiple encapsulation types
with no extra configuration.
B. Assign two network numbers, one for each encapsulation
type.
C. Enable Novell-ether to run multiple encapsulation types.
D. Both arpa and snap are enabled by default so you don't
have to configure anything.
Answers were Sorted based on User's Feedback
Answer / guest
Answer: B
To assign multiple network numbers, you usually
use subinterfaces. A sample configuration follows:
ipx ethernet 0.1
ipx encapsulation novell-ether
ipx network 9e
interface ethernet 0.2
ipx encapsulation sap
ipx network 6c
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / matak
The router would respond to both ARPA and SNAP but only use by default ARPA to resolve layer 2 to 3 mappings.
I guess answer D is halfway right. You can enable both but you will send both ARPA and SNAP ARPs every time.
| Is This Answer Correct ? | 1 Yes | 2 No |
Which three functions are supported by connection oriented servkps? (Choose three) A. connection parameters are synchronized B. any loss or duplication of packets can be corrected C. the data packet is independently routed and the service does not guarantee the packet will be processed in order D. a data communication path is established between a requesting entity and the peer device on the remote end system
Identify 2 characteristics of PPP? A.) Uses LLC to establish the link B.) Default serial encapsulation C.) Support multiple layer 3 protocols D.) Offers two types of authentication; PAP and CHAP
What is the difference between half duplex and full duplex?
Define the virtual channel?
I have layer 3 Cisco 3560(Multilayer) switch right.How we can configure sub interface & Inter VLAN(we have vlan 2,3 & 10 ),Each VLan talk with each other?
IPX traffic using different encapsulation types can go over the same data link A. true B. false
Which two commands allow you to verify address configuration in your unternetword? (Choose two) A. ping B. trace C. verify D. test ip E. Echo ip F. config ip
which utility should use to test whether TCP/IP has been initialized on a system.friends plz post the answer with explaination..
What's the default CDP holdtime in seconds for Cisco routers? A.) 30 seconds B.) 180 seconds C.) 90 seconds D.) 60 seconds
Which of the following will show an extended access list 150? A.) sh access-list 150 B.) sh ip int C.) sh ip access-list D.) sh access-list 150 extended
Why is UDP lease favored when compared to TCP?
What is a characteristic of Store and Forward switches? A.) They work at wire speed. B.) They are the same as Cut-Through switching in 'prune' mode. C.) They forward based on transport layer info. D.) They forward the frame before it is completely read. E.) They increase latency.