- Table of Contents
-
- 05-Layer 3—IP Services Configuration Guide
- 00-Preface
- 01-ARP configuration
- 02-DHCPv6 configuration
- 03-DHCP configuration
- 04-GRE configuration
- 05-HTTP redirect configuration
- 06-IPv6 basics configuration
- 07-IPv6 fast forwarding configuration
- 08-IP addressing configuration
- 09-IP performance optimization configuration
- 10-IP forwarding basics configuration
- 11-IRDP configuration
- 12-mDNS relay configuration
- 13-mDNS gateway configuration
- 14-UDP helper configuration
- 15-DNS configuration
- 16-Fast forwarding configuration
- 17-Adjacency table configuration
- 18-Tunneling configuration
- Related Documents
-
Title | Size | Download |
---|---|---|
17-Adjacency table configuration | 50.84 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 or through manual configuration. An adjacency entry includes the following information:
· Neighbor network layer address (next hop).
· Output interface.
· Link layer protocol type.
· Link layer address.
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
|
NOTE: The device only supports displaying adjacency entries about tunnel interfaces whose link layer protocol is P2P. |
Execute display commands in any view.
Task |
Command |
In standalone mode: display adjacent-table { all | physical-interface interface-type interface-number | routing-interface interface-type interface-number | slot slot-number } [ count | verbose ] In IRF mode: display adjacent-table { all | physical-interface interface-type interface-number | routing-interface interface-type interface-number | chassis chassis-number slot slot-number } [ count | verbose ] |
|
Display IPv6 adjacency table information. |
In standalone mode: display ipv6 adjacent-table { all | physical-interface interface-type interface-number | routing-interface interface-type interface-number | slot slot-number } [ count | verbose ] In IRF mode: display ipv6 adjacent-table { all | physical-interface interface-type interface-number | routing-interface interface-type interface-number | chassis chassis-number slot slot-number } [ count | verbose ] |