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 |
What command do we give if router ios is stucked?
Which protocol can do load balancing on unequal cost also?
2500 Value in which type of access list?
What is true when creating static route? A.) The mask parameter is optional B.) The administrative distance is required C.) The gateway parameter is required D.) The administrative distance is optional
When a router knows the IP address, but does not know the MAC address of the device it wishes to contact, it uses the ARP (Address resolution protocol) to determine the MAC address. After it learns the MAC address, it stores this information in the ARP cache. What is the command to view the ARP cache? A.) sh mac B.) show cache C.) show arp D.) sh arp interfaces E.) show ip cache
NetWare IPX addressing uses a network number and a node number. Which statements are true? A. The network address is administratively assigned and can be up to 16 hexadecimal digits long. B. The node address is always administratively assigned. C. The node address is usually the MAC address. D. If the MAC address is used as the node address, then IPX eliminates the use of ARP.
Why Authentication Header (AH) is not compatible with the network that using NAT?????? Jitu, looking for u specially...!!!! U knw why i m looking for u..!!!
What is the default LMI type for Cisco Routers that are using Frame-Relay? A.) Gandalf5 B.) Q933A C.) Cisco D.) IETF E.) ARPA F.) SAP
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
Explain why is udp lease favored when compared to tcp?
Which two of the following protocols are used at the Transport layer? A.) ARP B.) UDP C.) ICMP D.) RARP E.) TCP F.) BootP
What are the two most common request/reply pair with ICMP messages when using the ping command? (Choose two) A. echo reply B. echo request C. source quench D. fragment onset E. information redirect F. destination reachable G. echo control message