Skip to content

Instantly share code, notes, and snippets.

@brainix
Created October 15, 2015 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brainix/24d115fb3faf547ad36e to your computer and use it in GitHub Desktop.
Save brainix/24d115fb3faf547ad36e to your computer and use it in GitHub Desktop.
from nettools import NetworkElement
with NetworkElement('171.0.2.45') as ne:
for route in ne.routing_table:
print '%15s -> %s' % (route.name, route.ipaddr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment