Jump to content

Recommended Posts

Posted

Парни, наверняка, кто-то уже нашел oidы -  arp count  и mac-address-table count.

Поделитесь, плиз.

(что-то я полазил mib браузером по SNR mib - и сходу не нашел.... )

Posted

Да, как уже отметили, таких private oid нет.

Можете воспользоваться такими конструкциями:

 

mac-table

snmpwalk -v2c -c public x.x.x.x 1.3.6.1.2.1.17.4.3.1.1 | wc -l

 

arp-table

snmpwalk -v2c -c public x.x.x.x 1.3.6.1.2.1.4.22.1.3 | wc -l

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...