cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5418
Views
0
Helpful
3
Replies

Can 1841 support VLAN 802.1Q tagging

wrinear
Level 1
Level 1

We have a Cisco 1841 Modular Router that needs to accept 802.1Q Vlan tagging with subsequent VLAN interfaces and IP Addressing. We only have FA0/0 and FA0/1.

I dont see any commands for 802.1q tagging.

Di I need to get an add on HWIC to do this or will it work with what I have and if so can someone point me to a write up.

Thanks

Bill

3 Accepted Solutions

Accepted Solutions

farkascsgy
Level 4
Level 4

Hello,

You can use subinterfaces...

intareface fa 0/1.100

encapsulation dot1q 100

ip address x.x.x.x x.x.x.x

in this case Fa0/1.100 is sitting on vlan 100 and tags all packet with vlan 100, number of the subenterface can be different number. encapsulation command defines teh vlan number.

You can do InterVlan routing with this technique or what you want...

bye

FCS

Please rate me if I helped.

View solution in original post

Edison Ortiz
Hall of Fame
Hall of Fame

I don't have a 1841 at the moment but in general , you do dot1q on routers like this:

interface f0/0

no ip address

interface f0/0.100

encapsulation dot1q 100

ip address 192.168.100.1 255.255.255.0

interface f0/0.101

encapsulation dot1q 101

ip address 192.168.101.1 255.255.255.0

Make sure the switch connected to F0/0 has dot1q trunking enabled.

View solution in original post

pstebner1
Level 1
Level 1

You'll have to create subinterfaces on those fastE ports, and then they'll support trunking.

i.e.:

interface fastethernet0/0

no ip address

interface fastethernet0/0.10

description VLAN10

encapsulation dot1q 10

ip address ww.xx.yy.zz

etc.

HTH,

Paul

edit - I see that I got beat twice! Nevermind!

View solution in original post

3 Replies 3

farkascsgy
Level 4
Level 4

Hello,

You can use subinterfaces...

intareface fa 0/1.100

encapsulation dot1q 100

ip address x.x.x.x x.x.x.x

in this case Fa0/1.100 is sitting on vlan 100 and tags all packet with vlan 100, number of the subenterface can be different number. encapsulation command defines teh vlan number.

You can do InterVlan routing with this technique or what you want...

bye

FCS

Please rate me if I helped.

Edison Ortiz
Hall of Fame
Hall of Fame

I don't have a 1841 at the moment but in general , you do dot1q on routers like this:

interface f0/0

no ip address

interface f0/0.100

encapsulation dot1q 100

ip address 192.168.100.1 255.255.255.0

interface f0/0.101

encapsulation dot1q 101

ip address 192.168.101.1 255.255.255.0

Make sure the switch connected to F0/0 has dot1q trunking enabled.

pstebner1
Level 1
Level 1

You'll have to create subinterfaces on those fastE ports, and then they'll support trunking.

i.e.:

interface fastethernet0/0

no ip address

interface fastethernet0/0.10

description VLAN10

encapsulation dot1q 10

ip address ww.xx.yy.zz

etc.

HTH,

Paul

edit - I see that I got beat twice! Nevermind!

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