0.1.2 • Published 8 years ago

half-duplex v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

half-duplex

Node.js program that crawls a Cisco network using CDP and finds all of the half-duplex ethernet interfaces. The goal is the discovery of speed/duplex mismatches. Sends the result via email.

install

npm install half-duplex

configure

  • Rename config file.
ren config.js.example config.js
  • Configure parameters in config.js as follows.

seedDevices: One device per CDP island.
community: SNMPv2c community string.
smtpServer: SMTP relay accessible to the host.
emailFrom: Email from address.
emailTo: Email to address.
ignoreDevices: Exclude devices from polling.

usage

cd c:\pathto\half-duplex  
npm start

windows task scheduling

program: npm
arguments: start
start in: c:\pathto\half-duplex

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago