- 经验
- 104
- 分贝
- 0
- 家园分
- 864
- 在线时间:
- 459 小时
- 最后登录:
- 2024-11-7
- 帖子:
- 71
- 精华:
- 0
- 注册时间:
- 2009-11-1
- UID:
- 453671
注册:2009-11-13
|
发表于 2014-6-19 19:12:35
|显示全部楼层
新购买二手中兴c220一台,全新f401 N台
开局遇到一奇葩问题,路由器下接C220然后用分光器连接F401,最常见的拓扑结构。
console配置c220,C220一槽位查EPFC,14槽位查EIG ,EIG上行到交换机然后到路由器。
按照网上的简明开局配置,网络配通了,可以正常上网,但是onu网速被限制到2M,换分光器无果,路由器没有做限速策略,百兆独享宽带速度钢钢的。
还原olt跟onu重新配置也是这个情况,被搞的时分无奈了。
下面的配置中,epon-olt_0/1/1:2 这个即为F401
业务vlan和管理vlan为同一个vlan 10
通过gei_0/14/1上行到路由器
配置如下(主要配置部分:
其中红色部分为我敲入的配置,请大神看一下为什么我在F401下面网速只有2M啊。
clock
!
!
no eth-switch unknowncast-limit
!
vlan-reserve 4001-4090
vlan database
vlan 1,10
!
epon
encrypt algorithm 0/1 triple-churning key-update-period 20 churning-timer 3
!
pon
!
!
gpon
onu-id-format onu-sn
!
!
gpon
!
!
pon
auto-dispatch-set ZTE-F401 enable
clock-mode 1 local
!
!
port-location access-node-identifier inband-mac
!
!
interface vlan 10
ip address 10.10.10.2 255.255.255.0
!
interface null1
!
interface epon-olt_0/1/1
no shutdown
p2p mode group
onu 1 type ZTE-F803 mac a0ec.8059.b201 ip-cfg static
onu 2 type ZTE-F401 mac e477.234a.dfd7 ip-cfg static
!
interface epon-onu_0/1/1:1
switchport mode trunk vport 1
switchport vlan 1,10 tag vport 1
authentication enable
description $$$$no description
user-info no user's information
encrypt direction downstream enable
autocfg disable
!
interface epon-onu_0/1/1:2
switchport mode trunk vport 1
switchport vlan 1 tag vport 1
authentication enable
description $$$$no description
user-info no user's information
bandwidth upstream fixed 0 fixedpkt 64 assured 512 maximum 10000 maxburst 2050
00 priority 0
bandwidth downstream maximum 10000 maxburst 20500
encrypt direction downstream enable
autocfg disable
!
!
interface gei_0/14/1
hybrid-attribute fiber
negotiation auto
flowcontrol disable
port-protect disable
switchport mode trunk
switchport vlan 1,10 tag
!
!
ip route 0.0.0.0 0.0.0.0 10.10.10.1
!
!
pon-onu-mng epon-onu_0/1/1:1
no Forbid-auto-dispatch
Forbid-auto-dispatch voip
!
!
pon-onu-mng epon-onu_0/1/1:2
no Forbid-auto-dispatch
Forbid-auto-dispatch voip
mgmt-ip onu-ip 10.10.10.201 255.255.255.0 7 10 mgm-ip 10.10.10.0 255.255.255.0
10.10.10.1 status enable
interface eth eth_0/1 policing-profile bind default
vlan port eth_0/1 mode tag vlan 10 priority 0
multicast vlan tag-strip port eth_0/1 enable
!
epon
!
|
|