中興c600olt資料配置 中興OLT業務配置

2021-10-13 14:00:29 字數 3160 閱讀 8361

username:zte

password:zte

/*********epon寬頻配置***********/

zxan#con t

enter configuration commands, one per line. end with ctrl/z.

zxan(config)#

//配置onu模版---------------

zxan(config)#pon

zxan(config-pon)#onu-type tdtc-201e epon speed 10g-asymmetric description 4fe, 2 pots

zxan(config-pon)#onu-type-if hg4-2e eth_0/1-4

zxan(config-pon)#onu-type-if hg4-2e pots_0/1-2

zxan(config-pon)#show onu-type epon hg4-2e

onu type name: hg4-2e

pon type: epon

description: 4fe,2pots

protect type: none

speed: 10g-asymmetric

zxan(config-pon)#exit

zxan(config)#

//進入epon配置模式,禁止該onu型別的自動下發功能

zxan(config)#epon

zxan(config-epon)#auto-dispatch-set tdtc-201e disable

//授權----------------------

//授權模式修改

zxan(config-epon)#onu-authentication-mode service 1/4 hybrid

zxan(config-epon)#show epon authentication-mode 1/4

zxan(config-pon)#exit

//檢視未授權

zxan(config)#show onu unauthentication [epon-olt_1/4/8]

zxan(config)#show running-config inte***ce epon-olt_1/4/8

//認證onu

zxan(config)#inte***ce epon-olt_1/4/8

zxan(config-if)#onu 1 type zte-f420 mac 00d0.d09a.46b6

zxan(config-if)#exit

//(可選)檢視onu資訊。

zxan(config-if)#show onu all-status epon-olt_1/4/8

zxan(config)#show onu detail-info epon-onu_1/4/8:1

zxan(config)#show mac 00d0.d09a.46b6

//上聯資料----------------------

zxan(config)#inte***ce gei_1/19/3

show vlan port gei_1/19/3

zxan(config-if)#

//上聯口繫結vlan將19槽位3號上聯口繫結vlan 666

zxan(config-if)#switchport mode hybrid

zxan(config-if)#switchport vlan 666 tag

zxan(gpon-onu-mng)#exit

zxan(config)#

//pon口資料------------------------

zxan(config)#inte***ce epon-onu_1/4/8:1

zxan(config-if)#switchport mode trunk

zxan(config-if)#switchport vlan 666 tag

//查詢pon-onu介面的vlan資訊:

zxan(config-if)#show vlan port epon-onu_1/4/8:1

zxan(config-if)#show running-config inte***ce epon-onu_1/4/8:1

zxan(config-if)#exit

zxan(config)#

//onu埠配置-------------------

//onu埠vlan配置

zxan(config)#pon-onu-mng epon-onu_1/4/8:1

zxan(epon-onu-mng)#vlan port eth_0/1 mode tag vlan 666 priority 0

zxan(gpon-onu-mng)#exit

zxan(config)#show onu running config epon-onu_1/4/8:1

zxan(config)#

//頻寬模版---------------------

zxan(config)#inte***ce epon-onu_1/4/8:1

zxan(config-if)# sla upstream assured 100000 maximum 1000000

zxan(config-if)#sla downstream maximum 1000000

zxan(config-if)#exit

zxan(config)#show onu sla upstream epon-onu_1/4/8:1

zxan(config)#show onu sla downstream epon-onu_1/4/8:1

/*********gpon寬頻配置***********/

上聯業務vlan48,使用者vlan100

//配置onu模版---------------

zxan(config)#pon

zxan(config-pon)#onu-type g103 gpon speed 10g-asymmetric description 1fe

zxan(config-pon)#onu-type-if hg4-2e eth_0/1

zxan(config-pon)#show onu-type gpon g103

zxan(config-pon)#show onu-ty

nhibernate多資料庫配置總結(C )

最近做了個小工具,要使用sqlite和sqlserver,後台的表結構都一樣。原來程式執行時無法做到同時使用2個庫。後來找了些資料,整理了下。hibernate.cfg.config內容如下,第乙個是sqlite配置,第二個是sqlserver配置 nhibernate.driver.sqlite2...

C 專業資料庫連線配置介面

可以直接呼叫vs中的配置介面來處理 使用方法也及其簡便 一 新增引用 c program files microsoft visual studio 8 common7 ide microsoft.data.connectionui.dialog.dll 二 引入命名空間 using microso...

C 連線記憶體資料庫redis 1 安裝配置

redis是乙個不錯的快取資料庫,讀取資料速度效率都很不錯。今天大家共同研究下redis的用法。結合網上的資料和自己的摸索,先來看下安裝與配置把。咱們主要看在windows上怎樣使用redis資料庫。2.在d建立乙個redis 資料夾 當然建在其他盤也可以 然後把上面解壓的32bit資料夾下面的所有...