# File lib/snmp/varbind.rb, line 181
    def to_s
      if @mib
        @mib.name(self)
      else
        to_str
      end
    end