Double tagging in cisco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2013 01:42 AM - edited 03-04-2019 08:11 PM
Currently i am doing below test. Can anyone please provide the configuration for double tagging ?
SETUP
======
BRAS1 BRAS2
1/15 2/6
| |
| |
| |
| |
5/13---CISCO7609---5/15 <<<<<<<<<<<Need to config double tag
5/17
| |
| |
| |
| |
PC1 and PC2
VLAN 12:1
CONFIG
=======
interface Port-channel9
switchport
switchport access vlan 12
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 12
switchport mode trunk
lacp max-bundle 2
!
interface Port-channel10
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 12
switchport mode trunk
lacp max-bundle 2
interface GigabitEthernet5/13
switchport
switchport access vlan 12
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 12
switchport mode trunk
load-interval 30
no wrr-queue random-detect 3
channel-protocol lacp
channel-group 9 mode active
!
interface GigabitEthernet5/15
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 12
switchport mode trunk
load-interval 30
no wrr-queue random-detect 3
channel-protocol lacp
channel-group 10 mode active
!
interface GigabitEthernet5/16
no ip address
no wrr-queue random-detect 3
!
interface GigabitEthernet5/17
switchport
switchport access vlan 12
load-interval 30
no wrr-queue random-detect 3
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2013 03:28 AM
I have added switchport mode dot1qtunnel and it's working now.
Any more suggestion will be appreciated.
