Search found 11 matches

by monitoringisfuncr
Thu Jun 01, 2017 3:52 pm
Forum: Plugin: (MAC Track)
Topic: [patch] Track devices on Cisco etherchannel interfaces
Replies: 11
Views: 18585

Re: [patch] Track devices on Cisco etherchannel interfaces

I think I see the problem.... Per the Patch / Script ( mactrack_cisco_etherchannel.patch ) it looks for matches with : Po# ( preg_match("/^Po\d/" ) , then populates MAC Track results. See the difference between how MACTrack sees the Cat/IOS port channels ( ifName ) VS Nexus port channels v...
by monitoringisfuncr
Thu Jun 01, 2017 3:52 pm
Forum: Plugin: (MAC Track)
Topic: Add Trunk port for Scanning MACs
Replies: 11
Views: 14126

Re: Add Trunk port for Scanning MACs

I think I see the problem.... Per the Patch / Script ( mactrack_cisco_etherchannel.patch ) it looks for matches with : Po# ( preg_match("/^Po\d/" ) , then populates MAC Track results. See the difference between how MACTrack sees the Cat/IOS port channels ( ifName ) VS Nexus port channels v...
by monitoringisfuncr
Thu Jun 01, 2017 2:57 pm
Forum: Plugin: (MAC Track)
Topic: [patch] Track devices on Cisco etherchannel interfaces
Replies: 11
Views: 18585

Re: [patch] Track devices on Cisco etherchannel interfaces

I made the changes to the mactrack_cisco.php and mactrack_functions.php files as the link suggested. Removing ( - ) the lines and Adding ( + ) lines as the update script suggested and now I get port channel information back for Catalyst / IOS devices which is great, however I still don't get back Ci...
by monitoringisfuncr
Thu Jun 01, 2017 11:48 am
Forum: Plugin: (MAC Track)
Topic: Add Trunk port for Scanning MACs
Replies: 11
Views: 14126

Re: Add Trunk port for Scanning MACs

I made the changes to the mactrack_cisco.php and mactrack_functions.php files as the link suggested. Removing ( - ) the lines and Adding ( + ) lines as the update script suggested and now I get port channel information back for Catalyst / IOS devices which is great, however I still don't get back Ci...
by monitoringisfuncr
Thu Jun 01, 2017 10:07 am
Forum: Plugin: (MAC Track)
Topic: Add Trunk port for Scanning MACs
Replies: 11
Views: 14126

Re: Add Trunk port for Scanning MACs

Perhaps part of my problem now that I'm digging into results since that adjustment, is that the MACs that I'm expecting to learn are actually being learned on the Cisco Port-Channels. It does not appear that MAC Track shows information regarding port-channels. Is there something that I need to tweak...
by monitoringisfuncr
Thu Jun 01, 2017 9:14 am
Forum: Plugin: (MAC Track)
Topic: Add Trunk port for Scanning MACs
Replies: 11
Views: 14126

Re: Add Trunk port for Scanning MACs

Hey jrush, Thanks for the suggestion / example. I did as you mentioned - adding the (1 || in front of second IF statement after the bottom section that mentions : "Code: /* only output legitamate end user ports */" , refreshed the scanning functions, and re-scanned, however unfortunately t...
by monitoringisfuncr
Wed May 31, 2017 12:33 pm
Forum: Plugin: (MAC Track)
Topic: Add Trunk port for Scanning MACs
Replies: 11
Views: 14126

Re: Add Trunk port for Scanning MACs

As it stands, the current mactrack_cisco.php file has both of these sections : How should each section be edited to allow me to scan the MACs of the trunked ports ? /* only output legitamate end user ports */ if ($ifType == 6) { if (($portTrunkStatus == "2") || (empty($portTrunkStatus)) ||...
by monitoringisfuncr
Wed May 31, 2017 12:30 pm
Forum: Plugin: (MAC Track)
Topic: Add Trunk port for Scanning MACs
Replies: 11
Views: 14126

Re: Add Trunk port for Scanning MACs

Thanks jrush. I noticed there are 2 sections that have the verbiage : /* only output legitamate end user ports */" within the mactrack_cisco.php file. Do I edit both sections the same way as you illustrated ? ( which essentially seems to add (1 || at the begining of the second IF statement ? )....
by monitoringisfuncr
Wed May 31, 2017 7:01 am
Forum: Plugin: (MAC Track)
Topic: Add Trunk port for Scanning MACs
Replies: 11
Views: 14126

Re: Add Trunk port for Scanning MACs

Thank you very much for your reply. I post things on here all the time and never get replies, so I sincerely appreciate it ! I'm glad you mentioned that as I was starting to head down that path of modifying the cisco.php file under the mactrack lib directory. I was reading the comment "only out...
by monitoringisfuncr
Tue May 30, 2017 12:48 pm
Forum: Plugin: (MAC Track)
Topic: Add Trunk port for Scanning MACs
Replies: 11
Views: 14126

Re: Add Trunk port for Scanning MACs

Regarding this topic, right or wrong, I also have a need to be able to Scan / Detect MACs and IPs up the trunk port that attach to our Cisco L3 Switches / Routers ( Most happen to be Nexus , but some are a flavor of catalyst switches ). Do you know if anyone has been able to get it to work ? I'm run...
by monitoringisfuncr
Thu Apr 13, 2017 4:00 pm
Forum: Plugin: (MAC Track)
Topic: MACTrack Adding @16777216 to end of Community During Poll
Replies: 0
Views: 9954

MACTrack Adding @16777216 to end of Community During Poll

Hey guys, super odd thing I noticed. I noticed I'm having a real hard time getting some devices to poll collect all info ( Cisco Switches ) such as MAC Address Table ( MACTrack MAC Address Tab Shows No Collected MAC Information. I ran a packet capture on the cacti server ( windows 2012 ) and noticed...