-- -- -- This MIB contains externsions to the standard MLFR (FRF 16) -- -- Fore-rfc3020-ext-MIB DEFINITIONS ::= BEGIN IMPORTS Integer32, OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI RowStatus FROM SNMPv2-TC ifIndex FROM IF-MIB asx FROM Fore-Common-MIB; foreRfc3020ExtMib MODULE-IDENTITY LAST-UPDATED "200210060000Z" ORGANIZATION "MARCONI" CONTACT-INFO " Postal: Marconi Communications 5000 Marconi Drive Warrendale, PA 15086-7502 Tel: +1 724-742-6999 Email: bbrs-mibs@marconi.com Web: http://www.marconi.com" DESCRIPTION "This mib describes externsions to the FR multilink (FRF 16) interface standard MIB and FR multilink link standard MIB (rfc3020) " ::= { asx 37 } foreMlfrBundleExtTable OBJECT-TYPE SYNTAX SEQUENCE OF ForeMlfrBundleExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The ML-FR Bundle Interface Extension table." ::= { foreRfc3020ExtMib 1 } foreMlfrBundleExtEntry OBJECT-TYPE SYNTAX ForeMlfrBundleExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the FR multilink Bundle Extension table. There is a row in this table for each ML interface interface." INDEX { foreMlfrBundleExtIndex } ::= { foreMlfrBundleExtTable 1 } ForeMlfrBundleExtEntry ::= SEQUENCE { foreMlfrBundleExtIndex Integer32, foreMlfrBundleExtStatistics INTEGER, foreMlfrBundleExtReset INTEGER } foreMlfrBundleExtIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "This value corresponds to the xx value from MLBxx name of the interface and the mfrBundleIndex from the rfc3220.mib " ::= { foreMlfrBundleExtEntry 1 } foreMlfrBundleExtStatistics OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2), clear(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "This variable indicates if the statistics collection is enabled on this interface " ::= { foreMlfrBundleExtEntry 2 } foreMlfrBundleExtReset OBJECT-TYPE SYNTAX INTEGER { normal(1), force(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting this variable to 'force' will trigger a reset of the Multilink bundle " ::= { foreMlfrBundleExtEntry 3 } foreMlfrLinkExtTable OBJECT-TYPE SYNTAX SEQUENCE OF ForeMlfrLinkExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The ML-FR Link Extension table forMfrBundleLinkTable (rfc3020) " ::= { foreRfc3020ExtMib 2 } foreMlfrLinkExtEntry OBJECT-TYPE SYNTAX ForeMlfrLinkExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the FR multilink Link Extension table. There is a row in this table for each ML link. As MfrBundleLinkTable from rfc3020, this table is indexed by the ifindex of the underlaying phisical interface" INDEX { ifIndex } ::= { foreMlfrLinkExtTable 1 } ForeMlfrLinkExtEntry ::= SEQUENCE { foreMlfrLinkExtAdminStatus INTEGER, foreMlfrLinkExtStatistics INTEGER } foreMlfrLinkExtAdminStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "This variable indicates the admin status of the link in the bundle. It has different meaning than the admin status of the underlying physical interface " ::= { foreMlfrLinkExtEntry 1 } foreMlfrLinkExtStatistics OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2), clear(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "This variable indicates if the statistics collection is enabled on this interface " ::= { foreMlfrLinkExtEntry 2 } END