RE: Setting up Catalyst 6500 as a Layer 2 switch [7:37177]

2002-03-05 Thread Evans, TJ

Have you verified  that broadcast traffic is not flowing?
Also - when you say directed IP is, you have done it host to hsot and not
just host to switch, yes?

To show up in Network Neighborhood I believe they will also need to be in
the same workgroup ... or pointing to a WINS server for name resolution.


Thanks!
TJ



-Original Message-
From: Matt Fisher [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 04, 2002 4:12 PM
To: [EMAIL PROTECTED]
Subject: RE: Setting up Catalyst 6500 as a Layer 2 switch [7:37177]

I am setting this up in VLAN 1.  So the vlan was already setup in the VLAN
database.  I do have the ports in question set to switchport mode access. 
All of the ports are in the same vlan.

Matt




---Previous Message---
I'm trying to setup a Cat 6500 running IOS 12.1 (c6sup22-dsv-mz.121-8a.E5)
as a layer two switch and I'm running into some issues.  I have a group of
ports all on the same vlan, with "switchport" set to enable them as layer 2
switch ports.  Directed IP traffic flows fine, but broadcast traffic is not
flowing between the ports.

The short story of the problem.  In this test environment I have 5 NT
servers plugged into the Cat 6500 and they can't see each other view
"Network Neighborhood".

My current goal is to just get this switch to act like your basic unmanaged
switch (I'll work on the more interesting settings after I get this basic
functionality working.)

Any ideas what I might be missing?

Matt

*
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. 

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement letter. 
*




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



RE: Setting up Catalyst 6500 as a Layer 2 switch [7:37177]

2002-03-04 Thread Matt Fisher

I am setting this up in VLAN 1.  So the vlan was already setup in the VLAN
database.  I do have the ports in question set to switchport mode access. 
All of the ports are in the same vlan.

Matt

--
Author: Larry Letterman (---.cisco.com)
Date:   03-04-02 15:21

Hi, 

Have you set the vlan in Vlan Database mode ? 
Have you set the ports in question to switchport mode access ? 
Have the ports in question been set to the vlan you want them to be in ? 

interface FastEthernet5/35 
description to Hop-1st floor 
no ip address 
udld enable 
switchport 
switchport access vlan 171 
switchport mode access 
switchport nonegotiate 


Larry Letterman 
Cisco Systems 
[EMAIL PROTECTED] [EMAIL PROTECTED] 



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



RE: Setting up Catalyst 6500 as a Layer 2 switch [7:37177]

2002-03-04 Thread Bond, Jeffrey T

can you copy and paste the complete config for us to look at?

-Original Message-
From: Matt Fisher [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 04, 2002 2:41 PM
To: [EMAIL PROTECTED]
Subject: Setting up Catalyst 6500 as a Layer 2 switch [7:37177]


I'm trying to setup a Cat 6500 running IOS 12.1 (c6sup22-dsv-mz.121-8a.E5)
as a layer two switch and I'm running into some issues.  I have a group of
ports all on the same vlan, with "switchport" set to enable them as layer 2
switch ports.  Directed IP traffic flows fine, but broadcast traffic is not
flowing between the ports.

The short story of the problem.  In this test environment I have 5 NT
servers plugged into the Cat 6500 and they can't see each other view
"Network Neighborhood".

My current goal is to just get this switch to act like your basic unmanaged
switch (I'll work on the more interesting settings after I get this basic
functionality working.)

Any ideas what I might be missing?

Matt




! Example of the current configuration:

interface FastEthernet2/1
 no ip address
 switchport
!
interface FastEthernet2/2
 no ip address
 switchport
! 
interface Vlan1
 ip address 192.168.0.1 255.255.255.0
 no ip route-cache cef
 no ip mroute-cache




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



RE: Setting up Catalyst 6500 as a Layer 2 switch [7:37177]

2002-03-04 Thread Bond, Jeffrey T

You need to assign your ports to a vlan based on your configuration below.

-Original Message-
From: Matt Fisher [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 04, 2002 2:41 PM
To: [EMAIL PROTECTED]
Subject: Setting up Catalyst 6500 as a Layer 2 switch [7:37177]


I'm trying to setup a Cat 6500 running IOS 12.1 (c6sup22-dsv-mz.121-8a.E5)
as a layer two switch and I'm running into some issues.  I have a group of
ports all on the same vlan, with "switchport" set to enable them as layer 2
switch ports.  Directed IP traffic flows fine, but broadcast traffic is not
flowing between the ports.

The short story of the problem.  In this test environment I have 5 NT
servers plugged into the Cat 6500 and they can't see each other view
"Network Neighborhood".

My current goal is to just get this switch to act like your basic unmanaged
switch (I'll work on the more interesting settings after I get this basic
functionality working.)

Any ideas what I might be missing?

Matt




! Example of the current configuration:

interface FastEthernet2/1
 no ip address
 switchport
!
interface FastEthernet2/2
 no ip address
 switchport
! 
interface Vlan1
 ip address 192.168.0.1 255.255.255.0
 no ip route-cache cef
 no ip mroute-cache




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



RE: Setting up Catalyst 6500 as a Layer 2 switch [7:37177]

2002-03-04 Thread Larry Letterman

Hi,

Have you set the vlan in Vlan Database mode ?
Have you set the ports in question to switchport mode access ?
Have the ports in question been set to the vlan you want them to be in ?

interface FastEthernet5/35
 description to Hop-1st floor
 no ip address
 udld enable
 switchport
 switchport access vlan 171
 switchport mode access
 switchport nonegotiate


Larry Letterman
Cisco Systems
[EMAIL PROTECTED] 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 04, 2002 11:41 AM
To: [EMAIL PROTECTED]
Subject: Setting up Catalyst 6500 as a Layer 2 switch [7:37177]


I'm trying to setup a Cat 6500 running IOS 12.1 (c6sup22-dsv-mz.121-8a.E5)
as a layer two switch and I'm running into some issues.  I have a group of
ports all on the same vlan, with "switchport" set to enable them as layer 2
switch ports.  Directed IP traffic flows fine, but broadcast traffic is not
flowing between the ports.

The short story of the problem.  In this test environment I have 5 NT
servers plugged into the Cat 6500 and they can't see each other view
"Network Neighborhood".

My current goal is to just get this switch to act like your basic unmanaged
switch (I'll work on the more interesting settings after I get this basic
functionality working.)

Any ideas what I might be missing?

Matt




! Example of the current configuration:

interface FastEthernet2/1
 no ip address
 switchport
!
interface FastEthernet2/2
 no ip address
 switchport
!
interface Vlan1
 ip address 192.168.0.1 255.255.255.0
 no ip route-cache cef
 no ip mroute-cache




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



Setting up Catalyst 6500 as a Layer 2 switch [7:37177]

2002-03-04 Thread Matt Fisher

I'm trying to setup a Cat 6500 running IOS 12.1 (c6sup22-dsv-mz.121-8a.E5)
as a layer two switch and I'm running into some issues.  I have a group of
ports all on the same vlan, with "switchport" set to enable them as layer 2
switch ports.  Directed IP traffic flows fine, but broadcast traffic is not
flowing between the ports.

The short story of the problem.  In this test environment I have 5 NT
servers plugged into the Cat 6500 and they can't see each other view
"Network Neighborhood".

My current goal is to just get this switch to act like your basic unmanaged
switch (I'll work on the more interesting settings after I get this basic
functionality working.)

Any ideas what I might be missing?

Matt




! Example of the current configuration:

interface FastEthernet2/1
 no ip address
 switchport
!
interface FastEthernet2/2
 no ip address
 switchport
! 
interface Vlan1
 ip address 192.168.0.1 255.255.255.0
 no ip route-cache cef
 no ip mroute-cache


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