06-24-2016 04:47 PM - edited 03-08-2019 06:22 AM
Hello everyone,
I have 2 [2950] Switches and 1 [2611XM] Router
I would like to set these up as per attached diagram.
laptop0: IP 192.168.1.183
PC: IP 192.168.1.7
SW1: IP 192.168.1.30
Router1: fa0/1 IP 192.168.2.33, fa0/0 IP 192.168.2.33
SW2: IP 192.168.2.38laptop1: IP 192.168.2.50
Can anyone please help with how to set this up. How do I configure the Switches and Router?
The idea is to get laptop1 talking to laptop0 and PC.
Many thanks in advance
Joe
06-25-2016 11:53 AM
If the switches are layer 2 whi9hc they are 2950s you need a router and stick setup , see this doc follow it and reply when if you get stuck ,provide the running configs if you need assistance I don't have PK
create your vlans assign the pc to vlan port , connect switch to router via document on both sides where switches are with trunk/sub ints
http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/336-cisco-router-8021q-router-stick.html
08-05-2016 12:32 AM
Hello
R1
int fa0/0
no shut
int fa0/0.10
description Link to SW1
encapsulation dot1q 10
ip address 192.168.1.33 255.255.255.0
no shut
int fa0/1
no shut
int fa0/1.20
description Link to SW2
encapsulation dot1q 20
ip address 192.168.2.33 255.255.255.0
no shut
ip routing
Sw1
int vlan 10
ip address 192.168.2.30 255.255.255.0
no shut
exit
vlan 10
exit
int fa0/1
description Link to R1
switchport mode trunk
no shut
int fa0/2
description Link to Host onSw1
switchport host
switchport access vlan 10
no shut
int fa0/3
description Link to Host onSw1
switchport host
switchport access vlan 10
no shut
no ip routing
ip default-gateway 192.168.1.33
Hosts Sw1
laptop0: IP 192.168.1.183 mask 255.255.255.0 D/G 192.168.1.33
PC: IP 192.168.1.7 mask 255.255.255.0 D/G 192.168.1.33
Sw2
int vlan 20
ip address 192.168.2.30 255.255.255.0
no shut
int fa0/1
description Link to R1
switchport mode trunk
no shut
exit
vlan 20
exit
int fa0/2
description Link to Host onSw2
switchport host
switchport access vlan 20
no shut
no ip routing
ip default-gateway 192.168.2.33
Host on Sw2
laptop1: IP 192.168.2.50 mask 255.255.255.0 D/G 192.168.2.33
res
Paul
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide