Closed ugtelset closed 6 years ago
Do you think it's related to this FreeBSD bugs?: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193953
I think It's the same bug. But i see that there are no solutions to this problem since 2014-09-26.
I've tried to reproduce this error on 1.90 and didn't reproduce it: Do you thinks it's resolved ?
VM lab setup:
sysrc cloned_interfaces=lagg0
sysrc ifconfig_vtnet0="up"
sysrc ifconfig_vtnet1="up"
sysrc ifconfig_lagg0="laggproto loadbalance laggport vtnet0 laggport vtnet1"
sysrc vlans_lagg0="1004"
sysrc ifconfig_lagg0_1004="inet 10.0.0.1/24"
sysrc bsnmpd_enable=yes
service netif restart
service bsnmpd start
tests:
[root@router]~# show version
BSD Router Project version: 1.90
Console: serial
Based on: FreeBSD 11.2-BETA3 amd64
[root@router]~# echo Increasing stats counters
Increasing stats counters
[root@router]~# ping -c 2 10.0.0.2
PING 10.0.0.2 (10.0.0.2): 56 data bytes
--- 10.0.0.2 ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss
[root@router]~# ifconfig lagg0.1004
lagg0.1004: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=80000<LINKSTATE>
ether 58:9c:fc:01:00:01
inet6 fe80::5a9c:fcff:fe01:1%lagg0.1004 prefixlen 64 scopeid 0x6
inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
media: Ethernet autoselect
status: active
vlan: 1004 vlanpcp: 0 parent interface: lagg0
groups: vlan
[root@router]~# bsnmpget -s public@localhost ifName.5
ifName[5] = lagg0.1004
[root@router]~# bsnmpget -s public@localhost ifHCInOctets.5
ifHCInOctets[5] = 0
[root@router]~# bsnmpget -s public@localhost ifHCOutOctets.5
ifHCOutOctets[5] = 612
Hi Oliver! Well, It's a good news! But we aren't using BSDRP now. The last version of used BSDRP was 1.7.
After upgrade BSDRP from 1.56 to 1.59 version bsnmpd not showing out 64-bits octets for vlan interfaces.