*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> if_ef (4)              
Title
Content
Arch
Section
 

EF(4)

Contents


NAME    [Toc]    [Back]

     ef -- pseudo-device driver providing support for multiple ethernet frame
     types

SYNOPSIS    [Toc]    [Back]

     device ef

DESCRIPTION    [Toc]    [Back]

     The ef pseudo-device driver clones each ethernet type device with four
     additional interfaces.  Each of them is capable to send or receive only
     one predefined frame type.

     Names for the new interfaces created by adding fN suffix to an existing
     device name.  Where N is a device unit which can have one of the following
 values:

	   0	 interface with an Ethernet_II frame
	   1	 interface with a Novell Ethernet_802.3 frame
	   2	 interface with an Ethernet_802.2 frame
	   3	 interface with an Ethernet_802.2/SNAP frame support.

     For example, device ed0 will be populated with four devices: ed0f0,
     ed0f1, ed0f2 and ed0f3.

     After that, each device can be configured as usually:
	   # ifconfig ed0f1 ipx 0x105
     This will configure IPX protocol with network number 0x105 and
     Ethernet_802.3 frame type.

     Please note that it is impossible to configure IPX protocol on the parent
     ed0 device after if_ef.ko driver loaded.

     If parent interface do not configured for any other protocol (IP for
     example), subinterfaces will not function.  To avoid that, parent interface
 should be manually marked as ``up'':
	   # ifconfig ed0 up

EXAMPLES    [Toc]    [Back]

     The ef driver can be loaded via loader.conf(5) file:
	   if_ef_load="YES"

     In this case an ordinary interface configuration commands can be used in
     the rc.conf(5) file:
	   network_interfaces="ed2 lo0 tun0 ed2f0 ed2f1"
	   ifconfig_ed2f0_ipx="ipx 0x101"
	   ifconfig_ed2f1_ipx="ipx 0x102"

DIAGNOSTICS    [Toc]    [Back]

     None.

CAVEATS    [Toc]    [Back]

     Avoid to configuring parent ethernet device for IPX protocol after ef
     driver is loaded.

SEE ALSO    [Toc]    [Back]

      
      
     ipx(3), ifconfig(8)

AUTHORS    [Toc]    [Back]

     Boris Popov <[email protected]>.


FreeBSD 5.2.1			 June 20, 1999			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
el FreeBSD Ethernet driver for 3Com Etherlink 3C501 device driver
dcphy OpenBSD Pseudo-driver for media support on DEC 21143 controllers
i4bq931 FreeBSD isdn4bsd pseudo device driver handling the Q.931 protocol
i4bq921 FreeBSD isdn4bsd pseudo device driver handling the Q.921 protocol
cs FreeBSD ethernet device driver
if_ed FreeBSD ethernet device driver
ed FreeBSD ethernet device driver
ie FreeBSD ethernet device driver
gem FreeBSD ERI/GEM/GMAC Ethernet device driver
le FreeBSD DEC EtherWORKS II/III Ethernet device driver
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service