Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

862 lines
32 KiB

  1. MAU-MIB DEFINITIONS ::= BEGIN
  2. IMPORTS
  3. Counter FROM RFC1155-SMI
  4. OBJECT-TYPE FROM RFC-1212
  5. TRAP-TYPE FROM RFC-1215;
  6. snmpDot3MauMgt OBJECT IDENTIFIER ::= { mib-2 26 }
  7. -- References
  8. --
  9. -- The following references are used throughout this MIB:
  10. --
  11. -- [RFC 1213]
  12. -- refers to McCloghrie, K., and M. Rose, Editors,
  13. -- Management Information Base for Network Management
  14. -- of TCP/IP-based internets: MIB-II, STD 17, RFC 1213,
  15. -- Hughes LAN Systems, Performance Systems International,
  16. -- March 1991.
  17. --
  18. -- [RFC 1368]
  19. -- refers to McMaster, D., and K. McCloghrie, Editors,
  20. -- Definitions of Managed Objects for IEEE 802.3 Repeater
  21. -- Devices, RFC 1368, SynOptics Communications, Hughes
  22. -- LAN Systems, October 1992.
  23. --
  24. -- [IEEE 802.3 MAU Mgt]
  25. -- refers to IEEE P802.3p, 'Layer Management for 10 Mb/s
  26. -- Medium Access Unit (MAUs), Section 20,' Draft Supplement
  27. -- to ANSI/IEEE 802.3, Draft 5, 11 July 1992.
  28. -- MIB Groups
  29. --
  30. -- The dot3RpMauBasicGroup is mandatory for MAUs attached to
  31. -- repeaters.
  32. -- The dot3IfMauBasicGroup is mandatory for MAUs attached to
  33. -- DTEs (interfaces).
  34. -- The dot3BroadMauBasicGroup is mandatory for broadband MAUs
  35. -- attached to DTEs.
  36. dot3RpMauBasicGroup
  37. OBJECT IDENTIFIER ::= { snmpDot3MauMgt 1 }
  38. dot3IfMauBasicGroup
  39. OBJECT IDENTIFIER ::= { snmpDot3MauMgt 2 }
  40. dot3BroadMauBasicGroup
  41. OBJECT IDENTIFIER ::= { snmpDot3MauMgt 3 }
  42. -- object identifiers for MAU types
  43. -- (see rpMauType and ifMauType for usage)
  44. dot3MauType
  45. OBJECT IDENTIFIER ::= { snmpDot3MauMgt 4 }
  46. dot3MauTypeAUI -- no internal MAU, view from AUI
  47. OBJECT IDENTIFIER ::= { dot3MauType 1 }
  48. dot3MauType10Base5 -- thick coax MAU (per 802.3 section 8)
  49. OBJECT IDENTIFIER ::= { dot3MauType 2 }
  50. dot3MauTypeFoirl -- FOIRL MAU (per 802.3 section 9.9)
  51. OBJECT IDENTIFIER ::= { dot3MauType 3 }
  52. dot3MauType10Base2 -- thin coax MAU (per 802.3 section 10)
  53. OBJECT IDENTIFIER ::= { dot3MauType 4 }
  54. dot3MauType10BaseT -- UTP MAU (per 802.3 section 14)
  55. OBJECT IDENTIFIER ::= { dot3MauType 5 }
  56. dot3MauType10BaseFP -- passive fiber MAU (per 802.3 section 16)
  57. OBJECT IDENTIFIER ::= { dot3MauType 6 }
  58. dot3MauType10BaseFB -- sync fiber MAU (per 802.3 section 17)
  59. OBJECT IDENTIFIER ::= { dot3MauType 7 }
  60. dot3MauType10BaseFL -- async fiber MAU (per 802.3 section 18)
  61. OBJECT IDENTIFIER ::= { dot3MauType 8 }
  62. dot3MauType10Broad36 -- broadband DTE MAU (per 802.3 section 11)
  63. -- note that 10BROAD36 MAUs can be attached to interfaces but
  64. -- not to repeaters
  65. OBJECT IDENTIFIER ::= { dot3MauType 9 }
  66. --
  67. -- The Repeater MAU Basic Group
  68. --
  69. -- Implementation of the Repeater MAU Basic Group is mandatory
  70. -- for MAUs attached to repeaters.
  71. --
  72. -- The Basic Repeater MAU Table
  73. --
  74. rpMauTable OBJECT-TYPE
  75. SYNTAX SEQUENCE OF RpMauEntry
  76. ACCESS not-accessible
  77. STATUS mandatory
  78. DESCRIPTION
  79. "Table of descriptive and status information about
  80. the MAU(s) attached to the ports of a repeater."
  81. ::= { dot3RpMauBasicGroup 1 }
  82. rpMauEntry OBJECT-TYPE
  83. SYNTAX RpMauEntry
  84. ACCESS not-accessible
  85. STATUS mandatory
  86. DESCRIPTION
  87. "An entry in the table, containing information
  88. about a single MAU."
  89. INDEX { rpMauGroupIndex, rpMauPortIndex, rpMauIndex }
  90. ::= { rpMauTable 1 }
  91. RpMauEntry ::=
  92. SEQUENCE {
  93. rpMauGroupIndex
  94. INTEGER,
  95. rpMauPortIndex
  96. INTEGER,
  97. rpMauIndex
  98. INTEGER,
  99. rpMauType
  100. OBJECT IDENTIFIER,
  101. rpMauStatus
  102. INTEGER,
  103. rpMauMediaAvailable
  104. INTEGER,
  105. rpMauMediaAvailableStateExits
  106. Counter,
  107. rpMauJabberState
  108. INTEGER,
  109. rpMauJabberingStateEnters
  110. Counter
  111. }
  112. rpMauGroupIndex OBJECT-TYPE
  113. SYNTAX INTEGER (1..1024)
  114. ACCESS read-only
  115. STATUS mandatory
  116. DESCRIPTION
  117. "This variable uniquely identifies the repeater
  118. group containing the port to which the MAU
  119. described by this entry is connected."
  120. REFERENCE
  121. "Reference RFC1368, rptrGroupIndex."
  122. ::= { rpMauEntry 1 }
  123. rpMauPortIndex OBJECT-TYPE
  124. SYNTAX INTEGER (1..1024)
  125. ACCESS read-only
  126. STATUS mandatory
  127. DESCRIPTION
  128. "This variable uniquely identifies the repeater
  129. port within group rpMauGroupIndex to which the MAU
  130. described by this entry is connected."
  131. REFERENCE
  132. "Reference RFC 1368, rptrPortIndex."
  133. ::= { rpMauEntry 2 }
  134. rpMauIndex OBJECT-TYPE
  135. SYNTAX INTEGER (1..9)
  136. ACCESS read-only
  137. STATUS mandatory
  138. DESCRIPTION
  139. "This variable uniquely identifies the MAU
  140. connected to port rpMauPortIndex within group
  141. rpMauGroupIndex that is described by this entry."
  142. REFERENCE
  143. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."
  144. ::= { rpMauEntry 3 }
  145. rpMauType OBJECT-TYPE
  146. SYNTAX OBJECT IDENTIFIER
  147. ACCESS read-only
  148. STATUS mandatory
  149. DESCRIPTION
  150. "This object identifies the 10 Mb/s baseband MAU
  151. type. An initial set of MAU types are defined
  152. above. The assignment of OBJECT IDENTIFIERs to
  153. new types of MAUs is managed by the IANA. If the
  154. MAU type is unknown, the object identifier
  155. unknownMauType OBJECT IDENTIFIER ::= { 0 0 }
  156. is returned. Note that unknownMauType is a
  157. syntactically valid object identifier, and any
  158. conformant implementation of ASN.1 and the BER
  159. must be able to generate and recognize this
  160. value."
  161. REFERENCE
  162. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  163. aMAUType."
  164. ::= { rpMauEntry 4 }
  165. rpMauStatus OBJECT-TYPE
  166. SYNTAX INTEGER {
  167. other(1),
  168. unknown(2),
  169. operational(3),
  170. standby(4),
  171. shutdown(5),
  172. reset(6)
  173. }
  174. ACCESS read-write
  175. STATUS mandatory
  176. DESCRIPTION
  177. "The current state of the MAU. This object may be
  178. implemented as a read-only object by those agents
  179. and MAUs that do not implement software control of
  180. the MAU state. Some agents may not support
  181. setting the value of this object to some of the
  182. enumerated values.
  183. The value other(1) is returned if the MAU is in a
  184. state other than one of the states 2 through 6.
  185. The value unknown(2) is returned when the MAU's
  186. true state is unknown; for example, when it is
  187. being initialized.
  188. A MAU in the operational(3) state is fully
  189. functional, operates, and passes signals to its
  190. attached DTE or repeater port in accordance to its
  191. specification.
  192. A MAU in standby(4) state forces DI and CI and the
  193. media transmitter to idle. Standby(4) mode only
  194. applies to link type MAUs. The state of
  195. rpMauMediaAvailable is unaffected.
  196. A MAU in shutdown(5) state assumes the same
  197. condition on DI, CI, and the media transmitter as
  198. though it were powered down. The MAU may return
  199. other(1) value for the mauJabber and
  200. rpMauMediaAvailable objects when it is in this
  201. state. For an AUI, this state will remove power
  202. from the AUI.
  203. Setting this variable to the value reset(6) resets
  204. the MAU in the same manner as a power-off, power-
  205. on cycle of at least one-half second would. The
  206. agent is not required to return the value reset
  207. (6).
  208. Setting this variable to the value operational(3),
  209. standby(4), or shutdown(5) causes the MAU to
  210. assume the respective state except that setting a
  211. mixing-type MAU or an AUI to standby(4) will cause
  212. the MAU to enter the shutdown state."
  213. REFERENCE
  214. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  215. aMAUAdminState, and 20.2.3.3, acMAUAdminControl
  216. and acResetMAUAction."
  217. ::= { rpMauEntry 5 }
  218. rpMauMediaAvailable OBJECT-TYPE
  219. SYNTAX INTEGER {
  220. other(1),
  221. unknown(2),
  222. available(3),
  223. notAvailable(4),
  224. remoteFault(5),
  225. invalidSignal(6)
  226. }
  227. ACCESS read-only
  228. STATUS mandatory
  229. DESCRIPTION
  230. "If the MAU is a link or fiber type (FOIRL,
  231. 10BASE-T, 10BASE-F) then this is equivalent to the
  232. link test fail state/low light function. For an
  233. AUI or a coax (including broadband) MAU this
  234. indicates whether or not loopback is detected on
  235. the DI circuit. The value of this attribute
  236. persists between packets for MAU types AUI,
  237. 10BASE5, 10BASE2, 10BROAD36, and 10BASE-FP.
  238. The value other(1) is returned if the
  239. mediaAvailable state is not one of 2 through 6.
  240. The value unknown(2) is returned when the MAU's
  241. true state is unknown; for example, when it is
  242. being initialized. At power-up or following a
  243. reset, the value of this attribute will be unknown
  244. for AUI, coax, and 10BASE-FP MAUs. For these MAUs
  245. loopback will be tested on each transmission
  246. during which no collision is detected. If DI is
  247. receiving input when DO returns to IDL after a
  248. transmission and there has been no collision
  249. during the transmission then loopback will be
  250. detected. The value of this attribute will only
  251. change during non-collided transmissions for AUI,
  252. coax, and 10BASE-FP MAUs.
  253. The value available(3) indicates that the link,
  254. light, or loopback is normal. The value
  255. notAvailable(4) indicates link loss, low light, or
  256. no loopback.
  257. The value remoteFault(5) indicates that a fault
  258. has been detected at the remote end of the link.
  259. The value invalidSignal(6) indicates that an
  260. invalid signal has been received from the other
  261. end of the link. Both remoteFault(5) and
  262. invalidSignal(6) apply only to MAUs of type
  263. 10BASE-FB."
  264. REFERENCE
  265. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  266. aMediaAvailable."
  267. ::= { rpMauEntry 6 }
  268. rpMauMediaAvailableStateExits OBJECT-TYPE
  269. SYNTAX Counter
  270. ACCESS read-only
  271. STATUS mandatory
  272. DESCRIPTION
  273. "A count of the number of times that
  274. rpMauMediaAvailable for this MAU instance leaves
  275. the state available(3)."
  276. REFERENCE
  277. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  278. lostMediaCount."
  279. ::= { rpMauEntry 7 }
  280. rpMauJabberState OBJECT-TYPE
  281. SYNTAX INTEGER {
  282. other(1),
  283. unknown(2),
  284. noJabber(3),
  285. jabbering(4)
  286. }
  287. ACCESS read-only
  288. STATUS mandatory
  289. DESCRIPTION
  290. "The value other(1) is returned if the jabber
  291. state is not 2, 3, or 4. The agent must always
  292. return other(1) for MAU type dot3MauTypeAUI.
  293. The value unknown(2) is returned when the MAU's
  294. true state is unknown; for example, when it is
  295. being initialized.
  296. If the MAU is not jabbering the agent returns
  297. noJabber(3). This is the 'normal' state.
  298. If the MAU is in jabber state the agent returns
  299. the jabbering(4) value."
  300. REFERENCE
  301. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  302. aJabber.jabberFlag."
  303. ::= { rpMauEntry 8 }
  304. rpMauJabberingStateEnters OBJECT-TYPE
  305. SYNTAX Counter
  306. ACCESS read-only
  307. STATUS mandatory
  308. DESCRIPTION
  309. "A count of the number of times that
  310. rpMauJabberState for this MAU instance enters the
  311. state jabbering(4). For a MAU of type
  312. dot3MauTypeAUI, this counter will always indicate
  313. zero."
  314. REFERENCE
  315. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  316. aJabber.jabberCounter."
  317. ::= { rpMauEntry 9 }
  318. --
  319. -- The Interface MAU Basic Group
  320. --
  321. -- Implementation of the Interface MAU Basic Group is mandatory
  322. -- for MAUs attached to DTEs (interfaces).
  323. --
  324. -- The Basic Interface MAU Table
  325. --
  326. ifMauTable OBJECT-TYPE
  327. SYNTAX SEQUENCE OF IfMauEntry
  328. ACCESS not-accessible
  329. STATUS mandatory
  330. DESCRIPTION
  331. "Table of descriptive and status information about
  332. the MAU(s) attached to an interface."
  333. ::= { dot3IfMauBasicGroup 1 }
  334. ifMauEntry OBJECT-TYPE
  335. SYNTAX IfMauEntry
  336. ACCESS not-accessible
  337. STATUS mandatory
  338. DESCRIPTION
  339. "An entry in the table, containing information
  340. about a single MAU."
  341. INDEX { ifMauIfIndex, ifMauIndex }
  342. ::= { ifMauTable 1 }
  343. IfMauEntry ::=
  344. SEQUENCE {
  345. ifMauIfIndex
  346. INTEGER,
  347. ifMauIndex
  348. INTEGER,
  349. ifMauType
  350. OBJECT IDENTIFIER,
  351. ifMauStatus
  352. INTEGER,
  353. ifMauMediaAvailable
  354. INTEGER,
  355. ifMauMediaAvailableStateExits
  356. Counter,
  357. ifMauJabberState
  358. INTEGER,
  359. ifMauJabberingStateEnters
  360. Counter
  361. }
  362. ifMauIfIndex OBJECT-TYPE
  363. SYNTAX INTEGER
  364. ACCESS read-only
  365. STATUS mandatory
  366. DESCRIPTION
  367. "This variable uniquely identifies the interface
  368. to which the MAU described by this entry is
  369. connected."
  370. REFERENCE
  371. "Reference RFC 1213, ifIndex."
  372. ::= { ifMauEntry 1 }
  373. ifMauIndex OBJECT-TYPE
  374. SYNTAX INTEGER (1..9)
  375. ACCESS read-only
  376. STATUS mandatory
  377. DESCRIPTION
  378. "This variable uniquely identifies the MAU
  379. connected to interface ifMauIfIndex that is
  380. described by this entry."
  381. REFERENCE
  382. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."
  383. ::= { ifMauEntry 2 }
  384. ifMauType OBJECT-TYPE
  385. SYNTAX OBJECT IDENTIFIER
  386. ACCESS read-only
  387. STATUS mandatory
  388. DESCRIPTION
  389. "This object identifies the 10 Mb/s baseband or
  390. broadband MAU type. An initial set of MAU types
  391. are defined above. The assignment of OBJECT
  392. IDENTIFIERs to new types of MAUs is managed by the
  393. IANA. If the MAU type is unknown, the object
  394. identifier
  395. unknownMauType OBJECT IDENTIFIER ::= { 0 0 }
  396. is returned. Note that unknownMauType is a
  397. syntactically valid object identifier, and any
  398. conformant implementation of ASN.1 and the BER
  399. must be able to generate and recognize this
  400. value."
  401. REFERENCE
  402. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  403. aMAUType."
  404. ::= { ifMauEntry 3 }
  405. ifMauStatus OBJECT-TYPE
  406. SYNTAX INTEGER {
  407. other(1),
  408. unknown(2),
  409. operational(3),
  410. standby(4),
  411. shutdown(5),
  412. reset(6)
  413. }
  414. ACCESS read-write
  415. STATUS mandatory
  416. DESCRIPTION
  417. "The current state of the MAU. This object may be
  418. implemented as a read-only object by those agents
  419. and MAUs that do not implement software control of
  420. the MAU state. Some agents may not support
  421. setting the value of this object to some of the
  422. enumerated values.
  423. The value other(1) is returned if the MAU is in a
  424. state other than one of the states 2 through 6.
  425. The value unknown(2) is returned when the MAU's
  426. true state is unknown; for example, when it is
  427. being initialized.
  428. A MAU in the operational(3) state is fully
  429. functional, operates, and passes signals to its
  430. attached DTE or repeater port in accordance to its
  431. specification.
  432. A MAU in standby(4) state forces DI and CI and the
  433. media transmitter to idle. Standby(4) mode only
  434. applies to link type MAUs. The state of
  435. ifMauMediaAvailable is unaffected.
  436. A MAU in shutdown(5) state assumes the same
  437. condition on DI, CI, and the media transmitter as
  438. though it were powered down. The MAU may return
  439. other(1) value for the mauJabber and
  440. ifMauMediaAvailable objects when it is in this
  441. state. For an AUI, this state will remove power
  442. from the AUI.
  443. Setting this variable to the value reset(6) resets
  444. the MAU in the same manner as a power-off, power-
  445. on cycle of at least one-half second would. The
  446. agent is not required to return the value reset
  447. (6).
  448. Setting this variable to the value operational(3),
  449. standby(4), or shutdown(5) causes the MAU to
  450. assume the respective state except that setting a
  451. mixing-type MAU or an AUI to standby(4) will cause
  452. the MAU to enter the shutdown state."
  453. REFERENCE
  454. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  455. aMAUAdminState, and 20.2.3.3, acMAUAdminControl
  456. and acResetMAUAction."
  457. ::= { ifMauEntry 4 }
  458. ifMauMediaAvailable OBJECT-TYPE
  459. SYNTAX INTEGER {
  460. other(1),
  461. unknown(2),
  462. available(3),
  463. notAvailable(4),
  464. remoteFault(5),
  465. invalidSignal(6)
  466. }
  467. ACCESS read-only
  468. STATUS mandatory
  469. DESCRIPTION
  470. "If the MAU is a link or fiber type (FOIRL,
  471. 10BASE-T, 10BASE-F) then this is equivalent to the
  472. link test fail state/low light function. For an
  473. AUI or a coax (including broadband) MAU this
  474. indicates whether or not loopback is detected on
  475. the DI circuit. The value of this attribute
  476. persists between packets for MAU types AUI,
  477. 10BASE5, 10BASE2, 10BROAD36, and 10BASE-FP.
  478. The value other(1) is returned if the
  479. mediaAvailable state is not one of 2 through 6.
  480. The value unknown(2) is returned when the MAU's
  481. true state is unknown; for example, when it is
  482. being initialized. At power-up or following a
  483. reset, the value of this attribute will be unknown
  484. for AUI, coax, and 10BASE-FP MAUs. For these MAUs
  485. loopback will be tested on each transmission
  486. during which no collision is detected. If DI is
  487. receiving input when DO returns to IDL after a
  488. transmission and there has been no collision
  489. during the transmission then loopback will be
  490. detected. The value of this attribute will only
  491. change during non-collided transmissions for AUI,
  492. coax, and 10BASE-FP MAUs.
  493. The value available(3) indicates that the link,
  494. light, or loopback is normal. The value
  495. notAvailable(4) indicates link loss, low light, or
  496. no loopback.
  497. The value remoteFault(5) indicates that a fault
  498. has been detected at the remote end of the link.
  499. The value invalidSignal(6) indicates that an
  500. invalid signal has been received from the other
  501. end of the link. Both remoteFault(5) and
  502. invalidSignal(6) apply only to MAUs of type
  503. 10BASE-FB."
  504. REFERENCE
  505. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  506. aMediaAvailable."
  507. ::= { ifMauEntry 5 }
  508. ifMauMediaAvailableStateExits OBJECT-TYPE
  509. SYNTAX Counter
  510. ACCESS read-only
  511. STATUS mandatory
  512. DESCRIPTION
  513. "A count of the number of times that
  514. ifMauMediaAvailable for this MAU instance leaves
  515. the state available(3)."
  516. REFERENCE
  517. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  518. lostMediaCount."
  519. ::= { ifMauEntry 6 }
  520. ifMauJabberState OBJECT-TYPE
  521. SYNTAX INTEGER {
  522. other(1),
  523. unknown(2),
  524. noJabber(3),
  525. jabbering(4)
  526. }
  527. ACCESS read-only
  528. STATUS mandatory
  529. DESCRIPTION
  530. "The value other(1) is returned if the jabber
  531. state is not 2, 3, or 4. The agent must always
  532. return other(1) for MAU type dot3MauTypeAUI.
  533. The value unknown(2) is returned when the MAU's
  534. true state is unknown; for example, when it is
  535. being initialized.
  536. If the MAU is not jabbering the agent returns
  537. noJabber(3). This is the 'normal' state.
  538. If the MAU is in jabber state the agent returns
  539. the jabbering(4) value."
  540. REFERENCE
  541. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  542. aJabber.jabberFlag."
  543. ::= { ifMauEntry 7 }
  544. ifMauJabberingStateEnters OBJECT-TYPE
  545. SYNTAX Counter
  546. ACCESS read-only
  547. STATUS mandatory
  548. DESCRIPTION
  549. "A count of the number of times that
  550. ifMauJabberState for this MAU instance enters the
  551. state jabbering(4). For a MAU of type
  552. dot3MauTypeAUI, this counter will always indicate
  553. zero."
  554. REFERENCE
  555. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  556. aJabber.jabberCounter."
  557. ::= { ifMauEntry 8 }
  558. --
  559. -- The Broadband MAU Basic Group
  560. --
  561. -- Implementation of the Broadband MAU Basic Group is mandatory
  562. -- for broadband MAUs attached to DTEs.
  563. --
  564. -- The Basic Broadband MAU Table
  565. --
  566. broadMauBasicTable OBJECT-TYPE
  567. SYNTAX SEQUENCE OF BroadMauBasicEntry
  568. ACCESS not-accessible
  569. STATUS mandatory
  570. DESCRIPTION
  571. "Table of descriptive and status information about
  572. the broadband MAUs connected to interfaces."
  573. ::= { dot3BroadMauBasicGroup 1 }
  574. broadMauBasicEntry OBJECT-TYPE
  575. SYNTAX BroadMauBasicEntry
  576. ACCESS not-accessible
  577. STATUS mandatory
  578. DESCRIPTION
  579. "An entry in the table, containing information
  580. about a single broadband MAU."
  581. INDEX { broadMauIfIndex, broadMauIndex }
  582. ::= { broadMauBasicTable 1 }
  583. BroadMauBasicEntry ::=
  584. SEQUENCE {
  585. broadMauIfIndex
  586. INTEGER,
  587. broadMauIndex
  588. INTEGER,
  589. broadMauXmtRcvSplitType
  590. INTEGER,
  591. broadMauXmtCarrierFreq
  592. INTEGER,
  593. broadMauTranslationFreq
  594. INTEGER
  595. }
  596. broadMauIfIndex OBJECT-TYPE
  597. SYNTAX INTEGER
  598. ACCESS read-only
  599. STATUS mandatory
  600. DESCRIPTION
  601. "This variable uniquely identifies the interface
  602. to which the MAU described by this entry is
  603. connected."
  604. REFERENCE
  605. "Reference RFC 1213, ifIndex."
  606. ::= { broadMauBasicEntry 1 }
  607. broadMauIndex OBJECT-TYPE
  608. SYNTAX INTEGER (1..9)
  609. ACCESS read-only
  610. STATUS mandatory
  611. DESCRIPTION
  612. "This variable uniquely identifies the MAU
  613. connected to interface broadMauIfIndex that is
  614. described by this entry."
  615. REFERENCE
  616. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."
  617. ::= { broadMauBasicEntry 2 }
  618. broadMauXmtRcvSplitType OBJECT-TYPE
  619. SYNTAX INTEGER {
  620. other(1),
  621. single(2),
  622. dual(3)
  623. }
  624. ACCESS read-only
  625. STATUS mandatory
  626. DESCRIPTION
  627. "This object indicates the type of frequency
  628. multiplexing/cabling system used to separate the
  629. transmit and receive paths for the 10BROAD36 MAU.
  630. The value other(1) is returned if the split type
  631. is not either single or dual.
  632. The value single(2) indicates a single cable
  633. system. The value dual(3) indicates a dual cable
  634. system, offset normally zero."
  635. REFERENCE
  636. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  637. aBbMAUXmitRcvSplitType."
  638. ::= { broadMauBasicEntry 3 }
  639. broadMauXmtCarrierFreq OBJECT-TYPE
  640. SYNTAX INTEGER
  641. ACCESS read-only
  642. STATUS mandatory
  643. DESCRIPTION
  644. "This variable indicates the transmit carrier
  645. frequency of the 10BROAD36 MAU in MHz/4; that is,
  646. in units of 250 kHz."
  647. REFERENCE
  648. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  649. aBroadbandFrequencies.xmitCarrierFrequency."
  650. ::= { broadMauBasicEntry 4 }
  651. broadMauTranslationFreq OBJECT-TYPE
  652. SYNTAX INTEGER
  653. ACCESS read-only
  654. STATUS mandatory
  655. DESCRIPTION
  656. "This variable indicates the translation offset
  657. frequency of the 10BROAD36 MAU in MHz/4; that is,
  658. in units of 250 kHz."
  659. REFERENCE
  660. "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  661. aBroadbandFrequencies.translationFrequency."
  662. ::= { broadMauBasicEntry 5 }
  663. -- Traps for use by 802.3 MAUs
  664. -- Traps are defined using the conventions in RFC 1215 [8].
  665. rpMauJabberTrap TRAP-TYPE
  666. ENTERPRISE snmpDot3MauMgt
  667. VARIABLES { rpMauJabberState }
  668. DESCRIPTION
  669. "This trap is sent whenever a managed repeater MAU
  670. enters the jabber state.
  671. The agent must throttle the generation of
  672. consecutive rpMauJabberTraps so that there is at
  673. least a five-second gap between them."
  674. REFERENCE
  675. "Reference IEEE 802.3 MAU Mgt, 20.2.3.4,
  676. nJabberNotification."
  677. ::= 1
  678. ifMauJabberTrap TRAP-TYPE
  679. ENTERPRISE snmpDot3MauMgt
  680. VARIABLES { ifMauJabberState }
  681. DESCRIPTION
  682. "This trap is sent whenever a managed interface
  683. MAU enters the jabber state.
  684. The agent must throttle the generation of
  685. consecutive ifMauJabberTraps so that there is at
  686. least a five-second gap between them."
  687. REFERENCE
  688. "Reference IEEE 802.3 MAU Mgt, 20.2.3.4,
  689. nJabberNotification."
  690. ::= 2
  691. END