RE : Re: ISL intervlan routing

2007-01-27 Thread Fab
OK, but my switch doesn't support 802.1Q.
   
  I must change my switch if i want to make a intervlan routing ???
  Patch kernel for ISL support doesn't exist???


-
 Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RE : Re: ISL intervlan routing

2007-01-27 Thread Mike Tancsa
On Sat, 27 Jan 2007 11:25:19 +0100 (CET), in
sentex.lists.freebsd.questions you wrote:

OK, but my switch doesn't support 802.1Q.

Are you sure ? All the cisco devices I have used support 802.1q. e.g.
on an old Catalyst 2924,

interface FastEthernet0/1
 description Trunk port to FreeBSD em0
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 1-990,1002-1005
 switchport mode trunk
 spanning-tree portfast


On the freebsd box,

ifconfig vlan445 create
ifconfig vlan445 192.168.1.1/24 vlan 445 vlandev em0 

---Mike

   
  I must change my switch if i want to make a intervlan routing ???
  Patch kernel for ISL support doesn't exist???

   
-
 Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
 Profitez des connaissances, des opinions et des expériences des internautes 
 sur Yahoo! Questions/Réponses.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mike Tancsa, Sentex communications http://www.sentex.net
Providing Internet Access since 1994
[EMAIL PROTECTED], (http://www.tancsa.com)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ISL intervlan routing

2007-01-26 Thread Mike Tancsa
On Fri, 26 Jan 2007 18:58:54 +0100 (CET), in
sentex.lists.freebsd.questions you wrote:

Hello all,
   
  For information, i'm french and my english is very bad.
   
  ISL encapsulation is it compatible with FreeBSD for intervlan routing???

Hi.
It is not, but 802.1q vlan trunking is and works very well.

---Mike
   
   
  Thanks

   
-
 Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
 Profitez des connaissances, des opinions et des expériences des internautes 
 sur Yahoo! Questions/Réponses.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mike Tancsa, Sentex communications http://www.sentex.net
Providing Internet Access since 1994
[EMAIL PROTECTED], (http://www.tancsa.com)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]