Can I give my own MIB any OID that I want? Is there a convention to application MIB OID?

9,250

You can have a look at the Cisco Field Manual Router Configuration. It shows you the top-level MIB tree. When referring to OID like: 1.3.6.1.4.1.8072, you are referring to:

iso.org.dod.internet.private.enterprise.your_company

So, this is the convention used. Otherwise, you may have conflict with existing MIBs.

Note that your_company is not just some number you can make up yourself — It is an IANA-Assigned Private Enterprise Number (PEN). If your company does not already have a PEN you must register for one.

Share:
9,250

Related videos on Youtube

Avihai Marchiano
Author by

Avihai Marchiano

Updated on September 18, 2022

Comments

  • Avihai Marchiano
    Avihai Marchiano over 1 year

    I created a scalar MIB for my application, monitor request_queue_size. I followed the write MIB tutorial . The OID there is a long hierarchical OID. I wonder if I can give a short hierarchical OID like 1.1 . Is there any convention?

    My application is hosted on Ubuntu.

  • Avihai Marchiano
    Avihai Marchiano over 11 years
    so for my private mib i can give 1.3.6.1.4.1.1.1.0, where the suffix of 1.1.0 , 1- my company, 1- my scalar - reuqest_pending , 0- scalar vlaue
  • Khaled
    Khaled over 11 years
    @user1495181: Here, you can find the list of registered companies.
  • Philip
    Philip over 11 years
    @Khaled The official list of Enterprise IDs is: iana.org/assignments/enterprise-numbers
  • Khaled
    Khaled over 11 years
    @ChrisS: Thanks. I just picked any link to show that there are already many reserved numbers.