cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
956
Views
10
Helpful
20
Replies

802.1q question

leungcm
Level 1
Level 1

Dear Sir,

we would like know the mean of following setting:

interface FastEthernet1

no ip address

full-duplex

!

interface FastEthernet1.1

encapsulation dot1Q 1 native

ip address 192.168.0.2 255.255.255.0

!

interface FastEthernet1.2

encapsulation dot1Q 2

ip address 192.168.1.1 255.255.255.0

what is the different between "dot1Q 1 native" and "dot1Q 2"?

Can we change to

interface FastEthernet1.1

encapsulation dot1Q 1

ip address 192.168.0.2 255.255.255.0

!

interface FastEthernet1.2

encapsulation dot1Q 2 native

ip address 192.168.1.1 255.255.255.0

what is the different between two setting?

thanks

Best regards

CM Leung

20 Replies 20

ankbhasi
Cisco Employee
Cisco Employee

Hi Friend,

As you know when you configure trunk all vlan data are passed with vlan tag and when you configure dot1q trunk all vlan data will pass as tag but one vlan data will pass through the trunk as untag which means without any vlan tag and that vlan you can mention as Native vlan.

Bydefault vlan 1 is always a native vlan on cisco switches and if you want to change the native vlan on trunk you can definetely do the same by making other vlan as native vlan.

So in your first case your vlan 1 is a native vlan which means any data which comes from switch to the router will not have vlan tag for vlan 1 and for vlan 2 it will have vlan 2 tag.

In your second case it is reverse and it is ofcourse possible but make sure if you are changing native vlan on router subinterface you have to also change it on switch trunk interface/port with command "switchport trunk native vlan ".

HTH

Ankur

*Pls rate all helpfull post

why do we have this feature of untagged vlans ? why would we need it, what would we use it for ?

Dear Ankur,

if we connect two routers to single switch and both of router with "native" configuration. It means that there are two trunks, one is router A, other is router B.

Then is it problem in switch because there is only one "VLAN 1" act as native. How to solve it?

Best regards

CM Leung

Hi Leung ,

Suppose if you connect two routers to a single L2 switch u need to place both the trunk links in the same vlan by mentiong as a native vlan.

Create Vlan on L2 switch and place f0/1.1 of both routers in the same vlan by configuring it as encapsulation dot1q 11 native.

L2 config:

vlan 11

ip address 10.105.3.1 255.255.255.0

int f0/1---uplink to first router

switchport trunk native vlan 11

switchport mode trunk

speed 100

duplex full

int f0/2 ---uplink to second router

switchport trunk native vlan 11

switchport mode trunk

speed 100

duplex full

router config:

interface FastEthernet0/0

no ip address

duplex full

speed 100

!

interface FastEthernet0/0.1

encapsulation dot1Q 11 native

ip address 10.105.3.3 255.255.255.0

2'nd router config:

interface FastEthernet0/0

no ip address

duplex full

speed 100

!

interface FastEthernet0/0.1

encapsulation dot1Q 11 native

ip address 10.105.3.5 255.255.255.0

configure the HSRP between those two routers and configure the default gateway on switch which is HSRP IP.

It should work.

Thanks,

Satish

Hi Friend,

If you have 2 routers connected to single switch then you need a trunk or not that depends on your network requirement.

Now suppose you need a trunk then you have to configure 2 ports on single switch as trunk ports , one for each router and you can define native vlan 1 on one trunk and native vlan 2 on other trunk.

Each trunk configuration on single switch is independent of other trunk configuration on same switch.

so for example on switch 1

interface gig1/0/1

switchport trunk encapsulation dot1q

switchport mode trunk

switchport trunk native vlan 1

interface gig1/0/2

switchport trunk encapsulation dot1q

switchport mode trunk

switchport trunk native vlan 2

HTH

Ankur

*Pls rate all helpfull post

Hi Ankur ,

In case of L2 we can configure only one vlan.In that scenario how can we connect or place two routers in different vlans.

I mean we can make routers as L3 by creating subinterfaces on routers.

What could be the default gateway on L2 switch ?

We need to configure default gateway on L2 using ip default gateway command.Am i correct ?

Thanks,

Satish

Hi Satish,

We always configure default gateway on L2 switch for switch reachability through the network.

So when you have one default gateway on your switch which points to router 1 suppose and you can reach your router 1 from anywhere in your network you are good to go.

For all those clients whose default gateway points to router 2 interface ip address will hit router 2 and go out of network and for all those clients whose default gateway points to router 1 will hit router 1 and go out of network.

Default gateway on l2 switch isnot related to data traffic coming out from clients connected to the switch.

May be I understood your question in wrong way so my explaination may not exactly answer your question. Please come again if my explaination does not answer your question.

Regards,

Ankur

*Pls rate all helpfull post

Hi Ankur ,

Thanks for your valuable info...I have small doubt regarding default gateway on L2.

Is there any limitation on no.of default gateway's can be configured on L2.

Thanks,

Satish

Hi Satish,

Yes there is a limitation. You can only have one default gateway configured on your switches. If you already have a default gateway and you try to configure another one it will override the first one.

HTH

Ankur

*Pls rate all helpfull post

Hi Ankur,

Is the limitation only on L2 switches or both L2 and L3 switches. As I have read that a maximum of 3 gateways can be configured on Supervisor Engine on 6500 switch.

Please clarify.

Thanks,

Pavan

Hi Pavan,

It hold true for any switches including Cat6500. You can only have one default-gateway though you can have multiple default routes on L3 switches.

Can you attach the document from where you read the same? Which IOS version is mentioned on that doc?

Regards,

Ankur

Hi Pavan,

That's the behavior of CATOS and its not exactly same as default gateway behavior in IOS its basically setting a static route where you have to specify destination network also (you can configure default also) but in IOS default gateway you have no option to set a destination network.

HTH

Ankur

* Pls rate all helpfull post

Hi Ankur,

The purpose of reachability of the switch is served by the vlan interface with an IP address assigned to it. Does default gateway serves the same purpose or does it has other fuction to do?

Thanks,

Pavan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card