|
def | devicedata.Query (protocol) |
|
def | devicedata.Save (protocol) |
|
def | devicedata.GetCPNATTable (device_name) |
|
def | devicedata.GetCPPolicyTable (device_name) |
|
def | devicedata.GetCPIPsecVPNTable (device_name) |
|
def | devicedata.GetBaselineConfig (device_name, include_auxiliary=True) |
|
def | devicedata.GetBaselineAuxiliaryCli (device_name) |
| get the device cinfig Auxiliary Cli. More...
|
|
def | devicedata.GetConfig (device_name, include_auxiliary=True) |
|
def | devicedata.SaveConfig (device_name, config) |
|
def | devicedata.GetCLIData (device_name, cli_command) |
|
def | devicedata.SaveCLIData (device_name, cli_command, cli_outputs) |
|
def | devicedata.GetNCTTable (device_name, table_name, tableIdentifier=None) |
| get the device nct table. More...
|
|
def | devicedata.SaveNCTTable (device_name, csv_content, table_name, tableIdentifier=None, tableProperties=None) |
| save the device nct table. More...
|
|
def | devicedata.GetRouteTable (device_name, vrf='') |
|
def | devicedata.SaveRouteTable (device_name, csv_content, vrf='') |
|
def | devicedata.GetMatchedRouteTable (device_name, dest_ip, vrf='') |
|
def | devicedata.GetARPTable (device_name, vrf='') |
|
def | devicedata.SaveARPTable (device_name, csv_content, vrf='') |
|
def | devicedata.GetMACTable (device_name) |
| get the mac table content of one device from baseline. More...
|
|
def | devicedata.SaveMACTable (device_name, csv_content) |
| save the mac table content of one device to baseline. More...
|
|
def | devicedata.GetNDPTable (device_name) |
| get the ndp table content of one device from baseline. More...
|
|
def | devicedata.SaveNDPTable (device_name, csv_content) |
| save the ndp table content of one device to baseline. More...
|
|
def | devicedata.GetSTPTable (device_name) |
| get the stp table content of one device from baseline. More...
|
|
def | devicedata.SaveSTPTable (device_name, csv_content) |
| save the stp table content of one device to baseline. More...
|
|
def | devicedata.GetBGPRouteTable (device_name, peer_ip, vrf='') |
|
def | devicedata.SaveBGPRouteTable (device_name, csv_content, peer_ip, vrf='') |
|
def | devicedata.ImportConfig (driverId, config, dictAuxiliaryCmds={}) |
| import configuration file to current baseline. More...
|
|
def | devicedata.ImportDeviceDataByCLI (protocol) |
|
def | devicedata.GetBaselineNCTSubNames (device_name, nctTableName) |
| get nct table subnames from baseline. More...
|
|
def | devicedata.get_all_vrf_route (device_name) |
| get vrf of routing table in currentbaseline More...
|
|
def | devicedata.get_all_vrf_arp_table (device_name) |
| get vrf of arp table in currentbaseline More...
|
|
def | devicedata.get_sending_commands (dev_ids) |
| get sending commands in currentbaseline More...
|
|