Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Carry layer 2 ethernet between vlans over an IP network, anyone?

Reply
Thread Tools

Carry layer 2 ethernet between vlans over an IP network, anyone?

 
 
James Harris
Guest
Posts: n/a
 
      11-21-2007
There seem to be many potential ways to carry ethernet frames over an
IP network (dlsw, l2tp, l2tpv3, possibly gre) but none of them, as far
as I can see, seem to work with vlan interfaces.

Is there a way to carry ethernet between 6500 MSFC blades so as to
link vlans across an IP backbone?

Is there a generic way to do this on any layer 3 Cisco device? A
bridge group cannot be configured on a GRE tunnel interface it seems.

I would have thought there was a basic and simple way to do this but I
cannot find one. Any help would be appreciated.

--
James
 
Reply With Quote
 
 
 
 
James Harris
Guest
Posts: n/a
 
      11-22-2007
On 21 Nov, 12:03, James Harris <james.harri...@googlemail.com> wrote:
> There seem to be many potential ways to carry ethernet frames over an
> IP network (dlsw, l2tp, l2tpv3, possibly gre) but none of them, as far
> as I can see, seem to work with vlan interfaces.
>
> Is there a way to carry ethernet between 6500 MSFC blades so as to
> link vlans across an IP backbone?
>
> Is there a generic way to do this on any layer 3 Cisco device? A
> bridge group cannot be configured on a GRE tunnel interface it seems.
>
> I would have thought there was a basic and simple way to do this but I
> cannot find one. Any help would be appreciated.


I have tried DLSW+ but it did not do what I wanted. The config for
ethernet to ethernet is simple but the routers failed to pass traffic.
I suspect that DLSW+ recognises and passes ONLY Netbios and SNA.
Notably it was not present in at least some versions of 12.4.

 
Reply With Quote
 
 
 
 
Bod43@hotmail.co.uk
Guest
Posts: n/a
 
      11-23-2007
On 22 Nov, 21:19, James Harris <james.harri...@googlemail.com> wrote:
> On 21 Nov, 12:03, James Harris <james.harri...@googlemail.com> wrote:
>
> > There seem to be many potential ways to carry ethernet frames over an
> > IP network (dlsw, l2tp, l2tpv3, possibly gre) but none of them, as far
> > as I can see, seem to work with vlan interfaces.

>
> > Is there a way to carry ethernet between 6500 MSFC blades so as to
> > link vlans across an IP backbone?

>
> > Is there a generic way to do this on any layer 3 Cisco device? A
> > bridge group cannot be configured on a GRE tunnel interface it seems.

>
> > I would have thought there was a basic and simple way to do this but I
> > cannot find one. Any help would be appreciated.

>
> I have tried DLSW+ but it did not do what I wanted. The config for
> ethernet to ethernet is simple but the routers failed to pass traffic.
> I suspect that DLSW+ recognises and passes ONLY Netbios and SNA.
> Notably it was not present in at least some versions of 12.4.


You should look at the interface command "xconnect".

You may want to increase the mtu such that
full size ethernet packets (1500/1514/1518 depending
on how you count) pass across the link unfragmented.

 
Reply With Quote
 
Bod43@hotmail.co.uk
Guest
Posts: n/a
 
      11-23-2007
On 23 Nov, 10:04, Bo...@hotmail.co.uk wrote:
> On 22 Nov, 21:19, James Harris <james.harri...@googlemail.com> wrote:
>
>
>
>
>
> > On 21 Nov, 12:03, James Harris <james.harri...@googlemail.com> wrote:

>
> > > There seem to be many potential ways to carry ethernet frames over an
> > > IP network (dlsw, l2tp, l2tpv3, possibly gre) but none of them, as far
> > > as I can see, seem to work with vlan interfaces.

>
> > > Is there a way to carry ethernet between 6500 MSFC blades so as to
> > > link vlans across an IP backbone?

>
> > > Is there a generic way to do this on any layer 3 Cisco device? A
> > > bridge group cannot be configured on a GRE tunnel interface it seems.

>
> > > I would have thought there was a basic and simple way to do this but I
> > > cannot find one. Any help would be appreciated.

>
> > I have tried DLSW+ but it did not do what I wanted. The config for
> > ethernet to ethernet is simple but the routers failed to pass traffic.
> > I suspect that DLSW+ recognises and passes ONLY Netbios and SNA.
> > Notably it was not present in at least some versions of 12.4.

>
> You should look at the interface command "xconnect".
>
> You may want to increase the mtu such that
> full size ethernet packets (1500/1514/1518 depending
> on how you count) pass across the link unfragmented.- Hide quoted text -
>


This may be all you need. Not sure though.

6500 A#
lo1
ip address 10.1.2.1

interface GigabitEthernet1/1
description
no ip address
xconnect 10.1.1.1 20 encapsulation mpls
end

!! Connected to other 6500 by arbitrary IP network.

6500 B#
lo1
ip address 10.1.1.1

interface GigabitEthernet1/1
description
no ip address
xconnect 10.1.2.1 20 encapsulation mpls
end

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to tell if my vlans are layer 2 or layer 3. BrooklynBadass Cisco 10 09-12-2007 11:50 AM
business layer, data access layer , presentation layer for asp.net using C#.net Dhananjay ASP .Net 1 12-18-2006 11:35 PM
Re: Use router ethernet interface as a layer 2 ethernet port Bod43@hotmail.co.uk Cisco 0 11-25-2006 08:55 AM
Remote VLANs bridging over metro ethernet ... Pedro Ribeiro Cisco 4 07-21-2004 11:43 AM
Can 803 (ISDN-ethernet) work ethernet-ethernet? Peter Cisco 2 12-11-2003 11:24 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57