
Configs:
custsw1
vlan 555
!
vlan 1700
name custvlan
!vlan 555
!
interface FastEthernet0/4
switchport access vlan 555
switchport mode access
!
interface FastEthernet0/5
switchport access vlan 1700
switchport mode access
!
interface FastEthernet0/22
des TRUNK to SPSW1
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Vlan555
ip address 5.5.5.1 255.255.255.0
!
interface Vlan1700
ip address 10.1.1.1 255.255.255.252
!
custsw2
vlan 555
!
vlan 1700
name custvlan
!vlan 555
!
interface FastEthernet0/6
switchport access vlan 555
switchport mode access
!
interface FastEthernet0/7
switchport access vlan 1700
switchport mode access
!
interface FastEthernet0/22
des TRUNK TO SPSW2
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Vlan555
ip address 5.5.5.2 255.255.255.0
!
interface Vlan1700
ip address 10.1.1.2 255.255.255.252
spsw1#
vlan dot1q tag native
!
vlan 104
name qinq
!
vlan 555
name SPpro555
!
vlan 1700
name SPpro1700
!
interface FastEthernet0/1
switchport access vlan 555
switchport mode access
interface FastEthernet0/22
des TO CUSTOMER SW 1
switchport access vlan 104
switchport trunk encapsulation dot1q
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
no cdp enable
!
interface FastEthernet0/23
des TRUNK to SPSW2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 104,555,1700
switchport mode trunk
interface GigabitEthernet0/1
switchport access vlan 1700
switchport mode access
interface Vlan555
ip address 5.5.5.1 255.255.255.0
!
interface Vlan1700
ip address 10.1.1.1 255.255.255.252
!
spsw2#
vlan dot1q tag native
!
vlan 104
name qinq
!
vlan 555
name SPpro555
!
vlan 1700
name SPpro1700
!
interface FastEthernet0/1
switchport access vlan 555
switchport mode access
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 104
switchport mode trunk
interface FastEthernet0/22
des TO CUSTOMER SW 2
switchport access vlan 104
switchport trunk encapsulation dot1q
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
no cdp enable
!
interface FastEthernet0/23
des TRUNK TO SPSW1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 104,555,1700
switchport mode trunk
interface GigabitEthernet0/1
switchport access vlan 1700
switchport mode access
interface Vlan555
ip address 5.5.5.2 255.255.255.0
!
interface Vlan1700
ip address 10.1.1.2 255.255.255.252
Service Provider Verification
spsw1#sh ip int b | ex una
Interface IP-Address OK? Method Status Protocol
Vlan555 5.5.5.1 YES manual up up
Vlan1700 10.1.1.1 YES manual up up
spsw1#sh dot1q-t int f0/22
dot1q-tunnel mode LAN Port(s)
—————————–
Fa0/22
spsw1#
spsw1#sh int trunk
Port Mode Encapsulation Status Native vlan
Fa0/23 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/23 104,555,1700
Port Vlans allowed and active in management domain
Fa0/23 104,555,1700
Port Vlans in spanning tree forwarding state and not pruned
Fa0/23 104,555,1700
spsw1#sh int | in is up|address is|In
Vlan555 is up, line protocol is up
Hardware is EtherSVI, address is 0012.0183.3b00 (bia 0012.0183.3b00)
Internet address is 5.5.5.1/24
Vlan1700 is up, line protocol is up
Hardware is EtherSVI, address is 0012.0183.3b00 (bia 0012.0183.3b00)
Internet address is 10.1.1.1/30
clear arp
spsw1#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 - 0012.0183.3b00 ARPA Vlan555
Internet 10.1.1.1 - 0012.0183.3b00 ARPA Vlan1700
Internet 10.1.1.1 - 0012.0183.3b00 ARPA Vlan1700
spsw1#ping 5.5.5.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 5.5.5.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/2/4 ms
spsw1#ping 10.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/3/4 ms
spsw1#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 - 0012.0183.3b00 ARPA Vlan555
Internet 5.5.5.2 0 0018.b9ff.c7c2 ARPA Vlan555
Internet 10.1.1.2 0 0018.b9ff.c7c1 ARPA Vlan1700
Internet 10.1.1.1 - 0012.0183.3b00 ARPA Vlan1700
0012.0183.3b00 is SPSW1
0018.b9ff.c7c1 is SPSW2
0018.b9ff.c7c2 is SPSW2
The customer switches do not see the arp requests from the service provider switches.
custsw1# sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 - 0018.b974.3fc2 ARPA Vlan555
Internet 10.1.1.1 - 0018.b974.3fc1 ARPA Vlan1700
custsw2# sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.2 - 0018.b9ff.adc2 ARPA Vlan555
Internet 10.1.1.2 - 0018.b9ff.adc1 ARPA Vlan1700
custsw2#
SPSW1 can ping SPpro555 and SPpro1700 but it can not ping CUST555 or CUST1700.
Service Provider Verification
spsw2#sh ip int b | ex una
Interface IP-Address OK? Method Status Protocol
Vlan555 5.5.5.2 YES manual up up
Vlan1700 10.1.1.2 YES manual up up
spsw2#sh dot1q-t int f0/22
dot1q-tunnel mode LAN Port(s)
—————————–
Fa0/22
spsw2#sh int trunk
Port Mode Encapsulation Status Native vlan
Fa0/23 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/23 104,555,1700
Port Vlans allowed and active in management domain
Fa0/23 104,555,1700
Port Vlans in spanning tree forwarding state and not pruned
Fa0/23 104,555
spsw2#sh int | in is up|address is|In
Vlan555 is up, line protocol is up
Hardware is EtherSVI, address is 0018.b9ff.c7c2 (bia 0018.b9ff.c7c2)
Internet address is 5.5.5.2/24
Vlan1700 is up, line protocol is up
Hardware is EtherSVI, address is 0018.b9ff.c7c1 (bia 0018.b9ff.c7c1)
Internet address is 10.1.1.2/30
clear arp
spsw2#sh arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.2 - 0018.b9ff.c7c2 ARPA Vlan555
Internet 10.1.1.2 - 0018.b9ff.c7c1 ARPA Vlan1700
spsw2#ping 5.5.5.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 5.5.5.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/205/1007 ms
spsw2#ping 10.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/205/1006 ms
spsw2#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 0 0012.0183.3b00 ARPA Vlan555
Internet 5.5.5.2 - 0018.b9ff.c7c2 ARPA Vlan555
Internet 10.1.1.2 - 0018.b9ff.c7c1 ARPA Vlan1700
Internet 10.1.1.1 0 0012.0183.3b00 ARPA Vlan1700
0012.0183.3b00 is SPSW1
0018.b9ff.c7c1 is SPSW2
0018.b9ff.c7c2 is SPSW2
The customer switches do not see the arp requests from the service provider switches.
custsw1# sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 - 0018.b974.3fc2 ARPA Vlan555
Internet 10.1.1.1 - 0018.b974.3fc1 ARPA Vlan1700
custsw2# sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.2 - 0018.b9ff.adc2 ARPA Vlan555
Internet 10.1.1.2 - 0018.b9ff.adc1 ARPA Vlan1700
custsw2#
SPSW2 can ping SPpro555 and SPpro1700 but it can not ping CUST555 or CUST1700.
Customer SW1 Verification
custsw1#sh ip int b | ex una
Interface IP-Address OK? Method Status Protocol
Vlan555 5.5.5.1 YES manual up up
Vlan1700 10.1.1.1 YES manual up up
custsw1#sh int trunk
Port Mode Encapsulation Status Native vlan
Fa0/22 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/22 1-4094
Port Vlans allowed and active in management domain
Fa0/22 1,555,1700
Port Vlans in spanning tree forwarding state and not pruned
Fa0/22 1,555,1700
custsw1#sh cdp nei
Capability Codes: R – Router, T – Trans Bridge, B – Source Route Bridge
S – Switch, H – Host, I – IGMP, r – Repeater, P – Phone
Device ID Local Intrfce Holdtme Capability Platform Port ID
custsw2 Fas 0/22 157 S I WS-C3560- Fas 0/22
custsw1#sh int | in is up|address is|In
Vlan555 is up, line protocol is up
Hardware is EtherSVI, address is 0018.b974.3fc2 (bia 0018.b974.3fc2)
Internet address is 5.5.5.1/24
Vlan1700 is up, line protocol is up
Hardware is EtherSVI, address is 0018.b974.3fc1 (bia 0018.b974.3fc1)
Internet address is 10.1.1.1/30
clear arp
custsw1#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 - 0018.b974.3fc2 ARPA Vlan555
Internet 10.1.1.1 - 0018.b974.3fc1 ARPA Vlan1700
custsw1#ping 5.5.5.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 5.5.5.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/2/8 ms
custsw1#ping 10.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/2/8 ms
custsw1#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 - 0018.b974.3fc2 ARPA Vlan555
Internet 5.5.5.2 1 0018.b9ff.adc2 ARPA Vlan555
Internet 10.1.1.2 1 0018.b9ff.adc1 ARPA Vlan1700
Internet 10.1.1.1 - 0018.b974.3fc1 ARPA Vlan1700
0018.b974.3fc2 is custsw1
0018.b9ff.adc1 is custsw2
0018.b9ff.adc2 is custsw2
The service provider switches do not see the arp requests from the customer switches.
spsw1#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 - 0012.0183.3b00 ARPA Vlan555
Internet 10.1.1.1 - 0012.0183.3b00 ARPA Vlan1700
spsw2#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.2 - 0018.b9ff.c7c2 ARPA Vlan555
Internet 10.1.1.2 - 0018.b9ff.c7c1 ARPA Vlan1700
CUSTSW1 can ping CUST555 and CUST1700 but it can not ping SPpro555 or SPpro1700.
Customer SW2 Verification
custsw2#sh ip int b | ex una
Interface IP-Address OK? Method Status Protocol
Vlan555 5.5.5.2 YES manual up up
Vlan1700 10.1.1.2 YES manual up up
custsw2#sh int trunk
Port Mode Encapsulation Status Native vlan
Fa0/22 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/22 1-4094
Port Vlans allowed and active in management domain
Fa0/22 1,555,1700
Port Vlans in spanning tree forwarding state and not pruned
Fa0/22 1,555,1700
custsw2#sh cdp nei
Capability Codes: R – Router, T – Trans Bridge, B – Source Route Bridge
S – Switch, H – Host, I – IGMP, r – Repeater, P – Phone
Device ID Local Intrfce Holdtme Capability Platform Port ID
custsw1 Fas 0/22 150 S I WS-C3560- Fas 0/22
custsw2#sh int | in is up|address is|In
Vlan555 is up, line protocol is up
Hardware is EtherSVI, address is 0018.b9ff.adc2 (bia 0018.b9ff.adc2)
Internet address is 5.5.5.2/24
Vlan1700 is up, line protocol is up
Hardware is EtherSVI, address is 0018.b9ff.adc1 (bia 0018.b9ff.adc1)
Internet address is 10.1.1.2/30
clear arp
custsw2# sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.2 - 0018.b9ff.adc2 ARPA Vlan555
Internet 10.1.1.2 - 0018.b9ff.adc1 ARPA Vlan1700
custsw2#ping 5.5.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 5.5.5.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/9 ms
custsw2#ping 10.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/9 ms
custsw2#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 7 0018.b974.3fc2 ARPA Vlan555
Internet 5.5.5.2 - 0018.b9ff.adc2 ARPA Vlan555
Internet 10.1.1.2 - 0018.b9ff.adc1 ARPA Vlan1700
Internet 10.1.1.1 7 0018.b974.3fc1 ARPA Vlan1700
0018.b974.3fc1 is custsw1
0018.b974.3fc2 is custsw1
0018.b9ff.adc1 is custsw2
0018.b9ff.adc2 is custsw2
The service provider switches do not see the arp requests from the customer switches.
spsw1#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.1 - 0012.0183.3b00 ARPA Vlan555
Internet 10.1.1.1 - 0012.0183.3b00 ARPA Vlan1700
spsw2#sh ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 5.5.5.2 - 0018.b9ff.c7c2 ARPA Vlan555
Internet 10.1.1.2 - 0018.b9ff.c7c1 ARPA Vlan1700
CUSTSW1 can ping CUST555 and CUST1700 but it can not ping SPpro555 or SPpro1700.