More updates to CLIXON-TYPES-MIB.

This commit is contained in:
Kristofer Hallin 2022-06-11 16:58:40 +02:00 committed by Olof hagsand
parent 94c00a2584
commit 97cec9daec

View file

@ -13,7 +13,7 @@ IMPORTS
InetAddressType, InetAddress FROM INET-ADDRESS-MIB InetAddressType, InetAddress FROM INET-ADDRESS-MIB
IANAifType FROM IANAifType-MIB IANAifType FROM IANAifType-MIB
; ;
netSnmpExamples MODULE-IDENTITY clixonExamples MODULE-IDENTITY
LAST-UPDATED "200406150000Z" LAST-UPDATED "200406150000Z"
ORGANIZATION "www.net-snmp.org" ORGANIZATION "www.net-snmp.org"
CONTACT-INFO CONTACT-INFO
@ -33,14 +33,14 @@ netSnmpExamples MODULE-IDENTITY
-- --
-- top level structure -- top level structure
-- --
netSnmpExampleScalars OBJECT IDENTIFIER ::= { netSnmpExamples 1 } clixonExampleScalars OBJECT IDENTIFIER ::= { clixonExamples 1 }
netSnmpExampleTables OBJECT IDENTIFIER ::= { netSnmpExamples 2 } clixonExampleTables OBJECT IDENTIFIER ::= { clixonExamples 2 }
netSnmpExampleNotifications OBJECT IDENTIFIER ::= { netSnmpExamples 3 } clixonExampleNotifications OBJECT IDENTIFIER ::= { clixonExamples 3 }
netSnmpExampleNotificationPrefix OBJECT IDENTIFIER clixonExampleNotificationPrefix OBJECT IDENTIFIER
::= { netSnmpExampleNotifications 0 } ::= { clixonExampleNotifications 0 }
netSnmpExampleNotificationObjects OBJECT IDENTIFIER clixonExampleNotificationObjects OBJECT IDENTIFIER
::= { netSnmpExampleNotifications 2 } ::= { clixonExampleNotifications 2 }
-- netSnmpTutorial OBJECT IDENTIFIER ::= { netSnmpExamples 4 } -- clixonTutorial OBJECT IDENTIFIER ::= { clixonExamples 4 }
-- --
-- Example scalars -- Example scalars
-- --
@ -57,7 +57,7 @@ clixonExampleInteger OBJECT-TYPE
This example object is implemented in the This example object is implemented in the
agent/mibgroup/examples/scalar_int.c file." agent/mibgroup/examples/scalar_int.c file."
DEFVAL { 42 } DEFVAL { 42 }
::= { netSnmpExampleScalars 1 } ::= { clixonExampleScalars 1 }
clixonExampleSleeper OBJECT-TYPE clixonExampleSleeper OBJECT-TYPE
SYNTAX Integer32 SYNTAX Integer32
MAX-ACCESS read-write MAX-ACCESS read-write
@ -78,7 +78,7 @@ clixonExampleSleeper OBJECT-TYPE
This example object is implemented in the This example object is implemented in the
agent/mibgroup/examples/delayed_instance.c file." agent/mibgroup/examples/delayed_instance.c file."
DEFVAL { 1 } DEFVAL { 1 }
::= { netSnmpExampleScalars 2 } ::= { clixonExampleScalars 2 }
clixonExampleString OBJECT-TYPE clixonExampleString OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX SnmpAdminString
MAX-ACCESS read-write MAX-ACCESS read-write
@ -91,7 +91,7 @@ clixonExampleString OBJECT-TYPE
This example object is implemented in the This example object is implemented in the
agent/mibgroup/examples/watched.c file." agent/mibgroup/examples/watched.c file."
DEFVAL { "So long, and thanks for all the fish!" } DEFVAL { "So long, and thanks for all the fish!" }
::= { netSnmpExampleScalars 3 } ::= { clixonExampleScalars 3 }
ifTableLastChange OBJECT-TYPE ifTableLastChange OBJECT-TYPE
SYNTAX TimeTicks SYNTAX TimeTicks
MAX-ACCESS read-only MAX-ACCESS read-only
@ -102,7 +102,7 @@ ifTableLastChange OBJECT-TYPE
entries has been unchanged since the last re-initialization entries has been unchanged since the last re-initialization
of the local network management subsystem, then this object of the local network management subsystem, then this object
contains a zero value." contains a zero value."
::= { netSnmpExampleScalars 4 } ::= { clixonExampleScalars 4 }
ifType OBJECT-TYPE ifType OBJECT-TYPE
SYNTAX IANAifType SYNTAX IANAifType
MAX-ACCESS read-only MAX-ACCESS read-only
@ -112,7 +112,7 @@ ifType OBJECT-TYPE
assigned by the Internet Assigned Numbers Authority (IANA), assigned by the Internet Assigned Numbers Authority (IANA),
through updating the syntax of the IANAifType textual through updating the syntax of the IANAifType textual
convention." convention."
::= { netSnmpExampleScalars 5 } ::= { clixonExampleScalars 5 }
ifSpeed OBJECT-TYPE ifSpeed OBJECT-TYPE
SYNTAX Gauge32 SYNTAX Gauge32
MAX-ACCESS read-only MAX-ACCESS read-only
@ -127,7 +127,7 @@ ifSpeed OBJECT-TYPE
maximum value (4,294,967,295) and ifHighSpeed must be used maximum value (4,294,967,295) and ifHighSpeed must be used
to report the interace's speed. For a sub-layer which has to report the interace's speed. For a sub-layer which has
no concept of bandwidth, this object should be zero." no concept of bandwidth, this object should be zero."
::= { netSnmpExampleScalars 6 } ::= { clixonExampleScalars 6 }
ifAdminStatus OBJECT-TYPE ifAdminStatus OBJECT-TYPE
SYNTAX INTEGER { SYNTAX INTEGER {
up(1), -- ready to pass packets up(1), -- ready to pass packets
@ -145,7 +145,7 @@ ifAdminStatus OBJECT-TYPE
retained by the managed system, ifAdminStatus is then retained by the managed system, ifAdminStatus is then
changed to either the up(1) or testing(3) states (or remains changed to either the up(1) or testing(3) states (or remains
in the down(2) state)." in the down(2) state)."
::= { netSnmpExampleScalars 7} ::= { clixonExampleScalars 7}
ifInOctets OBJECT-TYPE ifInOctets OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
@ -157,7 +157,7 @@ ifInOctets OBJECT-TYPE
re-initialization of the management system, and at other re-initialization of the management system, and at other
times as indicated by the value of times as indicated by the value of
ifCounterDiscontinuityTime." ifCounterDiscontinuityTime."
::= { netSnmpExampleScalars 8} ::= { clixonExampleScalars 8}
ifHCInOctets OBJECT-TYPE ifHCInOctets OBJECT-TYPE
SYNTAX Counter64 SYNTAX Counter64
MAX-ACCESS read-only MAX-ACCESS read-only
@ -170,7 +170,7 @@ ifHCInOctets OBJECT-TYPE
re-initialization of the management system, and at other re-initialization of the management system, and at other
times as indicated by the value of times as indicated by the value of
ifCounterDiscontinuityTime." ifCounterDiscontinuityTime."
::= { netSnmpExampleScalars 9} ::= { clixonExampleScalars 9}
ifPromiscuousMode OBJECT-TYPE ifPromiscuousMode OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-write MAX-ACCESS read-write
@ -185,7 +185,7 @@ ifPromiscuousMode OBJECT-TYPE
interface to be reset before becoming effective. interface to be reset before becoming effective.
The value of ifPromiscuousMode does not affect the reception The value of ifPromiscuousMode does not affect the reception
of broadcast and multicast packets/frames by the interface." of broadcast and multicast packets/frames by the interface."
::= { netSnmpExampleScalars 10 } ::= { clixonExampleScalars 10 }
ifCounterDiscontinuityTime OBJECT-TYPE ifCounterDiscontinuityTime OBJECT-TYPE
SYNTAX TimeStamp SYNTAX TimeStamp
MAX-ACCESS read-only MAX-ACCESS read-only
@ -199,7 +199,7 @@ ifCounterDiscontinuityTime OBJECT-TYPE
no such discontinuities have occurred since the last re- no such discontinuities have occurred since the last re-
initialization of the local management subsystem, then this initialization of the local management subsystem, then this
object contains a zero value." object contains a zero value."
::= { netSnmpExampleScalars 11 } ::= { clixonExampleScalars 11 }
ifStackStatus OBJECT-TYPE ifStackStatus OBJECT-TYPE
SYNTAX RowStatus SYNTAX RowStatus
-- MAX-ACCESS read-create -- MAX-ACCESS read-create
@ -213,7 +213,7 @@ ifStackStatus OBJECT-TYPE
object is likely to be inappropriate for some types of object is likely to be inappropriate for some types of
interfaces, and many implementations will choose not to interfaces, and many implementations will choose not to
support write-access for any type of interface." support write-access for any type of interface."
::= { netSnmpExampleScalars 12 } ::= { clixonExampleScalars 12 }
-- --
-- Example Tables -- Example Tables
@ -229,7 +229,7 @@ clixonIETFWGTable OBJECT-TYPE
names of the two working group chairs. names of the two working group chairs.
This example table is implemented in the This example table is implemented in the
agent/mibgroup/examples/data_set.c file." agent/mibgroup/examples/data_set.c file."
::= { netSnmpExampleTables 1 } ::= { clixonExampleTables 1 }
clixonIETFWGEntry OBJECT-TYPE clixonIETFWGEntry OBJECT-TYPE
SYNTAX ClixonIETFWGEntry SYNTAX ClixonIETFWGEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
@ -252,7 +252,7 @@ nsIETFWGName OBJECT-TYPE
::= { clixonIETFWGEntry 1 } ::= { clixonIETFWGEntry 1 }
nsIETFWGChair1 OBJECT-TYPE nsIETFWGChair1 OBJECT-TYPE
SYNTAX OCTET STRING SYNTAX OCTET STRING
MAX-ACCESS read-create MAX-ACCESS read-write
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"One of the names of the chairs for the IETF working group." "One of the names of the chairs for the IETF working group."
@ -267,7 +267,7 @@ nsIETFWGChair2 OBJECT-TYPE
::= { clixonIETFWGEntry 3 } ::= { clixonIETFWGEntry 3 }
-- --
-- A table used in a table_iterator example -- A table used in a table_iterator example
-- (agent/mibgroup/examples/netSnmpHostsTable*.[ch]) -- (agent/mibgroup/examples/clixonHostsTable*.[ch])
-- --
clixonHostsTable OBJECT-TYPE clixonHostsTable OBJECT-TYPE
SYNTAX SEQUENCE OF ClixonHostsEntry SYNTAX SEQUENCE OF ClixonHostsEntry
@ -276,7 +276,7 @@ clixonHostsTable OBJECT-TYPE
DESCRIPTION DESCRIPTION
"An example table that implements a wrapper around the "An example table that implements a wrapper around the
/etc/hosts file on a machine using the iterator helper API." /etc/hosts file on a machine using the iterator helper API."
::= { netSnmpExampleTables 2 } ::= { clixonExampleTables 2 }
clixonHostsEntry OBJECT-TYPE clixonHostsEntry OBJECT-TYPE
SYNTAX ClixonHostsEntry SYNTAX ClixonHostsEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible