# File lib/rubyipmi/ipmitool/commands/lan.rb, line 40
    def ip
      if @info.length < 1
        parse(print)
      end
      @info["ip address"]
    end