I created the following device templace for HP Viritual Connect config backup and it works fine. My question is how do I get NCM to record the VC firmware version in the config.
In other words, I'd like to run "show version" and then "show config" and capture the output of both commands in the backup.
<Configuration-Management Device="HP Virtual Connect" SystemOID="1.3.6.1.4.1.11.5.7.5.1">
<Commands>
<Command Name="ALLOCATEPTY" Value="True" />
<Command Name="MENUBASED" Value="False" />
<Command Name="DOWNLOADCONFIG" Value="show config" />
<Command Name="VERSION" Value="show version"/>
</Commands>
</Configuration-Management>
Thanks for any help,
David