5 Replies Latest reply: May 3, 2012 10:24 AM by ssanders RSS

BNT Layer 2/3 Copper Gigabit Ethernet Switch Module for IBM BladeCenter

ssanders
Currently Being Moderated

Hello Everyone,

I have two BNT Layer 2/3 Copper Gigabit Ethernet Switch Module for IBM BladeCenter switches and would like for NCM to download daily backups of the running config.  I cant find any information about this anywhere.  Are any of you backing up these switches with NCM?  Thanks to all in advance.

  • Re: BNT Layer 2/3 Copper Gigabit Ethernet Switch Module for IBM BladeCenter
    kbskbe
    Currently Being Moderated

    I have this setup on a couple BNT switches.  I modified the Cisco Catalyst template below.

    <!--SolarWinds Network Management Tools-->
    <!--Copyright 2007 SolarWinds.Net All rights reserved-->
    <Configuration-Management Device="BNT Layer2 BladeCenter Switch" SystemOID="1.3.6.1.4.1.9.5.46">
        <Commands>
            <Command Name="RESET" Value="set length 0"/>
            <Command Name="Reboot" Value="reload${CRLF}y${CRLF}y"/>
            <Command Name="EnterConfigMode" Value="config t"/>
            <Command Name="ExitConfigMode" Value="exit"/>
            <Command Name="Startup" Value="run"/>
            <Command Name="Running" Value="start"/>
            <Command Name="DownloadConfig" Value="Show ${ConfigType}"/>
            <Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
            <Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} ${TransferProtocol}://${StorageAddress}/${StorageFilename}${CRLF}${StorageAddress}${CRLF}y${CRLF}"/>
            <Command Name="UploadConfigIndirect" Value="copy ${TransferProtocol}://${StorageAddress}/${StorageFilename}  ${ConfigType}${CRLF}${CRLF}"/>
            <Command Name="EraseConfig" Value=""/>
            <Command Name="SaveConfig" Value="copy run start"/>
            <Command Name="Version" Value="show version"/>
            <Command Name="EnableIdentifier" Value="#"/>
        </Commands>
    </Configuration-Management>

  • Re: BNT Layer 2/3 Copper Gigabit Ethernet Switch Module for IBM BladeCenter
    ssanders
    Currently Being Moderated

    I apologize for the delay.  I will try to pick back up on this project over the next few days.  Thank you all for the updates.  I look forward to gettng this fixed.

More Like This

  • Retrieving data ...