Re: Cisco ME3600 10Gig upgrade license

From: Carlos G Mendioroz <tron_at_huapi.ba.ar>
Date: Thu, 12 Jul 2012 10:02:18 -0300

Cute!
Using tcl, you can actually write to a file from the console or from a
vty. I use that in scripts to change the routers's config.

Enter tclsh, then:
        Router(tcl)#set fd [open <filebname> w]
        Router(tcl)#puts $fd <line to write to file>
        ...
        Router(tcl)#close $fd
where <filename> is the name of the file you want to write, w/o the
angle brackets, and <line to write to file> follows the same convention.

HTH,
-Carlos

Ryan West @ 12/07/2012 09:43 -0300 dixit:
> On Thu, Jul 12, 2012 at 08:18:29, Torleif Solli wrote:
>> Subject: Cisco ME3600 10Gig upgrade license
>>
>> Is there a way to activate a 10Gig license on a ME3600 without using
>> the license file?
>>
>> I only have out-of-band mgmt to it and cant upload the license file to
>> activate the 10Gig port.
>>
>
> It looks like the ME3600 supports TCL. I found an editor in TCL that might allow you to paste the contents of the license file.
>
> https://supportforums.cisco.com/docs/DOC-19359
>
> -ryan
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
>
>
>

-- 
Carlos G Mendioroz  <tron_at_huapi.ba.ar>  LW7 EQI  Argentina
Blogs and organic groups at http://www.ccie.net
Received on Thu Jul 12 2012 - 10:02:18 ART

This archive was generated by hypermail 2.2.0 : Wed Aug 01 2012 - 15:55:23 ART