From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 01:50:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D671E16A41F for ; Thu, 1 Dec 2005 01:50:10 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4793543D5C for ; Thu, 1 Dec 2005 01:50:10 +0000 (GMT) (envelope-from mike@sentex.net) Received: from BLUELAPIS.sentex.ca (cage.simianscience.com [64.7.134.1]) by smarthost2.sentex.ca (8.13.4/8.13.4) with SMTP id jB11o2sX013849; Wed, 30 Nov 2005 20:50:03 -0500 (EST) (envelope-from mike@sentex.net) From: Mike Tancsa To: "Brian J. McGovern" Date: Wed, 30 Nov 2005 20:50:10 -0500 Message-ID: References: <200511302044.jAUKiIW0013078@spoon.beta.com> In-Reply-To: <200511302044.jAUKiIW0013078@spoon.beta.com> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Update: Setting up VLAN interfaces with Cisco gear... getting traffic on broadcast only... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 01:50:11 -0000 On Wed, 30 Nov 2005 15:44:18 -0500, in sentex.lists.freebsd.questions you wrote: >I hate to add to my own issue. > >I did some more playing and VLANs !=3D 1 seem to work ok (typically in = the=20 >100-150 range). However, operating on VLAN 1 still seems to be an issue. > > -B > > > All, > > I've got three Catalyst 6500s configured in a switching domain via > > fiber, with one "hub" 6500 connecting two remotes. Their port=20 > > configurations are basically (the actual port number varies based on = the > > device). > >=20 > > interface Gigabit Ethernet 9/2 > > no ip address > > switchport > > switchport trunk encapsulation dot1q > > switchport mode trunk If the nic is in 9/2 as shown above > >=20 > > ifconfig bge0 up media 1000baseTX mediaopt full-duplex > > ifconfig vlan0 create vlan 1 vlandev bge0 > > ifconfig vlan0 10.86.154.221 netmask 255.255.255.240 leave bge0 media autoneg no ? Also just assign 10.86.154.221/28 to bge0, not vlan0 as I am guessing thats your native VLAN no ? =20 One other thing I have found is that make the interface name consistent with the dot1q tag. It makes for less confusion when looking at interfaces. e.g. for vlan 532 ifconfig vlan532 create ifconfig vlan532 172.16.2.2/24 vlan 532 vlandev bge0 > >=20 > > Any suggestions to try before I bang my head against the wall? What does=20 ifconfig bge0 show ? also, for debugging, tcpdump -ei bge0 can help as it will show you encaps info. ---Mike -------------------------------------------------------- Mike Tancsa, Sentex communications http://www.sentex.net Providing Internet Access since 1994 mike@sentex.net, (http://www.tancsa.com)