Class synopsis
Config {
/* Properties */
bool $debug;
string $Error;
/* Construct */
__construct( string $Address_or_Hostname, string $RW_Community )
/* Methods */
bool WriteMemory( void )
bool WriteNetwork( string $FileName, string $Protocol, string $Server[, string $Login[, string $Password ]] )
bool Copy_StartupConfig_Network( string $FileName, string $Protocol, string $Server[, string $Login[, string $Password ]] )
bool Copy_Network_StartupConfig( string $FileName, string $Protocol, string $Server[, string $Login[, string $Password ]] )
bool Copy_RunningConfig_Network( string $FileName, string $Protocol, string $Server[, string $Login[, string $Password ]] )
bool Copy_Network_RunningConfig( string $FileName, string $Protocol, string $Server[, string $Login[, string $Password ]] )
}
Table of Contents
Config::debug — Performs debugging operations
Config->error — Returns a string description of the last error
Config->WriteMemory() - Write Running Config to NVRAM
Config->WriteNetwork() - Write Running Config to Network
Config->Copy_StartupConfig_Network() - Write Startup Config to Network
Config->Copy_Network_StartupConfig() - Write Startup Config from Network
Config->Copy_RunningConfig_Network() - Write Running Config to Network
Config->Copy_Network_RunningConfig() - Write Running Config from Network
|