Skip to content
ITSGN-MIB-3836-4-1_v0.0.4.mib 14.8 KiB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490
-- *****************************************************************************
-- * ETSI TC ITS TS 103 836-4-1 GeoNetworking MIB
-- *****************************************************************************

ITSGN-MIB DEFINITIONS::=BEGIN

   IMPORTS
      MODULE-IDENTITY, OBJECT-TYPE,
      Unsigned32, Integer32,
      enterprises                      		FROM SNMPv2-SMI
      SnmpAdminString                      	FROM SNMP-FRAMEWORK-MIB
      TEXTUAL-CONVENTION, TruthValue        	FROM SNMPv2-TC
      InterfaceIndex                        	FROM IF-MIB;

-- *****************************************************************************
-- * MODULE IDENTITY
-- *****************************************************************************

itsGn MODULE-IDENTITY
   LAST-UPDATED"202205230000Z"
   ORGANIZATION"ETSI Technical Committee ITS WG"
   CONTACT-INFO
     "WG Email:    ITS_WG3@LIST.ETSI.OR"
   DESCRIPTION
     "The MIB module for TS 103 836-4 (GeoNetworking) entities
       itu-t(0).identified-organization(4).etsi(0).itsgn(38364"
   REVISION     "202205230000Z"
   DESCRIPTION "Initial version: TS 103 836-4-1 V0.0.4"
::= { enterprises 13019 26364 }

-- *****************************************************************************
-- * PRIMARY GROUPS
-- *****************************************************************************

itsGnObjects     OBJECT IDENTIFIER ::= { itsGn 1 }
itsGnStatistics  OBJECT IDENTIFIER ::= { itsGn 2 }
itsGnConformance OBJECT IDENTIFIER ::= { itsGn 3 }

-- *****************************************************************************
-- * SUB GROUPS
-- *****************************************************************************

   itsGnMgmt     OBJECT IDENTIFIER ::= { itsGnObjects 1 }

-- *****************************************************************************
-- * SUB GROUPS
-- *****************************************************************************

   itsGnSystem           OBJECT IDENTIFIER ::= { itsGnMgmt 1 }
   itsGnConfig           OBJECT IDENTIFIER ::= { itsGnMgmt 2 }
   itsGnLocationService  OBJECT IDENTIFIER ::= { itsGnMgmt 3 }
   itsGnBeaconService    OBJECT IDENTIFIER ::= { itsGnMgmt 4 }
   itsGnPacketForwarding OBJECT IDENTIFIER ::= { itsGnMgmt 5 }


-- *****************************************************************************
-- * TEXTUAL CONVENTIONS
-- *****************************************************************************

   GnAddress ::= TEXTUAL-CONVENTION
       DISPLAY-HINT"2x:2x:2x:2"
       STATUS       current
       DESCRIPTION
         "Represents a GeoNetworking address:

           Octets   Contents         Encoding
            1-8     GN address       network-byte order"
       SYNTAX       OCTET STRING (SIZE (8))


-- *****************************************************************************
-- * GN OBJECTS GROUP
-- *****************************************************************************

-- *****************************************************************************
-- * GN SYSTEM GROUP
-- *****************************************************************************

itsGnIfTable        OBJECT-TYPE
    SYNTAX      SEQUENCE OF ItsGnIfEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
"A table representing the interfaces that will be used by the
	GeoAdhoc router for communication.  Each entry in this table
	represents a configured egress interface.
"
    ::= { itsGnSystem 1 }


itsGnIfEntry OBJECT-TYPE
    SYNTAX      ItsGnIfEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
"An entry in the interface table.  It
	represents a single interface entry.
"
    INDEX  { itsGnIfIndex }
    ::= { itsGnIfTable 1 }

ItsGnIfEntry ::=
    SEQUENCE {
    	itsGnIfIndex             InterfaceIndex,
	itsGnIfPriority          Unsigned32,
	itsGnIfDescription       SnmpAdminString
    }

itsGnIfIndex  OBJECT-TYPE
    SYNTAX      InterfaceIndex
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
"The index of the interface of the GeoAdhoc router.
"
    ::= { itsGnIfEntry 1 }

itsGnIfPriority   OBJECT-TYPE
    SYNTAX      Unsigned32 (0..255)
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
"The priority configured to the interface.
	This value will be configured to a value between 0
	and 255.
"
    ::= { itsGnIfEntry 2 }

itsGnIfDescription   OBJECT-TYPE
    SYNTAX      SnmpAdminString
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
"A human-readable textual description of the
	interface on the GeoAdhoc router.
"
    ::= { itsGnIfEntry 3 }

-- *****************************************************************************
-- * GN CONFIGURATION SUB GROUP
-- *****************************************************************************

itsGnLocalGnAddr OBJECT-TYPE
   SYNTAX      GnAddress
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "GeoNetworking address of the GeoAdhoc router"
::= { itsGnConfig 1 }

itsGnLocalAddrConfMethod OBJECT-TYPE
    SYNTAX      INTEGER {
         auto(0),
         managed(1),
	 anonymous(2)
	 }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
"AUTO: Local GN_ADDR is configured from MIB
	MANAGED: Local GN_ADDR is configured via the GN management using the service primitive CORE_GAGH
	ANONYMOUS: Local GN_ADDR is configured by the security entit"
::= { itsGnConfig 2 }

itsGnProtocolVersion OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "GeoNetworking protocol version"
::= { itsGnConfig 3 }

itsGnIsMobile OBJECT-TYPE
   SYNTAX      TruthValue
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Indicates whether ITS station is stationary or mobile"
::= { itsGnConfig 4 }

itsGnIfType OBJECT-TYPE
   SYNTAX      INTEGER{
      unspecified(0),
		  its-g5(1),
		  lte-v2x(2)
               }
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
      "ITS interface type"
::= { itsGnConfig 5 }

itsGnMinUpdateFrequencyEPV OBJECT-TYPE
   SYNTAX      Integer32(0..65635)
   UNITS      "millisecond"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Minimum update frequency of local position vector (EPV) in ms"
::= { itsGnConfig 6 }

itsGnPaiInterval OBJECT-TYPE
   SYNTAX      Integer32(0..100)
   UNITS      "meter"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Distance related to the confidence interval of latitude and longitude in m. Used to determine the Position Accuracy Indicator (PAI)"
::= { itsGnConfig 7 }

itsGnMaxSduSize OBJECT-TYPE
   SYNTAX      Integer32(0..65635)
   UNITS      "Byte"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Maximum size of GN-SDU in bytes"
::= { itsGnConfig 8 }

itsGnMaxGeoNetworkingHeaderSize OBJECT-TYPE
   SYNTAX      Integer32(0..65635)
   UNITS      "Byte"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Maximum size of GeoNetworking header in bytes"
::= { itsGnConfig 9 }

itsGnLifetimeLocTE OBJECT-TYPE
   SYNTAX      Integer32(0..65635)
   UNITS      "Second"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     " Location table maintenance: Lifetime of an entry in the location table
       in s"
::= { itsGnConfig 10 }

itsGnSecurity OBJECT-TYPE
   SYNTAX      INTEGER {
                  disabled   (0),
                  enabled    (1)
               }
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Indicates whether GN security is enabled (1) or disabled (0)"
::= { itsGnConfig 11 }

itsGnSnDecapResultHandling OBJECT-TYPE
   SYNTAX      INTEGER {
                  strict     (0),
                  non-strict (1)
               }
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Indicates the handling of the SN-DECAP result code (service
      primitive SN-ENCAP.confirm parameter report). If set to STRICT
      (0), received GN packets that are not correctly verified and
      decrypted (service primitive SN-ENCAP.confirm parameter report
      != CORRECT) are always dropped. If set to NON-STRICT (1), GN
      packets that are not correctly verified and decrypted can be
      passed to the upper protocol entity for further processing"
::= { itsGnConfig 12 }

-- *****************************************************************************
-- * GN LOCATION SERVICE SUB GROUP
-- *****************************************************************************

itsGnLocationServiceMaxRetrans OBJECT-TYPE
   SYNTAX      Integer32(0..255)
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Location service: Maximum number of retransmissions for a LS Request"
::= { itsGnLocationService 1 }

itsGnLocationServiceRetransmitTimer OBJECT-TYPE
   SYNTAX      Integer32(0..65535)
   UNITS      "millisecond"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Location service: Duration of LS request retransmit timer in ms"
::= { itsGnLocationService 2 }

itsGnLocationServicePacketBufferSize OBJECT-TYPE
   SYNTAX      Integer32(0..65535)
   UNITS      "Byte"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Location service: Size of LS packet buffer in bytes"
::= { itsGnLocationService 3 }

-- *****************************************************************************
-- * GN BEACON SERVICE SUB GROUP
-- *****************************************************************************

itsGnBeaconServiceRetransmitTimer OBJECT-TYPE
   SYNTAX      Integer32(0..65535)
   UNITS      "millisecond"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Beacon service: Duration of Beacon retransmit timer in ms"
::= { itsGnBeaconService 1 }

itsGnBeaconServiceMaxJitter OBJECT-TYPE
   SYNTAX      Integer32(0..65535)
   UNITS      "millisecond"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Beacon service: Maximum Beacon jitter in ms"
::= { itsGnBeaconService 2 }

-- *****************************************************************************
-- * GN PACKET FORWARDING SUB GROUP
-- *****************************************************************************

itsGnDefaultHopLimit OBJECT-TYPE
   SYNTAX      Integer32(0..255)
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
  "Default hop limit indicating the maximum number of hops a packet travels"
::= { itsGnPacketForwarding 1 }

itsGnDPLLength OBJECT-TYPE
   SYNTAX      Integer32(0..65535)
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
  "Length of Duplicate Packet List (DPL) per source"
::= { itsGnPacketForwarding 2 }

itsGnMaxPacketLifetime OBJECT-TYPE
   SYNTAX      Integer32(0..6300)
   UNITS      "second"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Upper limit of the maximum lifetime of a packet in s"
::= { itsGnPacketForwarding 3 }

itsGnDefaultPacketLifetime OBJECT-TYPE
   SYNTAX      Integer32(0..6300)
   UNITS      "second"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Default value of the maximum lifetime of a packet in s"
::= { itsGnPacketForwarding 4 }

itsGnMaxPacketDataRate OBJECT-TYPE
   SYNTAX      Integer32
   UNITS      "kBytes/"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Maximum packet data rate for a GAGH in a GeoAdhoc router in
      [kBytes/s]. If the mean (EMA) packet data rate exceeds the
      value, packets from this GAGH (source or sender) are
      not forwarded"
::= { itsGnPacketForwarding 5 }

itsGnMaxPacketDataRateEmaBeta OBJECT-TYPE
   SYNTAX      Integer32
   UNITS      "NA"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Weight factor for the Exponential Moving Average (EMA) of the packet data rate PDR in percent"
::= { itsGnPacketForwarding 6 }

itsGnMaxGnAreaSize OBJECT-TYPE
   SYNTAX      Integer32
   UNITS      "km"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Maximum size of the geographical area for a GBC and GAC packet
      [km2]. If the geographical area size exceeds the maximum value,
      The GeoNetworking packet shall not be sent (source) and not be
      forwarder (forwarder"
::= { itsGnPacketForwarding 7 }

itsGnMinPacketRepetitionInterval OBJECT-TYPE
   SYNTAX      Integer32(0..1000)
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Lower limit of the packet repetition interval in ms"
::= { itsGnPacketForwarding 8 }

itsGnGNNonAreaForwardingAlgorithm OBJECT-TYPE
   SYNTAX      INTEGER {
                  unspecified   (0),
                  greedy        (1),
                  cbf           (2)
               }
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Default GeoUnicast forwarding algorithm"
::= { itsGnPacketForwarding 9 }

itsGnAreaForwardingAlgorithm OBJECT-TYPE
   SYNTAX      INTEGER {
                  unspecified   (0),
                  simple        (1),
                  cbf		(2),
		  advanced	(3)
               }
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Default GeoBroadcast forwarding algorithm"
::= { itsGnPacketForwarding 10 }

itsGnCbfMinTime OBJECT-TYPE
   SYNTAX      Integer32(0..65635)
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Minimum duration a GeoBroadcast packet shall be buffered in the CBF packet buffer in ms"
::= { itsGnPacketForwarding 11 }

itsGnCbfMaxTime OBJECT-TYPE
   SYNTAX      Integer32(0..65635)
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Maximum duration a GeoBroadcast packet shall be buffered in the CBF packet buffer in ms"
::= { itsGnPacketForwarding 12 }

itsGnDefaultMaxCommunicationRange OBJECT-TYPE
   SYNTAX      Integer32(0..65635)
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Default theoretical maximum communication range in m"
::= { itsGnPacketForwarding 13 }

itsGnBroadcastCBFDefSectorAngle OBJECT-TYPE
   SYNTAX      Integer32(0..180)
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Default threshold angle for advanced GeoBroadcast algorithm in degrees"
::= { itsGnPacketForwarding 14 }

itsGnUcForwardingPacketBufferSize OBJECT-TYPE
   SYNTAX      Integer32(0..255)
   UNITS      "kByt"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Forwarding: Size of UC forwarding packet buffer in kByte"
::= { itsGnPacketForwarding 15 }

itsGnBcForwardingPacketBufferSize OBJECT-TYPE
   SYNTAX      Integer32(0.. 65535)
   UNITS      "kByt"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Forwarding: Size of BC forwarding packet buffer in kByte"
::= { itsGnPacketForwarding 16 }

itsGnCbfPacketBufferSize OBJECT-TYPE
   SYNTAX      Integer32(0.. 65535)
   UNITS      "kByt"
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Forwarding: Size of CBF packet buffer [Kbytes]."
::= { itsGnPacketForwarding 17 }

itsGnTrafficClass OBJECT-TYPE
   SYNTAX      Integer32(0..255)
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION
     "Forwarding: Default traffic class"
::= { itsGnPacketForwarding 18 }

END