The show frame-relay map command is used (in EXEC mode) to display the current map entries and information about the connections.
The following example demonstrates the show frame-relay map command and its displayed output, and Table 169 describes the output:
Router# show frame-relay map
Serial 1 (administratively down): ip 131.108.177.177
dlci 177 (0xB1,0x2C10), static, broadcast,
CISCO
TCP/IP Header Compression (inherited), passive (inherited)
Table 16-9. show frame-relay map Field Descriptions | |
Field |
Description |
Serial 1 (administratively down) |
A Frame Relay interface and its status (up or down). In this example, the interface was taken down manually. |
ip 131.108.177.177 |
A destination IP address. |
dlci 177 (0xB1,0x2C10) |
A DLCI that identifies the logical connection being used to reach this interface. This value is displayed in three ways: its decimal value (177), its hexadecimal value (0xB1), and its value as it would appear on the wire (0x2C10). |
Static |
An indication of whether this entry is static or dynamic. Static entries are manually configured; dynamic entries are learned by the router. |
CISCO |
An indication of the encapsulation type for this map; either CISCO or IETF. |
TCP/IP Header Compression (inherited), passive (inherited)
An indication of whether the TCP/IP header compression characteristics are inherited from the interface or are explicitly configured for the IP map.
Was this article helpful?
Post a comment