GEPON培训教材(组网配置).ppt
《GEPON培训教材(组网配置).ppt》由会员分享,可在线阅读,更多相关《GEPON培训教材(组网配置).ppt(41页珍藏版)》请在三一办公上搜索。
1、PON全局参数设定DBA配置二层功能配置三层功能配置三层功能+DHCP配置 三层功能+组播配置 链路聚合配置端口镜像配置ACL配置Radius认证,GEPON配置培训内容,PON全局参数设定,telnetePON(config-t)#pon-sys?local-authentication-Local sla authentication lport-strict-binding-Local logical port strict binding sla-synchronization-Local sla sync with radius server authentication vlan-
2、id-base-Configure vlan id base for SLA例:/ONU的逻辑端口与VLAN ID,MAC地址进行绑定telnetePON(config-t)#pon-sys lport-strict-binding enabled/设置基础VLAN IDtelnetePON(config-t)#pon-sys vlan-id-base 101/设置本地认证telnetePON(config-t)#pon-sys local-authentication enabled,DBA配置,BBS1000#configure terminal BBS1000(config-t)#int
3、erface epon-olt 1/1/对第1个逻辑端口的ONU进行带宽分配BBS1000(config-t-if-olt-1/1)#onu 1telnetePON(config-if-onu-1/1/1)#dba-sla?committed-bandwidth-service level agreement committed bandwidth mac-ONUs mac address max-burst-size-Sla max burst size maximum-bandwidth-Service level agreement maximum bandwidth/设置最大带宽为20
4、MBBS1000(config-if-onu-1/1/1)#dba-sla maximum-bandwidth 20/显示ONU的带宽分配和MAC地址BBS1000(config-if-onu-1/1/1)#show interface epon-olt 1/1 onu dba-sla,二层功能配置,二层功能配置步骤,PON全局参数设定启动OLT端口ONU绑定ONU注册配置业务VLAN保存配置,二层功能配置,/PON全局参数设定telnetePON(config)#config terminal/设置逻辑端口与VLAN ID,MAC地址进行绑定telnetePON(config-t)#pon-
5、sys lport-strict-binding enabled/设置基础VLAN ID telnetePON(config-t)#pon-sys vlan-id-base 101(重启生效)telnetePON(config-t)#exittelnetePON(config)#config managetelnetePON(config-mgmt)#savetelnetePON(config-mgmt)#rebootAre you sure to reboot system?(y/n)y,/启动OLT端口telnetePON(config-t)#interface epon-olt 1/1
6、telnetePON(config-t-if-olt-1/1)#no shutdown/ONU绑定telnetePON(config-t)#show interface epon-olt 1/1 mac-address-table/绑定32个ONU的MAC地址telnetePON(config-t-if-olt-1/1)#onu 1telnetePON(config-t-if-olt-1/1/1)#dba-sla mac A:B:C:D:E:FtelnetePON(config-t-if-olt-1/1/32)#dba-sla mac A:B:C:D:E:F,二层功能配置,配置OLT VLAN
7、 模式,系统VLAN模式分为:Mixed-tag 模式-ONU VLAN自行定义Unique-tag模式-每个ONU一个VLAN(默认为101356)Mixed-tag模式时,OLT的VLAN模式:Transparent 透明模式-OLT透明传输所有VLANStack-vlan模式-OLT可以对ONU的收发报文进行添加/删除VLAN,二层功能配置,Transparent透明传输模式:/ONU注册,需要重新启动OLT端口telnetePON(config-t-if-olt-1/1)#no shutdown/配置业务VLAN,将需要通信的端口添加到同一个VLAN中telnetePON(config
8、-t-if-olt-1/1)#vlan-mode transparent/创建vlan 100telnetePON(config)#vlan 100将ge 3/1端口添加到vlan 100中,untag 进,untag出telnetePON(config-t-vlan-100)#member ge3/1 untaggedtelnetePON(config-t-vlan-100)#member ge1/1 untaggedtelnetePON(config-t-vlan-100)#pvid ge3/1telnetePON(config-t-vlan-100)#pvid ge1/1/保存配置tel
9、netePON(config-mgmt)#save,二层功能配置,Stack-vlan传输模式:/ONU注册,需要重新启动OLT端口telnetePON(config-t-if-olt-1/1)#shutdown/配置业务VLAN,将需要通信的端口添加到同一个VLAN中telnetePON(config-t-if-olt-1/1)#vlan-mode stack-vlantelnetePON(config-t-if-olt-1/1)#onu-vlan 1-4 200/创建vlan 200telnetePON(config)#vlan 200将ge 3/1端口添加到vlan 200中,untag
10、进,tag出telnetePON(config-t-vlan-200)#member ge3/1 taggedtelnetePON(config-t-vlan-200)#member ge1/1 tagged/保存配置telnetePON(config-mgmt)#save,三层功能配置,三层功能配置步骤,PON全局数据设定ONU绑定ONU注册配置上联口ge3/X的IP地址配置super-vlan 设置静态路由添加静态host-route,三层功能配置,/PON全局数据设定telnetePON(config)#config terminaltelnetePON(config-t)#pon-sy
11、s lport-strict-binding enabled telnetePON(config-t)#pon-sys vlan-id-base 101(重启生效)telnetePON(config-t)#interface epon-olt 1/1 telnetePON(config-t-if-olt-1/1)#no shutdown/ONU绑定telnetePON(config-t)#show interface epon-olt 1/1 mac-address-tabletelnetePON(config-t-if-olt-1/1)#onu 1telnetePON(config-t-if
12、-olt-1/1/1)#dba-sla mac A:B:C:D:E:F,三层功能配置,/ONU注册,需要重新启动OLT端口telnetePON(config-t-if-olt-1/1)#shutdowntelnetePON(config-t-if-olt-1/1)#no shutdown/配置上联口ge3/1地址为BBS1000(config-t)#interface giga-ethernet 3/1/将上联口gi 3/1配置成三层接口BBS1000(config-t-if-ge-3/1)#no switchport/设置三层接口的IP ADDRESS BBS1000(config-t-if
13、-ge-3/1)#ip/激活三层端口BBS1000(config-t-if-ge-3/1)#no shut down,三层功能配置,/配置super-vlan 4094地址为BBS1000(config-t)#vlan 4094BBS1000(config-t-vlan-4094)#member ge1/1 tagged/设置vlan 4094三层接口配置BBS1000(config-t)#interface vlan 4094/设定VLAN 4094为超级vlan idBBS1000(config-t-if-vlan-4094)#super-svi/将VLAN 101至132添加到此超级VL
14、AN中BBS1000(config-t-if-vlan-4094)#member-vlan 101-132/设置三层VLAN的IP ADDRESS BBS1000(config-t-if-vlan-4094)#ip address 10.0.0.1 255.0.0.0/激活此三层接口BBS1000(config-t-if-vlan-4094)#no shutdown BBS1000(config-t-if-vlan-4094)#exit,三层功能配置,/设置静态路由 BBS1000(config-t)#ip route 0.0.0.0/添加静态host-route,以便使静态ip用户能正常通讯
15、 BBS1000(config-t)#host-route 10.0.0.11 interface vlan 4094 sub-vlan 101 member ge1/1BBS1000(config-t)#host-route 10.0.0.132 interface vlan 4094 sub-vlan 132 member ge1/1,三层功能+DHCP配置,三层功能+DHCP配置步骤,PON全局数据设定ONU绑定ONU注册配置上联口ge3/X的IP地址配置super-vlan 设置静态路由配置dhcp,三层功能+DHCP配置,/PON全局数据设定telnetePON(config)#co
16、nfig terminaltelnetePON(config-t)#pon-sys lport-strict-binding enabled telnetePON(config-t)#pon-sys vlan-id-base 101(重启生效)telnetePON(config-t)#interface epon-olt 1/1 telnetePON(config-t-if-olt-1/1)#no shutdown/ONU绑定telnetePON(config-t)#show interface epon-olt 1/1 mac-address-tabletelnetePON(config-t
17、-if-olt-1/1)#onu 1telnetePON(config-t-if-olt-1/1/1)#dba-sla mac A:B:C:D:E:F,三层功能+DHCP配置,/ONU注册,需要重新启动OLT端口telnetePON(config-t-if-olt-1/1)#shutdowntelnetePON(config-t-if-olt-1/1)#no shutdown/配置上联口ge3/1地址为BS1000(config-t)#interface giga-ethernet 3/1BBS1000(config-t-if-ge-3/1)#no switchport BBS1000(con
18、fig-t-if-ge-3/1)#ipBBS1000(config-t-if-ge-3/1)#no shut down,三层功能+DHCP配置,/配置super-vlan 4094地址为BBS1000(config-t)#vlan 4094BBS1000(config-t-vlan-4094)#member ge1/1 tagged BBS1000(config-t)#interface vlan 4094 BBS1000(config-t-if-vlan-4094)#super-svi BBS1000(config-t-if-vlan-4094)#member-vlan 101-132 BB
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- GEPON 培训教材 组网 配置

链接地址:https://www.31ppt.com/p-6506296.html