R3303-HP HSR6800 Routers Layer 2 - WAN Command Reference
139
Examples
# Set the frame relay LMI type of Serial 2/0/0 to nonstandard compatible protocol.
<Sysname> system-view
[Sysname] interface serial 2/0/0
[Sysname-Serial2/0/0] fr lmi type nonstandard
fr map ip
Use fr map ip to add an IP address map entry for frame relay.
Use undo fr map ip to remove an IP address map entry for frame relay.
Syntax
fr map ip { ip-address [ mask ] | default } dlci-number [ broadcast | [ ietf | nonstandard ] ] *
undo fr map ip { ip-address [ mask ] | default } dlci-number
Default
No static address map entry exists and InARP is enabled.
Views
Interface view
Default command level
2: System level
Parameters
ip-address: Peer IP address.
mask: Peer IP mask in the format of X.X.X.X, where X is an integer is in the range of 0 to 255.
default: Creates a default map.
dlci-number: Local virtual circuit number, in the range 16 to 1007.
broadcast: Specifies that broadcast packets can be sent by using the map.
ietf: Indicates that the mapping adopts the IETF encapsulation format.
nonstandard: Indicates that the mapping adopts a non-standard compatible encapsulation format.
connections number: Number of connections with RTP header compression enabled. The value range is
3 to 1000.
Usage guidelines
You can manually create an address map or automatically by using InARP. InARP is suitable for a
complex network where the remote device also supports InARP. However, when the number of remote
hosts is small or when default routes exist, manual map creation is preferred.
Examples
# Create a static address map entry on interface Serial 2/0/0, mapping DLCI 50 to the peer IP address
202.38.163.252.
<Sysname> system-view
[Sysname] interface serial 2/0/0
[Sysname-Serial2/0/0] fr map ip 202.38.163.252 50