Command Reference Guide
3Com Router 5000 Family and Router 6000 Family map ppp ● 223
Command Reference
map ppp
Purpose Use the map ppp command to create a PPPoA map on the PVC.
Use the undo map ppp command to delete the map.
Syntax map ppp { virtual-template vt-number [ server ] | dialer dialer-member }
undo map ppp
Parameters vt-number
Number of the virtual template interface
corresponding to common PPPoA or PPPoA server. It
must be one that already exists.
server
Configures the PPPoA as the server.
dialer-member
Number of the dialer interface corresponding to the
PPPoA client. It must be one that already exists.
Default By default, no mapping is configured.
Example The following presents a complete PPPoA configuration process.
Create virtual template interface 1o and assign is an IP address.
[3Com] interface virtual-template 10
[3Com-Virtual-Template10] ip address 202.38.160.1 255.255.255.0
[3Com-Virtual-Template10] quit
Create PVC 1/101 on interface Atm1/0/0.
[3Com] interface atm 1/0/0
[3Com-Atm1/0/0] pvc 1/101
Create a PPPoA map in common PPPoA mode associating virtual template 10 with
PVC 1/101.
[3Com-atm-pvc-Atm1/0/0-1/101] map ppp virtual-template 10
View This command can be used in the following views:
■ PVC view
Description Three PPPoA configuration modes are available: common PPPoA, PPPoA server, and
PPPoA client.
To configure common PPPoA, use the map ppp virtual-template vt-number
command.