Cisco Systems C819GUK9 Router User Manual


 
11-4
Cisco 819 Series Integrated Services Routers Software Configuration Guide
OL-23590-02
Chapter 11 Configuring PPP over Ethernet with NAT
Configuration Tasks
SUMMARY STEPS
1. interface type number
2. pppoe-client dial-pool-number number
3. no shutdown
4. exit
Configure the Dialer Interface
The dialer interface indicates how to handle traffic from the clients, including, for example, default
routing information, the encapsulation protocol, and the dialer pool to use. The dialer interface is also
used for cloning virtual access. Multiple PPPoE client sessions can be configured on a Fast Ethernet
interface, but each session must use a separate dialer interface and a separate dialer pool.
Complete the following steps to configure a dialer interface for one of the Fast Ethernet LAN interfaces
on the router, starting in global configuration mode.
Command Purpose
Step 1
interface type number
Example:
Router(config)# interface fastethernet 4
Router(config-if)#
Enters interface configuration mode for a
Fast
Ethernet WAN interface.
Step 2
pppoe-client dial-pool-number number
Example:
Router(config-if)# pppoe-client
dial-pool-number 1
Router(config-if)#
Configures the PPPoE client and specifies the
dialer interface to use for cloning.
Step 3
no shutdown
Example:
Router(config-if)# no shutdown
Router(config-if)#
Enables the Fast Ethernet interface and the
configuration changes just made to it.
Step 4
exit
Example:
Router(config-if)# exit
Router(config)#
Exits configuration mode for the Fast Ethernet
interface and returns to global configuration
mode.