Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: (ASCEND) SNMP and OS?



This TFTP command has six options as shown. 

sysConfigTftpCmd OBJECT-TYPE
	SYNTAX	INTEGER {
		    save( 1 ),		-- save configuration
		    restore( 2 ),	-- restore configuration
		    saveAll( 3 ),	-- save ALL config options
		    saveMib( 4 ),	-- save config w/MIB numbers
		    saveAllMib( 5 ),	-- save ALL config w/MIB numbers
		    loadCode( 6 )	-- load a code image
		}
	ACCESS	read-write
	STATUS	mandatory
	DESCRIPTION
	   "This variable instructs the system to perform the specified
	    tftp operation."
	::= { sysConfigTftp 1 }

The reboot is:
 sysReset            OBJECT-TYPE
	SYNTAX		INTEGER {
                        no-op( 1 ),
                        reset( 2 ) 
                        }
	ACCESS		read-write
	STATUS		mandatory
	DESCRIPTION	"The reset takes effect after 1 minute."
	::= { systemStatusGroup 8 }
 
ken
-----Original Message-----
From:	Jason Nealis [SMTP:nealis@babylon.erols.com]
Sent:	Thursday, September 18, 1997 8:43 AM
To:	John Coy
Cc:	ascend-users@max.bungi.com
Subject:	Re: (ASCEND) SNMP and OS?


 

On Wed, 17 Sep 1997, John Coy wrote:

> JASON!!! From your FAQ man!
>
:)

 
> Actually, the MIB variables do exist.  They are as follows:
> 
> iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).
>     ascend(529).systemStatusGroup(9).sysConfigTftp(5).
>     sysConfigTftpCmd(1)
> 
> Where it's set value determines behavior:
> 
> loadCode	load firmware code 
> restore	restore config via TFTP
> save		save config via TFTP

That's my fault, I got all confused and thought the sysConfigTftpCmd was
only for saving configurations, I was not aware of the seperate status 
codes. 

Jason "SNMP Virgin" Nealis


> 
> You set file locations and SNMP server locations using the:
> 
> sysConfigTftpHostAddr(3)
> sysConfigTftpFilename(4)
> 
> I got all this worked out too but I couldn't get the damned
> MAX boxes to reboot using SNMP.  Go figure huh?  Let me know if
> you can figure out how to get them to reboot (I know the variable
> it just doesn't do anything when I set it).
> 
> At 05:04 PM 9/17/97 -0400, you wrote:
> >
> >
> > OK, I'm was able to bang a script together that would go out and save
> >all my configurations via tftp to my tftp server, Next challenge is 
> >to do OS upgrades via tftp. I search through the Ascend Mib and I didn't
> >see anything in regards to OS upgrades and SNMP, BUT I know Ascend's 
> >new Navis Acess thingie will also do this, And I'm guess that it's
> >done via SNMP, Or does it actually do some sort of expect script 
> >and step through the menu system?
> >
> >Summary: Do mib variables exist for me to upgrade OS's via SNMP?
> >
> >         If so what are they?
> >
> >Jason Nealis
> >Erols Internet
> >
> >
> >++ Ascend Users Mailing List ++
> >To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
> >To get FAQ'd:	<http://www.nealis.net/ascend/faq>
> >
> >
> 

++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>

ascend.mib


Follow-Ups: