- Table of Contents
-
- 05-Layer 3—IP Services Configuration Guide
- 00-Preface
- 01-Adjacency table configuration
- 02-ADVPN configuration
- 03-ARP configuration
- 04-DNS configuration
- 05-Fast forwarding configuration
- 06-GRE configuration
- 07-HTTP redirect configuration
- 08-IP addressing configuration
- 09-IP forwarding basics configuration
- 10-IP performance optimization configuration
- 11-IPv6 basics configuration
- 12-IPv6 fast forwarding configuration
- 13-IRDP configuration
- 14-Tunneling configuration
- 15-UDP helper configuration
- 16-WAAS configuration
- Related Documents
-
| Title | Size | Download |
|---|---|---|
| 01-Adjacency table configuration | 49.22 KB |
Displaying the adjacency table
About the adjacency table
The adjacency table stores information about directly connected neighbors for IP forwarding. The neighbor information in this chapter refers to non-Ethernet neighbor information.
This table is not user configurable. The neighbor information is generated, updated, and deleted by link layer protocols through negotiation (such as PPP dynamic negotiation) or through manual configuration (such as ATM static configuration). An adjacency entry includes the following information:
· Neighbor network layer address (next hop).
· Output interface.
· Link layer protocol type.
· Link layer address. This field displays PVC for ATM, and it is not available for PPP.
When forwarding an IP packet, the device performs the following tasks:
· Searches the FIB to find the output interface and next hop.
· Uses the output interface and next hop address to search the adjacency table for link layer forwarding information.
|
|
NOTE: Ethernet and non-Ethernet neighbor information is stored and managed together. |
Display and maintenance commands for adjacency table
Execute display commands in any view.
|
Task |
Command |
|
Display IPv4 adjacency table information. |
display adjacent-table { all | physical-interface interface-type interface-number | routing-interface interface-type interface-number | slot slot-number } [ count | verbose ] |
|
Display brief log information for the IPv4 adjacency table. |
display adjacent-table log [ interface interface-type interface-number | ip ip-address ] [ slot slot-number ] |
|
Display IPv6 adjacency table information. |
display ipv6 adjacent-table { all | physical-interface interface-type interface-number | routing-interface interface-type interface-number | slot slot-number } [ count | verbose ] |
|
Display brief log information for the IPv6 adjacency table. |
display ipv6 adjacent-table log [ interface interface-type interface-number | ip ip-address ] [ slot slot-number ] |
