具體分為幾個步驟操作:
1、在3560上開啟三層路由功能
ip routing
2、先在3560上面劃分vlan,並配置vlan介面IP地址
例如:vlan10 interface vlan 10 ip add 192.168.1.254
vlan 20 interface vlan 20 ip add 192.168.2.254
3、把具體的介面劃入對應的vlan,假設192.168.1.10連線的是f0/1口,而2950-24連線的是f0/12口
3560配置如下: interface f0/1
sw mode acc
sw acc vlan 10
no shu
interface f0/12
sw mo trunk
sw trunk encap dot1q
2950配置如下:vlan 20
inter f0/1
sw mo tr
sw tr encap dot1q
inter f0/2 -24
sw mo acc
sw acc vlan 20
具體分為幾個步驟操作:
1、在3560上開啟三層路由功能
ip routing
2、先在3560上面劃分vlan,並配置vlan介面IP地址
例如:vlan10 interface vlan 10 ip add 192.168.1.254
vlan 20 interface vlan 20 ip add 192.168.2.254
3、把具體的介面劃入對應的vlan,假設192.168.1.10連線的是f0/1口,而2950-24連線的是f0/12口
3560配置如下: interface f0/1
sw mode acc
sw acc vlan 10
no shu
interface f0/12
sw mo trunk
sw trunk encap dot1q
no shu
2950配置如下:vlan 20
inter f0/1
sw mo tr
sw tr encap dot1q
inter f0/2 -24
sw mo acc
sw acc vlan 20