I'm new to mactrack and I'm having problems getting it working correctly. I've added a site, and Device Types, then added a couple of switches but I can't seem to get any ip's collected. The switches I've tried are all cisco's (3750, 6509, 4507).
Edit: The 6509 switch is routing the vlans for our site, and is defined in mactrack as a switch / router the the device type.
Here is an example output from a "php mactrack_scanner.php -d -id=1":
Code: Select all
DEBUG: HOST: xx.xx.xx.xx is alive, processing has begun.
DEBUG: Scanning function is 'get_catalyst_dot1dTpFdbEntry_ports'
DEBUG: There are 19 VLANS.
DEBUG: ifIndexes data collection complete
DEBUG: ifTypes data collection complete.
DEBUG: ifNames data collection complete.
DEBUG: ipAddrTable scanning for link ports data collection complete.
DEBUG: ifSpeed data collection complete.
DEBUG: ifDescr data collection complete.
DEBUG: ifMtu data collection complete.
DEBUG: ifPhysAddress data collection complete.
DEBUG: ifAdminStatus data collection complete.
DEBUG: ifOperStatus data collection complete.
DEBUG: ifLastChange data collection complete.
DEBUG: ifInDiscards data collection complete.
DEBUG: ifInErrors data collection complete.
DEBUG: ifInUnknownProtos data collection complete.
DEBUG: ifOutDiscards data collection complete.
DEBUG: ifOutErrors data collection complete.
-----SNIP ----
DEBUG: ifInterfaces assembly complete.
DEBUG: Cisco Voice VLAN collection complete
DEBUG: Voice VLANs exist on this device
DEBUG: ifInterfaces assembly complete.
DEBUG: portNames data collected.
DEBUG: portTrunking data collected.
DEBUG: VLAN Analysis for VLAN: 1/default is complete. ACTIVE PORTS: 23
DEBUG: VLAN Analysis for VLAN: 4/VLAN0004 is complete. ACTIVE PORTS: 3
DEBUG: VLAN Analysis for VLAN: 8/VLAN0008 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 12/VLAN0012 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 16/VLAN0016 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 20/VLAN0020 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 24/VLAN0024 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 28/VLAN0028 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 32/VLAN0032 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 36/VLAN0036 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 40/VLAN0040 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 44/VLAN0044 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 48/VLAN0048 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 52/VLAN0052 is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 100/Cluster-VLAN is complete. ACTIVE PORTS: 4
DEBUG: VLAN Analysis for VLAN: 200/STORAGE is complete. ACTIVE PORTS: 0
DEBUG: VLAN Analysis for VLAN: 500/HON-WBK-MAN is complete. ACTIVE PORTS: 1
DEBUG: VLAN Analysis for VLAN: 501/HON-KST-MAN is complete. ACTIVE PORTS: 1
DEBUG: Processing has begun for VLAN: 1
DEBUG: No user ports on this network.
DEBUG: Bridge port information about to be collected.
DEBUG: VLAN_ID: 1, VLAN_NAME: default, ACTIVE PORTS: 0
DEBUG: Processing has begun for VLAN: 4
DEBUG: No user ports on this network.
DEBUG: Bridge port information about to be collected.
DEBUG: VLAN_ID: 4, VLAN_NAME: VLAN0004, ACTIVE PORTS: 0
DEBUG: Processing has begun for VLAN: 100
DEBUG: No user ports on this network.
DEBUG: Bridge port information about to be collected.
DEBUG: VLAN_ID: 100, VLAN_NAME: Cluster-VLAN, ACTIVE PORTS: 0
DEBUG: Processing has begun for VLAN: 500
DEBUG: No user ports on this network.
DEBUG: Bridge port information about to be collected.
DEBUG: VLAN_ID: 500, VLAN_NAME: HON-WBK-MAN, ACTIVE PORTS: 0
DEBUG: Processing has begun for VLAN: 501
DEBUG: No user ports on this network.
DEBUG: Bridge port information about to be collected.
DEBUG: VLAN_ID: 501, VLAN_NAME: HON-KST-MAN, ACTIVE PORTS: 0
DEBUG: Final cross check's now being performed.
INFO: HOST: xx.xx.xx.xx, TYPE: Cisco IOS Software, C3750 Software (C375, TOTAL PORTS: 0, ACTIVE PORTS: 0DEBUG: Scanning function is 'get_standard_arp_table'
DEBUG: atifIndexes data collection complete
DEBUG: atPhysAddress data collection complete
DEBUG: atNetAddress data collection complete
DEBUG: atEntries assembly complete.
-----SNIP ----
I'm running:
fedora core 5
cacti 0.8.6j (tarball)
Plugin Arch: 1.1
mactrack: svn (21/5/2007)
php-snmp-5.1.6-1.1 (rpm)
php-5.1.6-1.1 (rpm)
net-snmp-5.3-4.2 (rpm)
Any help greatly appreciated.
Wayne.