Autonomous System

Autonomous System functions

AutoNetkit.algorithms.autonomous_system.nodes_by_as(network)[source]

returns dict of nodes indexed by AS

AutoNetkit.algorithms.autonomous_system.get_as_graphs(network)[source]

Returns a graph for each AS.

AutoNetkit.algorithms.autonomous_system.igp_graph(network)[source]

Returns IGP graph for network - based on physical graph with inter-AS links removed

AutoNetkit.algorithms.autonomous_system.as_graph_dict(network)[source]

as graphs indexed by asn #TODO: use this in ip allocs

AutoNetkit.algorithms.autonomous_system.get_as_list(network)[source]

Returns each AS ID in network.