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

Trunking a VLAN! what is preventing it

$
0
0

I havent got a clue whats going on here, what should be really simple i seem to be struggling with, wondering if someone can help!.

 

I have the following scenario:

 

Two Core Switches connected to gether as an Agg

Two Access Switches each with 1 uplink (so Access SW1 connects to Core SW1 and Access SW2 connect to Core SW2).

 

Now i have multiple devices connected to the Access Switches, but when i put the a device in a test vlan and allow it on the relevant trunk ports i cant see the mac address on the core!!

 

The Core devices are 4300's and Acess are 2200's this should be pretty straight forward but i just cant get it working, see config below:

 

 

Access 1:

 

show configuration interfaces ge-0/0/2

description CORE-1_Ge-0/0/6;
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ VLAN_500 VLAN_600 VLAN_700 test-vlan ];
}

 

show configuration vlans

}
test-vlan {
vlan-id 50;
}

 

show ethernet-switching table | match test-vlan

test-vlan * Flood - All-members
test-vlan 70:10:6f:4e:c9:f0 Learn 0 ge-0/0/18.0

 

CORE1

 

show configuration interfaces ge-0/0/6

description "ACCESS-1 ge-0/0/2";
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ default VLAN_500 VLAN_700 VLAN_600 test-vlan ];
}
storm-control default;
}

 

show configuration vlans

}
test-vlan {
vlan-id 50;
}

 

show ethernet-switching table | match test-vlan

 

 

Note:- the ae interafces connected between the two core devices have been enabled/disabled and still no difference, there is also vrrp runing between the two core devices, but considering this vlan stuff is just L2 not sure it will cause a problem.

 

The config is simple but its just not working, i was wondering is there anything else in a configuration that would prevent this, so i can just check some basic as to what is happening

 

Any help would be great ive been looking at this issue for days now Smiley Sad

 

 

 

 

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles



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