R3303-HP HSR6800 Routers Layer 2 - WAN Command Reference
21
Examples
# Create an IPoA mapping on PVC 1/32, specifying the opposite IP address to 61.123.30.169 and
supporting pseudo-broadcast.
<Sysname> system-view
[Sysname] interface atm 1/0/1
[Sysname-Atm1/0/1] pvc 1/32
[Sysname-atm-pvc-Atm1/0/1-1/32] map ip 61.123.30.169 broadcast
# Enable InARP on PVC 1/33 and send InARP packets every 10 minutes.
<Sysname> system-view
[Sysname] interface atm 1/0/1
[Sysname-Atm1/0/1] pvc 1/33
[Sysname-atm-pvc-Atm1/0/1-1/33] map ip inarp 10
map ppp
Use map ppp to create a PPPoA map on the PVC.
Use undo map ppp to delete the map.
Syntax
map ppp virtual-template vt-number
undo map ppp
Default
No mapping is configured.
Views
PVC view, ATM class view
Default command level
2: System level
Parameters
vt-number: Specifies the number of the VT interface corresponding to a PPPoA mapping.
Usage guidelines
Before using this command, make sure that the VT has been created.
Examples
The following example demonstrates a complete process of PPPoA configuration.
# Create a VT interface numbered 10, and assign it an IP address.
<Sysname> system-view
[Sysname] interface virtual-template 10
[Sysname-Virtual-Template10] ip address 202.38.160.1 255.255.255.0
[Sysname-Virtual-Template10] quit
# Create PVC 1/101 on interface ATM 1/0/1.
[Sysname] interface atm 1/0/1
[Sysname-Atm1/0/1] pvc 1/101
# Create a PPPoA map using the VT interface created.