⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fortoprivate.mib

📁 EPON MIB库源码
💻 MIB
字号:
FORTO-MIB DEFINITIONS ::= BEGIN

IMPORTS  
	MODULE-IDENTITY ,Integer32		      FROM SNMPv2-SMI
	TEXTUAL-CONVENTION            FROM SNMPv2-TC
	enterprises 			      FROM RFC1155-SMI;

forto MODULE-IDENTITY
	LAST-UPDATED "0108211805Z"
	ORGANIZATION "Forto Ltd"
	CONTACT-INFO
		"Forto
		6 Ha-Sadnaot Str.
		46120 Herzliya, Israel"
		DESCRIPTION
			" Forto Management Information Base (MIB)"
		::= { enterprises 14590 }        
        
fortoPrivate          OBJECT IDENTIFIER ::= { forto 1 } 

  FortoOLTIdIndex ::= TEXTUAL-CONVENTION
       DISPLAY-HINT "d"
       STATUS       current
       DESCRIPTION
               "Forto OLT ID unique Index"
       SYNTAX       Integer32 (1..255)    
       
    FortoInterfaceIndex ::= TEXTUAL-CONVENTION
       DISPLAY-HINT "d"
       STATUS       current
       DESCRIPTION
               "A unique value, greater than zero, for each interface
               or interface sub-layer in the managed system. 
               The IF index is 32bits long.
We can devide the 32bits into 4 8bits groups

First 8 bits :  The Collector is   OLT or ONU         0=OLT 1=ONU
Second 8 bits : OLT  number (OLT  ID)
Third 8 bits : Interface type :
					1= CNI Interface
                        			2=PON Intrface 
					3= Host Ethernet -system
4= Host Ethernet -PON
					5= Host parallel-system
6= Host parallel-PON	
					7= Uart -System
					8=Uart -PON
                    127= PON port intrface broadcast LLID
Forth 8 bits : ONU number (ONU ID) on PON interface .
(0 means the PON physical interface)
Example 1:
The collector is OLT -   First byte is 0.
The  OLT is OLT 1 -    second byte is 1.
It is PON interface  - third byte is 2.
It is the Physical port - Forth byte is 0
The ifIndex in hex is 00010200  = 66048

Example 2:
The collector is OLT -   First byte is 0.
The  OLT is OLT 1 -    second byte is 1.
It is PON interface  - third byte is 2.
The ONU is ONU 1 - Forth byte is 1
The ifIndex in hex is 00010200  = 66049


"
       SYNTAX       Integer32 (1..2147483647)




END

 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -