Valid 200-105 Dumps shared by ExamDiscuss.com for Helping Passing 200-105 Exam! ExamDiscuss.com now offer the newest 200-105 exam dumps, the ExamDiscuss.com 200-105 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-105 dumps with Test Engine here:
It has become necessary to configure an existing serial interface to accept a second Frame Relay virtual circuit. Which of the following are required to solve this? (Choose three)
Correct Answer: B,C,D
Explanation/Reference: How To Configure Frame Relay Subinterfaces Reference: http://www.orbit-computer-solutions.com/How-To-Configure-Frame-Relay-Subinterfaces.php Explanation: Step to configure Frame Relay subinterfaces on a physical interface: 1. Remove any network layer address (IP) assigned to the physical interface. If the physical interface has an address, frames are not received by the local subinterfaces. 2. Configure Frame Relay encapsulation on the physical interface using the encapsulation frame-relay command. 3. For each of the defined PVCs, create a logical subinterface. Specify the port number, followed by a period (.) and the subinterface number. To make troubleshooting easier, it is suggested that the subinterface number matches the DLCI number. 4. Configure an IP address for the interface and set the bandwidth. 5. Configure the local DLCI on the subinterface using the frame-relay interface-dlci command. Configuration Example: R1>enable R1#configure terminal R1(config)#interface serial 0/0/0 R1(config-if)#no ip address R1(config-if)#encapsulation frame-relay R1(config-if)#no shutdown R1(config-if)#exit R1(config-subif)#interface serial 0/0/0.102 point-to-point R1(config-subif)#ip address 192.168.1.245 255.255.255.252 R1(config-subif)#frame-relay interface-dlci 102 R1(config-subif)#end R1#copy running-config startup-config