Skip to content

vivekdasgupta/bgptracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

bgptracer

BGP path tracer for AWS direct connect

Prerequisites

  • You must have go installed for building the program
  • You must have nmap installed on the machine where you will run this, as this program uses nmap

Install / Build

  • clone the repo
  • cd bgptracer
  • Run go get ./... to install the dependencies

Usage

  • Modify the code to setup your IP address map

  • Setup your slack webhook and update the URL in the code. (This is optional. If slack post is not needed this can be removed)

  • go build bgptracer.go

  • Run bgptracer in your on-prem network and use a target host/port in the AWS cloud which is reachable :

$ ./bgptracer <detailed_log_file_path> <summary_log_file_path> <delay_in_seconds>

About

BGP path tracer for AWS direct connect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages