AutoNetkit

PhD 2017

← Back to Projects


The Insight

Developing…

Quick Facts

   
Status PhD 2017
Language Python
Started 2026

Features

Automatic IP Addressing

Intelligent address allocation:

Algorithms:

Collision Detection:

Protocol Configuration

Automated routing protocol setup:

OSPF:

BGP:

ISIS:

Multi-Vendor Output

Single topology generates configs for all vendors:

Cisco IOS Example:

interface GigabitEthernet0/0
 ip address 10.0.1.1 255.255.255.252
 ip ospf cost 10
 ip ospf network point-to-point

Juniper JunOS Example:

interfaces {
    ge-0/0/0 {
        unit 0 {
            family inet {
                address 10.0.1.1/30;
            }
        }
    }
}
protocols {
    ospf {
        area 0.0.0.0 {
            interface ge-0/0/0.0 {
                metric 10;
                interface-type p2p;
            }
        }
    }
}

Visualization

Network diagram generation:

Output Formats:

Layouts:


← Back to Network Automation ← Back to Projects

← Back to Projects Development Philosophy

← Back to Projects Development Philosophy

← Back to Projects Development Philosophy

← Back to Projects Development Philosophy

← Back to Projects Development Philosophy

← Back to Projects Development Philosophy