R3303-HP HSR6800 Routers Layer 2 - WAN Command Reference

19
Related commands
pvc-group
pvc
Examples
# Configure a PVC named aa, whose VPI/VCI is 1/32, to carry IP packets with precedence levels 0 to
3.
<Sysname> system-view
[Sysname] interface atm 1/0/1
[Sysname-Atm1/0/1] pvc-group aa 1/32
[Sysname-atm-pvc-group-Atm1/0/1-1/32-aa] ip-precedence aa 1/32 0 3
map bridge
Use map bridge to establish the IPoEoA mapping or PPPoEoA mapping on a PVC.
Use undo map bridge to delete the mapping.
Syntax
map bridge virtual-ethernet interface-number
undo map bridge
Default
No mapping is configured.
Views
PVC view, ATM Class view
Default command level
2: System level
Parameters
interface-number: Specifies a VE interface by its number.
Usage guidelines
Before using this command, make sure the VE has been created.
Examples
The following example demonstrates a complete process of IPoEoA configuration.
# Create interface Virtual-Ethernet 1/0/1.
<Sysname> system-view
[Sysname] interface virtual-ethernet 1/0/1
# Assign IP address 10.1.1.1/16 to the VE interface.
[Sysname-Virtual-Ethernet1/0/1] ip address 10.1.1.1 255.255.0.0
[Sysname-Virtual-Ethernet1/0/1] quit
# Create PVC 1/102 on the ATM interface ATM2/0/1.
[Sysname] interface atm 2/0/1
[Sysname-Atm2/0/1] pvc 1/102
# Establish the IPoEoA mapping using the established VE interface in PVC view.