Mitel Forums - The Unofficial Source

Mitel Forums => Mitel MiVoice Business/MCD/3300 => Topic started by: ralph on April 16, 2014, 12:52:24 PM

Title: How to program an E2T
Post by: ralph on April 16, 2014, 12:52:24 PM
I just added an article on how to program an E2T.

I'm inviting your comments.

www.mitelforums.com/articles/3300/How-to-set-E2T.php (http://www.mitelforums.com/articles/3300/How-to-set-E2T.php)

Ralph
Title: Re: How to program an E2T
Post by: markyb73 on April 17, 2014, 09:27:57 AM
looks good Ralph, i didn't even know about the togglecpu command :)
Nothing in there about what to change if setting a static IP address?
Title: Re: How to program an E2T
Post by: ralph on April 17, 2014, 09:46:33 AM
Thanks for the feed back.
I'm not sure what you mean here:
Quote
Nothing in there about what to change if setting a static IP address?

Can you elaborate?

Ralph
Title: Re: How to program an E2T
Post by: acejavelin on April 17, 2014, 01:24:09 PM
I think he is asking how to set/change the E2T card with a static IP address instead of using a DHCP reservation.
Title: Re: How to program an E2T
Post by: markyb73 on April 17, 2014, 01:48:34 PM
Ah i shouldn't assume everyone does the same thing.
I tend to set an E2T card up with a static address rather than DHCP.
I forget that it can be done with DHCP.
Title: Re: How to program an E2T
Post by: ralph on April 17, 2014, 02:40:11 PM
Thanks for the input.  I've modified the page to explain what needs to be done to set it statically or via DHCP

Ralph
Title: Re: How to program an E2T
Post by: acejavelin on April 17, 2014, 02:56:17 PM
From my notes...

Open a RAW connection to the RTC (not the E2T card) on port 2007

do a 'c' command, then it is similar to RTC boot change, and make sure things are set as follows:

boot device = motfcc (Boot device is Network)
processor number = 0 (Not used)
host name = bootHost (Do not change)
file name = /sysro/E2T8260 (Boot file location and file name)
inet on ethernet (e) = xx.xx.xx.xx:ffffff00 (IP address and subnet mask (hex) for Controller E2T, for example, 134.199.63.11:ffffff00)
inet on backplane (b) = [blank]
host inet (h) = xx.xx.xx.xx (IP address of Controller RTC)
gateway inet (g) = xx.xx.xx.xx (IP address of the end user’s default gateway for the 3300 ICP, must be outside the DHCP range)
user (u) = ftp (not used)
ftp password (ftp) = @ (not used)
flags (f) = 0x0 (use static IP address above)
                0x40 (use DHCP static reservation)
target name (n) = [blank]
startup script (s) = [blank]
other (o) = [blank] (If something is in this field, do not change it)

Press @ <Return> at prompt to reboot E2T card with new parameters

EDIT: I see after I posted this, there is also an alternate method to access the E2T, good to know.
Title: Re: How to program an E2T
Post by: ralph on April 17, 2014, 03:15:23 PM
Thanks Ace,
I've added your notes to the page.

Ralph