DataCollector :: CommandParsers :: CiscoDhcpHelperAddress :: CiscoDhcpHelperAddress :: Class CiscoDhcpHelperAddress
[hide private]
[frames] | no frames]

Class CiscoDhcpHelperAddress

source code

CommandParser.CommandParser --+
                              |
                             CiscoDhcpHelperAddress

Instance Methods [hide private]
 
condition(self, device, log)
does device meet the proper conditions for this collector to run
source code
 
parse(self, device, results, log)
collect snmp information from this device device is the a Device class (or subclass) object snmpsess is a valid instance of SnmpSession to connect to this device
source code
 
description(self)
return a description of what this map does
source code

Inherited from CommandParser.CommandParser: newObjectMap, newRelationshipMap, prepId

Class Variables [hide private]
  command = 'show run | include helper-address'
Method Details [hide private]

condition(self, device, log)

source code 
does device meet the proper conditions for this collector to run
Overrides: CommandParser.CommandParser.condition
(inherited documentation)

parse(self, device, results, log)

source code 
collect snmp information from this device device is the a Device class (or subclass) object snmpsess is a valid instance of SnmpSession to connect to this device
Overrides: CommandParser.CommandParser.parse
(inherited documentation)

description(self)

source code 
return a description of what this map does
Overrides: CommandParser.CommandParser.description
(inherited documentation)