Skip to main content

CLI colorizer - aspath plugin

Project description

CLICOL PLUGIN ASPATH

Plugin for clicol which helps troubleshooting by resolving sitecodes for AS path.

Example

 Default append view:
 * i  10.0.35.48/28    10.123.123.158           0    100      0 21302 13979 65120 64932 ? ATT ABC --- EFH
 *>                    10.123.234.154                         0 21302 13979 65120 64932 ? ATT ABC --- EFH
 Or the inline view:
 * i  10.0.35.48/28    10.123.123.158           0    100      0 21302(ATT) 13979(ABC) 65120 64932(EFH) ?
 *>                    10.123.234.154                         0 21302(ATT) 13979(ABC) 65120 64932(EFH) ?

Configuration

In ~/.clicol/plugins.cfg there must be a section for the plugin.

Example with defaults:

 # AS Path resolver:
 [aspath]
 # disable until not configured
 active=no
 # view (append|inline)
 #outtype=append
 # database file default
 #dbfile=~/.clicol/plugin-aspath.db
 # what to print on unknown AS
 #unknownstr=---
 # Force dotted format for 4bytes AS numbers (no need to reconfigure router!)
 #forcedotformat=no

Format of database file: {ASNUM}\t{DESCRIPTION}\t{SITECODE}

3 columns required, more columns are ok. Column separator is TAB! Example:

21302	AT&T EAME	ATT	-	Vendor
13979	AT&T NA	ATT

Thanks to

I was using tbaschak's asdot-asplain library for 4byte AS number conversion. Thanks!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clicol_plugin_aspath-0.0.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page