cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
652
Views
0
Helpful
2
Replies

ISR 2921

Docklands
Level 1
Level 1

Can the ISR 2921 router onboard WAN ports and SFP be used to terminate a VLAN trunk using

encapsulation dot1q

1 Accepted Solution

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

Yes, if you use a sub-interface you can use dot1q.

config t

inter gi0/0.20

encapsulation dot1Q 20

ip address....

inter gi0/0.30

encapsulation dot1Q 30

ip address....

HTH

View solution in original post

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Yes, if you use a sub-interface you can use dot1q.

config t

inter gi0/0.20

encapsulation dot1Q 20

ip address....

inter gi0/0.30

encapsulation dot1Q 30

ip address....

HTH

Docklands
Level 1
Level 1

Thank you Reza