Download List

项目描述

The Port Report Project is essentially a switch port mapping tool similar to some commercial products. You can search by MAC, IP, or port. There is currently no GUI.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-18 23:25
1.12

该脚本的报告选项现在可以按照使用-后续选项或- f cdp邻居。当您运行下面的命令时,它会创建一个每扫描cdp邻居CSV文件。作者能够从他的核心交换机到该行的最后一个邻居在不到20分钟(44邻居扫描),相当于略高于4K的MAC地址。例如:port_report.py三维192.168.101.1 - ç公共的r - f。
The report option of the script can now follow cdp neighbors using the
--follow option or -f. When you run the command below, it will create
one CSV file per scanned cdp neighbor. The author was able to scan from
his core switch down to the last neighbor in the line (44 Neighbors in
just under 20 minutes), which equals a little over 4K MAC addresses. For
instance: port_report.py -d 192.168.101.1 -c public -r -f.

2009-09-16 18:07
1.11

该代码是清理和速度增加。也通过以太通道(又名端口通道)连接交换机现在可以遵循。其中一个问题的CDP邻居的匹配是正确的不匹配是固定的。增加了更好的冗长。理智检查的CDP邻居加入。
标签: Stable
The code was cleaned up and speed was increased. Switches that are connected through EtherChannel (a.k.a. PortChannel) can now be followed. An issue where the matching of the cdp neighbor was not matching correctly was fixed. Better verbosity was added. Sanity checking for cdp neighbors was added.

Project Resources