1.
The output of the show frame-relay pvc command shows ”PVC STATUS=INACTIVE”. What does this mean?
Correct Answer
D. The PVC is configured correctly on the local switch, but there is a problem on the remote end of the PVC.
Explanation
The PVC STATUS displays the status of the PVC. The DCE device creates and sends the report to the DTE devices. There are 4 statuses:
+ ACTIVE: the PVC is operational and can transmit data
+ INACTIVE: the connection from the local router to the switch is working, but the connection to the remote router is not available
+ DELETED: the PVC is not present and no LMI information is being received from the Frame Relay switch
+ STATIC: the Local Management Interface (LMI) mechanism on the interface is disabled (by using the “no keepalive” command). This status is rarely seen so it is ignored in some books.
2.
Which command allows you to verify the encapsulation type (CISCO or IETF) for a frame relay link?
Correct Answer
A. Show frame-relay map
Explanation
The “show frame-relay map” command displays the current map entries and information about the connections, including encapsulation type. You can check Table 33 in the following link: http://www.cisco.com/en/US/docs/ios/12_2/wan/command/reference/wrffr4.html#wp1029343 It clearly states there is a Field which can be Cisco or IETF, which “indicates the encapsulation type for this map”. We quote that Table 33 here for your quick reference (you will see what we want to imply in bold):The “show frame-relay lmi” gives us information about the LMI encapsulation type used by the Frame Relay interface, which can be ANSI, CISCO or Q933a. Therefore it is not what the question requires (CISCO or IETF).
3.
Refer to the exhibit. Which statement describes DLCI 17?
Correct Answer
C. DLCI 17 is the Layer 2 address used by R2 to describe a PVC to R3.
Explanation
DLCI stands for Data Link Connection Identifier. DLCI values are used on Frame Relay interfaces to distinguish between different virtual circuits. DLCIs have local significance because the identifier references the point between the local router and the local Frame Relay switch to which the DLCI is connected.
4.
Users have been complaining that their Frame Relay connection to the corporate site is very slow. The network administrator suspects that the link is overloaded. Based on the partial output of the Router#show frame relay pvccommand shown in the graphic, which output value indicates to the local router that traffic sent to the corporate site is experiencing congestion?
Correct Answer
C. In BECN packets 192
Explanation
First we should grasp the concept of BECN & FECN through an example:
5.
What occurs on a Frame Relay network when the CIR is exceeded?
Correct Answer
D. All traffic exceeding the CIR is marked discard eligible.
Explanation
Committed information rate (CIR): The minimum guaranteed data transfer rate agreed to by the Frame Relay switch. Frames that are sent in excess of the CIR are marked as discard eligible (DE) which means they can be dropped if the congestion occurs within the Frame Relay network.
Note: In the Frame Relay frame format, there is a bit called Discard eligible (DE) bit that is used to identify frames that are first to be dropped when the CIR is exceeded.
6.
What command is used to verify the DLCI destination address in a Frame Relay static configuration?
Correct Answer
C. Show frame-relay map
Explanation
The "show frame-relay map" command is used to verify the DLCI destination address in a Frame Relay static configuration. This command displays the mapping between the local DLCI and the remote DLCI, along with the corresponding remote network address. It provides information about the Frame Relay connections and their associated DLCIs, helping to ensure that the correct destination address is configured.
7.
As a technician, you found the router1 is unable to reach the second router. Both routers are running IOS version 12.0.Based on this information, what is the most likely cause of the problem?
Correct Answer
C. Incorrect map statement
Explanation
First we have to say this is an unclear question and it is wrong. The “frame-relay map ip” statement is correct thus none of the four answers above is correct. But we guess there is a typo in the output. Maybe the “ip address 172.16.100.2 255.255.0.0″ command should be “ip address 172.16.100.1 255.255.0.0″. That makes answer C correct.
8.
Refer to the exhibit. What is the meaning of the term dynamic as displayed in the output of the show frame-relay map command shown?
Correct Answer
E. The mapping between DLCI 100 and the end station IP address 172.16.3.1 was learned through Inverse ARP
Explanation
The term dynamic indicates that the DLCI number and the remote router IP address 172.16.3.1 are learned via the Inverse ARP process.
Inverse ARP is a technique by which dynamic mappings are constructed in a network, allowing a device such as a router to locate the logical network address and associate it with a permanent virtual circuit (PVC).
9.
Refer to the exhibit. Which WAN protocol is being used?
Correct Answer
C. Frame Relay
Explanation
Local Management Interface (LMI) is a signaling standard protocol used between your router (DTE) and the first Frame Relay switch. From the output we learn this interface is sending and receiving LMI messages -> Frame Relay is being used.
10.
The command frame-relay map ip 10.121.16.8 102 broadcast was entered on the router. Which of the following statements is true concerning this command?
Correct Answer
E. The broadcast option allows packets, such as RIP updates, to be forwarded across the PVC.
Explanation
The command frame-relay map ip 10.121.16.8 102 broadcast means to mapping the distal IP 10.121.16.8 102to the local DLCI 102. When the “broadcast” keyword is included, it turns Frame Relay network as a broadcast network, which can forward broadcasts.