Hello,support!
my template as below:
<Configuration-Management Device="H3C S3100" SystemOID="1.3.6.1.4.1.25506.1.341">
<Commands>
<Command Name="IPADDRESS" Value="138.254.20.57" />
<Command Name="ALLOCATEPTY" Value="False" />
<Command Name="ENABLEIDENTIFIER" Value=">" />
<Command Name="ENABLECOMMAND" Value="super 3" />
<Command Name="MENUBASED" Value="False" />
<Command Name="RESET" Value="screen-length disable" />
<Command Name="REBOOT" Value="reload${CRLF}y${CRLF}y" />
<Command Name="EnterConfigMode" Value="system-view" />
<Command Name="ExitConfigMode" Value="return" />
<Command Name="Startup" Value="saved-configuration" />
<Command Name="Running" Value="current-configuration" />
<Command Name="EraseConfig" Value="write erase${CRLF}Y" />
<Command Name="SaveConfig" Value="save${CRLF}y${CRLF}${CRLF}y${CRLF}" />
<Command Name="VERSION" Value="display version" />
<Command Name="DownloadConfig" Value="display ${ConfigType}"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}" />
<Command Name="DOWNLOADCONFIGINDIRECT" Value="tftp ${StorageAddress} put startup.cfg ${StorageFilename} source interface Ethernet0/0.215" />
</Commands>
</Configuration-Management>
my requirement as below:
1.I need to download my h3c msr30-11 config through tftp.
2.I have the device password & super 3 password.
3.NOW I have some issue for get the config,so I need your help for H3C MSR30-11,thank you very much!