Cisco | QinQ
Berikut KOnfigurasi Masing-Masing Device
R1
!
interface Ethernet0/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
!
R2
interface Ethernet0/0.10
encapsulation dot1Q 10
ip address 192.168.10.2 255.255.255.0
!
SW-1
vlan 456
vlan 457
!
interface Ethernet0/0
switchport access vlan 456
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
no cdp enable
!
interface Ethernet0/2
switchport access vlan 457
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
no cdp enable
!
interface Ethernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
!
SW-2
vlan 456
vlan 457
!
interface Ethernet0/0
switchport access vlan 456
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
no cdp enable
!
interface Ethernet0/2
switchport access vlan 457
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
no cdp enable
!
interface Ethernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
!
SW-3
vlan 456
vlan 457
!
interface Ethernet0/0
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
!
VERIFIKASI
R1 / R2
sh cdp neig
R1# ping 192.168.10.2
R2# ping 192.168.10.1
SW1 / SW2
sh dot1q-tunnel
sh int eth0/1 trunk
PC
==========
SW-AP1-QinQ-GD600#sh run int gi1/0/24
interface GigabitEthernet1/0/24
description Uplink-to-METRO-E
switchport trunk allowed vlan 8-10,220,350,351,359,360,410
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
l2protocol-tunnel stp
exit
interface GigabitEthernet1/0/24
description Uplink-to-METRO-E
switchport trunk allowed vlan 8-10,220,350,351,359,360,410
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
l2protocol-tunnel stp
exit
!
interface GigabitEthernet1/0/1
description DLINK-TO-AGG
switchport trunk allowed vlan 8-10,220,350,351,359,360,410
switchport mode trunk
end
interface GigabitEthernet1/0/1
description DLINK-TO-AGG
switchport trunk allowed vlan 8-10,220,350,351,359,360,410
switchport mode trunk
end
Posting Komentar untuk "Cisco | QinQ"