i had problem i can't access from my pc to another devices from diffrent vlan .
vlan 162-163.
i want to access from my pc to all vlan , how?
i have 4 switches L2 and 1 L3:
*vlan 162 :
-switch "a" is connected with pc1 and pc2.
switch a:10.20.162.100.
pc1:10.20.162.2 mask 255.255.255.0 getway 10.20.162.1.
pc2:10.20.162.3 mask 255.255.255.0 getway 10.20.162.1.
-switch "b" is connected with pc3 and pc4.
switch a:10.20.162.101.
pc3:10.20.162.4 mask 255.255.255.0 getway 10.20.162.1.
pc4:10.20.162.5 mask 255.255.255.0 getway 10.20.162.1.
*vlan 163 :
-switch "c" is connected with pc5 and pc6.
switch a:10.20.163.100.
pc1:10.20.163.2 mask 255.255.255.0 getway 10.20.163.1.
pc2:10.20.163.3 mask 255.255.255.0 getway 10.20.163.1.
-switch "d" is connected with pc7 and pc8.
switch a:10.20.163.101.
pc3:10.20.163.4 mask 255.255.255.0 getway 10.20.163.1.
pc4:10.20.163.5 mask 255.255.255.0 getway 10.20.163.1.
*switch L3 "s" : 10.20.164.2.
my pc:10.20.162.6 mask 255.255.255.0 getway 10.20.162.1.
**-switch a is connected to b and b connected to s(switch L3).
**-switch c is connected to d and d connected to s(switch L3).
my pc is connected to switch l3 "s"
this is my configration and it didn't work
switch a :
Code: Select all
system name "a"
vlan 162-163
ip interface "vlan162" address 10.20.166.100 mask 255.255.255.0 vlan 162
ip static-route 0.0.0.0/0 gateway 10.20.162.1 metric 1
vlan 162 members port 1/1/1-8 untagged
vlan 162-163 members port 1/1/9-12 tagged
Code: Select all
system name "b"
vlan 162-163
ip interface "vlan162" address 10.20.166.101 mask 255.255.255.0 vlan 162
ip static-route 0.0.0.0/0 gateway 10.20.162.1 metric 1
vlan 162 members port 1/1/1-8 untagged
vlan 162-163 members port 1/1/9-12 tagged
Code: Select all
system name "c"
vlan 162-163
ip interface "vlan163" address 10.20.166.100 mask 255.255.255.0 vlan 163
ip static-route 0.0.0.0/0 gateway 10.20.163.1 metric 1
vlan 163 members port 1/1/1-8 untagged
vlan 162-163 members port 1/1/9-12 tagged
Code: Select all
system name "d"
vlan 162-163
ip interface "vlan163" address 10.20.166.101 mask 255.255.255.0 vlan 163
ip static-route 0.0.0.0/0 gateway 10.20.163.1 metric 1
vlan 163 members port 1/1/1-8 untagged
vlan 162-163 members port 1/1/9-12 tagged
Code: Select all
ystem name "s"
vlan 162-163
ip interface "vlan163" address 10.20.163.102 mask 255.255.255.0 vlan 163
ip interface "vlan162" address 10.20.162.102 mask 255.255.255.0 vlan 162
ip static-route 0.0.0.0/0 gateway 10.20.164.2 metric 1
vlan 162 members port 1/1/1-4 untagged
vlan 163 members port 1/1/5-8 untagged
vlan 162-163 members port 1/1/9-12 tagged