Searching for "router."

Q:

You need to configure a router for a Frame Relay connection to a non-Cisco router. Which of the following commands will prepare the WAN interface of the router for this connection?

A) Router (config-if) #encapsulation frame-relay q933a B) Router (config - if) #encapsulation frame-relay ansi
C) Router (config - if) #encapsulation frame-relay ietf D) Router (config - if) #encapsulation frame-relay cisco
 
Answer & Explanation Answer: C) Router (config - if) #encapsulation frame-relay ietf

Explanation:

If you have a Cisco router on one side of a Frame Relay network and a non-Cisco router on the otherside, you would need to use the Frame Relay encapsulation type of IETF. The default is Cisco encapsulation, which means that a Cisco router must be on both sides of the Frame Relay PVC.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Suppose you have a customer who has a central HQ and six branch offices. The customer anticipates adding six more branches in the near future. It  whishes to implement  a WAN technology that will allow the branches to economically connect to HQ and you have no free ports on the HQ router. which of the following would you recommend?

A) PPP B) HDLC
C) Frame Relay D) ISDN
 
Answer & Explanation Answer: C) Frame Relay

Explanation:

The key is "there are no free ports" on your router. Only Frame Relay can provide a connection to multiple locations with one interface, and in an economical manner no less.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

The corporate office sends you a new router to connect, but upon connecting the console cable, you see that there is already a configuration on the router. What should be done before a new configuration is entered in the router?

A) RAM should be erased and the router restarted B) Flash should be erased and the router restarted
C) NVRAM should be erased and the router restarted D) The new configuration should be entered and saved
 
Answer & Explanation Answer: C) NVRAM should be erased and the router restarted

Explanation:

Before you start to configure the router, you should erase the NVRAM with the erase startup-config command and then reload the router using the reload command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

The exhibit below shows the output of a show ip interface brief on a Cisco router.

r1#show ip interface brief

Serial0/0 does not respond to ping requests. What step would you take to resolve the problem?

A) Change ip address on Serial0/0 B) Enable the interface Serial0/0
C) Check the physical connection in Serial 0/0 D) The interface looks fine in status up, problem must be somewhere else
 
Answer & Explanation Answer: C) Check the physical connection in Serial 0/0

Explanation:

In order for an interface to work properly and respond to ping requests, both Status and Protocol must be up.

Report Error

View Answer Report Error Discuss

Filed Under: CCENT

Q:

The network with ip address 192.168.100.0/27 is to be used on a router. If ip subnet-zero is configured, which statement describe the resulting number of available subnets and hosts?

A) 7 usable subnets, each with 32 host addresses B) 8 usable subnets, each with 30 host addresses
C) 8 usable subnets, each with 27 host addresses D) 7 usable subnets, each with 24 host addresses
 
Answer & Explanation Answer: B) 8 usable subnets, each with 30 host addresses

Explanation:

Because subnet zero is configured and we have a class C address (192.168.100.0) then the network portion will have 3 bits so 8 subnets will be available. The rest of the bits, 5, represent the available hosts, so 2^5=32, but only 30 are available, 0 ad 31 are network and broadcast respectively.

Report Error

View Answer Report Error Discuss

Filed Under: CCENT