Table Of Contents
Default Route on a PPP Virtual Access Interface
Prerequisites for the Default Route on a PPP Virtual Access Interface
Restrictions for the Default Route on a PPP Virtual Access Interface
Information About the Default Route on a PPP Virtual Access Interface Feature
Overview of the Default Route on a PPP Virtual Access Interface
Benefits of the Default Route on a PPP Virtual Access Interface
How to Configure a Default Route on a PPP Virtual Access Interface
Configuring the Virtual Template
Configuration Examples for the Default Route on a PPP Virtual Access Interface
Configuring the Default Route: Example
Configuring the Virtual Template: Example
Default Route on a PPP Virtual Access Interface
The Default Route on a PPP Virtual Access Interface feature allows a Point-to-Point Protocol (PPP) virtual template to dynamically add a default route pointing to the virtual access interface created by the virtual template.
Port Address Translation (PAT) can be configured on the virtual access interface.
Feature History for the Default Route on a PPP Virtual Access Interface Feature
Finding Support Information for Platforms and Cisco IOS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at the login dialog box and follow the instructions that appear.
Contents
•
Prerequisites for the Default Route on a PPP Virtual Access Interface
•
Restrictions for the Default Route on a PPP Virtual Access Interface
•
Information About the Default Route on a PPP Virtual Access Interface Feature
•
How to Configure a Default Route on a PPP Virtual Access Interface
•
Configuration Examples for the Default Route on a PPP Virtual Access Interface
Prerequisites for the Default Route on a PPP Virtual Access Interface
•
The IP address needs to be negotiated.
Restrictions for the Default Route on a PPP Virtual Access Interface
•
This feature can be used with only one virtual access interface or with multiple virtual interfaces if each virtual interface belongs to a different VPN routing and forwarding table.
•
A static route cannot be configured through the virtual access interface.
Information About the Default Route on a PPP Virtual Access Interface Feature
To configure the Default Route on a PPP Virtual Access Interface feature, you should understand the following concepts:
•
Overview of the Default Route on a PPP Virtual Access Interface
•
Benefits of the Default Route on a PPP Virtual Access Interface
Overview of the Default Route on a PPP Virtual Access Interface
When a virtual template interface is configured to obtain its IP address by using the IP Control Protocol (IPCP) to configure, enable, and disable the IP protocol modules on both ends of the point-to-point link, the dynamically created virtual access interface gets the IP address after PPP negotiation. The Default Route on a PPP Virtual Interface feature allows a customer premises equipment (CPE) router with PPP over an Asychronous Transfer Mode (ATM) or Frame Relay connection to access the Internet without turning on any other routing.
Benefits of the Default Route on a PPP Virtual Access Interface
•
This feature is auto configured to forward the traffic to the Internet after the IP address has been negotiated.
•
This feature does not require other routing.
How to Configure a Default Route on a PPP Virtual Access Interface
This section contains the following procedures:
•
Configuring the Default Route (required)
•
Configuring the Virtual Template (required)
Configuring the Default Route
Perform this task to configure the default route.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface virtual-template interface-number
4.
ip address negotiated
5.
ppp ipcp default route
DETAILED STEPS
Configuring the Virtual Template
Perform this task to configure the virtual template.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface serial interface-number port-number
4.
no ip address
5.
encapsulation frame-relay
6.
no fair-queue
7.
exit
8.
interface serial interface-number port-number protocol
9.
frame-relay interface-dlci dlci protocol virtual-template interface-number
DETAILED STEPS
Configuration Examples for the Default Route on a PPP Virtual Access Interface
This section provides configuration examples for the default route and the virtual template:
Configuring the Default Route: Example
The following example shows how to configure the PPP default route on the virtual access interface:
interface virtual-template 1ip address negotiatedppp ipcp default routeConfiguring the Virtual Template: Example
The following example shows how to map the virtual template to the Frame Relay interface to create the virtual access interface:
interface serial 2/0no ip addressencapsulation frame-relayno fair-queue!interface serial 2/0.1 point-to-pointframe-relay interface-dlci 200 ppp virtual-template 1Additional References
The following sections provide references related to the Default Route on a PPP Virtual Access Interface feature.
Related Documents
Standards
MIBs
RFCs
Technical Assistance
Command Reference
This section documents one new command only.
•
ppp ipcp default route
ppp ipcp default route
To configure a default route through a Point-to-Point Protocol (PPP) virtual access interface, use the ppp ipcp default route command in interface configuration mode. To disable a default route for a PPP virtual access interface, use the no form of this command.
ppp ipcp default route
no ppp ipcp default route
Syntax Description
This command has no arguments or keywords.
Defaults
No default route
Command Modes
Interface configuration
Command History
Usage Guidelines
This command allows a PPP virtual template to dynamically add a default route pointing to the virtual access interface created by the virtual template.
A customer premises equipment (CPE) router with PPP over an Asychronous Transfer Mode (ATM) or Frame Relay connection can access the Internet without turning on any other routing.
Examples
The following example shows how to configure the PPP default route on the virtual access interface:
interface virtual-template 1ip address negotiatedppp ipcp default routeRelated Commands
Command Descriptiondebug ppp negotiation
Displays information on traffic and exchanges in an internetwork implementing PPP.
Copyright © 2004 Cisco Systems, Inc. All rights reserved.

