Guest User

Untitled

a guest
Jan 12th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. diff --git a/BEGEMOT-PF-MIB.txt b/BEGEMOT-PF-MIB.txt
  2. index c88fac7..88f8b2c 100644
  3. --- a/BEGEMOT-PF-MIB.txt
  4. +++ b/BEGEMOT-PF-MIB.txt
  5. @@ -20,7 +20,9 @@ IMPORTS
  6. InetAddress, InetAddressType, InetAddressPrefixLength
  7. FROM INET-ADDRESS-MIB
  8. begemot
  9. - FROM BEGEMOT-MIB;
  10. + FROM BEGEMOT-MIB
  11. + DisplayString
  12. + FROM SNMPv2-TC;
  13.  
  14. begemotPf MODULE-IDENTITY
  15. LAST-UPDATED "201003180000Z"
  16. @@ -103,7 +105,7 @@ pfStatusDebug OBJECT-TYPE
  17. ::= { pfStatus 3 }
  18.  
  19. pfStatusHostId OBJECT-TYPE
  20. - SYNTAX OCTET STRING
  21. + SYNTAX DisplayString (SIZE (0..32))
  22. MAX-ACCESS read-only
  23. STATUS current
  24. DESCRIPTION
  25. @@ -444,7 +446,7 @@ pfTimeoutsSrcNode OBJECT-TYPE
  26. --
  27.  
  28. pfLogInterfaceName OBJECT-TYPE
  29. - SYNTAX OCTET STRING
  30. + SYNTAX DisplayString (SIZE (0..32))
  31. MAX-ACCESS read-only
  32. STATUS current
  33. DESCRIPTION
  34. @@ -582,7 +584,7 @@ pfInterfacesIfEntry OBJECT-TYPE
  35.  
  36. PfInterfacesIfEntry ::= SEQUENCE {
  37. pfInterfacesIfIndex Integer32,
  38. - pfInterfacesIfDescr OCTET STRING,
  39. + pfInterfacesIfDescr DisplayString,
  40. pfInterfacesIfType INTEGER,
  41. pfInterfacesIfTZero TimeTicks,
  42. pfInterfacesIfRefsState Null,
  43. @@ -614,7 +616,7 @@ pfInterfacesIfIndex OBJECT-TYPE
  44. ::= { pfInterfacesIfEntry 1 }
  45.  
  46. pfInterfacesIfDescr OBJECT-TYPE
  47. - SYNTAX OCTET STRING
  48. + SYNTAX DisplayString (SIZE (0..32))
  49. MAX-ACCESS read-only
  50. STATUS current
  51. DESCRIPTION
  52. @@ -821,7 +823,7 @@ pfTablesTblEntry OBJECT-TYPE
  53.  
  54. PfTablesTblEntry ::= SEQUENCE {
  55. pfTablesTblIndex Integer32,
  56. - pfTablesTblDescr OCTET STRING,
  57. + pfTablesTblDescr DisplayString,
  58. pfTablesTblCount Integer32,
  59. pfTablesTblTZero TimeTicks,
  60. pfTablesTblRefsAnchor Integer32,
  61. @@ -851,7 +853,7 @@ pfTablesTblIndex OBJECT-TYPE
  62. ::= { pfTablesTblEntry 1 }
  63.  
  64. pfTablesTblDescr OBJECT-TYPE
  65. - SYNTAX OCTET STRING
  66. + SYNTAX DisplayString (SIZE (0..32))
  67. MAX-ACCESS read-only
  68. STATUS current
  69. DESCRIPTION
  70. @@ -1188,8 +1190,8 @@ pfAltqQueueEntry OBJECT-TYPE
  71.  
  72. PfAltqQueueEntry ::= SEQUENCE {
  73. pfAltqQueueIndex Integer32,
  74. - pfAltqQueueDescr OCTET STRING,
  75. - pfAltqQueueParent OCTET STRING,
  76. + pfAltqQueueDescr DisplayString,
  77. + pfAltqQueueParent DisplayString,
  78. pfAltqQueueScheduler INTEGER,
  79. pfAltqQueueBandwidth Unsigned32,
  80. pfAltqQueuePriority Integer32,
  81. @@ -1205,7 +1207,7 @@ pfAltqQueueIndex OBJECT-TYPE
  82. ::= { pfAltqQueueEntry 1 }
  83.  
  84. pfAltqQueueDescr OBJECT-TYPE
  85. - SYNTAX OCTET STRING
  86. + SYNTAX DisplayString (SIZE (0..32))
  87. MAX-ACCESS read-only
  88. STATUS current
  89. DESCRIPTION
  90. @@ -1213,7 +1215,7 @@ pfAltqQueueDescr OBJECT-TYPE
  91. ::= { pfAltqQueueEntry 2 }
  92.  
  93. pfAltqQueueParent OBJECT-TYPE
  94. - SYNTAX OCTET STRING
  95. + SYNTAX DisplayString (SIZE (0..32))
  96. MAX-ACCESS read-only
  97. STATUS current
  98. DESCRIPTION
  99. @@ -1280,7 +1282,7 @@ pfLabelsLblEntry OBJECT-TYPE
  100.  
  101. PfLabelsLblEntry ::= SEQUENCE {
  102. pfLabelsLblIndex Integer32,
  103. - pfLabelsLblName OCTET STRING,
  104. + pfLabelsLblName DisplayString,
  105. pfLabelsLblEvals Counter64,
  106. pfLabelsLblBytesIn Counter64,
  107. pfLabelsLblBytesOut Counter64,
  108. @@ -1297,7 +1299,7 @@ pfLabelsLblIndex OBJECT-TYPE
  109. ::= { pfLabelsLblEntry 1 }
  110.  
  111. pfLabelsLblName OBJECT-TYPE
  112. - SYNTAX OCTET STRING
  113. + SYNTAX DisplayString (SIZE (0..32))
  114. MAX-ACCESS read-only
  115. STATUS current
  116. DESCRIPTION
Add Comment
Please, Sign In to add comment