The networking_cisco.plugins.cisco.cfg_agent.device_drivers.asr1k.asr1k_auto_config_check Module

class networking_cisco.plugins.cisco.cfg_agent.device_drivers.asr1k.asr1k_auto_config_check.CiscoDevMgrRPC(topic, host)

Bases: object

Agent side of the device manager RPC API.

get_all_hosting_devices(context)

Get a list of all hosting devices.

class networking_cisco.plugins.cisco.cfg_agent.device_drivers.asr1k.asr1k_auto_config_check.CiscoRoutingPluginRPC(topic, host)

Bases: object

RoutingServiceHelper(Agent) side of the routing RPC API.

get_all_hosted_routers(context)
Make a remote process call to retrieve the sync data for
routers that have been scheduled to a hosting device.
Parameters:context – session context
get_hardware_router_type_id(context)

Get the ID for the ASR1k hardware router type.

networking_cisco.plugins.cisco.cfg_agent.device_drivers.asr1k.asr1k_auto_config_check.get_nc_conn(hd)
networking_cisco.plugins.cisco.cfg_agent.device_drivers.asr1k.asr1k_auto_config_check.main()