Sign Up
Log In
Home
discussion
Exam 300-101 Question id=404 Layer 2 Technologies

Prior to enabling PPPoE in a virtual private dialup network group, which task must be completed?

A. Disable CDP on the interface
B. Execute the vpdn enable command
C. Execute the no switchport command
D. Enable QoS FIFO for PPPoE support

Enabling PPPoE in a VPDN Group
Perform this task to enable PPPoE in a virtual private dial-up network (VPDN) group.
Restrictions
This task applies only to releases prior to Cisco IOS Release 12.2(13)T.
SUMMARY STEPS
1. enable
2. configure terminal
3. vpdn enable
4. vpdn-group name
5. request-dialin
6. protocol pppoe
DETAILED STEPS

Command or ActionPurpose
Step 1enable
Example:
Router>enable
Enables priveleged EXEC mode.
Enter your password if prompted
Step 2configure terminal
Example:
Router#configure terminal
Enables global configuration mode.
Step 3vpdn enable
Example:
Router(config)#vpdn enable
Enables virtual private dialup networknig.
Step 4vpdn-group name
Example:
Router(config)#vpdn-group group1
Associates a VPDN group with a customer or VPDN profile.
Step 5request-dialin
Example:
Router(config-vpdn)#request-dialin
Creates a request-dialin VPDN subgroup.
Step 6protocol pppoe
Example:
Router(config-vpnd-req-in)#protocol pppoe
Enables the VPDN subgroup to establish PPPoE.

Reference