|
|
一台S3610-52口三层交换机
1口为网通10M光纤线路到上级单位
2口为广电10M光纤线路到上级单位
问如何配置才能让下载速率到达20M并且当其中一条DOWN时,线路不断?
交换机配置:
interface Vlan-interface21
ip address 131.44.101.9 255.255.255.252
ospf cost 1000
#
interface Vlan-interface22
ip address 131.44.102.9 255.255.255.252
ospf cost 1500
#
interface Ethernet1/0/1
port access vlan 21
description uplink
#
interface Ethernet1/0/2
port access vlan 22
description uplink2
ospf 100
area 0.0.0.20
network 131.44.101.8 0.0.0.3
network 1.0.0.0 0.0.0.255
network 131.44.102.8 0.0.0.3
nssa
#
[ 本帖最后由 wuyouceo 于 2009-5-10 10:10 编辑 ] |
|