R0106-HP MSR Router Series Layer 2 - WAN Command Reference(V7)
175
Usage guidelines
aal5snap and aal5mux encapsulations support IPoEoA and PPPoEoA mappings.
You can create at most 512 mappings on a VE interface.
A PVC or PVC-group can be mapped to only one VE interface.
A VE interface can only be bound to the PVC or PVC-group on the same interface card. Before you bind
a VE interface, check its interface number to make sure the VE interface is on the same card as the ATM
interface to which the PVC or PVC-group belongs.
This command is not applicable to PVCs in a PVC-group.
Before you configure IPoEoA or PPPoEoA, you must specify a VE interface.
Examples
The following example demonstrates a complete process of IPoEoA configuration.
# Create VE interface Virtual-Ethernet 2/4/1.
<Sysname> system-view
[Sysname] interface virtual-ethernet 2/4/1
# Configure the IP address of the VE interface as 10.1.1.1/16.
[Sysname-Virtual-Ethernet2/4/1] ip address 10.1.1.1 255.255.0.0
[Sysname-Virtual-Ethernet2/4/1] quit
# Create PVC 1/102 on the ATM interface ATM 2/4/0.
[Sysname] interface atm 2/4/0
[Sysname-ATM2/4/0] pvc 1/102
# Create an IPoEoA mapping using the created VE interface in PVC view.
[Sysname-ATM2/4/0-pvc-1/102] map bridge virtual-ethernet 2/4/1
Related commands
encapsulation
map ip
Use map ip to create an IPoA mapping for a PVC or PVC-group.
Use undo map ip to delete the mapping.
Syntax
map ip { ip-address | default | inarp [ minutes ] }
undo map ip [ ip-address | default | inarp ]
Default
No mapping is configured.
Views
PVC view, PVC-group view
Predefined user roles
network-admin
Parameters
ip-address: Specifies the remote IP address mapped to the PVC or PVC-group.