Exam 300-415 All QuestionsBrowse all questions from this exam
Question 149

An engineer is configuring a shaping rate of 1 Mbps on the WAN link of a WAN Edge router. Which configuration accomplishes this task?

A.

B.

C.

D.

    Correct Answer:

    The configuration that accomplishes the task of setting a shaping rate of 1 Mbps on the WAN link of a WAN Edge router is: vpn vpn-id interface interface-name shaping-rate 1000. The shaping rate is typically expressed in kilobits per second (Kbps), so to set 1 Mbps, you need to configure it to 1000 Kbps. The correct configuration syntax hierarchy requires the 'vpn vpn-id' statement followed by the 'interface interface-name' statement, and then the 'shaping-rate' statement with the appropriate value in Kbps. Therefore, the answer is D.

Discussion
Nalla123

Answer is D vpn vpn-id interface interface-name shaping-rate kbps

ChrisCCNA

This should be kbps

kcobain87

It should be D

sull3y

Answer is D Command Hierarchy vpn vpn-id interface interface-name shaping-rate kbps

bullett00th

I would choose D!! shaping-rates are in Kpbs???!!

NetArch_Teck

The rate in which data is transmitted is in Kbps, meaning 1000 Kbps = 1MB The Syntax Hierarchy is VPN-"VPN-ID" Interface Interface Name Shaping-rate kbps The only correct option that fulfils the question is option D.

BGP65000

I agree should be C, because shaping-rate is expressed in kbits, 1mbits=1000kbits.