Re: Re: interface vlan 1 -- no shut [7:53682]

2002-09-21 Thread vikramjskeer

Hi All,


Tom very rightly pointed the management VLAN stuff. I would like to add on
one more thing into it. What you were trying to do was, that you were trying
to up a layer three interface, whereas VLANS, a layer two entity are created
in the VLAN Database.


regards,


Vikram
Get Your Private, Free E-mail from Indiatimes at  http://email.indiatimes.com
Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from
http://www.planetm.co.in
Change the way you talk. Indiatimes presents Valufon, Your PC to Phone
service with clear voice at rates far less than the normal ISD rates. Go to
http://www.valufon.indiatimes.com. Choose your plan. BUY NOW.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=53798t=53682
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: interface vlan 1 -- no shut [7:53682]

2002-09-20 Thread John Brandis

Thanks,

Yes i was in sub interface mode now I think about it.

Thanks for the heads up.

jb

-Original Message-
From: Tom Lisa
To: [EMAIL PROTECTED]
Sent: 9/20/2002 3:51 PM
Subject: Re: interface vlan 1 -- no shut [7:53682]

If the 3524 is like the 2950 then you just assign the interfaces to the
VLAN's directly.

For example:
Sw(config)# int fa0/5
Sw(config-if)# switchport access vlan 10
Sw(config-if)#int fa0/6
Sw(config-if)# switchport access vlan 10
and so on.

You don't create the vlans separately.
BTW, when you created the vlan separately,
did you find yourself in sub-int mode?
You were actually creating another mgt vlan
and only one can function at a time.

HTH,
Prof. Tom Lisa, CCAI
Community College of Southern Nevada
Cisco ATC/Regional Networking Academy
 

John Brandis wrote:

  HI All,

  Got a strange problem on a 3524xl switch.

  Problem: Need to create 2 VLANS . I  issue the statements

  interface vlan 1
  ip address 10.64.18.250 255.255.255.0
  no shut

  interface vlan 2
  ip address 10.64.19.25 255.255.255.0
  no shut

  However, when I run sh ip interfaces ,  I see that only interface
  vlan 1
  is up. I go into int vlan 1 and issue a shutdown, then I notice that
  VLAN 2
  interface comes up...

  Can any one help with this please, or is this just how it works ?

  
  John Brandis
  Network  Security Engineer
  [EMAIL PROTECTED] Phone: +61 2 9278 0629 Helpdesk: +61 2
  9278 0486
   

  Level 20, THH
  456 Kent St, Sydney
   
   
   

  **

  visit http://www.solution6.com

  UK Customers - http://www.solution6.co.uk

  *
  This email message (and attachments) may contain information that is
  confidential to Solution 6. If you are not the intended recipient you
  cannot
  use, distribute or copy the message or attachments.  In such a case,
  please
  notify the sender by return email immediately and erase all copies of
  the
  message and attachments.  Opinions, conclusions and other information
  in
  this message and attachments that do not relate to the official
  business of
  Solution 6 are neither given nor endorsed by it.
  *
  [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=53702t=53682
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: interface vlan 1 -- no shut [7:53682]

2002-09-19 Thread Erick B.

Hi John,

The VLAN Interfaces on the 3500/2900 XL series are
management VLANs only and there can only be one up at
a time. 

--- John Brandis  wrote:
 HI All,
  
 Got a strange problem on a 3524xl switch.
  
 Problem: Need to create 2 VLANS . I  issue the
 statements 
  
 interface vlan 1
 ip address 10.64.18.250 255.255.255.0
 no shut
  
 interface vlan 2
 ip address 10.64.19.25 255.255.255.0
 no shut
  
 However, when I run sh ip interfaces ,  I see that
 only interface vlan 1
 is up. I go into int vlan 1 and issue a shutdown,
 then I notice that VLAN 2
 interface comes up...
  
 Can any one help with this please, or is this just
 how it works ?
 
 Level 20, THH
 456 Kent St, Sydney
  
  
  
 
 

**
 
 visit http://www.solution6.com
 
 UK Customers - http://www.solution6.co.uk
 

*
 This email message (and attachments) may contain
 information that is
 confidential to Solution 6. If you are not the
 intended recipient you cannot
 use, distribute or copy the message or attachments. 
 In such a case, please
 notify the sender by return email immediately and
 erase all copies of the
 message and attachments.  Opinions, conclusions and
 other information in
 this message and attachments that do not relate to
 the official business of
 Solution 6 are neither given nor endorsed by it.

*
[EMAIL PROTECTED]


__
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!
http://sbc.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=53686t=53682
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: interface vlan 1 -- no shut [7:53682]

2002-09-19 Thread Roberts, Larry

Only the management interface on a 35xx ( or 29xx ) can be active.
Remember this switch doesn't have true layer 3 capabilities, it just has a
layer 3 address for management purposes.
To switch management interfaces, which is the switch's active vlan , go into
the VLAN and type Management.


Thanks

Larry
 

-Original Message-
From: John Brandis [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, September 19, 2002 10:58 PM
To: [EMAIL PROTECTED]
Subject: interface vlan 1 -- no shut [7:53682]


HI All,
 
Got a strange problem on a 3524xl switch.
 
Problem: Need to create 2 VLANS . I  issue the statements 
 
interface vlan 1
ip address 10.64.18.250 255.255.255.0
no shut
 
interface vlan 2
ip address 10.64.19.25 255.255.255.0
no shut
 
However, when I run sh ip interfaces ,  I see that only interface vlan 1
is up. I go into int vlan 1 and issue a shutdown, then I notice that VLAN 2
interface comes up...
 
Can any one help with this please, or is this just how it works ?
 

John Brandis
Network  Security Engineer  
[EMAIL PROTECTED] Phone: +61 2 9278 0629 Helpdesk: +61 2 9278 0486 


Level 20, THH
456 Kent St, Sydney
 
 
 


**

visit http://www.solution6.com

UK Customers - http://www.solution6.co.uk

*
This email message (and attachments) may contain information that is
confidential to Solution 6. If you are not the intended recipient you cannot
use, distribute or copy the message or attachments.  In such a case, please
notify the sender by return email immediately and erase all copies of the
message and attachments.  Opinions, conclusions and other information in
this message and attachments that do not relate to the official business of
Solution 6 are neither given nor endorsed by it.
*




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=53687t=53682
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: interface vlan 1 -- no shut [7:53682]

2002-09-19 Thread Tom Lisa

If the 3524 is like the 2950 then you just assign the interfaces to the
VLAN's directly.

For example:
Sw(config)# int fa0/5
Sw(config-if)# switchport access vlan 10
Sw(config-if)#int fa0/6
Sw(config-if)# switchport access vlan 10
and so on.

You don't create the vlans separately.
BTW, when you created the vlan separately,
did you find yourself in sub-int mode?
You were actually creating another mgt vlan
and only one can function at a time.

HTH,
Prof. Tom Lisa, CCAI
Community College of Southern Nevada
Cisco ATC/Regional Networking Academy
 

John Brandis wrote:

  HI All,

  Got a strange problem on a 3524xl switch.

  Problem: Need to create 2 VLANS . I  issue the statements

  interface vlan 1
  ip address 10.64.18.250 255.255.255.0
  no shut

  interface vlan 2
  ip address 10.64.19.25 255.255.255.0
  no shut

  However, when I run sh ip interfaces ,  I see that only interface
  vlan 1
  is up. I go into int vlan 1 and issue a shutdown, then I notice that
  VLAN 2
  interface comes up...

  Can any one help with this please, or is this just how it works ?

  
  John Brandis
  Network  Security Engineer
  [EMAIL PROTECTED] Phone: +61 2 9278 0629 Helpdesk: +61 2
  9278 0486
   

  Level 20, THH
  456 Kent St, Sydney
   
   
   

  **

  visit http://www.solution6.com

  UK Customers - http://www.solution6.co.uk

  *
  This email message (and attachments) may contain information that is
  confidential to Solution 6. If you are not the intended recipient you
  cannot
  use, distribute or copy the message or attachments.  In such a case,
  please
  notify the sender by return email immediately and erase all copies of
  the
  message and attachments.  Opinions, conclusions and other information
  in
  this message and attachments that do not relate to the official
  business of
  Solution 6 are neither given nor endorsed by it.
  *
  [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=53689t=53682
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]