From owner-freebsd-questions Thu Jan 15 17:10:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05618 for questions-outgoing; Thu, 15 Jan 1998 17:10:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from klokan.sh.cvut.cz (root@klokan.sh.cvut.cz [193.84.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA05501 for ; Thu, 15 Jan 1998 17:09:04 -0800 (PST) (envelope-from J.Klaus@sh.cvut.cz) Received: from skunk.sh.cvut.cz (skunk.sh.cvut.cz [194.108.141.194]) by klokan.sh.cvut.cz (8.6.12/8.6.9) with ESMTP id CAA17444 for ; Fri, 16 Jan 1998 02:08:56 +0100 Received: from SKUNK/SpoolDir by skunk.sh.cvut.cz (Mercury 1.31); 16 Jan 98 02:08:58 +0100 Received: from SpoolDir by SKUNK (Mercury 1.31); 16 Jan 98 02:08:50 +0100 Received: from hell.sh.cvut.cz by skunk.sh.cvut.cz (Mercury 1.31); 16 Jan 98 02:08:47 +0100 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-2 MIME-Version: 1.0 Date: Fri, 16 Jan 1998 01:44:09 +0100 (CET) Organization: CTU Prague From: Jaroslav Klaus To: freebsd-questions@FreeBSD.ORG Subject: Routing table & arp & snmp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id RAA05505 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, this is my routing table (only fragment): Destination Gateway Flags Refs Use Netif Expire default 194.108.141.33 UGSc 6 10558428 ed0 127.0.0.1 127.0.0.1 UH 0 7437 lo0 194.108.141.32/27 link#4 UCSc 2 0 194.108.141.64/27 link#7 UC 0 0 194.108.141.67 0:0:b4:52:b8:12 UHLW 0 881 ed3 441 194.108.141.72 0:60:8c:30:d4:64 UHLW 0 142 ed3 246 194.108.141.76 0:4f:49:1:18:88 UHLW 0 1046 ed3 1020 194.108.141.95 ff:ff:ff:ff:ff:ff UHLWb 0 42 ed3 194.108.141.96/27 link#6 UC 0 0 194.108.141.98 0:60:8c:30:d4:44 UHLW 0 2 ed2 855 194.108.141.104 0:0:1:11:13:11 UHLW 0 6 ed2 848 Why there is an items with MAC address for all stations? After I deleted an destination 'routed -s' (probably) will create that item again. I have installed ucd-snmp-3.2 and when I walk MIB I get terrible table: ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.0.0.0 = IpAddress: 0.0.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.1.0.0 = IpAddress: 0.1.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.2.0.0 = IpAddress: 0.2.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.3.0.0 = IpAddress: 0.3.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.5.0.0 = IpAddress: 0.5.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.6.0.0 = IpAddress: 0.6.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.8.0.0 = IpAddress: 0.8.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.10.0.0 = IpAddress: 0.10.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.16.0.0 = IpAddress: 0.16.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.18.0.0 = IpAddress: 0.18.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.19.0.0 = IpAddress: 0.19.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.21.0.0 = IpAddress: 0.21.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.25.0.0 = IpAddress: 0.25.0.0 Is it snmp agent bug? Thank you for any idea. -- Jarda