Page 1 of 1

[Solved] EMPand prt ?

Posted: 09 Dec 2018 15:12
by yves67
I am a newbie with the 6350 switch Alcatel
I watched an Alcatel video on youtube to setup the 6350
In this video there is a command
ip interface emp address 10.10.1.55 MASK 255.255.255.0

my question is : on the 6350 where is the EMP port ?? is it the RJ45 console ?
There are only 8 RJ45 ports + 2 fiber ports ?

The command has been successfully accepted, and I can show the interface EMP with the show command

Thanks for any help

Regards

Yves67

Re: EMPand prt ?

Posted: 10 Dec 2018 15:21
by silvio
there is no EMP port - only at some R8-switches. Maybe the command is there, but without any function.
regards
Silvio

Re: EMPand prt ?

Posted: 10 Dec 2018 16:01
by yves67
Thanks for your message
OK, no EMP port
to set up an IP address to the switch (for web, ssh, ftp access) should I do :

ip interface vlan_1 10.10.1.55 MASK 255.255.255.0

thanks for your help
yves67

Re: EMPand prt ?

Posted: 11 Dec 2018 03:47
by devnull
i think it should do.
normally you would add the "vlan command" as well (necessary if you have multiple vlans. The "vlan_1" is just a name.
ip interface vlan_1 10.10.1.55 MASK 255.255.255.0 vlan 1

See also http://www.latouche.info/admin/user_gui ... witch.html

Re: EMPand prt ?

Posted: 14 Dec 2018 13:00
by yves67
OK Thanks
I got another switch, it is working

Thanks again