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

📄 provisioning.mib

📁 EPON MIB库源码
💻 MIB
📖 第 1 页 / 共 2 页
字号:
		dbaModeIndex OBJECT-TYPE
			SYNTAX FortoOLTIdIndex
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"OLT ID             "
			::= { dbaModeEntry 1 }

		
--  1.3.6.1.4.1.14590.1.8.2.2.1.2
		-- 1.3.6.1.4.1.14590.1.8.2.2.1.2
		dbaModeGetMode OBJECT-TYPE
			SYNTAX INTEGER (0..65535)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Static granting	 = 0
				Internal DBA running = 1
				External DBA running, (value corresponds to DBA index as set in Load OLT binary) 
				16-bit value, not including 0 and 1 
				"
			::= { dbaModeEntry 2 }    
-- 1.3.6.1.4.1.14590.1.8.2.2.1.3
		dbaReportFormat OBJECT-TYPE
			SYNTAX INTEGER (0..65535)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"DBA Report Format				"
			::= { dbaModeEntry 3 }


		
--  1.3.6.1.4.1.14590.1.8.3
		-- 1.3.6.1.4.1.14590.1.8.3
		fortoProvisioningPolicing OBJECT IDENTIFIER ::= { fortoProvisioning 3 }

		
--  Policing Set
-- 1.3.6.1.4.1.14590.1.8.3.1
		-- 1.3.6.1.4.1.14590.1.8.3.1
		policingSetTable OBJECT-TYPE
			SYNTAX SEQUENCE OF PolicingSetEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"sets Policing Parameters Index is ifIndex of ONU device.
				This table sets/gets the downstream (destined to the ONU) policing parameters of the OLT."
			::= { fortoProvisioningPolicing 1 }

		
--  1.3.6.1.4.1.14590.1.8.3.1.1
		-- 1.3.6.1.4.1.14590.1.8.3.1.1
		policingSetEntry OBJECT-TYPE
			SYNTAX PolicingSetEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"An entry containing  if index ONU device for get and set."
			INDEX { ifIndex }
			::= { policingSetTable 1 }

		
		PolicingSetEntry ::=
			SEQUENCE { 
				policingSetPolicer
					INTEGER,
				policingSetEnable
					INTEGER,
				policingSetMaximumBandwidth
					INTEGER,
				policingSetMaximumBurstSize
					INTEGER,
				policingSetHighPriorityFramesPreference
					INTEGER,
				policingSetShortFramesPreference
					INTEGER
			 }

--  1.3.6.1.4.1.14590.1.8.3.1.1.1
		-- 1.3.6.1.4.1.14590.1.8.3.1.1.1
		policingSetPolicer OBJECT-TYPE
			SYNTAX INTEGER { downstream(0) }
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Downstream traffic (destined to the ONU) = 0
				
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingSetEntry 1 }

		
--  1.3.6.1.4.1.14590.1.8.3.1.1.2
		-- 1.3.6.1.4.1.14590.1.8.3.1.1.2
		policingSetEnable OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Disable downstream policing (0)
				Enable downstream policing  (1)
				  
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingSetEntry 2 }

		
--  1.3.6.1.4.1.14590.1.8.3.1.1.3
		-- 1.3.6.1.4.1.14590.1.8.3.1.1.3
		policingSetMaximumBandwidth OBJECT-TYPE
			SYNTAX INTEGER (0..1000000)
			UNITS " KB per SECONDS "
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Maximum bandwidth allowed for the ONU, Kbits/ Sec                  
				
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingSetEntry 3 }

		
--  1.3.6.1.4.1.14590.1.8.3.1.1.4
		-- 1.3.6.1.4.1.14590.1.8.3.1.1.4
		policingSetMaximumBurstSize OBJECT-TYPE
			SYNTAX INTEGER (0..8388480)
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Maximal number of bytes in a burst, measured in Bytes. 
				PAS5001 : The value is truncated to the nearest smaller 128 bytes multiple value.
				PAS5201 : The value is truncated to the nearest smaller even value.
				PAS5001 : 0 - 8388480 
				PAS5201 : 0 - 16777215  (2^24 - 1) 
				   
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingSetEntry 4 }

		
--  1.3.6.1.4.1.14590.1.8.3.1.1.5
		-- 1.3.6.1.4.1.14590.1.8.3.1.1.5
		policingSetHighPriorityFramesPreference OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Disable high priority frames preference = 0 	
				Enable high priority frames preference  = 1           
				   
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingSetEntry 5 }

		
--  1.3.6.1.4.1.14590.1.8.3.1.1.6
		-- 1.3.6.1.4.1.14590.1.8.3.1.1.6
		policingSetShortFramesPreference OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Disable short frames preference = 0	
				Enable short frames preference  = 1        
				   
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingSetEntry 6 }

		
--  Policing Set
-- 1.3.6.1.4.1.14590.1.8.3.2
		-- 1.3.6.1.4.1.14590.1.8.3.2
		policingP2PSetTable OBJECT-TYPE
			SYNTAX SEQUENCE OF PolicingP2PSetEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"sets Policing Parameters Index is ifIndex of ONU device.
				This table sets/gets the p2p (send from the ONU) policing parameters of the OLT."
			::= { fortoProvisioningPolicing 2 }

		
--  1.3.6.1.4.1.14590.1.8.3.2.1
		-- 1.3.6.1.4.1.14590.1.8.3.2.1
		policingP2PSetEntry OBJECT-TYPE
			SYNTAX PolicingP2PSetEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"An entry containing  if index ONU device for get and set."
			INDEX { ifIndex }
			::= { policingP2PSetTable 1 }

		
		PolicingP2PSetEntry ::=
			SEQUENCE { 
				policingP2PSetPolicer
					INTEGER,
				policingP2PSetEnable
					INTEGER,
				policingP2PSetMaximumBandwidth
					INTEGER,
				policingP2PSetMaximumBurstSize
					INTEGER,
				policingP2PSetHighPriorityFramesPreference
					INTEGER,
				policingP2PSetShortFramesPreference
					INTEGER
			 }

--  1.3.6.1.4.1.14590.1.8.3.2.1.1
		-- 1.3.6.1.4.1.14590.1.8.3.2.1.1
		policingP2PSetPolicer OBJECT-TYPE
			SYNTAX INTEGER { p2p(1) }
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"P2P traffic (Sent from the ONU) = 1
				
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingP2PSetEntry 1 }

		
--  1.3.6.1.4.1.14590.1.8.3.2.1.2
		-- 1.3.6.1.4.1.14590.1.8.3.2.1.2
		policingP2PSetEnable OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Disable P2P policing = 0	
				Enable P2P policing  = 1 
				   
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingP2PSetEntry 2 }

		
--  1.3.6.1.4.1.14590.1.8.3.2.1.3
		-- 1.3.6.1.4.1.14590.1.8.3.2.1.3
		policingP2PSetMaximumBandwidth OBJECT-TYPE
			SYNTAX INTEGER (0..1000000)
			UNITS " KB per SECONDS "
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Maximum bandwidth allowed for the ONU, Kbits/ Sec                  
				
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingP2PSetEntry 3 }

		
--  1.3.6.1.4.1.14590.1.8.3.2.1.4
		-- 1.3.6.1.4.1.14590.1.8.3.2.1.4
		policingP2PSetMaximumBurstSize OBJECT-TYPE
			SYNTAX INTEGER (0..8388480)
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Maximal number of bytes in a burst, measured in Bytes. 
				PAS5001 : The value is truncated to the nearest smaller 128 bytes multiple value.
				PAS5201 : The value is truncated to the nearest smaller even value.
				PAS5001 : 0 - 8388480 
				PAS5201 : 0 - 16777215  (2^24 - 1) 
				   
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingP2PSetEntry 4 }

		
--  1.3.6.1.4.1.14590.1.8.3.2.1.5
		-- 1.3.6.1.4.1.14590.1.8.3.2.1.5
		policingP2PSetHighPriorityFramesPreference OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"MDisable high priority frames preference =0 	
				Enable high priority frames preference    = 1           
				   
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table."
			::= { policingP2PSetEntry 5 }

		
--  1.3.6.1.4.1.14590.1.8.3.2.1.6
		-- 1.3.6.1.4.1.14590.1.8.3.2.1.6
		policingP2PSetShortFramesPreference OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Disable short frames preference = 0	
				Enable short frames preference  = 1        
				
				NOTE for SNMP SET : This leaf must be used together with all other leaves of this table.
				   "
			::= { policingP2PSetEntry 6 }

		
--  1.3.6.1.4.1.14590.1.8.4
		-- 1.3.6.1.4.1.14590.1.8.4
		fortoProvisioningP2P OBJECT IDENTIFIER ::= { fortoProvisioning 4 }

		
--  P2P Set
-- 1.3.6.1.4.1.14590.1.8.4.1
		-- 1.3.6.1.4.1.14590.1.8.4.1
		p2pLLIDSetTable OBJECT-TYPE
			SYNTAX SEQUENCE OF P2pLLIDSetEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"sets LLID P2P. Index is if (OLT and LLID               ."
			::= { fortoProvisioningP2P 1 }

		
--  1.3.6.1.4.1.14590.1.8.4.1.1
		-- 1.3.6.1.4.1.14590.1.8.4.1.1
		p2pLLIDSetEntry OBJECT-TYPE
			SYNTAX P2pLLIDSetEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"An entry containing  if index OLT ID and  LLID for get and set."
			INDEX { ifIndex }
			::= { p2pLLIDSetTable 1 }

		
		P2pLLIDSetEntry ::=
			SEQUENCE { 
				p2pLLIDAddressNotFound
					INTEGER,
				p2pLLIDBroadcast
					INTEGER,
				p2pLLIDAccessConfiguration
					INTEGER,
				p2pLLIDSpecificAccessConfiguratiion
					INTEGER
			 }

--  1.3.6.1.4.1.14590.1.8.4.1.1.1
		-- 1.3.6.1.4.1.14590.1.8.4.1.1.1
		p2pLLIDAddressNotFound OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Discard downstream frames when address is not found in the OLT address table = 0	
				Flood downstream frames when address is not found in the OLT address table  = 1      
				   "
			::= { p2pLLIDSetEntry 1 }

		
--  1.3.6.1.4.1.14590.1.8.4.1.1.2
		-- 1.3.6.1.4.1.14590.1.8.4.1.1.2
		p2pLLIDBroadcast OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Discard downstream frames with broadcast destination address = 0	
				Flood downstream frames with broadcast destination address   = 1   
				   "
			::= { p2pLLIDSetEntry 2 }

		
--  1.3.6.1.4.1.14590.1.8.4.1.1.3
		-- 1.3.6.1.4.1.14590.1.8.4.1.1.3
		p2pLLIDAccessConfiguration OBJECT-TYPE
			SYNTAX INTEGER
				{
				configurethisllid(0),
				configureallother(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Configure This OLT LLID = 0
				Configure All LLID for this OLT = 1   
				  "
			::= { p2pLLIDSetEntry 3 }

		
--  1.3.6.1.4.1.14590.1.8.4.1.1.4
		-- 1.3.6.1.4.1.14590.1.8.4.1.1.4
		p2pLLIDSpecificAccessConfiguratiion OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Configure NON Configured LLID access control
				Dont configure = 0
				Configure     = 1 
				   "
			::= { p2pLLIDSetEntry 4 }

		
	
	END

--
-- Provisioning.mib
--

⌨️ 快捷键说明

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