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

question in router subinterface understanding ?

Dr.X
Level 7
Level 7

hi  ,

i just want to ask ,

if i configured subinterface on router , lets say ==>gi0/0.10 and i put encapsulation dot1q 10

does that mean , that the traffic goining out the interface gi0/0.10 will be tagged with vlan 10 ??

i want to make sure ,  does the router tag it before it leave the subinterface ??

2 Accepted Solutions

Accepted Solutions

Jan Rolny
Level 8
Level 8

Hello,

it depends on if it is native vlan or not. If native vlan is configured for vlan10 then it will not be tagged. If there is not native vlan configured so it will be tagged.

Regards,

Jan

View solution in original post

blau grana
Level 11
Level 11

Hello,

In your case packets will be tagged, but as Jan mentioned if you use that particular vlan as native vlan:

encapsulation dot1Q 10 native

In that case, packets will not be tagged.

Best Regards

Please rate all helpful posts and close solved questions

Best Regards Please rate all helpful posts and close solved questions

View solution in original post

3 Replies 3

Jan Rolny
Level 8
Level 8

Hello,

it depends on if it is native vlan or not. If native vlan is configured for vlan10 then it will not be tagged. If there is not native vlan configured so it will be tagged.

Regards,

Jan

blau grana
Level 11
Level 11

Hello,

In your case packets will be tagged, but as Jan mentioned if you use that particular vlan as native vlan:

encapsulation dot1Q 10 native

In that case, packets will not be tagged.

Best Regards

Please rate all helpful posts and close solved questions

Best Regards Please rate all helpful posts and close solved questions

thanks alot .

regards