[enterasys] Forgot Password

2009-06-17 Thread Pal, Abhijit IN CCU SISL
Hi All,

If I press the the Reset key at the back of a B3 switch will the saved 
configuration get deleted or only the password will be set to default

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001



Important notice: This e-mail and any attachment there to contains corporate 
proprietary information. If you have received it by mistake, please notify us 
immediately by reply e-mail and delete this e-mail and its attachments from 
your system.
Thank You.

---
To unsubscribe from enterasys, send email to lists...@unc.edu with the body: 
unsubscribe enterasys arch...@mail-archive.com

RE: FW: [enterasys] Vlan configuration issue.

2009-06-08 Thread Pal, Abhijit IN CCU SISL
Hi,

Not so clear.

The DHCP server will serve ip to all the bellow mentioned vlans. So the DHCP 
server will hold different ip pool. But what about the Relay agent? Without 
relay agent will the DHCP server be able to serve ip to separate vlans?

And one more help I need. I have issued set ip address command with the ip 
address on all the switches. But not able to telnet them from a PC.

How to set up ip addresses on all the Switches so that I can telnet to them 
from any PC in the N/W?

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001

-Original Message-
From: William Olive [mailto:william.ol...@hnehealth.nsw.gov.au]
Sent: Monday, June 08, 2009 1:15 PM
To: Enterasys Customer Mailing List
Subject: Re: FW: [enterasys] Vlan configuration issue.

Aern't Siemens and Enterasys joined now?

Anyway, here's a DHCP config. You do this in the switch BTW.

set dhcp enable
set dhcp exclude 10.1.1.94

set dhcp pool data
set dhcp pool data dns-server 10.8.4.8
set dhcp pool data default-router 10.1.1.94
set dhcp pool data network 10.1.1.64 255.255.255.224
set dhcp pool data domain-name something.net

If you need  options for VoIP phones, they'll be something like this

Ericcson
set dhcp pool data option 43 hex def etc

or Cisco
set dhcp pool data option 150 hex abc etc

If you need to set up reserved pool addresses, then they occupy a pool
each, like this

set dhcp pool printer
set dhcp pool printer default-router 10.1.1.94
set dhcp pool printer hardware-address 00:1f:29:1c:17:82
set dhcp pool printer host 10.1.1.67 255.255.255.224

set dhcp pool UPS
set dhcp pool UPS default-router 10.1.1.94
set dhcp pool UPS hardware-address 00:c0:b7:4a:09:90
set dhcp pool UPS host 10.1.1.91 255.255.255.224

Hope it helps


Billo
Data Communications Co-Ordinator
Information Technology  Telecommunications
Hunter New England Health Service
ph 0249 213804 fax 0249 213038
william.ol...@hnehealth.nsw.gov.au

 Pal, Abhijit IN CCU SISL abhijit@siemens.com Monday, 8 June
2009 
Dear All,

Now I want to configure DHCP server on the C3 Switch for all the vlan.
I have already gone through the configuration guide but not able to
understand which steps are enough. Bellow is the IP Pool for Vlans.

Vlan10: 192.168.10.XXX
Vlan20: 192.168.20.XXX
Vlan30:192.168.30.XXX

Need your immediate help.

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001


From: Pal, Abhijit IN CCU SISL
Sent: Friday, June 05, 2009 11:15 AM
To: 'stephen.faulk...@rikshospitalet.no'
Subject: RE: [enterasys] Vlan configuration issue.

Hi Stephen,

Thanks a lot... This is certainly going to be great help to configure
the required scenario.

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001


From: Stephen Faulkner [mailto:stephen.faulk...@rikshospitalet.no]
Sent: Thursday, June 04, 2009 8:53 PM
To: Enterasys Customer Mailing List
Subject: RE: [enterasys] Vlan configuration issue.

Hello again.

I tested something similar to this in our lab using a C3 as a router
and a C2 and C3 as VLAN 10 and VLAN20 switches respectively.  I have no
B3 switches here, but assume they are similar.

I did the configs and design in my head and it worked first time
(unusual for me!).  I had only 2 laptops.  Server-laptop in VLAN30 and a
client laptop that I used for testing VLAN 10 and 20 respectively.

Here are the VLAN configs:

This is C3 (router).
First we create VLANs and attach to trunk port.  I usually clear VLAN 1
from all ports.

C3-ruter(su)-clear vlan egress 1 ge.*.*;lag.*.*
show config vlan
#vlan
set vlan create 10
set vlan create 20
set vlan create 30
set vlan name 10 Vlan10
set vlan name 20 Vlan20
set vlan name 30 Vlan30
clear vlan egress 1 ge.1.1-48;lag.0.1-6
set vlan egress 10 ge.1.1 tagged
set vlan egress 20 ge.1.2 tagged
set vlan egress 30 ge.1.30 untagged   # My server-laptop port

set port vlan ge.1.30 30 modify-egress  # Untagged to server-laptop

This is the 'L2' switch for Vlan10 (a C2 in this case):
show config vlan
#vlan
set vlan create 10
set vlan name 10 Vlan10
clear vlan egress 1 ge.1.10
set vlan egress 10 ge.1.1 tagged
set vlan egress 10 ge.1.10 untagged
!
set port vlan ge.1.10 10 modify-egress  # Port for client-laptop -
untagged


And for VLAN 20 L2 switch:
show conf vlan
#vlan
set vlan create 20
set vlan name 20 Vlan20
clear vlan egress 1 ge.1.10

[enterasys] Vlan configuration issue.

2009-06-03 Thread Pal, Abhijit IN CCU SISL
Hello,

We have recently bought 10-12 Enterasys switches out of which 2-3 are 
SecureStack C3 and rest are SecureStack B3. We have planned to use B3 switches 
as L2 and C3 as L3.

L2 switches will have vlan configured in it. The L3 switches will be used for 
Vlan routing. The links between L3 and L2 switches will be trunks. So how will 
I define a port as trunk port???

Need immediate help.

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001



Important notice: This e-mail and any attachment there to contains corporate 
proprietary information. If you have received it by mistake, please notify us 
immediately by reply e-mail and delete this e-mail and its attachments from 
your system.
Thank You.

---
To unsubscribe from enterasys, send email to lists...@unc.edu with the body: 
unsubscribe enterasys arch...@mail-archive.com

RE: [enterasys] Vlan configuration issue.

2009-06-03 Thread Pal, Abhijit IN CCU SISL
Hello,

Appreciate your quick response. But still it's not so clear. Cause Cisco 
concepts are not getting out of my mind. Oh God please help...:).

Suppose ge.1.1 is the L2 switch port which is connected to L3 switch. And I 
want all traffic from different vlan configured on that L2 switch will reach 
the L3 switch through the same ge.1.1 port and vlan routing will take place.

What should be the configuration in L2 and L3 switch

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001


From: Adell Querol, Christian [mailto:cadel...@tv3.cat]
Sent: Wednesday, June 03, 2009 4:19 PM
To: Enterasys Customer Mailing List
Subject: RE: [enterasys] Vlan configuration issue.

Hi,

You don't need to define a port as trunk port, you only have to put the port in 
the egress table for the vlans you need.

For example,

set vlan create 2
set vlan create 3
set vlan egress 2 ge.1.1
set vlan egress 3 ge.1.1

With this configuration you are sending frames from vlans 2 and 3 through this 
port.

You can check it using show port egress ge.1.1

You can implement more options, but this is the basic configuration.

Regards,
Christian Adell Querol
Servei Informàtic de Comunicacions de Producció
c/ de la TV3 s/n · 08970 Sant Joan Despí (Baix Llobregat)
Telèfon 93 552 80 88
www.tv3.cathttp://www.tv3.cat/


http://www.tv3.cat/





De: Pal, Abhijit IN CCU SISL [mailto:abhijit@siemens.com]
Enviat: miércoles, 03 de junio de 2009 12:43
Per a: Enterasys Customer Mailing List
Tema: [enterasys] Vlan configuration issue.
Hello,

We have recently bought 10-12 Enterasys switches out of which 2-3 are 
SecureStack C3 and rest are SecureStack B3. We have planned to use B3 switches 
as L2 and C3 as L3.

L2 switches will have vlan configured in it. The L3 switches will be used for 
Vlan routing. The links between L3 and L2 switches will be trunks. So how will 
I define a port as trunk port???

Need immediate help.

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001



Important notice: This e-mail and any attachment there to contains corporate 
proprietary information. If you have received it by mistake, please notify us 
immediately by reply e-mail and delete this e-mail and its attachments from 
your system.
Thank You.

 *   --To unsubscribe from enterasys, send email to 
lists...@unc.edumailto:lists...@unc.edu with the body: unsubscribe enterasys 
cadel...@tv3.cat

 *   --To unsubscribe from enterasys, send email to 
lists...@unc.edumailto:lists...@unc.edu with the body: unsubscribe enterasys 
abhijit@siemens.com


Important notice: This e-mail and any attachment there to contains corporate 
proprietary information. If you have received it by mistake, please notify us 
immediately by reply e-mail and delete this e-mail and its attachments from 
your system.
Thank You.

---
To unsubscribe from enterasys, send email to lists...@unc.edu with the body: 
unsubscribe enterasys arch...@mail-archive.com

RE: [enterasys] Vlan configuration issue.

2009-06-03 Thread Pal, Abhijit IN CCU SISL
Hello,

If I create vlan20 and vlan 30 on L3 switch then do I have to issue any other 
command on that switch for inter vlan routing?

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001


From: thomas.hofm...@elektrobit.com [mailto:thomas.hofm...@elektrobit.com]
Sent: Wednesday, June 03, 2009 5:51 PM
To: Enterasys Customer Mailing List
Subject: RE: [enterasys] Vlan configuration issue.

Hi,

On the L2 you simply have to modify the egress list as stated below.
If you create for example two VLANs on the L2, you just have to include the 
uplink port in the VLAN egress list.
I will copy Christians example:

# create first vlan with id 2
set vlan create 2

# create second vlan with id 3
set vlan create 3


# Now tell both VLANs to send their packets over the trunk port:
# include the uplink port in the egress list of vlan id 2
set vlan egress 2 ge.1.1 tagged
# include the uplink port in the egress list of vlan id 3
set vlan egress 3 ge.1.1 tagged

That's it!
A 802.1q VLAN trunk port means only that you have multiple VLANs going over the 
same wire.

In the default configuration, the L3 will accept all incoming VLAN tagged 
packets, coming over the trunk. Just don't enable ingress filtering on the 
uplink port on the L3.

Take care
Tom


From: Pal, Abhijit IN CCU SISL [mailto:abhijit@siemens.com]
Sent: Wednesday, June 03, 2009 1:50 PM
To: Enterasys Customer Mailing List
Subject: RE: [enterasys] Vlan configuration issue.

Hello,

Appreciate your quick response. But still it's not so clear. Cause Cisco 
concepts are not getting out of my mind. Oh God please help...:).

Suppose ge.1.1 is the L2 switch port which is connected to L3 switch. And I 
want all traffic from different vlan configured on that L2 switch will reach 
the L3 switch through the same ge.1.1 port and vlan routing will take place..

What should be the configuration in L2 and L3 switch

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001


From: Adell Querol, Christian [mailto:cadel...@tv3.cat]
Sent: Wednesday, June 03, 2009 4:19 PM
To: Enterasys Customer Mailing List
Subject: RE: [enterasys] Vlan configuration issue.

Hi,

You don't need to define a port as trunk port, you only have to put the port in 
the egress table for the vlans you need.

For example,

set vlan create 2
set vlan create 3
set vlan egress 2 ge.1.1
set vlan egress 3 ge.1.1

With this configuration you are sending frames from vlans 2 and 3 through this 
port.

You can check it using show port egress ge.1.1

You can implement more options, but this is the basic configuration.

Regards,
Christian Adell Querol
Servei Informàtic de Comunicacions de Producció
c/ de la TV3 s/n · 08970 Sant Joan Despí (Baix Llobregat)
Telèfon 93 552 80 88
www.tv3.cathttp://www.tv3.cat/








De: Pal, Abhijit IN CCU SISL [mailto:abhijit@siemens.com]
Enviat: miércoles, 03 de junio de 2009 12:43
Per a: Enterasys Customer Mailing List
Tema: [enterasys] Vlan configuration issue.
Hello,

We have recently bought 10-12 Enterasys switches out of which 2-3 are 
SecureStack C3 and rest are SecureStack B3. We have planned to use B3 switches 
as L2 and C3 as L3.

L2 switches will have vlan configured in it. The L3 switches will be used for 
Vlan routing. The links between L3 and L2 switches will be trunks. So how will 
I define a port as trunk port???

Need immediate help.

Best Regards,
 Abhijit Pal

SIEMENS Information systems Limited.
GO/ GTAS(Global Technology Application Services)
13th Floor, Tower-2,Millenium City Bldg,
DN-62,Sector-5,SaltLake, Kolkata-700091.
DID:+91 33 2339 9396
Board:+91 33 2339 9000
Fax:+91 33 2339 9001



Important notice: This e-mail and any attachment there to contains corporate 
proprietary information. If you have received it by mistake, please notify us 
immediately by reply e-mail and delete this e-mail and its attachments from 
your system.
Thank You.

 *   --To unsubscribe from enterasys, send email to 
lists...@unc.edumailto:lists...@unc.edu with the body: unsubscribe enterasys 
cadel...@tv3.cat

 *   --To unsubscribe from enterasys, send email to 
lists...@unc.edumailto:lists...@unc.edu with the body: unsubscribe enterasys 
abhijit@siemens.com


Important notice: This e-mail and any attachment there to contains corporate 
proprietary information. If you have received it by mistake, please notify us 
immediately by reply e-mail and delete this e-mail and its