R3303-HP HSR6800 Routers Layer 2 - WAN Command Reference

20
[Sysname-atm-pvc-Atm2/0/1-1/102] map bridge virtual-ethernet 1/0/1
map ip
Use map ip to create an IPoA mapping for the PVC.
Use undo map ip to delete the mapping.
Syntax
In PVC view:
map ip { ip-address [ ip-mask ] | default | inarp [ minutes ] } [ broadcast ]
undo map ip { ip-address | default | inarp }
In ATM class view:
map ip inarp [ minutes ] [ broadcast ]
undo map ip inarp
Default
No mapping is configured. If a mapping is configured, pseudo-broadcast is not supported by default.
Views
PVC view, ATM class view
Default command level
2: System level
Parameters
ip-address: Remote IP address mapped to the current PVC.
ip-mask: IP address mask. It specifies a network segment together with the ip-address argument. This
allows the device to forward an IP packet out of the PVC as long as a next-hop address in the specified
network segment is found for the packet.
default: Sets the default PVC mapping. If no PVC mapping can be found for the next hop address of a
packet, the packet will be sent from the PVC in the default PVC mapping.
inarp: Enables InARP on the PVC.
minutes: Specifies the interval for sending InARP packets. The value range is 1 to 600 minutes, and the
default is 15 minutes.
broadcast: Enables pseudo-broadcast. If the mapping of a PVC is configured with pseudo-broadcast, the
device sends on the PVC a copy of each broadcast or multicast packet that it sends out of the interface
to which the PVC belongs.
You must configure the broadcast keyword on an ATM PVC where broadcast or multicast packets must be
sent, for example, to allow PIM multicast to create neighbor relationship with the router connected using
the ATM interface.
Usage guidelines
Before configuring InARP, make sure the aal5snap encapsulation is used. InARP is not supported when
using aal5mux or aal5nlpid encapsulations.