[root@localhost /]# route -n=======================================
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.27.0    0.0.0.0         255.255.255.0   U     0      0        0 br0
[root@localhost /]#
[root@localhost /]# ip neigh=======================================
192.168.27.6 dev br0 lladdr a4:bf:01:0c:cc:e2 STALE
192.168.27.5 dev br0 lladdr b0:83:fe:df:f8:c9 STALE
192.168.27.1 dev br0 lladdr 00:17:df:ba:4c:00 STALE
192.168.27.29 dev br0 lladdr 4c:cc:6a:40:5a:31 REACHABLE
[root@localhost /]#
[root@localhost /]# arp -a=========================================
? (192.168.27.6) at a4:bf:01:0c:cc:e2 [ether] on br0
? (192.168.27.5) at b0:83:fe:df:f8:c9 [ether] on br0
? (192.168.27.1) at 00:17:df:ba:4c:00 [ether] on br0
? (192.168.27.29) at 4c:cc:6a:40:5a:31 [ether] on br0
[root@localhost /]#


02-01 15:35