On Tue, 2024-06-11 at 14:56 +0300, Kapetanakis Giannis wrote:
> On 10/06/2024 18:43, Marc Boisis wrote:
> > Hello,
> >
> > I've a 7.5 openBSD router, when I'm asking OPENBSD-PF-MIB I have only 64
> > physicals and carp interfaces but not my 45 vlan interfaces.
> >
> > My /etc/snmpd.conf
> > ROOT:amdrg2:/root > cat /etc/snmpd.conf
> > listen on 127.0.0.1 snmpv2c
> > read-only community public
> >
> >
> > "pfctl -sI" list all interfaces (carp and vlan).
> >
> > Is there a setting or a limit to configure to see vlan interfaces in
> > OPENBSD-PF-MIB and especialy in OPENBSD-PF-MIB::pfIfTable ?
> >
> > Ps: In openbsd 6.5, OPENBSD-PF-MIB::pfIfTable contain all interfaces
> >
> > Regards
> >
> > Marc
> >
> Indeed.
>
> snmpwalk -v2c -c xxxxxx localhost OPENBSD-PF-MIB::pfIfDescr | wc -l
> 64
>
> pfctl -sI | wc -l
> 99 (groups included)
>
> ifconfig | grep flags | wc -l
> 85
>
> that is on 7.5 release.
>
> snmpwalk is showing only "vlan" and not the vlan interfaces. That is probably
> the group vlan.
>
> There is also an empty one at the end.
>
> OPENBSD-PF-MIB::pfIfDescr.63 = STRING: vlan
> OPENBSD-PF-MIB::pfIfDescr.64 = STRING:
>
> G
$ snmp walk -v2c -cpublic 127.0.0.1 pfIfDescr | wc -l
15
$ doas pfctl -sI | wc -l
15
pfIfDescr.13 = STRING: vlan
pfIfDescr.14 = STRING: vlan6
I'm not seeing it. I'm willing to dig into this, but without giving me a
way to reproduce saying "me too" isn't going to help.
martijn@