I'm trying to add the Cisco 4240 IPS device into NCM. The device is returning unknown with NCM. Which is fine. But the main reason for adding the device is being able to backup the config.
The error that is being returned when running a config back is :
^
% Invalid input detected at '^' marker
Having spoken to the network guy it's because the device will only pull the config using Show config and not show all
I'm currently trying to create a new template for this device. I have done a MIB walk on the device and entered the OID for the device system OID
I have added the following line to the basic Cisco IOS template
<Command Name="Startup" Value="startup"/>
<Command Name="Running" Value="running"/>
<Command Name="config" Value="config"/>
I have tried using the basic IOS template and the PIX Template. I can run iventory and view device details.
Is there a list of what is contained within the Orion MIB.cfg to see if I need to request that the device is included.
Thanks