![]() |
multi-(v)lan/protocols via etherchannel?
Hello
I am not shure if my english is good enough to describe my problem and to understand the answer(s) but i will do my best and hope someone can help me out. I have two cisco switches Model WS-C2924-XL-EN (one has two module slots, one not) both with IOS 12.0 Enterprise Software. I want to expand my home network down in the cellar where i have an emtpy rack. But i don't have any Cable down there and no way to have one. So i must use other techniques like powerline or wlan. One switch should stay in my rooms, one down in the rack. As interconnection i want a powerline and probably additional a wlan-connection (2 Accesspoints with Special antennas). I like to have this as bonded connection or maybe as failover. So far i know Cisco named it Etherchannel and this should be possible. But additionally i will use separete network segments with different protocols (one IP-Net, one Netbios, and probably an IPX Segment) which shall not be mixed. I believe a Switch in general is protocol-transparent. But there are some helpers for IP Networks, so i am not really shure if the switch don't care the protocols or if (and how) i can set it up so it can identify the protocol-types on a port. Thats why i believe i shall do it port-based and probably i need some VLANs for it. But i don't know if that is the best way and if vlans (binded to a group of ports) will do the job. I know i have to set it up so each vlan will go through the etherchannel to the other switch and there it should land on another group of ports. I know, its a lot of questions. Maybe i am totally wrong but i hope it is not. Below a quick drawing to help you understand what i mean. IP NB IPX <- Network-Segments ! ! ! ============== Switch A | | | Etherchannel | | ============== Switch B ! ! ! IP NB IPX <- Network-Segments Can one Help me out to find the right CLI Commands or similar to work this out. Thanks for any Answers. Kay (from Germany) |
sample here
! interface Port-channel1 description BB-CSW-A02 switchport trunk encapsulation dot1q switchport mode trunk ip arp inspection trust ip dhcp snooping trust ! interface Port-channel2 description BB-ASW-A01 switchport trunk encapsulation dot1q switchport mode trunk ip arp inspection trust ip dhcp snooping trust ! ! interface GigabitEthernet0/45 description ASW-A01 switchport trunk encapsulation dot1q switchport mode trunk ip arp inspection trust channel-group 2 mode active ip dhcp snooping trust ! interface GigabitEthernet0/46 description ASW-A01 switchport trunk encapsulation dot1q switchport mode trunk channel-group 2 mode active ip dhcp snooping trust ! interface GigabitEthernet0/47 description CSW-A02 switchport trunk encapsulation dot1q switchport mode trunk ip arp inspection trust channel-group 1 mode active ip dhcp snooping trust ! interface GigabitEthernet0/48 description CSW-A02 switchport trunk encapsulation dot1q switchport mode trunk ip arp inspection trust channel-group 1 mode active ip dhcp snooping trust ! interface GigabitEthernet0/49 more information http://cisconetworkingcenter.blogspo...ocol-hsrp.html |
| All times are GMT. The time now is 11:40 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.