For some reason zabbix isn’t seeing them, so I think they are really there and this is just a “pilot should not be allowed out of her wheelchair” type problem.
I suspect the former, but this is only my second week of using either.
It would be nice if the SNMP would tell me how busy vyos was too. eg, CPU/Memory/Core Meltdown Imminent. Any VYOSNMP heroes care to give me enough rope to bungee jump with?
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: Red Hat, Inc Device 0001
IF-MIB::ifDescr.3 = STRING: Red Hat, Inc Device 0001
IF-MIB::ifDescr.4 = STRING: Red Hat, Inc Device 0001
IF-MIB::ifDescr.5 = STRING: eth0v10
IF-MIB::ifDescr.6 = STRING: eth0v20
IF-MIB::ifDescr.7 = STRING: eth1v11
IF-MIB::ifDescr.8 = STRING: eth2v12
IF-MIB::ifDescr.9 = STRING: eth0v30
IF-MIB::ifDescr.57 = STRING: eth0v40
IF-MIB::ifDescr.65 = STRING: ppp0
IF-MIB::ifDescr.69 = STRING: Red Hat, Inc Device 0001
IF-MIB::ifDescr.70 = STRING: eth3v13
IF-MIB::ifDescr.73 = STRING: l2tp2
I guess zabby doesn’t like all these devices with the same descr. Is there anyway to change that in vyos?
secondary:
snmpwalk -v 2c -c public 10.41.0.4 . > out3.txt
(not a squeak)
-rw-r–r-- 1 peter users 43443 Jun 23 11:21 out2.txt
-rw-r–r-- 1 peter users 556570 Jun 23 11:21 out3.txt
This looks like an snmpwalk bailout, but should the OID do this in the case of multiple routes:
vyos@vyos:/etc/snmp$ show ip route
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
I - ISIS, B - BGP, > - selected route, * - FIB route
S>* 0.0.0.0/0 [1/0] via 10.0.0.33, eth0
R>* 10.40.10.0/24 [120/6] via 10.40.12.5, eth3, 20:27:01
C * 10.40.12.0/24 is directly connected, eth3v13
C>* 10.40.12.0/24 is directly connected, eth3
C * 10.41.0.0/24 is directly connected, eth1v11
C>* 10.41.0.0/24 is directly connected, eth1
C * 10.41.10.0/24 is directly connected, eth2v12
C>* 10.41.10.0/24 is directly connected, eth2
C>* 10.41.10.240/32 is directly connected, l2tp0
C>* 10.41.10.241/32 is directly connected, l2tp1
C>* 10.41.10.242/32 is directly connected, l2tp2
C>* 127.0.0.0/8 is directly connected, lo
On my test-router, I also have multiple routes double:
O 10.255.255.0/30 [110/10] is directly connected, vti0, 05w1d06h
C>* 10.255.255.0/30 is directly connected, vti0
O 10.255.255.4/30 [110/15] is directly connected, vti1, 05w1d06h
C>* 10.255.255.4/30 is directly connected, vti1
However, only routes with > end up in table and are shown in SNMP: