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

📄 oltconfiguration.mib

📁 EPON MIB库源码
💻 MIB
📖 第 1 页 / 共 3 页
字号:
--
-- OLTConfiguration.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Tuesday, July 11, 2006 at 18:48:00
--

--  OLTConfiguration.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Thursday, June 29, 2006 at 18:45:25
-- 
--  OLTConfiguration.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Thursday, June 29, 2006 at 13:59:03
-- 
--  OLTConfiguration.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Wednesday, May 31, 2006 at 11:17:44
-- 
--  OLTConfiguration.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Wednesday, May 31, 2006 at 10:40:10
-- 

	FORTO-CONFIGURATION-MIB DEFINITIONS ::= BEGIN
 
		IMPORTS         
			ifIndex			
				FROM IF-MIB			
			fortoPrivate, FortoOLTIdIndex			
				FROM FORTO-MIB			
			OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE			
				FROM SNMPv2-SMI			
			MacAddress, RowStatus			
				FROM SNMPv2-TC;
	
	
--     MODULE-COMPLIANCE, OBJECT-GROUP          FROM SNMPv2-CONF;
-- 1.3.6.1.4.1.14590.1.1
-- February 08, 1905 at 13:55 GMT
-- February 08, 1905 at 13:55 GMT
-- 1.3.6.1.4.1.14590.1.1
-- February 08, 1905 at 13:55 GMT
-- February 08, 1905 at 13:55 GMT
-- 1.3.6.1.4.1.14590.1.1
-- February 08, 1905 at 13:55 GMT
-- February 08, 1905 at 13:55 GMT
-- 1.3.6.1.4.1.14590.1.1
-- February 08, 1905 at 13:55 GMT
-- February 08, 1905 at 13:55 GMT
		-- 1.3.6.1.4.1.14590.1.1
		fortoConfiguration MODULE-IDENTITY 
			LAST-UPDATED "190502081355Z"		-- February 08, 1905 at 13:55 GMT
			ORGANIZATION 
				"FORTO LTD"
			CONTACT-INFO 
				"   EMANUEL GRINSPUN"
			DESCRIPTION 
				"The MIB module to describe generic objects for
				OLT CONFIGURATION.  ."
			REVISION "190502081355Z"		-- February 08, 1905 at 13:55 GMT
			DESCRIPTION 
				"Revisions made by the Interfaces MIB WG."
			::= { fortoPrivate 1 }

		
	
	
--
-- Node definitions
--
	
--  Node definitions
-- 
-- Node definitions
-- 
-- Node definitions
-- 
-- Node definitions
-- 
-- 1.3.6.1.4.1.14590.1.1.1
-- 1.3.6.1.4.1.14590.1.1.1
-- 1.3.6.1.4.1.14590.1.1.1
-- 1.3.6.1.4.1.14590.1.1.1
		-- 1.3.6.1.4.1.14590.1.1.1
		fortoGeneralConfiguration OBJECT IDENTIFIER ::= { fortoConfiguration 1 }

		
--     1.3.6.1.4.1.14590.1.1.1.1
-- 1.3.6.1.4.1.14590.1.1.1.1
-- 1.3.6.1.4.1.14590.1.1.1.1
-- 1.3.6.1.4.1.14590.1.1.1.1
		-- 1.3.6.1.4.1.14590.1.1.1.1
		initAutomaticAuthorizationPolicy OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION   
				"This parameter determines whether PAS-SOFT performs self-authorization for
				each ONU registering to the network. Setting it to DISABLE means for every
				ONU registering, PAS-SOFT requires external authorization 
				(done by Authorize ONU command), and until it's done the
				ONU is not authenticated. ENABLE value means PAS-SOFT 
				authorizes each ONU registering to the network automatically.
				Regardless of this parameter - specific ONU authorization / denial 
				from the network may be executed at any time using the Authorize ONU command.
				disable - ONUs have to be authorized
				enable -  ONUs are always authorized 
				"
			::= { fortoGeneralConfiguration 1 }

		
--     1.3.6.1.4.1.14590.1.1.1.2
-- 1.3.6.1.4.1.14590.1.1.1.2
-- 1.3.6.1.4.1.14590.1.1.1.2
-- 1.3.6.1.4.1.14590.1.1.1.2
		-- 1.3.6.1.4.1.14590.1.1.1.2
		statisticsSamplingCycle OBJECT-TYPE
			SYNTAX INTEGER
			UNITS "Mili Seconds"
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Statistics   sampling time
				Last value / PAS-SOFT default not changed = -1
					Stop statistics sampling  = 0
					Continuous statistics sampling = 1
					Statistics sampling cycle, stated in Milliseconds = 10-3600000. 
					Maximum value corresponds to one hour
				"
			DEFVAL { 4000 }
			::= { fortoGeneralConfiguration 2 }

		
--     1.3.6.1.4.1.14590.1.1.1.3
-- 1.3.6.1.4.1.14590.1.1.1.3
-- 1.3.6.1.4.1.14590.1.1.1.3
-- 1.3.6.1.4.1.14590.1.1.1.3
		-- 1.3.6.1.4.1.14590.1.1.1.3
		monitoringCycle OBJECT-TYPE
			SYNTAX INTEGER
			UNITS "Mili Seconds"
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Monitoring Cycle
				Last value / PAS-SOFT default not changed = -1
					Stop statistics sampling  = 0
					Continuous statistics sampling = 1
					Statistics sampling cycle, stated in Milliseconds = 10-3600000. 
					Maximum value corresponds to one hour
				"
			DEFVAL { 4000 }
			::= { fortoGeneralConfiguration 3 }

		
--     1.3.6.1.4.1.14590.1.1.1.4
-- 1.3.6.1.4.1.14590.1.1.1.4
-- 1.3.6.1.4.1.14590.1.1.1.4
-- 1.3.6.1.4.1.14590.1.1.1.4
		-- 1.3.6.1.4.1.14590.1.1.1.4
		hostOLTMsgsTimeout OBJECT-TYPE
			SYNTAX INTEGER
			UNITS "Mili Seconds"
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"OLT Messages time out
				Last value / PAS-SOFT default not changed = -1
				Timeout waiting to a response from OLT firmware after sending it a msg = 1- 10000.
				Value stated in milliseconds. Maximum value corresponds to 10 second.
				
				"
			DEFVAL { 600 }
			::= { fortoGeneralConfiguration 4 }

		
--     1.3.6.1.4.1.14590.1.1.1.5
-- 1.3.6.1.4.1.14590.1.1.1.5
-- 1.3.6.1.4.1.14590.1.1.1.5
-- 1.3.6.1.4.1.14590.1.1.1.5
		-- 1.3.6.1.4.1.14590.1.1.1.5
		oltResetTimeout OBJECT-TYPE
			SYNTAX INTEGER
			UNITS "Messages "
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Last value / PAS-SOFT default not changed = -1
				PAS-SOFT never reset the OLT = 0.	
				The number of msgs sending timeouts after which OLT is reset = 1 -132767
				(OLT Reset event)
				
				"
			DEFVAL { 20 }
			::= { fortoGeneralConfiguration 5 }

		
--     1.3.6.1.4.1.14590.1.1.1.6
-- 1.3.6.1.4.1.14590.1.1.1.6
-- 1.3.6.1.4.1.14590.1.1.1.6
-- 1.3.6.1.4.1.14590.1.1.1.6
		-- 1.3.6.1.4.1.14590.1.1.1.6
		systemAautomaticAuthorizationPolicy OBJECT-TYPE
			SYNTAX INTEGER
				{
				notchanged(-1),
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Last value not changed = -1
				ONU has to be authorized = DISABLE (0)
				ONU always authorized   =  ENABLE (1)
				"
			::= { fortoGeneralConfiguration 6 }

		
--     1.3.6.1.4.1.14590.1.1.2
-- 1.3.6.1.4.1.14590.1.1.2
-- 1.3.6.1.4.1.14590.1.1.2
-- 1.3.6.1.4.1.14590.1.1.2
		-- 1.3.6.1.4.1.14590.1.1.2
		fortoOLTConfiguration OBJECT IDENTIFIER ::= { fortoConfiguration 2 }

		
--      Add OLT Configuration Table
-- 1.3.6.1.4.1.14590.1.1.2.1
-- 1.3.6.1.4.1.14590.1.1.2.1
-- 1.3.6.1.4.1.14590.1.1.2.1
-- 1.3.6.1.4.1.14590.1.1.2.1
		-- 1.3.6.1.4.1.14590.1.1.2.1
		oltConfigurationTable OBJECT-TYPE
			SYNTAX SEQUENCE OF OltConfigurationEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"This table contains the necessary leaves for adding or removing or update OLT configuration."
			::= { fortoOLTConfiguration 1 }

		
--     1.3.6.1.4.1.14590.1.1.2.1.1
-- 1.3.6.1.4.1.14590.1.1.2.1.1
-- 1.3.6.1.4.1.14590.1.1.2.1.1
-- 1.3.6.1.4.1.14590.1.1.2.1.1
		-- 1.3.6.1.4.1.14590.1.1.2.1.1
		oltConfigurationEntry OBJECT-TYPE
			SYNTAX OltConfigurationEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"An entry containing management information applicable
				to a particular OLT."
			INDEX { oltIndex }
			::= { oltConfigurationTable 1 }

		
		OltConfigurationEntry ::=
			SEQUENCE { 
				oltIndex
					FortoOLTIdIndex,
				oltMACAddress
					MacAddress,
				opticsConfigurationSource
					INTEGER,
				agcLockTime
					INTEGER,
				agcResetGateOffset
					INTEGER,
				agcResetDiscoveryOffset
					INTEGER,
				agcResetDuration
					INTEGER,
				agcResetPolarity
					INTEGER,
				cdrLockTime
					INTEGER,
				cdrResetGateOffset
					INTEGER,
				cdrResetDiscoveryOffset
					INTEGER,
				cdrResetDuration
					INTEGER,
				cdrResetPolarity
					INTEGER,
				cdrEOGOffset    
					INTEGER,
				cdrEOGDuration 
					INTEGER,
				cdrEOGPolarity
					INTEGER,
				opticsEOGOffset
					INTEGER,
				opticsEOGDuration
					INTEGER,
				opticsEOGPolarity
					INTEGER,
				discoveryRelockingEnable
					INTEGER,
				discoveryLaserRxLossPolarity
					INTEGER,
				ponTXDisableLinePolarity
					INTEGER,
				opticsDeadZone
					INTEGER,
				useOpticsSignalLoss
					INTEGER,
				ponPortLinkIndicationPolarity
					INTEGER,
				cniPortLinkIndicationPolarity
					INTEGER,
				discoveryLaserOnTime
					INTEGER,
				discoveryLaserOffTime
					INTEGER,
				ponTBCPolarity
                    INTEGER,     
				extDownlinkBufferSize
					INTEGER, 
				fortoONUextcapabilities 
					INTEGER, 
				firmwareImageSource
					INTEGER,
				firmwareImageLocation
					OCTET STRING,
				firmwareImageSize
					INTEGER,  
				ramTest
					INTEGER,
				txHEC
					INTEGER,
				rxHEC
					INTEGER,
				maxRTT
					INTEGER, 
				grantFiltering
					INTEGER,
				oltRowStatus
					RowStatus
		 }

--      Following is create in 5201 and  update only for 5001         
-- following are default on creation and can be changed by update         
-- 1.3.6.1.4.1.14590.1.1.2.1.1.1
-- 1.3.6.1.4.1.14590.1.1.2.1.1.1
-- 1.3.6.1.4.1.14590.1.1.2.1.1.1
-- 1.3.6.1.4.1.14590.1.1.2.1.1.1
		-- 1.3.6.1.4.1.14590.1.1.2.1.1.1
		oltIndex OBJECT-TYPE
			SYNTAX FortoOLTIdIndex
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"A unique value, greater than zero, for each
				OLT. The index used in the MIB is the PAS-SOFT OLT index + 1.
				Example : oltIndex 1 is PAS-SOFT OLT index 0."
			::= { oltConfigurationEntry 1 }

		
--     1.3.6.1.4.1.14590.1.1.2.1.1.2
-- 1.3.6.1.4.1.14590.1.1.2.1.1.2
-- 1.3.6.1.4.1.14590.1.1.2.1.1.2
-- 1.3.6.1.4.1.14590.1.1.2.1.1.2
		-- 1.3.6.1.4.1.14590.1.1.2.1.1.2
		oltMACAddress OBJECT-TYPE
			SYNTAX MacAddress
			MAX-ACCESS read-create
			STATUS current
			DESCRIPTION
				"Set OLT data path MAC address (note this is not the Host MII MAC address, 
				in a case of Ethernet Host interface)
				48-bit value. Only unicast addresses are valid.
				Keep default OLT data path MAC address
				All 1s 48-bit value FF-FF-FF-FF-FF-FF.
				
				Note for SNMP SET : This leaf must be used together with all other leaves of the table, except :
				- txHEC
				- rxHEC
				- maxRTT
				- addressTableAgingTimer
				- cniPortMaximumEntries
				- arpFromPONtoFirmware
				- arpFromCNItoFirmware
				- arpFromPONtoCNI
				- arpFromCNItoPON
				- filteringOfUntaggedFrames.
				 "
			::= { oltConfigurationEntry 2 }

		
--     1.3.6.1.4.1.14590.1.1.2.1.1.3
-- 1.3.6.1.4.1.14590.1.1.2.1.1.3
-- 1.3.6.1.4.1.14590.1.1.2.1.1.3
-- 1.3.6.1.4.1.14590.1.1.2.1.1.3
		-- 1.3.6.1.4.1.14590.1.1.2.1.1.3
		opticsConfigurationSource OBJECT-TYPE
			SYNTAX INTEGER
				{
				fromeeprom(0),
				fromhost(1)
				}
			MAX-ACCESS read-create
			STATUS current
			DESCRIPTION
				"Optics configuration is read from OLT EEPROM  (0 ).
				Optics configuration is taken from OLT host (PAS-SOFT) ,the following parameters (1)
				
				Note for SNMP SET : This leaf must be used together with all other leaves of the table, except :
				- txHEC
				- rxHEC
				- maxRTT
				- addressTableAgingTimer
				- cniPortMaximumEntries
				- arpFromPONtoFirmware
				- arpFromCNItoFirmware
				- arpFromPONtoCNI
				- arpFromCNItoPON
				- filteringOfUntaggedFrames.
				"
			::= { oltConfigurationEntry 3 }

		
--     1.3.6.1.4.1.14590.1.1.2.1.1.4
-- 1.3.6.1.4.1.14590.1.1.2.1.1.4
-- 1.3.6.1.4.1.14590.1.1.2.1.1.4
-- 1.3.6.1.4.1.14590.1.1.2.1.1.4
		-- 1.3.6.1.4.1.14590.1.1.2.1.1.4
		agcLockTime OBJECT-TYPE
			SYNTAX INTEGER (0..65535)
			MAX-ACCESS read-create
			STATUS current
			DESCRIPTION
				"Keep default PON upstream data AGC lock time as defined in the PAS5001 datasheet (-1)  
				PON upstream data AGC lock time, measured in TQ  16-bit value >= 0
				
				Note for SNMP SET : This leaf must be used together with all other leaves of the table, except :
				- txHEC
				- rxHEC
				- maxRTT
				- addressTableAgingTimer
				- cniPortMaximumEntries

⌨️ 快捷键说明

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