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.

1527 lines
55 KiB

  1. RFC1407-MIB DEFINITIONS ::= BEGIN
  2. IMPORTS
  3. Gauge
  4. FROM RFC1155-SMI
  5. DisplayString, transmission
  6. FROM RFC1213-MIB
  7. OBJECT-TYPE
  8. FROM RFC-1212;
  9. -- This MIB module uses the extended OBJECT-TYPE macro
  10. -- as defined in RFC 1212.
  11. ds3 OBJECT IDENTIFIER ::= { transmission 30 }
  12. -- The DS3/E3 Near End Group
  13. -- Implementation of this group is mandatory for all
  14. -- systems that attach to a DS3/E3 Interface.
  15. -- The DS3/E3 Near End Group consists of four tables:
  16. -- DS3/E3 Configuration
  17. -- DS3/E3 Current
  18. -- DS3/E3 Interval
  19. -- DS3/E3 Total
  20. -- the DS3/E3 Configuration
  21. dsx3ConfigTable OBJECT-TYPE
  22. SYNTAX SEQUENCE OF Dsx3ConfigEntry
  23. ACCESS not-accessible
  24. STATUS mandatory
  25. DESCRIPTION
  26. "The DS3/E3 Configuration table."
  27. ::= { ds3 5 }
  28. dsx3ConfigEntry OBJECT-TYPE
  29. SYNTAX Dsx3ConfigEntry
  30. ACCESS not-accessible
  31. STATUS mandatory
  32. DESCRIPTION
  33. "An entry in the DS3/E3 Configuration table."
  34. INDEX { dsx3LineIndex }
  35. ::= { dsx3ConfigTable 1 }
  36. Dsx3ConfigEntry ::=
  37. SEQUENCE {
  38. dsx3LineIndex
  39. INTEGER,
  40. dsx3IfIndex
  41. INTEGER,
  42. dsx3TimeElapsed
  43. INTEGER,
  44. dsx3ValidIntervals
  45. INTEGER,
  46. dsx3LineType
  47. INTEGER,
  48. dsx3LineCoding
  49. INTEGER,
  50. dsx3SendCode
  51. INTEGER,
  52. dsx3CircuitIdentifier
  53. DisplayString,
  54. dsx3LoopbackConfig
  55. INTEGER,
  56. dsx3LineStatus
  57. INTEGER,
  58. dsx3TransmitClockSource
  59. INTEGER
  60. }
  61. dsx3LineIndex OBJECT-TYPE
  62. SYNTAX INTEGER (1..65535)
  63. ACCESS read-only
  64. STATUS mandatory
  65. DESCRIPTION
  66. "This object is the identifier of a DS3/E3
  67. Interface on a managed device. If there is an
  68. ifEntry that is directly associated with this
  69. and only this DS3/E3 interface, it should have
  70. the same value as ifIndex. Otherwise, number
  71. the dsx3LineIndices with an unique identifier
  72. following the rules of choosing a number that
  73. is greater than ifNumber and numbering the
  74. inside interfaces (e.g., equipment side) with
  75. even numbers and outside interfaces (e.g,
  76. network side) with odd numbers."
  77. ::= { dsx3ConfigEntry 1 }
  78. dsx3IfIndex OBJECT-TYPE
  79. SYNTAX INTEGER (1..65535)
  80. ACCESS read-only
  81. STATUS mandatory
  82. DESCRIPTION
  83. "This value for this object is equal to the
  84. value of ifIndex from the Interfaces table of
  85. MIB II (RFC 1213)."
  86. ::= { dsx3ConfigEntry 2 }
  87. dsx3TimeElapsed OBJECT-TYPE
  88. SYNTAX INTEGER (0..899)
  89. ACCESS read-only
  90. STATUS mandatory
  91. DESCRIPTION
  92. "The number of seconds that have elapsed since
  93. the beginning of the near end current error-
  94. measurement period."
  95. ::= { dsx3ConfigEntry 3 }
  96. dsx3ValidIntervals OBJECT-TYPE
  97. SYNTAX INTEGER (0..96)
  98. ACCESS read-only
  99. STATUS mandatory
  100. DESCRIPTION
  101. "The number of previous near end intervals for
  102. which valid data was collected. The value will be
  103. 96 unless the interface was brought online within
  104. the last 24 hours, in which case the value will be
  105. the number of complete 15 minute near end
  106. intervals since the interface has been online."
  107. ::= { dsx3ConfigEntry 4 }
  108. dsx3LineType OBJECT-TYPE
  109. SYNTAX INTEGER {
  110. dsx3other(1),
  111. dsx3M23(2),
  112. dsx3SYNTRAN(3),
  113. dsx3CbitParity(4),
  114. dsx3ClearChannel(5),
  115. e3other(6),
  116. e3Framed(7),
  117. e3Plcp(8)
  118. }
  119. ACCESS read-write
  120. STATUS mandatory
  121. DESCRIPTION
  122. "This variable indicates the variety of DS3 C-bit
  123. or E3 application
  124. implementing this interface. The type of
  125. interface affects the interpretation of the
  126. usage and error statistics.
  127. The rate of DS3 is 44.736 Mbps and E3 is
  128. 34.368 Mbps.
  129. The dsx3ClearChannel value means that the C-bits
  130. are not used except for sending/receiving
  131. AIS.
  132. The values, in sequence, describe:
  133. TITLE: SPECIFICATION:
  134. dsx3M23 ANSI T1.107-1988
  135. dsx3SYNTRAN ANSI T1.107-1988
  136. dsx3CbitParity ANSI T1.107a-1989
  137. dsx3ClearChannel ANSI T1.102-1987
  138. e3Framed CCITT G.751
  139. e3Plcp ETSI T/NA(91)18."
  140. ::= { dsx3ConfigEntry 5 }
  141. dsx3LineCoding OBJECT-TYPE
  142. SYNTAX INTEGER {
  143. dsx3Other(1),
  144. dsx3B3ZS(2),
  145. e3HDB3(3)
  146. }
  147. ACCESS read-write
  148. STATUS mandatory
  149. DESCRIPTION
  150. "This variable describes the variety of Zero Code
  151. Suppression used on this interface, which in turn
  152. affects a number of its characteristics.
  153. dsx3B3ZS and e3HDB3 refer to the use of specified
  154. patterns of normal bits and bipolar violations
  155. which are used to replace sequences of zero bits
  156. of a specified length."
  157. ::= { dsx3ConfigEntry 6 }
  158. dsx3SendCode OBJECT-TYPE
  159. SYNTAX INTEGER {
  160. dsx3SendNoCode(1),
  161. dsx3SendLineCode(2),
  162. dsx3SendPayloadCode(3),
  163. dsx3SendResetCode(4),
  164. dsx3SendDS1LoopCode(5),
  165. dsx3SendTestPattern(6)
  166. }
  167. ACCESS read-write
  168. STATUS mandatory
  169. DESCRIPTION
  170. "This variable indicates what type of code is
  171. being sent across the DS3/E3 interface by the
  172. device. (These are optional for E3 interfaces.)
  173. The values mean:
  174. dsx3SendNoCode
  175. sending looped or normal data
  176. dsx3SendLineCode
  177. sending a request for a line loopback
  178. dsx3SendPayloadCode
  179. sending a request for a payload loopback
  180. (i.e., all DS1/E1s in a DS3/E3 frame)
  181. dsx3SendResetCode
  182. sending a loopback deactivation request
  183. dsx3SendDS1LoopCode
  184. requesting to loopback a particular DS1/E1
  185. within a DS3/E3 frame
  186. dsx3SendTestPattern
  187. sending a test pattern."
  188. ::= { dsx3ConfigEntry 7 }
  189. dsx3CircuitIdentifier OBJECT-TYPE
  190. SYNTAX DisplayString (SIZE (0..255))
  191. ACCESS read-write
  192. STATUS mandatory
  193. DESCRIPTION
  194. "This variable contains the transmission vendor's
  195. circuit identifier, for the purpose of
  196. facilitating troubleshooting."
  197. ::= { dsx3ConfigEntry 8 }
  198. dsx3LoopbackConfig OBJECT-TYPE
  199. SYNTAX INTEGER {
  200. dsx3NoLoop(1),
  201. dsx3PayloadLoop(2),
  202. dsx3LineLoop(3),
  203. dsx3OtherLoop(4)
  204. }
  205. ACCESS read-write
  206. STATUS mandatory
  207. DESCRIPTION
  208. "This variable represents the loopback configuration
  209. of the DS3/E3 interface.
  210. The values mean:
  211. dsx3NoLoop
  212. Not in the loopback state. A device that is
  213. not capable of performing a loopback on
  214. the interface shall always return this as
  215. it's value.
  216. dsx3PayloadLoop
  217. The received signal at this interface is looped
  218. through the device.
  219. Typically the received signal
  220. is looped back for retransmission after it has
  221. passed through the device's framing function.
  222. dsx3LineLoop
  223. The received signal at this interface does not
  224. go through the device (minimum penetration) but
  225. is looped back out.
  226. dsx3OtherLoop
  227. Loopbacks that are not defined here."
  228. ::= { dsx3ConfigEntry 9 }
  229. dsx3LineStatus OBJECT-TYPE
  230. SYNTAX INTEGER (1..1023)
  231. ACCESS read-only
  232. STATUS mandatory
  233. DESCRIPTION
  234. "This variable indicates the
  235. Line Status of the interface.
  236. It contains loopback state information
  237. and failure state information.
  238. The dsx3LineStatus is a bit map represented
  239. as a sum, therefore,
  240. it can represent multiple failures
  241. and a loopback (see dsx3LoopbackConfig object
  242. for the type of loopback)
  243. simultaneously.
  244. The dsx3NoAlarm should be set if and only if
  245. no other flag is set.
  246. The various bit positions are:
  247. 1 dsx3NoAlarm No alarm present
  248. 2 dsx3RcvRAIFailure Receiving Yellow/Remote
  249. Alarm Indication
  250. 4 dsx3XmitRAIAlarm Transmitting Yellow/Remote
  251. Alarm Indication
  252. 8 dsx3RcvAIS Receiving AIS failure state
  253. 16 dsx3XmitAIS Transmitting AIS
  254. 32 dsx3LOF Receiving LOF failure state
  255. 64 dsx3LOS Receiving LOS failure state
  256. 128 dsx3LoopbackState Looping the received signal
  257. 256 dsx3RcvTestCode Receiving a Test Pattern
  258. 512 dsx3OtherFailure any line status not defined
  259. here"
  260. ::= { dsx3ConfigEntry 10 }
  261. dsx3TransmitClockSource OBJECT-TYPE
  262. SYNTAX INTEGER {
  263. loopTiming(1),
  264. localTiming(2),
  265. throughTiming(3)
  266. }
  267. ACCESS read-write
  268. STATUS mandatory
  269. DESCRIPTION
  270. "The source of Transmit Clock.
  271. is derived from the recovered receive clock of
  272. another DS3 interface."
  273. ::= { dsx3ConfigEntry 11 }
  274. -- the DS3/E3 Current
  275. -- The DS3/E3 current table contains various statistics being
  276. -- collected for the current 15 minute interval.
  277. dsx3CurrentTable OBJECT-TYPE
  278. SYNTAX SEQUENCE OF Dsx3CurrentEntry
  279. ACCESS not-accessible
  280. STATUS mandatory
  281. DESCRIPTION
  282. "The DS3/E3 Current table."
  283. ::= { ds3 6 }
  284. dsx3CurrentEntry OBJECT-TYPE
  285. SYNTAX Dsx3CurrentEntry
  286. ACCESS not-accessible
  287. STATUS mandatory
  288. DESCRIPTION
  289. "An entry in the DS3/E3 Current table."
  290. INDEX { dsx3CurrentIndex }
  291. ::= { dsx3CurrentTable 1 }
  292. Dsx3CurrentEntry ::=
  293. SEQUENCE {
  294. dsx3CurrentIndex
  295. INTEGER,
  296. dsx3CurrentPESs
  297. Gauge,
  298. dsx3CurrentPSESs
  299. Gauge,
  300. dsx3CurrentSEFSs
  301. Gauge,
  302. dsx3CurrentUASs
  303. Gauge,
  304. dsx3CurrentLCVs
  305. Gauge,
  306. dsx3CurrentPCVs
  307. Gauge,
  308. dsx3CurrentLESs
  309. Gauge,
  310. dsx3CurrentCCVs
  311. Gauge,
  312. dsx3CurrentCESs
  313. Gauge,
  314. dsx3CurrentCSESs
  315. Gauge
  316. }
  317. dsx3CurrentIndex OBJECT-TYPE
  318. SYNTAX INTEGER (1..65535)
  319. ACCESS read-only
  320. STATUS mandatory
  321. DESCRIPTION
  322. "The index value which uniquely identifies the
  323. DS3/E3 interface to which this entry is
  324. applicable. The interface identified by a
  325. particular value of this index is the same
  326. interface as identified by the same value an
  327. dsx3LineIndex object instance."
  328. ::= { dsx3CurrentEntry 1 }
  329. dsx3CurrentPESs OBJECT-TYPE
  330. SYNTAX Gauge
  331. ACCESS read-only
  332. STATUS mandatory
  333. DESCRIPTION
  334. "The counter associated with the number of P-bit
  335. Errored Seconds, encountered by a DS3 interface in
  336. the current 15 minute interval."
  337. ::= { dsx3CurrentEntry 2 }
  338. dsx3CurrentPSESs OBJECT-TYPE
  339. SYNTAX Gauge
  340. ACCESS read-only
  341. STATUS mandatory
  342. DESCRIPTION
  343. "The counter associated with the number of P-bit
  344. Severely Errored Seconds, encountered by a DS3
  345. interface in the current 15 minute interval."
  346. ::= { dsx3CurrentEntry 3 }
  347. dsx3CurrentSEFSs OBJECT-TYPE
  348. SYNTAX Gauge
  349. ACCESS read-only
  350. STATUS mandatory
  351. DESCRIPTION
  352. "The counter associated with the number of
  353. Severely Errored Framing Seconds, encountered by a
  354. DS3/E3 interface in the current 15 minute
  355. interval."
  356. ::= { dsx3CurrentEntry 4 }
  357. dsx3CurrentUASs OBJECT-TYPE
  358. SYNTAX Gauge
  359. ACCESS read-only
  360. STATUS mandatory
  361. DESCRIPTION
  362. "The counter associated with the number of
  363. Unavailable Seconds, encountered by a DS3
  364. interface in the current 15 minute interval."
  365. ::= { dsx3CurrentEntry 5 }
  366. dsx3CurrentLCVs OBJECT-TYPE
  367. SYNTAX Gauge
  368. ACCESS read-only
  369. STATUS mandatory
  370. DESCRIPTION
  371. "The counter associated with the number of Line
  372. Coding Violations encountered by a DS3/E3
  373. interface in the current 15 minute interval."
  374. ::= { dsx3CurrentEntry 6 }
  375. dsx3CurrentPCVs OBJECT-TYPE
  376. SYNTAX Gauge
  377. ACCESS read-only
  378. STATUS mandatory
  379. DESCRIPTION
  380. "The counter associated with the number of P-bit
  381. Coding Violations, encountered by a DS3 interface
  382. in the current 15 minute interval."
  383. ::= { dsx3CurrentEntry 7 }
  384. dsx3CurrentLESs OBJECT-TYPE
  385. SYNTAX Gauge
  386. ACCESS read-only
  387. STATUS mandatory
  388. DESCRIPTION
  389. "The number of Line Errored Seconds encountered by
  390. a DS3/E3 interface in the current 15 minute
  391. interval."
  392. ::= { dsx3CurrentEntry 8 }
  393. dsx3CurrentCCVs OBJECT-TYPE
  394. SYNTAX Gauge
  395. ACCESS read-only
  396. STATUS mandatory
  397. DESCRIPTION
  398. "The number of C-bit Coding Violations encountered
  399. by a DS3 interface in the current 15 minute
  400. interval."
  401. ::= { dsx3CurrentEntry 9 }
  402. dsx3CurrentCESs OBJECT-TYPE
  403. SYNTAX Gauge
  404. ACCESS read-only
  405. STATUS mandatory
  406. DESCRIPTION
  407. "The number of C-bit Errored Seconds encountered
  408. by a DS3 interface in the current 15 minute
  409. interval."
  410. ::= { dsx3CurrentEntry 10 }
  411. dsx3CurrentCSESs OBJECT-TYPE
  412. SYNTAX Gauge
  413. ACCESS read-only
  414. STATUS mandatory
  415. DESCRIPTION
  416. "The number of C-bit Severely Errored Seconds
  417. encountered by a DS3 interface in the current 15
  418. minute interval."
  419. ::= { dsx3CurrentEntry 11 }
  420. -- the DS3/E3 Interval
  421. -- The DS3/E3 Interval Table contains various statistics
  422. -- collected by each DS3/E3 Interface over the previous 24
  423. -- hours of operation. The past 24 hours are broken into 96
  424. -- completed 15 minute intervals.
  425. dsx3IntervalTable OBJECT-TYPE
  426. SYNTAX SEQUENCE OF Dsx3IntervalEntry
  427. ACCESS not-accessible
  428. STATUS mandatory
  429. DESCRIPTION
  430. "The DS3/E3 Interval table."
  431. ::= { ds3 7 }
  432. dsx3IntervalEntry OBJECT-TYPE
  433. SYNTAX Dsx3IntervalEntry
  434. ACCESS not-accessible
  435. STATUS mandatory
  436. DESCRIPTION
  437. "An entry in the DS3/E3 Interval table."
  438. INDEX { dsx3IntervalIndex, dsx3IntervalNumber }
  439. ::= { dsx3IntervalTable 1 }
  440. Dsx3IntervalEntry ::=
  441. SEQUENCE {
  442. dsx3IntervalIndex
  443. INTEGER,
  444. dsx3IntervalNumber
  445. INTEGER,
  446. dsx3IntervalPESs
  447. Gauge,
  448. dsx3IntervalPSESs
  449. Gauge,
  450. dsx3IntervalSEFSs
  451. Gauge,
  452. dsx3IntervalUASs
  453. Gauge,
  454. dsx3IntervalLCVs
  455. Gauge,
  456. dsx3IntervalPCVs
  457. Gauge,
  458. dsx3IntervalLESs
  459. Gauge,
  460. dsx3IntervalCCVs
  461. Gauge,
  462. dsx3IntervalCESs
  463. Gauge,
  464. dsx3IntervalCSESs
  465. Gauge
  466. }
  467. dsx3IntervalIndex OBJECT-TYPE
  468. SYNTAX INTEGER (1..65535)
  469. ACCESS read-only
  470. STATUS mandatory
  471. DESCRIPTION
  472. "The index value which uniquely identifies the
  473. DS3/E3 interface to which this entry is
  474. applicable. The interface identified by a
  475. particular value of this index is the same
  476. interface as identified by the same value an
  477. dsx3LineIndex object instance."
  478. ::= { dsx3IntervalEntry 1 }
  479. dsx3IntervalNumber OBJECT-TYPE
  480. SYNTAX INTEGER (1..96)
  481. ACCESS read-only
  482. STATUS mandatory
  483. DESCRIPTION
  484. "A number between 1 and 96, where 1 is the most
  485. recently completed 15 minute interval and 96 is
  486. the least recently completed 15 minutes interval
  487. (assuming that all 96 intervals are valid)."
  488. ::= { dsx3IntervalEntry 2 }
  489. dsx3IntervalPESs OBJECT-TYPE
  490. SYNTAX Gauge
  491. ACCESS read-only
  492. STATUS mandatory
  493. DESCRIPTION
  494. "The counter associated with the number of P-bit
  495. Errored Seconds, encountered by a DS3 interface in
  496. one of the previous 96, individual 15 minute,
  497. intervals."
  498. ::= { dsx3IntervalEntry 3 }
  499. dsx3IntervalPSESs OBJECT-TYPE
  500. SYNTAX Gauge
  501. ACCESS read-only
  502. STATUS mandatory
  503. DESCRIPTION
  504. "The counter associated with the number of P-bit
  505. Severely Errored Seconds, encountered by a DS3
  506. interface in one of the previous 96, individual 15
  507. minute, intervals."
  508. ::= { dsx3IntervalEntry 4 }
  509. dsx3IntervalSEFSs OBJECT-TYPE
  510. SYNTAX Gauge
  511. ACCESS read-only
  512. STATUS mandatory
  513. DESCRIPTION
  514. "The counter associated with the number of
  515. Severely Errored Framing Seconds, encountered by a
  516. DS3/E3 interface in one of the previous 96,
  517. individual 15 minute, intervals."
  518. ::= { dsx3IntervalEntry 5 }
  519. dsx3IntervalUASs OBJECT-TYPE
  520. SYNTAX Gauge
  521. ACCESS read-only
  522. STATUS mandatory
  523. DESCRIPTION
  524. "The counter associated with the number of
  525. Unavailable Seconds, encountered by a DS3
  526. interface in one of the previous 96, individual 15
  527. minute, intervals."
  528. ::= { dsx3IntervalEntry 6 }
  529. dsx3IntervalLCVs OBJECT-TYPE
  530. SYNTAX Gauge
  531. ACCESS read-only
  532. STATUS mandatory
  533. DESCRIPTION
  534. "The counter associated with the number of Line
  535. Coding Violations encountered by a DS3/E3
  536. interface in one of the previous 96, individual 15
  537. minute, intervals."
  538. ::= { dsx3IntervalEntry 7 }
  539. dsx3IntervalPCVs OBJECT-TYPE
  540. SYNTAX Gauge
  541. ACCESS read-only
  542. STATUS mandatory
  543. DESCRIPTION
  544. "The counter associated with the number of P-bit
  545. Coding Violations, encountered by a DS3 interface
  546. in one of the previous 96, individual 15 minute,
  547. intervals."
  548. ::= { dsx3IntervalEntry 8 }
  549. dsx3IntervalLESs OBJECT-TYPE
  550. SYNTAX Gauge
  551. ACCESS read-only
  552. STATUS mandatory
  553. DESCRIPTION
  554. "The number of Line Errored Seconds (BPVs or
  555. illegal zero sequences) encountered by a DS3/E3
  556. interface in one of the previous 96, individual
  557. 15 minute, intervals."
  558. ::= { dsx3IntervalEntry 9 }
  559. dsx3IntervalCCVs OBJECT-TYPE
  560. SYNTAX Gauge
  561. ACCESS read-only
  562. STATUS mandatory
  563. DESCRIPTION
  564. "The number of C-bit Coding Violations encountered
  565. by a DS3 interface in one of the previous 96,
  566. individual 15 minute, intervals."
  567. ::= { dsx3IntervalEntry 10 }
  568. dsx3IntervalCESs OBJECT-TYPE
  569. SYNTAX Gauge
  570. ACCESS read-only
  571. STATUS mandatory
  572. DESCRIPTION
  573. "The number of C-bit Errored Seconds encountered
  574. by a DS3 interface in one of the previous 96,
  575. individual 15 minute, intervals."
  576. ::= { dsx3IntervalEntry 11 }
  577. dsx3IntervalCSESs OBJECT-TYPE
  578. SYNTAX Gauge
  579. ACCESS read-only
  580. STATUS mandatory
  581. DESCRIPTION
  582. "The number of C-bit Severely Errored Seconds
  583. encountered by a DS3 interface in one of the
  584. previous 96, individual 15 minute, intervals."
  585. ::= { dsx3IntervalEntry 12 }
  586. -- the DS3/E3 Total
  587. -- The DS3/E3 Total Table contains the cumulative sum of the
  588. -- various statistics for the 24 hour period preceding the
  589. -- current interval.
  590. dsx3TotalTable OBJECT-TYPE
  591. SYNTAX SEQUENCE OF Dsx3TotalEntry
  592. ACCESS not-accessible
  593. STATUS mandatory
  594. DESCRIPTION
  595. "The DS3/E3 Total table. 24 hour interval."
  596. ::= { ds3 8 }
  597. dsx3TotalEntry OBJECT-TYPE
  598. SYNTAX Dsx3TotalEntry
  599. ACCESS not-accessible
  600. STATUS mandatory
  601. DESCRIPTION
  602. "An entry in the DS3/E3 Total table."
  603. INDEX { dsx3TotalIndex }
  604. ::= { dsx3TotalTable 1 }
  605. Dsx3TotalEntry ::=
  606. SEQUENCE {
  607. dsx3TotalIndex
  608. INTEGER,
  609. dsx3TotalPESs
  610. Gauge,
  611. dsx3TotalPSESs
  612. Gauge,
  613. dsx3TotalSEFSs
  614. Gauge,
  615. dsx3TotalUASs
  616. Gauge,
  617. dsx3TotalLCVs
  618. Gauge,
  619. dsx3TotalPCVs
  620. Gauge,
  621. dsx3TotalLESs
  622. Gauge,
  623. dsx3TotalCCVs
  624. Gauge,
  625. dsx3TotalCESs
  626. Gauge,
  627. dsx3TotalCSESs
  628. Gauge
  629. }
  630. dsx3TotalIndex OBJECT-TYPE
  631. SYNTAX INTEGER (1..65535)
  632. ACCESS read-only
  633. STATUS mandatory
  634. DESCRIPTION
  635. "The index value which uniquely identifies the
  636. DS3/E3 interface to which this entry is
  637. applicable. The interface identified by a
  638. particular value of this index is the same
  639. interface as identified by the same value an
  640. dsx3LineIndex object instance."
  641. ::= { dsx3TotalEntry 1 }
  642. dsx3TotalPESs OBJECT-TYPE
  643. SYNTAX Gauge
  644. ACCESS read-only
  645. STATUS mandatory
  646. DESCRIPTION
  647. "The counter associated with the number of P-bit
  648. Errored Seconds, encountered by a DS3 interface in
  649. the previous 24 hour interval"
  650. ::= { dsx3TotalEntry 2 }
  651. dsx3TotalPSESs OBJECT-TYPE
  652. SYNTAX Gauge
  653. ACCESS read-only
  654. STATUS mandatory
  655. DESCRIPTION
  656. "The counter associated with the number of P-bit
  657. Severely Errored Seconds, encountered by a DS3
  658. interface in the previous 24 hour interval."
  659. ::= { dsx3TotalEntry 3 }
  660. dsx3TotalSEFSs OBJECT-TYPE
  661. SYNTAX Gauge
  662. ACCESS read-only
  663. STATUS mandatory
  664. DESCRIPTION
  665. "The counter associated with the number of
  666. Severely Errored Framing Seconds, encountered by a
  667. DS3/E3 interface in the previous 24 hour
  668. interval."
  669. ::= { dsx3TotalEntry 4 }
  670. dsx3TotalUASs OBJECT-TYPE
  671. SYNTAX Gauge
  672. ACCESS read-only
  673. STATUS mandatory
  674. DESCRIPTION
  675. "The counter associated with the number of
  676. Unavailable Seconds, encountered by a DS3
  677. interface in the previous 24 hour interval."
  678. ::= { dsx3TotalEntry 5 }
  679. dsx3TotalLCVs OBJECT-TYPE
  680. SYNTAX Gauge
  681. ACCESS read-only
  682. STATUS mandatory
  683. DESCRIPTION
  684. "The counter associated with the number of Line
  685. Coding Violations encountered by a DS3/E3
  686. interface in the previous 24 hour interval."
  687. ::= { dsx3TotalEntry 6 }
  688. dsx3TotalPCVs OBJECT-TYPE
  689. SYNTAX Gauge
  690. ACCESS read-only
  691. STATUS mandatory
  692. DESCRIPTION
  693. "The counter associated with the number of P-bit
  694. Coding Violations, encountered by a DS3 interface
  695. in the previous 24 hour interval."
  696. ::= { dsx3TotalEntry 7 }
  697. dsx3TotalLESs OBJECT-TYPE
  698. SYNTAX Gauge
  699. ACCESS read-only
  700. STATUS mandatory
  701. DESCRIPTION
  702. "The number of Line Errored Seconds (BPVs or
  703. illegal zero sequences) encountered by a DS3/E3
  704. interface in the previous 24 hour interval."
  705. ::= { dsx3TotalEntry 8 }
  706. dsx3TotalCCVs OBJECT-TYPE
  707. SYNTAX Gauge
  708. ACCESS read-only
  709. STATUS mandatory
  710. DESCRIPTION
  711. "The number of C-bit Coding Violations encountered
  712. by a DS3 interface in the previous 24 hour
  713. interval."
  714. ::= { dsx3TotalEntry 9 }
  715. dsx3TotalCESs OBJECT-TYPE
  716. SYNTAX Gauge
  717. ACCESS read-only
  718. STATUS mandatory
  719. DESCRIPTION
  720. "The number of C-bit Errored Seconds encountered
  721. by a DS3 interface in the previous 24 hour
  722. interval."
  723. ::= { dsx3TotalEntry 10 }
  724. dsx3TotalCSESs OBJECT-TYPE
  725. SYNTAX Gauge
  726. ACCESS read-only
  727. STATUS mandatory
  728. DESCRIPTION
  729. "The number of C-bit Severely Errored Seconds
  730. encountered by a DS3 interface in the previous 24
  731. hour interval."
  732. ::= { dsx3TotalEntry 11 }
  733. -- The DS3 Far End Group
  734. -- Implementation of this group is optional for all systems
  735. -- that attach to a DS3 Interface.
  736. -- However, only C-bit Parity and SYNTRAN DS3 applications
  737. -- have the capability (option) of providing this information.
  738. -- The DS3 Far End Group consists of four tables:
  739. -- DS3 Far End Configuration
  740. -- DS3 Far End Current
  741. -- DS3 Far End Interval
  742. -- DS3 Far End Total
  743. -- The DS3 Far End Configuration Table contains
  744. -- configuration information
  745. -- reported in the C-bits from the remote end.
  746. dsx3FarEndConfigTable OBJECT-TYPE
  747. SYNTAX SEQUENCE OF Dsx3FarEndConfigEntry
  748. ACCESS not-accessible
  749. STATUS mandatory
  750. DESCRIPTION
  751. "The DS3 Far End Configuration table."
  752. ::= { ds3 9 }
  753. dsx3FarEndConfigEntry OBJECT-TYPE
  754. SYNTAX Dsx3FarEndConfigEntry
  755. ACCESS not-accessible
  756. STATUS mandatory
  757. DESCRIPTION
  758. "An entry in the DS3 Far End Configuration table."
  759. INDEX { dsx3FarEndLineIndex }
  760. ::= { dsx3FarEndConfigTable 1 }
  761. Dsx3FarEndConfigEntry ::=
  762. SEQUENCE {
  763. dsx3FarEndLineIndex
  764. INTEGER,
  765. dsx3FarEndEquipCode
  766. DisplayString,
  767. dsx3FarEndLocationIDCode
  768. DisplayString,
  769. dsx3FarEndFrameIDCode
  770. DisplayString,
  771. dsx3FarEndUnitCode
  772. DisplayString,
  773. dsx3FarEndFacilityIDCode
  774. DisplayString
  775. }
  776. dsx3FarEndLineIndex OBJECT-TYPE
  777. SYNTAX INTEGER (1..65535)
  778. ACCESS read-only
  779. STATUS mandatory
  780. DESCRIPTION
  781. "The index value which uniquely identifies the
  782. DS3 interface
  783. to which this entry is applicable. The
  784. interface identified by a particular value of
  785. this index is the same interface as identified
  786. by the same value an dsx3LineIndex object
  787. instance."
  788. ::= { dsx3FarEndConfigEntry 1 }
  789. dsx3FarEndEquipCode OBJECT-TYPE
  790. SYNTAX DisplayString (SIZE (0..10))
  791. ACCESS read-write
  792. STATUS mandatory
  793. DESCRIPTION
  794. "This is the Far End Equipment Identification code
  795. that describes the specific piece of equipment.
  796. It is sent within the Path
  797. Identification Message."
  798. ::= { dsx3FarEndConfigEntry 2 }
  799. dsx3FarEndLocationIDCode OBJECT-TYPE
  800. SYNTAX DisplayString (SIZE (0..11))
  801. ACCESS read-write
  802. STATUS mandatory
  803. DESCRIPTION
  804. "This is the Far End Location Identification code
  805. that describes the specific location of the
  806. equipment.
  807. It is sent within the Path
  808. Identification Message."
  809. ::= { dsx3FarEndConfigEntry 3 }
  810. dsx3FarEndFrameIDCode OBJECT-TYPE
  811. SYNTAX DisplayString (SIZE (0..10))
  812. ACCESS read-write
  813. STATUS mandatory
  814. DESCRIPTION
  815. "This is the Far End Frame Identification code
  816. that identifies where the equipment is located
  817. within a building at a given location.
  818. It is sent within the Path
  819. Identification Message."
  820. ::= { dsx3FarEndConfigEntry 4 }
  821. dsx3FarEndUnitCode OBJECT-TYPE
  822. SYNTAX DisplayString (SIZE (0..6))
  823. ACCESS read-write
  824. STATUS mandatory
  825. DESCRIPTION
  826. "This is the Far End code
  827. that identifies the equipment location within a bay.
  828. It is sent within the Path
  829. Identification Message."
  830. ::= { dsx3FarEndConfigEntry 5 }
  831. dsx3FarEndFacilityIDCode OBJECT-TYPE
  832. SYNTAX DisplayString (SIZE (0..38))
  833. ACCESS read-write
  834. STATUS mandatory
  835. DESCRIPTION
  836. "This code identifies a specific Far End DS3 path.
  837. It is sent within the Path
  838. Identification Message."
  839. ::= { dsx3FarEndConfigEntry 6 }
  840. -- The DS3 Far End Current
  841. -- The DS3 Far End Current table contains various statistics
  842. -- being collected for the current 15 minute interval.
  843. -- The statistics are collected from the far end block error
  844. -- code within the C-bits.
  845. dsx3FarEndCurrentTable OBJECT-TYPE
  846. SYNTAX SEQUENCE OF Dsx3FarEndCurrentEntry
  847. ACCESS not-accessible
  848. STATUS mandatory
  849. DESCRIPTION
  850. "The DS3 Far End Current table."
  851. ::= { ds3 10 }
  852. dsx3FarEndCurrentEntry OBJECT-TYPE
  853. SYNTAX Dsx3FarEndCurrentEntry
  854. ACCESS not-accessible
  855. STATUS mandatory
  856. DESCRIPTION
  857. "An entry in the DS3 Far End Current table."
  858. INDEX { dsx3FarEndCurrentIndex }
  859. ::= { dsx3FarEndCurrentTable 1 }
  860. Dsx3FarEndCurrentEntry ::=
  861. SEQUENCE {
  862. dsx3FarEndCurrentIndex
  863. INTEGER,
  864. dsx3FarEndTimeElapsed
  865. INTEGER,
  866. dsx3FarEndValidIntervals
  867. INTEGER,
  868. dsx3FarEndCurrentCESs
  869. Gauge,
  870. dsx3FarEndCurrentCSESs
  871. Gauge,
  872. dsx3FarEndCurrentCCVs
  873. Gauge,
  874. dsx3FarEndCurrentUASs
  875. Gauge
  876. }
  877. dsx3FarEndCurrentIndex OBJECT-TYPE
  878. SYNTAX INTEGER (1..65535)
  879. ACCESS read-only
  880. STATUS mandatory
  881. DESCRIPTION
  882. "The index value which uniquely identifies the
  883. DS3 interface
  884. to which this entry is applicable. The interface
  885. identified by a particular value of this index is
  886. the same interface as identified by the same value
  887. an dsx3LineIndex object instance."
  888. ::= { dsx3FarEndCurrentEntry 1 }
  889. dsx3FarEndTimeElapsed OBJECT-TYPE
  890. SYNTAX INTEGER (0..899)
  891. ACCESS read-only
  892. STATUS mandatory
  893. DESCRIPTION
  894. "The number of seconds that have elapsed since the
  895. beginning of the far end current error-measurement
  896. period."
  897. ::= { dsx3FarEndCurrentEntry 2 }
  898. dsx3FarEndValidIntervals OBJECT-TYPE
  899. SYNTAX INTEGER (0..96)
  900. ACCESS read-only
  901. STATUS mandatory
  902. DESCRIPTION
  903. "The number of previous far end intervals for
  904. which valid data was collected. The value will be
  905. 96 unless the interface was brought online within
  906. the last 24 hours, in which case the value will be
  907. the number of complete 15 minute far end intervals
  908. since the interface has been online."
  909. ::= { dsx3FarEndCurrentEntry 3 }
  910. dsx3FarEndCurrentCESs OBJECT-TYPE
  911. SYNTAX Gauge
  912. ACCESS read-only
  913. STATUS mandatory
  914. DESCRIPTION
  915. "The counter associated with the number of Far
  916. Far End C-bit Errored Seconds encountered by a DS3
  917. interface in the current 15 minute interval."
  918. ::= { dsx3FarEndCurrentEntry 4 }
  919. dsx3FarEndCurrentCSESs OBJECT-TYPE
  920. SYNTAX Gauge
  921. ACCESS read-only
  922. STATUS mandatory
  923. DESCRIPTION
  924. "The counter associated with the number of
  925. Far End C-bit Severely Errored Seconds
  926. encountered by a DS3 interface in the current 15
  927. minute interval."
  928. ::= { dsx3FarEndCurrentEntry 5 }
  929. dsx3FarEndCurrentCCVs OBJECT-TYPE
  930. SYNTAX Gauge
  931. ACCESS read-only
  932. STATUS mandatory
  933. DESCRIPTION
  934. "The counter associated with the number of
  935. Far End C-bit Coding Violations reported via
  936. the far end block error count
  937. encountered by a
  938. DS3 interface in the current 15 minute interval."
  939. ::= { dsx3FarEndCurrentEntry 6 }
  940. dsx3FarEndCurrentUASs OBJECT-TYPE
  941. SYNTAX Gauge
  942. ACCESS read-only
  943. STATUS mandatory
  944. DESCRIPTION
  945. "The counter associated with the number of
  946. Far End unavailable seconds
  947. encountered by a
  948. DS3 interface in the current 15 minute interval."
  949. ::= { dsx3FarEndCurrentEntry 7 }
  950. -- The DS3 Far End Interval
  951. -- The DS3 Far End Interval Table contains various statistics
  952. -- collected by each DS3 interface over the previous 24
  953. -- hours of operation. The past 24 hours are broken into 96
  954. -- completed 15 minute intervals.
  955. dsx3FarEndIntervalTable OBJECT-TYPE
  956. SYNTAX SEQUENCE OF Dsx3FarEndIntervalEntry
  957. ACCESS not-accessible
  958. STATUS mandatory
  959. DESCRIPTION
  960. "The DS3 Far End Interval table."
  961. ::= { ds3 11 }
  962. dsx3FarEndIntervalEntry OBJECT-TYPE
  963. SYNTAX Dsx3FarEndIntervalEntry
  964. ACCESS not-accessible
  965. STATUS mandatory
  966. DESCRIPTION
  967. "An entry in the DS3 Far
  968. End Interval table."
  969. INDEX { dsx3FarEndIntervalIndex,
  970. dsx3FarEndIntervalNumber }
  971. ::= { dsx3FarEndIntervalTable 1 }
  972. Dsx3FarEndIntervalEntry ::=
  973. SEQUENCE {
  974. dsx3FarEndIntervalIndex
  975. INTEGER,
  976. dsx3FarEndIntervalNumber
  977. INTEGER,
  978. dsx3FarEndIntervalCESs
  979. Gauge,
  980. dsx3FarEndIntervalCSESs
  981. Gauge,
  982. dsx3FarEndIntervalCCVs
  983. Gauge,
  984. dsx3FarEndIntervalUASs
  985. Gauge
  986. }
  987. dsx3FarEndIntervalIndex OBJECT-TYPE
  988. SYNTAX INTEGER (1..65535)
  989. ACCESS read-only
  990. STATUS mandatory
  991. DESCRIPTION
  992. "The index value which uniquely identifies the
  993. DS3 interface
  994. to which this entry is applicable. The
  995. interface identified by a particular value of
  996. this index is the same interface as identified
  997. by the same value an dsx3LineIndex object
  998. instance."
  999. ::= { dsx3FarEndIntervalEntry 1 }
  1000. dsx3FarEndIntervalNumber OBJECT-TYPE
  1001. SYNTAX INTEGER (1..96)
  1002. ACCESS read-only
  1003. STATUS mandatory
  1004. DESCRIPTION
  1005. "A number between 1 and 96, where 1 is the most
  1006. recently completed 15 minute interval and 96 is
  1007. the least recently completed 15 minutes
  1008. interval (assuming that all 96 intervals are
  1009. valid)."
  1010. ::= { dsx3FarEndIntervalEntry 2 }
  1011. dsx3FarEndIntervalCESs OBJECT-TYPE
  1012. SYNTAX Gauge
  1013. ACCESS read-only
  1014. STATUS mandatory
  1015. DESCRIPTION
  1016. "The counter associated with the number of
  1017. Far End C-bit Errored Seconds encountered
  1018. by a DS3 interface in one of the previous 96,
  1019. individual 15 minute, intervals."
  1020. ::= { dsx3FarEndIntervalEntry 3 }
  1021. dsx3FarEndIntervalCSESs OBJECT-TYPE
  1022. SYNTAX Gauge
  1023. ACCESS read-only
  1024. STATUS mandatory
  1025. DESCRIPTION
  1026. "The counter associated with the number of
  1027. Far End C-bit Severely Errored Seconds
  1028. encountered by a DS3 interface in one of the
  1029. previous 96, individual 15 minute, intervals."
  1030. ::= { dsx3FarEndIntervalEntry 4 }
  1031. dsx3FarEndIntervalCCVs OBJECT-TYPE
  1032. SYNTAX Gauge
  1033. ACCESS read-only
  1034. STATUS mandatory
  1035. DESCRIPTION
  1036. "The counter associated with the number of
  1037. Far End C-bit Coding Violations reported via
  1038. the far end block error count
  1039. encountered by a
  1040. DS3 interface in one of the previous 96,
  1041. individual 15 minute, intervals."
  1042. ::= { dsx3FarEndIntervalEntry 5 }
  1043. dsx3FarEndIntervalUASs OBJECT-TYPE
  1044. SYNTAX Gauge
  1045. ACCESS read-only
  1046. STATUS mandatory
  1047. DESCRIPTION
  1048. "The counter associated with the number of
  1049. Far End unavailable seconds
  1050. encountered by a
  1051. DS3 interface in one of the previous 96,
  1052. individual 15 minute, intervals."
  1053. ::= { dsx3FarEndIntervalEntry 6 }
  1054. -- The DS3 Far End Total
  1055. -- The DS3 Far End Total Table contains the cumulative sum
  1056. -- of the various statistics for the 24 hour period preceding
  1057. -- the current interval.
  1058. dsx3FarEndTotalTable OBJECT-TYPE
  1059. SYNTAX SEQUENCE OF Dsx3FarEndTotalEntry
  1060. ACCESS not-accessible
  1061. STATUS mandatory
  1062. DESCRIPTION
  1063. "The DS3 Far End Total table. 24 hour interval."
  1064. ::= { ds3 12 }
  1065. dsx3FarEndTotalEntry OBJECT-TYPE
  1066. SYNTAX Dsx3FarEndTotalEntry
  1067. ACCESS not-accessible
  1068. STATUS mandatory
  1069. DESCRIPTION
  1070. "An entry in the DS3 Far End Total table."
  1071. INDEX { dsx3FarEndTotalIndex }
  1072. ::= { dsx3FarEndTotalTable 1 }
  1073. Dsx3FarEndTotalEntry ::=
  1074. SEQUENCE {
  1075. dsx3FarEndTotalIndex
  1076. INTEGER,
  1077. dsx3FarEndTotalCESs
  1078. Gauge,
  1079. dsx3FarEndTotalCSESs
  1080. Gauge,
  1081. dsx3FarEndTotalCCVs
  1082. Gauge,
  1083. dsx3FarEndTotalUASs
  1084. Gauge
  1085. }
  1086. dsx3FarEndTotalIndex OBJECT-TYPE
  1087. SYNTAX INTEGER (1..65535)
  1088. ACCESS read-only
  1089. STATUS mandatory
  1090. DESCRIPTION
  1091. "The index value which uniquely identifies the
  1092. DS3 interface
  1093. to which this entry is applicable. The interface
  1094. identified by a particular value of this index is
  1095. the same interface as identified by the same value
  1096. an dsx3LineIndex object instance."
  1097. ::= { dsx3FarEndTotalEntry 1 }
  1098. dsx3FarEndTotalCESs OBJECT-TYPE
  1099. SYNTAX Gauge
  1100. ACCESS read-only
  1101. STATUS mandatory
  1102. DESCRIPTION
  1103. "The counter associated with the number of Far
  1104. End C-bit Errored Seconds encountered by a DS3
  1105. interface in the previous 24 hour interval."
  1106. ::= { dsx3FarEndTotalEntry 2 }
  1107. dsx3FarEndTotalCSESs OBJECT-TYPE
  1108. SYNTAX Gauge
  1109. ACCESS read-only
  1110. STATUS mandatory
  1111. DESCRIPTION
  1112. "The counter associated with the number of
  1113. Far End C-bit Severely Errored Seconds
  1114. encountered by a DS3 interface in the previous 24
  1115. hour interval."
  1116. ::= { dsx3FarEndTotalEntry 3 }
  1117. dsx3FarEndTotalCCVs OBJECT-TYPE
  1118. SYNTAX Gauge
  1119. ACCESS read-only
  1120. STATUS mandatory
  1121. DESCRIPTION
  1122. "The counter associated with the number of
  1123. Far End C-bit Coding Violations reported via the
  1124. far end block error count
  1125. encountered by a
  1126. DS3 interface in the previous 24 hour interval."
  1127. ::= { dsx3FarEndTotalEntry 4 }
  1128. dsx3FarEndTotalUASs OBJECT-TYPE
  1129. SYNTAX Gauge
  1130. ACCESS read-only
  1131. STATUS mandatory
  1132. DESCRIPTION
  1133. "The counter associated with the number of
  1134. Far End unavailable seconds
  1135. encountered by a
  1136. DS3 interface in the previous 24 hour interval."
  1137. ::= { dsx3FarEndTotalEntry 5 }
  1138. -- the DS3/E3 Fractional Group
  1139. -- Implementation of this group is optional. It is designed
  1140. -- for those systems dividing a DS3/E3 into channels
  1141. -- containing different data streams that are of local
  1142. -- interest.
  1143. -- The DS3/E3 fractional table identifies which DS3/E3
  1144. -- channels associated with a CSU are being used to
  1145. -- support a logical interface, i.e., an entry in the
  1146. -- interfaces table from the Internet-standard MIB.
  1147. -- For example, consider a DS3 device with 4 high speed links
  1148. -- carrying router traffic, a feed for voice, a feed for
  1149. -- video, and a synchronous channel for a non-routed
  1150. -- protocol.
  1151. -- We might describe the allocation of channels, in the
  1152. -- dsx3FracTable, as follows:
  1153. -- dsx3FracIfIndex.2. 1 = 3 dsx3FracIfIndex.2.15 = 4
  1154. -- dsx3FracIfIndex.2. 2 = 3 dsx3FracIfIndex.2.16 = 6
  1155. -- dsx3FracIfIndex.2. 3 = 3 dsx3FracIfIndex.2.17 = 6
  1156. -- dsx3FracIfIndex.2. 4 = 3 dsx3FracIfIndex.2.18 = 6
  1157. -- dsx3FracIfIndex.2. 5 = 3 dsx3FracIfIndex.2.19 = 6
  1158. -- dsx3FracIfIndex.2. 6 = 3 dsx3FracIfIndex.2.20 = 6
  1159. -- dsx3FracIfIndex.2. 7 = 4 dsx3FracIfIndex.2.21 = 6
  1160. -- dsx3FracIfIndex.2. 8 = 4 dsx3FracIfIndex.2.22 = 6
  1161. -- dsx3FracIfIndex.2. 9 = 4 dsx3FracIfIndex.2.23 = 6
  1162. -- dsx3FracIfIndex.2.10 = 4 dsx3FracIfIndex.2.24 = 6
  1163. -- dsx3FracIfIndex.2.11 = 4 dsx3FracIfIndex.2.25 = 6
  1164. -- dsx3FracIfIndex.2.12 = 5 dsx3FracIfIndex.2.26 = 6
  1165. -- dsx3FracIfIndex.2.13 = 5 dsx3FracIfIndex.2.27 = 6
  1166. -- dsx3FracIfIndex.2.14 = 5 dsx3FracIfIndex.2.28 = 6
  1167. -- For dsx3M23, dsx3SYNTRAN, dsx3CbitParity, and
  1168. -- dsx3ClearChannel there are 28 legal channels, numbered 1
  1169. -- through 28.
  1170. -- For e3Framed there are 16 legal channels,
  1171. -- numbered 1 through 16. The channels (1..16) correspond
  1172. -- directly to the equivalently numbered time-slots.
  1173. dsx3FracTable OBJECT-TYPE
  1174. SYNTAX SEQUENCE OF Dsx3FracEntry
  1175. ACCESS not-accessible
  1176. STATUS mandatory
  1177. DESCRIPTION
  1178. "The DS3 Fractional table."
  1179. ::= { ds3 13 }
  1180. dsx3FracEntry OBJECT-TYPE
  1181. SYNTAX Dsx3FracEntry
  1182. ACCESS not-accessible
  1183. STATUS mandatory
  1184. DESCRIPTION
  1185. "An entry in the DS3 Fractional table."
  1186. INDEX { dsx3FracIndex, dsx3FracNumber }
  1187. ::= { dsx3FracTable 1 }
  1188. Dsx3FracEntry ::=
  1189. SEQUENCE {
  1190. dsx3FracIndex
  1191. INTEGER,
  1192. dsx3FracNumber
  1193. INTEGER,
  1194. dsx3FracIfIndex
  1195. INTEGER
  1196. }
  1197. dsx3FracIndex OBJECT-TYPE
  1198. SYNTAX INTEGER (1..'7fffffff'h)
  1199. ACCESS read-only
  1200. STATUS mandatory
  1201. DESCRIPTION
  1202. "The index value which uniquely identifies the
  1203. DS3 interface to which this entry is applicable
  1204. The interface identified by a particular
  1205. value of this index is the same interface as
  1206. identified by the same value an dsx3LineIndex
  1207. object instance."
  1208. ::= { dsx3FracEntry 1 }
  1209. dsx3FracNumber OBJECT-TYPE
  1210. SYNTAX INTEGER (1..31)
  1211. ACCESS read-only
  1212. STATUS mandatory
  1213. DESCRIPTION
  1214. "The channel number for this entry."
  1215. ::= { dsx3FracEntry 2 }
  1216. dsx3FracIfIndex OBJECT-TYPE
  1217. SYNTAX INTEGER (1..'7fffffff'h)
  1218. ACCESS read-write
  1219. STATUS mandatory
  1220. DESCRIPTION
  1221. "An index value that uniquely identifies an
  1222. interface. The interface identified by a particular
  1223. value of this index is the same interface
  1224. as identified by the same value an ifIndex
  1225. object instance. If no interface is currently using
  1226. a channel, the value should be zero. If a
  1227. single interface occupies more than one time
  1228. slot, that ifIndex value will be found in multiple
  1229. time slots."
  1230. ::= { dsx3FracEntry 3 }
  1231. END