Anda di halaman 1dari 6

Richer Link Technology Co.

,Ltd

Email:darren@richerlink.com

Http://www.richerlink.com

RL8008G V20 Start the template

Suitable for all beginners,hope can help you.

Step 1 Connect to the OLT

Connect to the GPON OLT Via serial port

Baud rate:9600 Account/password:admin/admin

Step 2 Create vlan

SWITCH#config t

SWITCH(config)#bridge

SWITCH(bridge)#vlan create 20-100 *create vlan 20-100,default vlan name is br20

Step 3 Set vlan rules

SWITCH(bridge)# vlan add default 3-14,16-26 untagged *VLAN and port binding

SWITCH(bridge)# vlan add br20 1-2 tagged

SWITCH(bridge)# vlan add br20 15 untagged

SWITCH(bridge)# vlan pvid 1-14,16-26 1 *Set port pvid

SWITCH(bridge)# vlan pvid 15 20

SWITCH(bridge)# exit

Step 4 Set interface ip

SWITCH(config)#interface br20

SWITCH(config)#no shutdown

SWITCH(config)#ip proxy-arp

第 1 页,共 6 页
Richer Link Technology Co.,Ltd

Email:darren@richerlink.com

Http://www.richerlink.com

SWITCH(config)#ip address 192.168.200.2/24

Step 5 Create DBA profile

SWITCH(config)#gpon

SWITCH(gpon)# dba-profile 100M create

SWITCH(config-dba-profile[100M])# mode sr

SWITCH(config-dba-profile[100M])# sla fixed 102400

SWITCH(config-dba-profile[100M])#sla maximum 1024000

SWITCH(config-dba-profile[100M])#apply

Step 6 Create vlan filtering rules only for SFU

SWITCH(gpon)#extended-vlan-tagging-operation sfu create

SWITCH(config-ext-vlan-oper[sfu])# downstream-mode enable

SWITCH(config-ext-vlan-oper[sfu])# untagged-frame 1

SWITCH(config-ext-vlan-oper[sfu])# treat inner vid 20 cos 0 tpid 0x8100

SWITCH(config-ext-vlan-oper[sfu])# single-tagged-frame 1

SWITCH(config-ext-vlan-oper[sfu])# filter inner vid 20 cos any tpid any

SWITCH(config-ext-vlan-oper[sfu])# treat remove single

SWITCH(config-ext-vlan-oper[sfu])#treat inner vid 20 cos copy-inner tpid copy-inner

SWITCH(config-ext-vlan-oper[sfu])#apply

SWITCH(config-ext-vlan-oper[sfu])# exit

Step 7 Create traffic-profile for SFU

SWITCH(gpon)# traffic-profile sfu create

SWITCH(config-traffic-pf[sfu])# mgmt-mode uni eth 1 omci

SWITCH(config-traffic-pf[sfu])#tcont 1

SWITCH(config-traffic-pf[sfu]-tcont[1])# gemport 1/1

第 2 页,共 6 页
Richer Link Technology Co.,Ltd

Email:darren@richerlink.com

Http://www.richerlink.com

SWITCH(config-traffic-pf[sfu]-tcont[1])# dba-profile 100M

SWITCH(config-traffic-pf[sfu]-tcont[1])# exit

SWITCH(config-traffic-pf[sfu])# mapper 1

SWITCH(config-traffic-pf[sfu]-mapper[1])# gemport count 1

SWITCH(config-traffic-pf[sfu]-mapper[1])#exit

SWITCH(config-traffic-pf[sfu])#bridge 1

SWITCH(config-traffic-pf[sfu]-bridge[1])# ani mapper 1

SWITCH(config-traffic-pf[sfu]-bridge[1])# uni eth 1

SWITCH(config-traffic-pf[sfu]-bridge[1]-uni[eth:1])#extended-vlan-tagging-operation
sfu

SWITCH(config-traffic-pf[sfu]-bridge[1]-uni[eth:1])#exit

SWITCH(config-traffic-pf[sfu])# apply

Step 8 Create traffic-profile for HGU

SWITCH(gpon)# traffic-profile hgu create

SWITCH(config-traffic-pf[hgu])#mgmt-mode uni eth 1 non-omci link virtual-eth 1

SWITCH(config-traffic-pf[hgu])#mgmt-mode uni eth 2 non-omci link virtual-eth 1

SWITCH(config-traffic-pf[hgu])# tcont 1

SWITCH(config-traffic-pf[hgu]-tcont[1])#gemport 1/1-1/4

SWITCH(config-traffic-pf[hgu]-tcont[1])#dba-profile 100m

SWITCH(config-traffic-pf[hgu]-tcont[1])# exit

SWITCH(config-traffic-pf[hgu])# mapper 1

SWITCH(config-traffic-pf[sfu]-mapper[1])#gemport count 4

SWITCH(config-traffic-pf[sfu]-mapper[1])#exit

SWITCH(config-traffic-pf[hgu])# bridge 1

SWITCH(config-traffic-pf[sfu]-bridge[1])#ani mapper 1

第 3 页,共 6 页
Richer Link Technology Co.,Ltd

Email:darren@richerlink.com

Http://www.richerlink.com

SWITCH(config-traffic-pf[sfu]-bridge[1])#uni virtual-eth 1

SWITCH(config-traffic-pf[sfu]-bridge[1]-uni[virtual-eth:1])# vlan-operation
us-oper keep

SWITCH(config-traffic-pf[sfu]-bridge[1]-uni[virtual-eth:1])#
vlan-operation ds-oper keep

SWITCH(config-traffic-pf[hgu])#apply

Step 9 Create onu-profile

SWITCH(gpon)# onu-profile sfu create *create onu-profile for sfu

SWITCH(config-onu-pf[sfu])# traffic-profile sfu

SWITCH(config-onu-pf[sfu])# apply

SWITCH(config-onu-pf[sfu])# exit

SWITCH(gpon)# onu-profile hgu create *create onu-profile for hgu

SWITCH(config-onu-pf[sfu])# traffic-profile hgu

SWITCH(config-onu-pf[sfu])# apply

Step 10 Add onu for pon port

SWITCH(gpon)# gpon-olt 1 * 1 ---->PON 1 of OLT

SWITCH(config-gpon-olt[1])#olt auto-to-manual enable

SWITCH(config-gpon-olt[1])#onu auth-control enable

SWITCH(config-gpon-olt[1])#discover-serial-number start 20

SWITCH(config-gpon-olt[1])#onu add 1 RLGM0009b648 auto-learning *auto

SWITCH(config-gpon-olt[1])#onu add 2 ARGM1014ed8d auto-learning *auto

SWITCH(config-gpon-olt[1])#onu service-mode 1 sfu *set onu 1 mode-->sfu

SWITCH(config-gpon-olt[1])#onu service-mode 2 hgu *set onu 2 mode-->hgu

SWITCH(config-gpon-olt[1])#onu-profile 1 sfu

SWITCH(config-gpon-olt[1])#onu-profile 2 hgu

第 4 页,共 6 页
Richer Link Technology Co.,Ltd

Email:darren@richerlink.com

Http://www.richerlink.com

SWITCH(config-gpon-olt[1])#exit

Step 11 Config SNMP

SWITCH(config)# snmp contact 8008G-v20

SWITCH(config)# snmp location china

SWITCH(config)# snmp community ro public

SWITCH(config)# snmp community rw private

SWITCH(config)# snmp trap-mode alarm-report

SWITCH(config)# snmp trap-host 192.168.5.12 *Management pc ip is 192.168.5.12

SWITCH(config)# snmp trap2-host 192.168.5.12 version2

SWITCH(config)# snmp notify-activity enable

Step 12 Save configuration

SWITCH(config)#end

SWITCH#write memory

Step 13 Troubleshooting

SWITCH(config)#show running-configuration

SWITCH(config)# show onu info

*******************************************************

Change the management ip address

SWITCH(config)#interface mgmt

SWITCH(config)#no shutdown

SWITCH(config)#ip address xxx.xxx.xxx.xxx/xx

第 5 页,共 6 页
Richer Link Technology Co.,Ltd

Email:darren@richerlink.com

Http://www.richerlink.com

第 6 页,共 6 页

Anda mungkin juga menyukai