Example 1: Display all the adjacent information in the adjacent table.
Ruijie# show ip ref adjacency
adj_type next_hop mac interface
local_adj 0.0.0.0 0000.0000.0000 NULL
glean_adj 0.0.0.0 0000.0000.0000
FastEthernet 1/1
local_adj 0.0.0.0 0000.0000.0000 NULL
glean_adj 0.0.0.0 0000.0000.0000 Loopback 0
forward_adj 192.168.17.1 0000.2004.094f
FastEthernet 1/1
Example 2: Display the adjacent information associated with the specified interface.
Ruijie# show ip ref adjacency interface fastEthernet 1/1
adj_type next_hop mac interface
forward_adj 192.168.17.1 0000.2004.094f
FastEthernet 1/1
Example 3: Display the adjacent node information associated with
the specified IP.
Ruijie# show ip ref adjacency 192.168.17.1
adj_type next_hop mac interface
forward_adj 192.168.17.1 0000.2004.094f
FastEthernet 1/1
Example 4: Display the gleaned adjacent information.
Ruijie# show ip ref adjacency glean
adj_type next_hop mac interface
glean_adj 0.0.0.0 FastEthernet 0/0
0000.0000.0000
Example 5: Display the local adjacent information.
Ruijie# show ip ref adjacency local
adj_type next_hop mac interface
local_adj 0.0.0.0 0000.0000.0000 NULL
local_adj 0.0.0.0 0000.0000.0000 NULL