Cisco3560基本配置如下, 3560作为主交换机 划分3个VLAN. VLAN2内接3台2610路由器, VLAN3 VLAN4各接一台2960交换机。 能不能能够议决静态路由指定VLAN3 VLAN4 议决相应的路由器访问不一样的网络。 3台路由器是在同一个VLAN内,也不想划分不一样网段起3层路由端口,因为尽量不想修改路由器的任何现有配置。
VLAN 2interface VLAN2ip address 192.168.0.254 255.255.255.0int f0/1switchport mode accessswitchport access VLAN 2(联接router1)int f0/2switchport mode accessswitchport access VLAN 2(联接router2)int f0/3switchport mode accessswitchport access VLAN 2(联接router3)intVLAN 3interface VLAN3ip address 192.168.1.254 255.255.255.0int f0/10switchport mode accessswitchport access VLAN 3(联接switch 1)VLAN 4interface VLAN4ip address 192.168.2.254 255.255.255.0int f0/11switchport mode accessswitchport access VLAN 4(联接switch 2)ip routingip route 10.1.1.0 255.255.255.0 192.168.0.1(route1)ip route 10.2.2.0 255.255.255.0 192.168.0.2(route2)ip route 10.3.3.0 255.255.255.0 192.168.0.3(route3)
读库教程网文章由网络收集后整理发布,文章发布人拥有该内容的所有权力及责任!
如果你喜欢这页,可以按Ctrl+D收藏起来。







