Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 20:04:12 -0700 (PDT)
From:      "John C. Archambeau" <jca@lvcm.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/38095: vlan not supported with fxp
Message-ID:  <200205150304.g4F34Co4052436@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         38095
>Category:       kern
>Synopsis:       vlan not supported with fxp
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 14 20:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     John C. Archambeau
>Release:        4.5-RELEASE
>Organization:
>Environment:
FreeBSD atmtest 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Tue May 14 21:35:03 PDT 2002
     root@atmtest:/usr/src/sys/compile/ATMTEST  i386
>Description:
FreeBSD 4.5-RELEASE box (ALR Revolution 2X) with an Intel Pro/100+ Management card connected to fa0/6 on a Cisco 2924M-XL-EN.  Problem can also be replicated with an Intel Pro/100 Dual Server NIC on fxp0 or fxp1.  Changing MTU size has no impact.  Both cards function with no vlan subinterface created.

>How-To-Repeat:
Install an Intel Pro/100+ Management NIC or Intel Pro/100 Dual Server NIC.  Both NICs are i82558 based NICs.  Configure a subinterface off of fxp0 for vlan1.  Enable 802.1Q trunking on a Cisco Catalyst 2924 EN interface.  Attempt to access something on vlan 1 via IPv4.



Configure vlan1 or add these lines to /etc/rc.conf.

ifconfig_fxp0="up"
ifconfig_vlan0="inet 192.168.1.11 netmask 255.255.255.0 vlan 1 vlandev fxp0 up"

Configure 802.1Q trunking on Cisco 2924M-XL-EN on IOS 12.0(5)WC3b.

interface FastEthernet0/6
 switchport trunk encapsulation dot1q
 switchport mode trunk
 spanning-tree portfast
!

Ping a device in the common subnet for vlan 1, no response.



>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205150304.g4F34Co4052436>