Skip to content

Some utilities that may be usefull for telecom engineer

Notifications You must be signed in to change notification settings

fluorohead/datacom_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

datacom_utils

netsum.py

Script for summarizing ipv4 and ipv6 nets. Gets file with a list of networks and tries to find and pop superceded networks, if corresponding superior net are also present. At second phase tries to reduce mask length (/24 -> /23 for e.g.) and finds superceded nets again. Then the algorithm works again and again, reducing the mask more and more, until length of input list equals length of output list (reached stop condition).

chk_ospf.py

Script for processing Rancid files with Cisco IOS XR routers configurations. Checks that interfaces under 'router ospf' partition are also present in another partitions, like 'mpls ldp', 'multicast-routing' and 'router pim'. Usefull for MPLS routers with multicast-routing enabled in GRT.

About

Some utilities that may be usefull for telecom engineer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages