R2511-HP MSR Router Series Layer 2 - WAN Command Reference(V5)

110
Syntax
display fr map-info [ interface interface-type { interface-number | interface-number.subnumber } ] [ |
{ begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
interface interface-type { interface-number | interface-number.subnumber }: Specifies an interface by its
type and number. It can be a main or subinterface. The interface-number argument is a main interface
number. The subnumber argument is a subinterface number, in the range 0 to 1023.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
This command displays whether the static address map entries are correct and whether dynamic address
mapping operates correctly.
Examples
# Display the frame relay address map table.
<Sysname> display fr map-info
Map Statistics for interface Serial2/0 (DTE)
DLCI = 100, IP INARP 100.100.1.1, Serial2/0
create time = 2002/10/21 14:48:44, status = ACTIVE
encapsulation = ietf, vlink = 14, broadcast
DLCI = 200, IP INARP 100.100.1.1, Serial2/0
create time = 2002/10/21 14:34:42, status = ACTIVE
encapsulation = ietf, vlink = 0, broadcast
DLCI = 300, IP 1.1.1.1, Serial2/0
create time = 2002/10/21 15:03:35, status = ACTIVE
encapsulation = ietf, vlink = 15
Table 22 Command output
Field Descri
p
tion
Map Statistics for interface Serial2/0 (DTE)
Display the frame relay address map. The interface
operates in DTE mode.
DLCI = 100, IP InARP 100.100.1.1, Serial2/0
The PVC with DLCI 100 is mapped to remote IP
address 100.100.1.1 through InARP. The PVC is
configured on the interface Serial2/0. If the keyword
InARP is not provided, you must manually configure
established address mapping.