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

📄 cnimacconfig.mib

📁 EPON MIB库源码
💻 MIB
字号:
--
-- CNIMACConfig.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Wednesday, July 12, 2006 at 19:10:32
--

--  CNIMACConfig.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Sunday, June 04, 2006 at 14:39:44
-- 
--  CNIMACConfig.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Sunday, June 04, 2006 at 14:32:34
-- 
--  CNIMACConfig.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Tuesday, May 23, 2006 at 19:48:11
-- 

	FORTO-CNI-MAC-CONFIG-MIB DEFINITIONS ::= BEGIN
 
		IMPORTS
			ifIndex			
				FROM IF-MIB			
			fortoPrivate, FortoOLTIdIndex			
				FROM FORTO-MIB			
			OBJECT-TYPE, MODULE-IDENTITY			
				FROM SNMPv2-SMI;
	
	
--     MODULE-COMPLIANCE, OBJECT-GROUP          FROM SNMPv2-CONF;
-- 1.3.6.1.4.1.14590.1.14
-- February 08, 1905 at 13:55 GMT
-- February 08, 1905 at 13:55 GMT
-- 1.3.6.1.4.1.14590.1.14
-- February 08, 1905 at 13:55 GMT
-- February 08, 1905 at 13:55 GMT
-- 1.3.6.1.4.1.14590.1.14
-- February 08, 1905 at 13:55 GMT
-- February 08, 1905 at 13:55 GMT
		-- 1.3.6.1.4.1.14590.1.14
		fortoCNIMAC MODULE-IDENTITY 
			LAST-UPDATED "190502081355Z"		-- February 08, 1905 at 13:55 GMT
			ORGANIZATION 
				"FORTO LTD"
			CONTACT-INFO 
				"   EMANUEL GRINSPUN"
			DESCRIPTION 
				"The MIB module Set new configuration for  CNI (System) port MAC (and PHY). ."
			REVISION "190502081355Z"		-- February 08, 1905 at 13:55 GMT
			DESCRIPTION 
				"Revisions made by the Interfaces MIB WG."
			::= { fortoPrivate 14 }

		
	
	
--
-- Node definitions
--
	
--  Node definitions
-- 
-- Node definitions
-- 
-- Node definitions
-- 
-- 1.3.6.1.4.1.14590.1.14.1
-- 1.3.6.1.4.1.14590.1.14.1
-- 1.3.6.1.4.1.14590.1.14.1
		-- 1.3.6.1.4.1.14590.1.14.1
		fortoOLTCNI OBJECT IDENTIFIER ::= { fortoCNIMAC 1 }

		
--    OLT CNI MAC Table
-- 1.3.6.1.4.1.14590.1.14.1.1
-- 1.3.6.1.4.1.14590.1.14.1.1
-- 1.3.6.1.4.1.14590.1.14.1.1
		-- 1.3.6.1.4.1.14590.1.14.1.1
		oltCNIMACTable OBJECT-TYPE
			SYNTAX SEQUENCE OF OltCNIMACEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"This table sets new configuration for OLT CNI (System) port MAC (and PHY)."
			::= { fortoOLTCNI 1 }

		
--    1.3.6.1.4.1.14590.1.14.1.1.1
-- 1.3.6.1.4.1.14590.1.14.1.1.1
-- 1.3.6.1.4.1.14590.1.14.1.1.1
		-- 1.3.6.1.4.1.14590.1.14.1.1.1
		oltCNIMACEntry OBJECT-TYPE
			SYNTAX OltCNIMACEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"Set new configuration for OLT CNI (System) port MAC (and PHY). 
				When OLT powers up, it reads the MAC configuration from its EEPROM, this command overrides the configuration until the next reset or shutdown. 
				Default EEPROM configuration may be changed only by re-burning. 
				OLT Host MII port is to be configured only by the OLT EEPROM (or by OLT default settings).
				
				Notes :
				
				a) Configuring TBI or GMII MAC type is done by hardware pins (SW_SEL_TBI/nGMII  - C7) 
				b) For TBI port configuration, the following command抯 parameters apply: 'Pause', ' Pause set threshold', ' Pause release threshold'.
				c) For GMII port configuration, all the command抯 parameters apply.
				d) PAUSE set and release thresholds difference must be bigger than 6 Kilobytes
				
				When the new configuration goes into effect?
				- Each activation of the command overrides former configuration update
				- Implementation of the new configuration is subjected to the specific PHY model behavior and capabilities (e.g. not supporting some of the advertising modes). Specific PHY documentation has to be consulted.
				- When OLT resets, the new configuration is deleted, and the EEPROM-burned configuration goes into effect
				- Pause thresholds change is effective immediately
				
				
				"
			INDEX { oltCNIMACIndex }
			::= { oltCNIMACTable 1 }

		
		OltCNIMACEntry ::=
			SEQUENCE { 
				oltCNIMACIndex
					FortoOLTIdIndex,
				oltCNIMACMaster
					INTEGER,
				oltCNIMACPause
					INTEGER,
				oltCNIMACMDIOPHYAddress
					INTEGER,
				oltCNIMACAutoNegotiation
					INTEGER,
				oltCNIMACPauseSetThreshold
					INTEGER,
				oltCNIMACPauseReleaseThreshold
					INTEGER,
				oltCNIMACAdvertise
					INTEGER,
				oltCNIMACAdvertisementDetails1000baseTxHalfDuplex
					INTEGER,
				oltCNIMACAdvertisementDetails1000baseTxFullDuplex
					INTEGER,
				oltCNIMACAdvertisementDetailsPreferablePortType
					INTEGER,
				oltCNIMACAdvertisementDetailsPause
					INTEGER,
				oltCNIMACAdvertisementDetailsAsymmetricPause
					INTEGER
			 }

--    1.3.6.1.4.1.14590.1.14.1.1.1.1
-- 1.3.6.1.4.1.14590.1.14.1.1.1.1
-- 1.3.6.1.4.1.14590.1.14.1.1.1.1
		-- 1.3.6.1.4.1.14590.1.14.1.1.1.1
		oltCNIMACIndex OBJECT-TYPE
			SYNTAX FortoOLTIdIndex
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				" The OLT ID               "
			::= { oltCNIMACEntry 1 }

		
--    1.3.6.1.4.1.14590.1.14.1.1.1.2
-- 1.3.6.1.4.1.14590.1.14.1.1.1.2
-- 1.3.6.1.4.1.14590.1.14.1.1.1.2
		-- 1.3.6.1.4.1.14590.1.14.1.1.1.2
		oltCNIMACMaster OBJECT-TYPE
			SYNTAX INTEGER
				{
				slave(0),
				master(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Slave mode (MAC disguise as PHY) = 0 	
				Master mode (regular MAC - PHY mode)= 1
				
				Note : 
				In MAC salve mode, all MAC configurations are ignored (hardware default values) except 慚DIO PHY Address

⌨️ 快捷键说明

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