下载贤集网APP入驻自媒体
为了工作需要,在内网汇聚层开了新的VLAN250,可以访问服务器,但速度明显比其它VLAN慢。其它VLAN访问服务器获取文件,大概10Mb/S,新开的VLAN250只将近3Mb/S。汇聚层两台3560三层交换机,互相做热备。设置了VLAN端口,做了HSRP协议,在ospfl路由协议里通告了VLAN端口。请问,一般是什么原因呢?
配置大概如下:
主:3560-01
inter Vlan250
ip address 10.252.250.2 255.255.255.0
standby 250 ip 10.252.250.1
standby 250 timers 5 15
standby 250 priority 110
standby 250 preempt
standby 250 track g0/48 20------------------------g0/48上联端口
router ospf 200
router-id 10.252.255.13
log-adjacency-changes
auto-cost reference-bandwidth 10000
area 252 authentication message-digest
passive-inter default
no passive-inter Vlan224
no passive-inter GigabitEthernet0/48
network 10.252.249.0 0.0.0.255 area 252
network 10.252.250.0 0.0.0.255 area 252
network 10.252.252.0 0.0.0.255 area 252
------------------------------------------------------------------------------
备:3560-02
inter Vlan250
ip address 10.252.250.3 255.255.255.0
standby 250 ip 10.252.250.1
standby 250 timers 5 15
standby 250 preempt
router ospf 200
router-id 10.252.255.14
log-adjacency-changes
auto-cost reference-bandwidth 10000
area 252 authentication message-digest
passive-inter default
no passive-inter Vlan224
no passive-inter GigabitEthernet0/48
network 10.252.249.0 0.0.0.255 area 252
network 10.252.250.0 0.0.0.255 area 252
network 10.252.252.0 0.0.0.255 area 252