Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > native vlan question

Reply
Thread Tools

native vlan question

 
 
aaabbb16@hotmail.com
Guest
Posts: n/a
 
      04-15-2008
A lot of people ask native vlan question.
I think using "vlan dot1q tag native" should eliminate this question.
at least for sw---sw connection. (all tagged just like isl)
I may not fully understand what's purpose why cisco make "native
vlan".
Some article say because of backward compatible with 802.3.
Can anyone give an example?

TIA,
st


 
Reply With Quote
 
 
 
 
Trendkill
Guest
Posts: n/a
 
      04-15-2008
On Apr 15, 3:51 am, aaabb...@hotmail.com wrote:
> A lot of people ask native vlan question.
> I think using "vlan dot1q tag native" should eliminate this question.
> at least for sw---sw connection. (all tagged just like isl)
> I may not fully understand what's purpose why cisco make "native
> vlan".
> Some article say because of backward compatible with 802.3.
> Can anyone give an example?
>
> TIA,
> st


Here are some good posts on this topic. Probably better than one of
us typing up several paragraphs. The second article explains native
vlan / vlan 1, and management interface concerns.

http://www.velocityreviews.com/forum...tive-vlan.html
http://www.velocityreviews.com/forum...lan-1quot.html
 
Reply With Quote
 
 
 
 
aaabbb16@hotmail.com
Guest
Posts: n/a
 
      04-15-2008
On 4月15日, 上午4时13分, Trendkill <jpma...@gmail.com> wrote:
> On Apr 15, 3:51 am, aaabb...@hotmail.com wrote:
>
> > A lot of people ask native vlan question.
> > I think using "vlan dot1q tag native" should eliminate this question.
> > at least for sw---sw connection. (all tagged just like isl)
> > I may not fully understand what's purpose why cisco make "native
> > vlan".
> > Some article say because of backward compatible with 802.3.
> > Can anyone give an example?

>
> > TIA,
> > st

>
> Here are some good posts on this topic. Probably better than one of
> us typing up several paragraphs. The second article explains native
> vlan / vlan 1, and management interface concerns.
>
> http://www.velocityreviews.com/forum...-management-vl...


Still confuse something.
 
Reply With Quote
 
sp3gcf sp3gcf is offline
Junior Member
Join Date: Nov 2007
Posts: 7
 
      04-15-2008
Cisco's proprietary ISL doesn't support Natvie Vlan, an IEEE's 802.1Q does support Native Vlan and was intorduced years later..

-Tom
 
Reply With Quote
 
stephen
Guest
Posts: n/a
 
      04-15-2008
<> wrote in message
news:123637df-5ec8-499a-a32c-...
> A lot of people ask native vlan question.
> I think using "vlan dot1q tag native" should eliminate this question.
> at least for sw---sw connection. (all tagged just like isl)
> I may not fully understand what's purpose why cisco make "native
> vlan".


cisco didnt invent this - it is part of 802.1Q.

> Some article say because of backward compatible with 802.3.


i suggest you try to find the standard and read around that,
maybe start at www.ieee.org

AFAIR some of the standards docs are without charge for Ethernet.

> Can anyone give an example?


there are 2 Qs to think about.

1. set a port to be tagged
- what do you do with a packet that arrives with no tag?

the 2 common answers are to throw it away, or to put it into some sort of
"default VLAN" - that is what untagged means for incoming packets.

not putting a tag on outbound packets form that VLAN on that port allows 2
way comms.

this sounds silly - but it is what often needs to happen when you hook up an
unconfigured device to set it up.

2. what happens when you want to split up 2 streams of packets on a port?

sometimes you have a device that will add its own stream of packets to a set
it gets from elsewhere
- the classic case is an IP phone where there is a plug on the phone to
connect a PC.
- Pcs dont normally send tagged frames, and the 3 port bridge in the phone
doesnt have the horsepower to wrap a tag around every packet.
- but you want the phone traffic kept separate from PC (security, QoS and
so on).

So - pass the PC packet thru untagged, and tag the phone traffic.
At the switch the PC "stuff" is untagged and goes into the native VLAN,
phone traffic is tagged and goes into a different VLAN.
>
> TIA,
> st
>

--
Regards

- replace xyz with ntl


 
Reply With Quote
 
aaabbb16@hotmail.com
Guest
Posts: n/a
 
      04-16-2008
On 4月15日, 下午1时13分, "stephen" <stephen_h...@xyzworld.com> wrote:
> <aaabb...@hotmail.com> wrote in message
>
> news:123637df-5ec8-499a-a32c-...
>
> > A lot of people ask native vlan question.
> > I think using "vlan dot1q tag native" should eliminate this question.
> > at least for sw---sw connection. (all tagged just like isl)
> > I may not fully understand what's purpose why cisco make "native
> > vlan".

>
> cisco didnt invent this - it is part of 802.1Q.
>
> > Some article say because of backward compatible with 802.3.

>
> i suggest you try to find the standard and read around that,
> maybe start atwww.ieee.org
>
> AFAIR some of the standards docs are without charge for Ethernet.
>
> > Can anyone give an example?

>
> there are 2 Qs to think about.
>
> 1. set a port to be tagged
> - what do you do with a packet that arrives with no tag?
>
> the 2 common answers are to throw it away, or to put it into some sort of
> "default VLAN" - that is what untagged means for incoming packets.
>
> not putting a tag on outbound packets form that VLAN on that port allows 2
> way comms.
>
> this sounds silly - but it is what often needs to happen when you hook up an
> unconfigured device to set it up.
>
> 2. what happens when you want to split up 2 streams of packets on a port?
>
> sometimes you have a device that will add its own stream of packets to a set
> it gets from elsewhere
> - the classic case is an IP phone where there is a plug on the phone to
> connect a PC.
> - Pcs dont normally send tagged frames, and the 3 port bridge in the phone
> doesnt have the horsepower to wrap a tag around every packet.
> - but you want the phone traffic kept separate from PC (security, QoS and
> so on).
>
> So - pass the PC packet thru untagged, and tag the phone traffic.
> At the switch the PC "stuff" is untagged and goes into the native VLAN,
> phone traffic is tagged and goes into a different VLAN.
>
> > TIA,
> > st

>
> --
> Regards
>
> stephen_h...@xyzworld.com - replace xyz with ntl


Thanks,
For "Some article say because of backward compatible with 802.3"
they may think far end is Hub or switch/bridge which does not support
802.3,
right?
One more question, when a access port receive a untag frame, does it
add
a 802.1q tag or some other tag to make sure it can go same vlan inside
of
this switch?

 
Reply With Quote
 
Bod43@hotmail.co.uk
Guest
Posts: n/a
 
      04-16-2008
On 16 Apr, 05:31, aaabb...@hotmail.com wrote:
> On 4月15日, 下午1时13分, "stephen" <stephen_h...@xyzworld.com> wrote:
>
>
>
>
>
> > <aaabb...@hotmail.com> wrote in message

>
> >news:123637df-5ec8-499a-a32c-...

>
> > > A lot of people ask native vlan question.
> > > I think using "vlan dot1q tag native" should eliminate this question.
> > > at least for sw---sw connection. (all tagged just like isl)
> > > I may not fully understand what's purpose why cisco make "native
> > > vlan".

>
> > cisco didnt invent this - it is part of 802.1Q.

>
> > > Some article say because of backward compatible with 802.3.

>
> > i suggest you try to find the standard and read around that,
> > maybe start atwww.ieee.org

>
> > AFAIR some of the standards docs are without charge for Ethernet.

>
> > > Can anyone give an example?

>
> > there are 2 Qs to think about.

>
> > 1. set a port to be tagged
> > - what do you do with a packet that arrives with no tag?

>
> > the 2 common answers are to throw it away, or to put it into some sort of
> > "default VLAN" - that is what untagged means for incoming packets.

>
> > not putting a tag on outbound packets form that VLAN on that port allows 2
> > way comms.

>
> > this sounds silly - but it is what often needs to happen when you hook up an
> > unconfigured device to set it up.

>
> > 2. what happens when you want to split up 2 streams of packets on a port?

>
> > sometimes you have a device that will add its own stream of packets to a set
> > it gets from elsewhere
> > - the classic case is an IP phone where there is a plug on the phone to
> > connect a PC.
> > - Pcs dont normally send tagged frames, and the 3 port bridge in the phone
> > doesnt have the horsepower to wrap a tag around every packet.
> > - but you want the phone traffic kept separate from PC (security, QoS and
> > so on).

>
> > So - pass the PC packet thru untagged, and tag the phone traffic.
> > At the switch the PC "stuff" is untagged and goes into the native VLAN,
> > phone traffic is tagged and goes into a different VLAN.

>
> > > TIA,
> > > st

>
> > --
> > Regards

>
> > stephen_h...@xyzworld.com - replace xyz with ntl

>
> Thanks,
> For "Some article say because of backward compatible with 802.3"
> they may think far end is Hub or switch/bridge which does not support
> 802.3,
> right?
> One more question, when a access port receive a untag frame, does it
> add
> a 802.1q tag or some other tag to make sure it can go same vlan inside
> of
> this switch?-


I have read something somewhere that stated that the Tags are
stripped off when frames enter the switch however clearly equivalent
information is carried 'with' the frame 'through' the switch.

So as far as we the Users are concerned I think that
you would have a good way of thinking about it if
you assumed that such a tag was used.


 
Reply With Quote
 
News Reader
Guest
Posts: n/a
 
      04-16-2008
wrote:
> On 16 Apr, 05:31, aaabb...@hotmail.com wrote:
>> On 4月15日, 下午1时13分, "stephen" <stephen_h...@xyzworld.com> wrote:
>>
>>
>>
>>
>>
>>> <aaabb...@hotmail.com> wrote in message
>>> news:123637df-5ec8-499a-a32c-...
>>>> A lot of people ask native vlan question.
>>>> I think using "vlan dot1q tag native" should eliminate this question.
>>>> at least for sw---sw connection. (all tagged just like isl)
>>>> I may not fully understand what's purpose why cisco make "native
>>>> vlan".
>>> cisco didnt invent this - it is part of 802.1Q.
>>>> Some article say because of backward compatible with 802.3.
>>> i suggest you try to find the standard and read around that,
>>> maybe start atwww.ieee.org
>>> AFAIR some of the standards docs are without charge for Ethernet.
>>>> Can anyone give an example?
>>> there are 2 Qs to think about.
>>> 1. set a port to be tagged
>>> - what do you do with a packet that arrives with no tag?
>>> the 2 common answers are to throw it away, or to put it into some sort of
>>> "default VLAN" - that is what untagged means for incoming packets.
>>> not putting a tag on outbound packets form that VLAN on that port allows 2
>>> way comms.
>>> this sounds silly - but it is what often needs to happen when you hook up an
>>> unconfigured device to set it up.
>>> 2. what happens when you want to split up 2 streams of packets on a port?
>>> sometimes you have a device that will add its own stream of packets to a set
>>> it gets from elsewhere
>>> - the classic case is an IP phone where there is a plug on the phone to
>>> connect a PC.
>>> - Pcs dont normally send tagged frames, and the 3 port bridge in the phone
>>> doesnt have the horsepower to wrap a tag around every packet.
>>> - but you want the phone traffic kept separate from PC (security, QoS and
>>> so on).
>>> So - pass the PC packet thru untagged, and tag the phone traffic.
>>> At the switch the PC "stuff" is untagged and goes into the native VLAN,
>>> phone traffic is tagged and goes into a different VLAN.
>>>> TIA,
>>>> st
>>> --
>>> Regards
>>> stephen_h...@xyzworld.com - replace xyz with ntl

>> Thanks,
>> For "Some article say because of backward compatible with 802.3"
>> they may think far end is Hub or switch/bridge which does not support
>> 802.3,
>> right?
>> One more question, when a access port receive a untag frame, does it
>> add
>> a 802.1q tag or some other tag to make sure it can go same vlan inside
>> of
>> this switch?-

>
> I have read something somewhere that stated that the Tags are
> stripped off when frames enter the switch however clearly equivalent
> information is carried 'with' the frame 'through' the switch.
>
> So as far as we the Users are concerned I think that
> you would have a good way of thinking about it if
> you assumed that such a tag was used.
>
>


When you configure a port-based VLAN on a switch, you are telling the
switch which ports are to be grouped into a common broadcast domain
(VLAN). Therefore when a switch receives a tagged frame on a trunk port,
it knows which ports it is permitted to forward too based on the
separation of broadcast domains (VLANs). Of course, if the switch has
learned the port that the destination host resides on, it will only
forward it out that port within the appropriate VLAN (assuming a unicast
packet). Broadcast packets may be flooded to all ports within a VLAN.

Best Regards,
News Reader
 
Reply With Quote
 
aaabbb16@hotmail.com
Guest
Posts: n/a
 
      04-16-2008
On 4月16日, 上午6时54分, News Reader <u...@domain.null> wrote:
> Bo...@hotmail.co.uk wrote:
> > On 16 Apr, 05:31, aaabb...@hotmail.com wrote:
> >> On 4月15日, 下午1时13分, "stephen" <stephen_h....@xyzworld.com> wrote:

>
> >>> <aaabb...@hotmail.com> wrote in message
> >>>news:123637df-5ec8-499a-a32c-....
> >>>> A lot of people ask native vlan question.
> >>>> I think using "vlan dot1q tag native" should eliminate this question.
> >>>> at least for sw---sw connection. (all tagged just like isl)
> >>>> I may not fully understand what's purpose why cisco make "native
> >>>> vlan".
> >>> cisco didnt invent this - it is part of 802.1Q.
> >>>> Some article say because of backward compatible with 802.3.
> >>> i suggest you try to find the standard and read around that,
> >>> maybe start atwww.ieee.org
> >>> AFAIR some of the standards docs are without charge for Ethernet.
> >>>> Can anyone give an example?
> >>> there are 2 Qs to think about.
> >>> 1. set a port to be tagged
> >>> - what do you do with a packet that arrives with no tag?
> >>> the 2 common answers are to throw it away, or to put it into some sort of
> >>> "default VLAN" - that is what untagged means for incoming packets.
> >>> not putting a tag on outbound packets form that VLAN on that port allows 2
> >>> way comms.
> >>> this sounds silly - but it is what often needs to happen when you hook up an
> >>> unconfigured device to set it up.
> >>> 2. what happens when you want to split up 2 streams of packets on a port?
> >>> sometimes you have a device that will add its own stream of packets to a set
> >>> it gets from elsewhere
> >>> - the classic case is an IP phone where there is a plug on the phone to
> >>> connect a PC.
> >>> - Pcs dont normally send tagged frames, and the 3 port bridge in the phone
> >>> doesnt have the horsepower to wrap a tag around every packet.
> >>> - but you want the phone traffic kept separate from PC (security, QoS and
> >>> so on).
> >>> So - pass the PC packet thru untagged, and tag the phone traffic.
> >>> At the switch the PC "stuff" is untagged and goes into the native VLAN,
> >>> phone traffic is tagged and goes into a different VLAN.
> >>>> TIA,
> >>>> st
> >>> --
> >>> Regards
> >>> stephen_h...@xyzworld.com - replace xyz with ntl
> >> Thanks,
> >> For "Some article say because of backward compatible with 802.3"
> >> they may think far end is Hub or switch/bridge which does not support
> >> 802.3,
> >> right?
> >> One more question, when a access port receive a untag frame, does it
> >> add
> >> a 802.1q tag or some other tag to make sure it can go same vlan inside
> >> of
> >> this switch?-

>
> > I have read something somewhere that stated that the Tags are
> > stripped off when frames enter the switch however clearly equivalent
> > information is carried 'with' the frame 'through' the switch.

>
> > So as far as we the Users are concerned I think that
> > you would have a good way of thinking about it if
> > you assumed that such a tag was used.

>
> When you configure a port-based VLAN on a switch, you are telling the
> switch which ports are to be grouped into a common broadcast domain
> (VLAN). Therefore when a switch receives a tagged frame on a trunk port,
> it knows which ports it is permitted to forward too based on the
> separation of broadcast domains (VLANs). Of course, if the switch has
> learned the port that the destination host resides on, it will only
> forward it out that port within the appropriate VLAN (assuming a unicast
> packet). Broadcast packets may be flooded to all ports within a VLAN.
>
> Best Regards,
> News Reader- 隐藏被引用文字 -
>
> - 显示引用的文字 -


let me clear the second question up:
when a access port receive a untag frame from a
host, does it add a 802.1q tag or some other tag to make sure it can
go same vlan inside of switch?


 
Reply With Quote
 
News Reader
Guest
Posts: n/a
 
      04-16-2008
wrote:
> On 4月16日, 上午6时54分, News Reader <u...@domain.null> wrote:
>> Bo...@hotmail.co.uk wrote:
>>> On 16 Apr, 05:31, aaabb...@hotmail.com wrote:
>>>> On 4月15日, 下午1时13分, "stephen" <stephen_h...@xyzworld.com> wrote:
>>>>> <aaabb...@hotmail.com> wrote in message
>>>>> news:123637df-5ec8-499a-a32c-...
>>>>>> A lot of people ask native vlan question.
>>>>>> I think using "vlan dot1q tag native" should eliminate this question.
>>>>>> at least for sw---sw connection. (all tagged just like isl)
>>>>>> I may not fully understand what's purpose why cisco make "native
>>>>>> vlan".
>>>>> cisco didnt invent this - it is part of 802.1Q.
>>>>>> Some article say because of backward compatible with 802.3.
>>>>> i suggest you try to find the standard and read around that,
>>>>> maybe start atwww.ieee.org
>>>>> AFAIR some of the standards docs are without charge for Ethernet.
>>>>>> Can anyone give an example?
>>>>> there are 2 Qs to think about.
>>>>> 1. set a port to be tagged
>>>>> - what do you do with a packet that arrives with no tag?
>>>>> the 2 common answers are to throw it away, or to put it into some sort of
>>>>> "default VLAN" - that is what untagged means for incoming packets.
>>>>> not putting a tag on outbound packets form that VLAN on that port allows 2
>>>>> way comms.
>>>>> this sounds silly - but it is what often needs to happen when you hook up an
>>>>> unconfigured device to set it up.
>>>>> 2. what happens when you want to split up 2 streams of packets on a port?
>>>>> sometimes you have a device that will add its own stream of packets to a set
>>>>> it gets from elsewhere
>>>>> - the classic case is an IP phone where there is a plug on the phone to
>>>>> connect a PC.
>>>>> - Pcs dont normally send tagged frames, and the 3 port bridge in the phone
>>>>> doesnt have the horsepower to wrap a tag around every packet.
>>>>> - but you want the phone traffic kept separate from PC (security, QoS and
>>>>> so on).
>>>>> So - pass the PC packet thru untagged, and tag the phone traffic.
>>>>> At the switch the PC "stuff" is untagged and goes into the native VLAN,
>>>>> phone traffic is tagged and goes into a different VLAN.
>>>>>> TIA,
>>>>>> st
>>>>> --
>>>>> Regards
>>>>> stephen_h...@xyzworld.com - replace xyz with ntl
>>>> Thanks,
>>>> For "Some article say because of backward compatible with 802.3"
>>>> they may think far end is Hub or switch/bridge which does not support
>>>> 802.3,
>>>> right?
>>>> One more question, when a access port receive a untag frame, does it
>>>> add
>>>> a 802.1q tag or some other tag to make sure it can go same vlan inside
>>>> of
>>>> this switch?-
>>> I have read something somewhere that stated that the Tags are
>>> stripped off when frames enter the switch however clearly equivalent
>>> information is carried 'with' the frame 'through' the switch.
>>> So as far as we the Users are concerned I think that
>>> you would have a good way of thinking about it if
>>> you assumed that such a tag was used.

>> When you configure a port-based VLAN on a switch, you are telling the
>> switch which ports are to be grouped into a common broadcast domain
>> (VLAN). Therefore when a switch receives a tagged frame on a trunk port,
>> it knows which ports it is permitted to forward too based on the
>> separation of broadcast domains (VLANs). Of course, if the switch has
>> learned the port that the destination host resides on, it will only
>> forward it out that port within the appropriate VLAN (assuming a unicast
>> packet). Broadcast packets may be flooded to all ports within a VLAN.
>>
>> Best Regards,
>> News Reader- 隐藏被引用文字 -
>>
>> - 显示引用的文字 -

>
> let me clear the second question up:
> when a access port receive a untag frame from a
> host, does it add a 802.1q tag or some other tag to make sure it can
> go same vlan inside of switch?
>
>


I would "assume" that an untagged frame (the norm) sent by a host, and
received on a switch port that is assigned a non-native VLAN ID, would
get tagged at the ingress port; would remain so on its journey through
the switch, and get stripped on the egress port if the port was
configured for "access mode".

However, I would think that a programmer could (if desired) use some
other construct for segregating frames within the switch, and tag frames
as necessary as they egress onto a trunk port.

I think your answer is likely implementation dependent, and up to the
whims of the programmer.

Why get hung up on such an esoteric matter, when there are so many
practical issues to deal with?

Best Regards,
News Reader
 
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
Cisco C2900XL want ports to work on native vlan and switchport vlan paul1537 Cisco 0 05-15-2008 03:30 PM
VLAN Project and Native VLAN mlp128@sfx.liverpool.sch.uk Cisco 4 08-16-2007 09:23 AM
Native, and management vlan "Vlan 1" Andy Cisco 1 09-21-2005 07:21 PM
native vlan mismatch on 2 2924 switches w/ only 1 vlan defined (same on both switches) avraham shir-el Cisco 4 07-20-2004 08:08 AM
HI, I have some question about native vlan and default vlan. PS2 gamer Cisco 1 05-28-2004 11:47 AM



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