Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Q-in-Q vlan with dot1q-tunneling not working

$
0
0

Hi

 

I have tried to created a q-in-q vlan between two (2) EX3300 with adv.lic for dot1q feature and the service vlan goes through 3 core switches EX4500+EX4500+EX4600, that traffic is not limited in any way = vlan members ALL.

 

The customers want to pick their own vlans behind the EX3300 and transport this over this connection.

 

Client is facing the ge-0/0/1 port from another switch where the port is configured as trunk port and want to push approx 8 different vlans into to this q-in-q.

 

What is missing to get this working? The configuration is done according to Junos requirements, se also KB21686

 

Many thanks for your assitance and help is appreciated

 

/MICDUF

 

Below is junos config

 

A-side

 

noc@a-side-sw-1> show vlans v4000 extensive
VLAN: v4000, Created at: Sat Jul  9 10:22:18 2016
802.1Q Tag: 4000, Internal index: 8, Admin State: Enabled, Origin: Static
Description: xxxxx-net-s-vlan-4000
Dot1q Tunneling status: Enabled
Customer VLAN ranges:
      1-4094
Protocol: Port Mode, Mac aging time: 300 seconds
Number of interfaces: Tagged 2 (Active = 2), Untagged  0 (Active = 0)
      ge-0/0/1.0*, tagged, trunk
      xe-0/1/0.0*, tagged, trunk


Client Switch EX3300 (12.3R9.4 with extended license för dot1q-tunneling)
interfaces {
    ge-0/0/1 {
        description customer-eth-port;
        unit 0 {
            family ethernet-switching {
                port-mode trunk;
                vlan {
                    members v4000;
                }
            }
        }
    }
ethernet-switching-options {
    dot1q-tunneling {
        ether-type 0x8100;
    }
vlans {
    v4000 {
        description customer-eth-port;
        vlan-id 4000;
        dot1q-tunneling {
            customer-vlans 1-4094;
        }
    }

******(v4000 in Core goes through Trunk interfaces 10GB) ******
 
Core Switch EX4600 (14.1X53-D35.3)
v4000 {
    description service-vlan-4000;
    vlan-id 4000;
}

Core Switch EX4500 (12.3R12.4)
v4000 {
    description service-vlan-4000;
    vlan-id 4000;
}

Core Switch EX4500 (12.3R12.4)
v4000 {
    description service-vlan-4000;
    vlan-id 4000;
}

******(v4000 in Core goes through Trunk interfaces 10GB) ******

 

B-side

noc@b-side-sw-1> show vlans v4000 extensive
VLAN: v4000, Created at: Sat Jul  9 10:26:25 2016
802.1Q Tag: 4000, Internal index: 7, Admin State: Enabled, Origin: Static
Description: xxxxxx-net-s-vlan-4000
Dot1q Tunneling status: Enabled
Customer VLAN ranges:
      1-4094
Protocol: Port Mode, Mac aging time: 300 seconds
Number of interfaces: Tagged 2 (Active = 1), Untagged  0 (Active = 0)
      ge-0/0/1.0, tagged, trunk
      xe-0/1/0.0*, tagged, trunk

  
Client Switch EX3300 (12.3R9.4 with extended license för dot1q-tunneling)
interfaces {
    ge-0/0/1 {
        description customer-eth-port;
        unit 0 {
            family ethernet-switching {
                port-mode trunk;
                vlan {
                    members v4000;
                }
            }
        }
    }
ethernet-switching-options {
    dot1q-tunneling {
        ether-type 0x8100;
    }
vlans {
    v4000 {
        description customer-eth-port;
        vlan-id 4000;
        dot1q-tunneling {
            customer-vlans 1-4094;
        }
    }


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>