- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
7328s VLAN trunking
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7328s VLAN trunking
I want to create a tagged link to my router's subinterfaces. Do I use link aggregation for this? does LAG automatically carry all switch traffic? or does the port(s) need to be included in each VLAN? and each vlan need to have the LAG as a member?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 7328s VLAN trunking
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 7328s VLAN trunking
I am also trying to solve this issue. Can anyone help?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 7328s VLAN trunking
best regards,
clifton
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 7328s VLAN trunking
It seems the 7328 doesnt support trunking?
If you look at the feature list between it and a layer 2 switch, port trunking is missing?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 7328s VLAN trunking
If your trunk port is a LAG, after you created the LAG, make the LAG interface a "tagged" member of all the VLANs you want to trunk to the other switch.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 7328s VLAN trunking
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 7328s VLAN trunking
This is my configurati0n, I think I´m doing what Lap say´s but, it doesn´t work, can some body helpme ? (NOTE: I made same configuration in booth switches, same ports, same vlan id etc.)
Switch #vlan database
Switch (vlan)#vlan 2
Switch (vlan)#vlan 3
Switch (vlan)#exit
Switch #configure
Switch (configure)#interface range 1/0/10-1/0/20
Switch (configure interface range 1/0/10-1/0/20) #vlan participation include 2
Switch (configure interface range 1/0/10-1/0/20) #vlan participation exclude 1
[COLOR=#1f497d][FONT='Calibri','sans-serif']Switch (configure interface range 1/0/10-1/0/20) #vlan pvid 2
[COLOR=#1f497d][FONT='Calibri','sans-serif']Switch (configure interface range 1/0/10-1/0/20) #vlan tagging 2
[/FONT][/COLOR][/FONT][/COLOR]
Switch (configure interface range 1/0/10-1/0/20) #exit
Switch (configure)#interface range 1/0/21-1/0/30
Switch (configure interface range 1/0/21-1/0/30) #vlan participation include 3
Switch (configure interface range 1/0/21-1/0/30) #vlan participation exclude 1
[COLOR=#1f497d][FONT='Calibri','sans-serif']Switch (configure interface range 1/0/21-1/0/30) #vlan pvid
[/FONT][/COLOR][COLOR=#1f497d][FONT='Calibri','sans-serif']3
[/FONT][/COLOR][COLOR=#1f497d][FONT='Calibri','sans-serif'][COLOR=#1f497d][FONT='Calibri','sans-serif']Switch (configure interface range 1/0/21-1/0/30) #vlan tagging 3
[/FONT][/COLOR][/FONT][/COLOR]Switch (configure interface range 1/0/10-1/0/20) #exit
Switch (configure)#exit
+++++ Here if i plug 2 laptops with same subnet address in the vlan1, the echo works fine, I mean i can ping each laptop if they´re in vlan1, but if i change booth laptops to vlan2 i can´t ping none +++++ What am I doing wrong???
Switch #configure
Switch (configure) #interface 1/0/40
Switch (configure interface 1/0/40) #vlan participation include 2
Switch (configure interface 1/0/40) #vlan participation include 3
Switch (configure interface 1/0/40) #vlan pvid 2
Switch (configure interface 1/0/40) #vlan pvid 3
[COLOR=#1f497d][FONT='Calibri','sans-serif']Switch (configure interface 1/0/40) #vlan tagging 2
[/FONT][/COLOR][COLOR=#1f497d][FONT='Calibri','sans-serif']Switch (configure interface 1/0/40) #vlan tagging 3
[/FONT][/COLOR]Switch (configure interface 1/0/40) #exit
Switch (configure) #exit
Switch # copy running nvram……
+++ Here, when I plug laptop1 in switch1-vlan1 and laptop2 in switch2-vlan1 the ping response is OK, but if i connect laptops in vlan2.... :(:confused:
So please, I need help.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 7328s VLAN trunking
therefore, if Switch A port 1 is set to trunk for Vlan 3.. and port 20 is set to Untagged or otherwise known to set to VLAN 3, then if port 1 of switch A is connected to port 1 of Switch B that is set with the same config of Vlan 3 (tagged or trunk), then VLAN 3 data will be transfered from Switch A to Switch B.
so a PC connected to port 20 in SwitchA, can deliver data to another PC connected to port..24 in SwitchB if the port 24 in switch B is configured as Untagged VLAN3.