1-- ***************************************************************** 2-- CISCO-ITP-RT-MIB: Itp Signalling Point Routing Table 3-- 4-- August 2001, John Linton, Shekhar Acharya 5-- 6-- Copyright (c) 2001, 2002, 2003 by Cisco Systems, Inc. 7-- All rights reserved. 8-- ***************************************************************** 9-- 10-- ***************************************************************** 11CISCO-ITP-RT-MIB DEFINITIONS ::= BEGIN 12 13IMPORTS 14 Counter32, 15 Integer32, 16 MODULE-IDENTITY, 17 NOTIFICATION-TYPE, 18 OBJECT-TYPE, 19 Unsigned32 20 FROM SNMPv2-SMI 21 22 TimeStamp, 23 TruthValue 24 FROM SNMPv2-TC 25 26 MODULE-COMPLIANCE, 27 NOTIFICATION-GROUP, 28 OBJECT-GROUP 29 FROM SNMPv2-CONF 30 31 CItpTcLinksetId, 32 CItpTcPointCode, 33 CItpTcQos, 34 CItpTcRouteTableName, 35 CItpTcTableLoadStatus 36 FROM CISCO-ITP-TC-MIB 37 38 ciscoMgmt 39 FROM CISCO-SMI; 40 41ciscoItpRtMIB MODULE-IDENTITY 42 LAST-UPDATED "200307100000Z" 43 ORGANIZATION "Cisco Systems, Inc." 44 CONTACT-INFO 45 " Cisco Systems, Inc 46 Customer Service 47 48 Postal: 170 W. Tasman Drive 49 San Jose, CA 95134 50 USA 51 52 Tel: +1 800 553-NETS 53 54 E-mail: cs-ss7s@cisco.com" 55 DESCRIPTION 56 "This MIB is for managing information required to 57 route messages transported over Signalling System 58 No. 7 (SS7) Network via Cisco IP Transfer 59 Point. 60 61 The Cisco IP Transfer Point (ITP) is a hardware 62 and software solution that transports SS7 traffic 63 using IP. Each ITP node provides the functions 64 necessary to act as a SS7 signalling point. Each 65 signalling point is connected to other signalling 66 point using IP based or traditional TDM links. 67 68 The relevant ITU documents describing this technology 69 are the ITU Q series, including ITU Q.700: Introduction 70 to CCITT Signalling System No. 7 and ITU Q.701 71 Functional description of the message transfer part 72 (MTP) of Signalling System No. 7. 73 74 75 Definitions and overview: 76 77 Route: 78 A route consists of one or more linksets used to transport 79 MTP3 Message Signal Units(MSU) between signalling points. 80 A route is an association between a destination point 81 code(DPC) and a linkset, i.e., a linkset that can be used 82 to send an MSU to the given DPC. 83 84 Routeset: 85 A routeset is a set of routes to a given DPC. Each route 86 within a routeset is on a possible path toward the DPC. 87 Each route within the routeset has associated with it a 88 route priority. 89 90 In the following simple configuration, two routes exist 91 that can be used to transport MSUs from STP1 to STP4. 92 93 --------- STP1-STP2 --------- 94 - STP1 ----------------------------- STP2 - 95 --------- --------- 96 | | 97 | STP1-STP3 STP2-STP4 | 98 | | 99 --------- STP3-STP4 --------- 100 - STP3 ----------------------------- STP4 - 101 --------- --------- 102 103 Routeset on STP1 for DPC = STP4: 104 STP1-STP2, 105 STP1-STP3 106 107 108 Linkset: 109 A linkset is a set of signalling links connecting 110 two signalling points. 111 112 Combined Linkset: 113 Two linksets with equal number of links and capacity 114 that form routes of equal priority to a given DPC are 115 called Combined Linksets. It is primarily used for 116 load sharing and redundancy. In the following, example, 117 linksets 'SSP1-STP1' and 'SSP1-STP2' form a combined 118 linsket. 119 120 121 SSP1-STP1 --------- 122 |------------------------- STP1 - 123 | --------- 124 - - 125 - - 126 - SSP1 - 127 - - 128 - - 129 | SSP1-STP2 --------- 130 |------------------------ STP2 - 131 --------- 132 133 Routing: 134 The routing of SS7 Message signalling Units(MSU) is based 135 on the DPC. Message Signalling Units are sent from an 136 originating point code(OPC) to DPC. Each MSU will 137 traverse one or more linksets as it is routed to its 138 final destination. When an MSU arrives at a signalling 139 point and the DPC does not match the signalling point's 140 point code the MSU must be directed toward the DPC. Each 141 signalling point has enough routing information to 142 determine which linkset should be used to transmit the 143 MSU toward its final destination. 144 145 Route statement: 146 Each ITP Signalling Point has route statements needed to 147 determine which linkset should be used to transmit 148 message signalling units to destinations. Each route 149 statement consists of a destination, a priority and a 150 linkset name. The destination is specified as a 151 combination of DPC and mask. The priority, also know 152 as cost, is used to define the order in which the routes 153 are selected. The linkset name specifies which linkset 154 to use to reach the destination. 155 156 Route table: 157 Each ITP Signalling Point has a table of routes. 158 These route entries are used to determine which linkset 159 should be selected to transmit message signalling units 160 to a given destination. 161 162 There are two basic type of routing. The first type 163 is fully-qualified and uses all bits of the target DPC. 164 The other type is summary routing that uses a subset 165 of the bits in the target DPC and is used to represent 166 groups of point codes rather than a single point code. 167 168 Example of route table entries. 169 170 Example 1: variant = ITU 171 172 DPC/MASK Priority Linkset-name 173 -------- -------- ----------------------- 174 5.5.5/14 3 STP1-STP2 175 5.5.5/14 7 STP1-STP3 176 177 Description: Two route table entries that define a 178 primary route using linkset 'STP1-STP2' and an alternate 179 route using linkset 'STP1-STP3' to point-code 5.5.5. 180 181 Example 2: variant = ITU 182 183 DPC/MASK Priority Linkset-name 184 -------- -------- ----------------------- 185 5.5.5/14 3 STP1-STP2 186 5.5.5/14 3 STP1-STP3 187 5.5.5/14 7 STP1-STP4 188 189 Description: Two route table entrys that define a 190 combined linkset consisting of linkset 'STP1-STP2' and 191 'STP1-STP3' to point code 5.5.5. An alternate route is 192 also defined using linkset 'STP1-STP4'. 193 194 Example 3: variant = ANSI 195 196 DPC/MASK Priority Linkset-name 197 -------- -------- ----------------------- 198 5.5.0/16 3 STP1-STP2 199 200 Description: A route table entry that defines routing 201 to a cluster. The cluster represents all point codes 202 in the range from 5.5.0-5.5.255. 203 204 Example 4: variant = ANSI 205 206 DPC/MASK Priority Linkset-name 207 -------- -------- ----------------------- 208 5.5.0/16 3 STP1-STP3 209 5.5.5/24 3 STP1-STP2 210 211 212 Description: The mixing of fully-qualified and summary 213 route table entrys allow for different routes to be 214 defined for certain DPC in a cluster. In this 215 configuration, the fully-qualified route will be the 216 primary and the summary route will act as a backup. 217 218 Route table: 219 A group of route table entrys used to route MSU for a 220 particular instance of a signalling point. 221 222 A sample route table. 223 224 DPC/MASK Priority Linkset-name 225 -------- -------- ----------------------- 226 0.0.0/0 7 STP1-STP4 227 5.5.0/16 3 STP1-STP3 228 5.5.5/24 3 STP1-STP2 229 . 230 . 231 122.5.5 5 STP1-STP2 232 . 233 . 234 243.200.1 6 STP1-STP3 235 " 236 237 REVISION "200307100000Z" 238 DESCRIPTION 239 "Updated description to provide overview and 240 additional information. 241 242 The ability to allow multiple instances of 243 Signalling Points to run in the same device 244 has introduce a new index structure. All 245 objects in this MIB will be deprecated and 246 replaced by objects in the CISCO-ITP-GACT-MIB.my 247 MIB." 248 249 250 REVISION "200201070000Z" 251 DESCRIPTION 252 "The following objects were added to provide information 253 on time and status of route table loads using the 254 file format. 255 256 cItpRtConfigLoad 257 cItpRtConfigLoadStatus 258 259 The following objects were added to provide 260 information on route state changes. 261 262 cItpRtStateChangeCount 263 cItpRtStateChangeNotifEnabled 264 cItpRtMaxDynamicRoutes 265 cItpRtChangeNotifWindowTime 266 cItpRtChangeNotifMaxPerWindow 267 cItpRtNotifInfoSuppressedFlag 268 cItpRtNotifInfoStateChanges 269 cItpRouteStateChange" 270 271 REVISION "200108290000Z" 272 DESCRIPTION 273 "Initial version of this MIB module." 274 ::= { ciscoMgmt 228 } 275 276-- Top-level structure of the MIB 277 278cItpRouteNotifications OBJECT IDENTIFIER ::= { ciscoItpRtMIB 0 } 279cItpRtMIBObjects OBJECT IDENTIFIER ::= { ciscoItpRtMIB 1 } 280cItpRtMIBConformance OBJECT IDENTIFIER ::= { ciscoItpRtMIB 2 } 281 282 283cItpRtScalars OBJECT IDENTIFIER ::= { cItpRtMIBObjects 1 } 284cItpRtTables OBJECT IDENTIFIER ::= { cItpRtMIBObjects 2 } 285cItpRtNotificationsInfo OBJECT IDENTIFIER ::= { cItpRtMIBObjects 3 } 286 287-- ************************************************************* 288-- * * 289-- * SP - Scalars * 290-- * * 291-- ************************************************************* 292cItpRtConfigLastChanged OBJECT-TYPE 293 SYNTAX TimeStamp 294 MAX-ACCESS read-only 295 STATUS deprecated 296 DESCRIPTION 297 "The value of sysUpTime at the time of the last 298 creation or deletion of an entry in the cItpRouteTable. 299 If the local network management subsystem is 300 re-initialization, then this object contains the 301 sysUpTime at the time when this occurred. This value 302 can be used to prevent unnecessary walks of the 303 cItpRouteTable." 304 ::= { cItpRtScalars 1 } 305 306cItpRtConfigLoad OBJECT-TYPE 307 SYNTAX TimeStamp 308 MAX-ACCESS read-only 309 STATUS deprecated 310 DESCRIPTION 311 "The value of sysUpTime at the time of the last 312 load of the route table using file format." 313 ::= { cItpRtScalars 2 } 314 315cItpRtConfigLoadStatus OBJECT-TYPE 316 SYNTAX CItpTcTableLoadStatus 317 MAX-ACCESS read-only 318 STATUS deprecated 319 DESCRIPTION 320 "The status of the current load or status from 321 the prior load operation. This object will have 322 a value of loadInProgress while the load operation 323 is in progress. The cItpRtConfigLoad contains 324 a timestamp indicating when the load operation 325 completed." 326 ::= { cItpRtScalars 3 } 327 328cItpRtStateChangeCount OBJECT-TYPE 329 SYNTAX Counter32 330 MAX-ACCESS read-only 331 STATUS deprecated 332 DESCRIPTION 333 "A count of the number of routes that have changed 334 states. This value is incremented whenever the 335 destination state of a route changes. 336 This value is used to provide an indicator 337 of the stability of the routing table information." 338 ::= { cItpRtScalars 4 } 339 340cItpRtStateChangeNotifEnabled OBJECT-TYPE 341 SYNTAX TruthValue 342 MAX-ACCESS read-write 343 STATUS deprecated 344 DESCRIPTION 345 "A control to enable or disable cItpRouteStateChange 346 notifications as follows: 347 'true' Indicates that the cItpRouteStateChange 348 notification should be generated when the state 349 of any route changes. That is, the notification 350 generation is enabled. 351 'false' Indicates that cItpRouteStateChange 352 notification generation is disabled." 353 DEFVAL { false } 354 ::= { cItpRtScalars 5 } 355 356cItpRtChangeNotifDelayTime OBJECT-TYPE 357 SYNTAX Unsigned32 (0..60) 358 UNITS "seconds" 359 MAX-ACCESS read-write 360 STATUS deprecated 361 DESCRIPTION 362 "This object specifies the maximum amount of time to delay 363 before generating the cItpRouteStateChange notification. 364 The delay is introduced to allow multiple route state 365 changes to be bundled into a single notification. 366 367 If the value of this object is equal to 0, the device will 368 generate cItpRouteStateChange notification as each route 369 changes states. 370 371 If the value of this object is greater than 0, the device 372 will not generate notifications as routes change state. 373 As routes changes state they are accumulated until the time 374 specified in cItpRtChangeNotifDelayTime has elapsed or 375 enough state changes have been accumulated to fill up the 376 cItprtNotifInfoStateChanges object. 377 378 This object is ignored by the agent when the 379 cItpRtStateChangeNotifEnabled object is set to the 'false' 380 value." 381 DEFVAL { 10 } 382 ::= { cItpRtScalars 6 } 383 384cItpRtMaxDynamicRoutes OBJECT-TYPE 385 SYNTAX Integer32 (100..1000) 386 MAX-ACCESS read-write 387 STATUS deprecated 388 DESCRIPTION 389 "The maximum number of dynamic SS7 routes. This 390 object is used to limit the size of the route table 391 by preventing unbounded growth of dynamic entries. 392 Dynamic entries are created when certain MTP3 393 management messages are received or sent. The removal 394 of dynamic routes is performed periodically and the 395 older dynamic routes are removed until the specified 396 number is reached." 397 398 DEFVAL { 500 } 399 ::= { cItpRtScalars 7 } 400 401cItpRtChangeNotifWindowTime OBJECT-TYPE 402 SYNTAX Integer32 (30..900) 403 UNITS "seconds" 404 MAX-ACCESS read-write 405 STATUS deprecated 406 DESCRIPTION 407 "This object specifies the time interval used to monitor 408 the rate of route state changes notifications. This object 409 in combination with cItpRtChangeNotifMaxPerWindow are used 410 to determine the notification transit rate and suppress 411 route state notifications." 412 DEFVAL { 60 } 413 ::= { cItpRtScalars 8 } 414 415cItpRtChangeNotifMaxPerWindow OBJECT-TYPE 416 SYNTAX Integer32 (10..9000) 417 MAX-ACCESS read-write 418 STATUS deprecated 419 DESCRIPTION 420 "This object specifies the maximum number of route 421 state changes that can occur in the time interval 422 specified in the cItpRtChangeNotifMaxPerWindow 423 object. If additional state changes can occur in 424 the specified time interval the notifications 425 are suppressed." 426 DEFVAL { 60 } 427 ::= { cItpRtScalars 9 } 428 429-- ************************************************************* 430-- * * 431-- * SP - Route Table * 432-- * * 433-- ************************************************************* 434cItpRouteTable OBJECT-TYPE 435 SYNTAX SEQUENCE OF CItpRouteTableEntry 436 MAX-ACCESS not-accessible 437 STATUS deprecated 438 DESCRIPTION 439 "The route table for determining the linkset that a 440 packet must traverse to arrive at its destination node 441 given by the destination point code." 442 ::= { cItpRtTables 1 } 443 444cItpRouteTableEntry OBJECT-TYPE 445 SYNTAX CItpRouteTableEntry 446 MAX-ACCESS not-accessible 447 STATUS deprecated 448 DESCRIPTION 449 "Each table entry represents a configured route 450 statement." 451 INDEX { 452 cItpRouteTableName, 453 cItpRouteDpc, 454 cItpRouteMask, 455 cItpRouteDestLsCost, 456 cItpRouteDestLinkset 457 } 458 ::= { cItpRouteTable 1 } 459 460CItpRouteTableEntry ::= SEQUENCE { 461 cItpRouteTableName CItpTcRouteTableName, 462 cItpRouteDpc CItpTcPointCode, 463 cItpRouteDestLsCost Unsigned32, 464 cItpRouteDestLinkset CItpTcLinksetId, 465 cItpRouteMask Unsigned32, 466 cItpRouteQos CItpTcQos, 467 cItpRouteStatus INTEGER, 468 cItpRouteNonAdjStatus INTEGER 469} 470 471cItpRouteTableName OBJECT-TYPE 472 SYNTAX CItpTcRouteTableName 473 MAX-ACCESS not-accessible 474 STATUS deprecated 475 DESCRIPTION 476 "The configured name for this route table." 477 ::= { cItpRouteTableEntry 1 } 478 479cItpRouteDpc OBJECT-TYPE 480 SYNTAX CItpTcPointCode 481 MAX-ACCESS not-accessible 482 STATUS deprecated 483 DESCRIPTION 484 "The destination point code." 485 ::= { cItpRouteTableEntry 2 } 486 487cItpRouteDestLsCost OBJECT-TYPE 488 SYNTAX Unsigned32 (1..9) 489 MAX-ACCESS not-accessible 490 STATUS deprecated 491 DESCRIPTION 492 "The cost assigned to this linkset matching this 493 route. Higher numbers represent higher cost." 494 ::= { cItpRouteTableEntry 3 } 495 496cItpRouteDestLinkset OBJECT-TYPE 497 SYNTAX CItpTcLinksetId 498 MAX-ACCESS not-accessible 499 STATUS deprecated 500 DESCRIPTION 501 "The linkset that the packet is to be forwarded to on 502 matching this route." 503 ::= { cItpRouteTableEntry 4 } 504 505cItpRouteMask OBJECT-TYPE 506 SYNTAX Unsigned32 (0..16777215) 507 MAX-ACCESS not-accessible 508 STATUS deprecated 509 DESCRIPTION 510 "The mask used to define which part of 511 cItpRouteDpc is significant when comparing 512 the cItpRouteDpc to the destination code 513 point in the packet to be routed." 514 ::= { cItpRouteTableEntry 5 } 515 516cItpRouteQos OBJECT-TYPE 517 SYNTAX CItpTcQos 518 MAX-ACCESS read-only 519 STATUS deprecated 520 DESCRIPTION 521 "The quality of service classification to be assigned 522 to the ip packets used to transport the SS7 messages. 523 The value to specify for packets 524 when they will be transported on SCTP/IP based 525 linkset." 526 ::= { cItpRouteTableEntry 6 } 527 528cItpRouteStatus OBJECT-TYPE 529 SYNTAX INTEGER { 530 unknown(1), 531 available(2), 532 restricted(3), 533 unavailable(4) 534 } 535 MAX-ACCESS read-only 536 STATUS deprecated 537 DESCRIPTION 538 "List of the possible route status values. 539 'unknown' : Status can not be determined. 540 'available' : Route is available. 541 'restricted' : Traffic is restricted on route. 542 'unavailable' : Route is unable to service traffic." 543 544 ::= { cItpRouteTableEntry 7 } 545 546cItpRouteNonAdjStatus OBJECT-TYPE 547 SYNTAX INTEGER { 548 unknown(1), 549 allowed(2), 550 restricted(3), 551 prohibited(4) 552 } 553 MAX-ACCESS read-only 554 STATUS deprecated 555 DESCRIPTION 556 "List of the possible non-adjacent status values. 557 'unknown' : Status can not be determined. 558 'allowed' : traffic is allowed. 559 'restricted' : Traffic is restricted on route. 560 'prohibited' : Route is prohibited from providing 561 traffic." 562 ::= { cItpRouteTableEntry 8 } 563 564 565 566-- ************************************************************* 567-- * * 568-- * Notifications Information * 569-- * * 570-- ************************************************************* 571cItpRtNotifInfoSuppressedFlag OBJECT-TYPE 572 SYNTAX TruthValue 573 MAX-ACCESS read-only 574 STATUS deprecated 575 DESCRIPTION 576 "A flag to indicate whether cItpRouteStateChange 577 notifications have been suppressed in the current time 578 interval specified by the cItpRtChangeNotifWindowTime 579 object. 580 581 'true' Indicates that the device has suppressed the sending 582 of cItpRouteStateChange notifications for the 583 remainder of the time interval. 584 585 'false' Indicates that the device has not suppressed the 586 sending of cItpRouteStateChange notifications in 587 the current time interval." 588 ::= { cItpRtNotificationsInfo 1 } 589 590cItpRtNotifInfoStateChanges OBJECT-TYPE 591 SYNTAX OCTET STRING (SIZE(0..480)) 592 MAX-ACCESS read-only 593 STATUS deprecated 594 DESCRIPTION 595 "This object contains a list of route state changes 596 accumulated until the list is full or the time 597 time interval specified in cItpRtChangeNotifDelayTime 598 has passed. 599 600 It consists of one or more tuples packed 601 together in the format of '<tuple1><tuple2>...<tuple15>'. 602 603 Each tuple consist of 32 octets in the following format. 604 605 '<cItpRouteTableName> 20 octets null padded 606 <cItpRouteDpc> 4 octets 607 <cItpRouteMask> 4 octets 608 destination status 1 octet 609 1 - unknown state 610 2 - route is accessible 611 3 - route is inaccessible 612 4 - route is restricted' 613 reserved1 1 octet(set to null) 614 reserved2 1 octet(set to null) 615 reserved3 1 octet(set to null) 616 617 The maximum number of tuples is 15." 618 ::= { cItpRtNotificationsInfo 2 } 619-- ************************************************************* 620-- * * 621-- * Notifications * 622-- * * 623-- ************************************************************* 624cItpRouteStateChange NOTIFICATION-TYPE 625 OBJECTS { 626 cItpRtStateChangeCount, 627 cItpRtNotifInfoSuppressedFlag, 628 cItpRtNotifInfoStateChanges 629 } 630 STATUS deprecated 631 DESCRIPTION 632 "This notification is generated whenever one or more 633 route destination status changes states and includes 634 the count of all route state changes. This 635 notification contains a list of route state changes 636 in the cItpRtNotifInfoStateChanges object. State 637 changes are accumulated until the 638 cItpRtNotifInfoStateChanges is full or the maximum 639 delay time is reached. The delay time is specified 640 by the cItpRtChangeNotifDelayTime object. 641 642 It may be necessary to suppress the sending of 643 notification when a large number route change 644 state, due the failure of some common resource. 645 The number of notifications can be controlled by 646 specifying values for cItpRtChangeNotifWindowTime 647 and cItpRtChangeNotifMaxPerWindow objects. When the 648 number of route state changes exceed the specified 649 value the last notification will indicate that 650 notifications are suppressed for the remainder 651 of the window." 652 ::= { cItpRouteNotifications 1 } 653 654-- ************************************************************* 655-- * * 656-- * Conformance Information * 657-- * * 658-- ************************************************************* 659cItpRtMIBCompliances OBJECT IDENTIFIER ::= 660 { cItpRtMIBConformance 1 } 661cItpRtMIBGroups OBJECT IDENTIFIER ::= 662 { cItpRtMIBConformance 2 } 663 664-- Compliance 665 666cItpRtMIBCompliance MODULE-COMPLIANCE 667 STATUS deprecated -- superceded by cItpRtMIBComplianceRev1 668 DESCRIPTION 669 "The compliance statement for entities which implement 670 the Cisco CISCO-ITP-RT-MIB.my MIB" 671 MODULE -- this module 672 MANDATORY-GROUPS { 673 cItpRtScalarGroup, 674 cItpRouteGroup 675 } 676 ::= { cItpRtMIBCompliances 1 } 677 678cItpRtMIBComplianceRev1 MODULE-COMPLIANCE 679 STATUS deprecated 680 DESCRIPTION 681 "The compliance statement for entities which implement 682 the Cisco CISCO-ITP-RT-MIB.my MIB" 683 MODULE -- this module 684 MANDATORY-GROUPS { 685 cItpRtScalarGroup, 686 cItpRouteGroup, 687 cItpRtNotificationsGroup, 688 cItpRtScalarGroupRev1 689 } 690 ::= { cItpRtMIBCompliances 2 } 691 692-- Units of Conformance 693 694cItpRtScalarGroup OBJECT-GROUP 695 OBJECTS { 696 cItpRtConfigLastChanged 697 } 698 STATUS deprecated 699 DESCRIPTION 700 "Route scalars Group." 701 ::= { cItpRtMIBGroups 1 } 702 703cItpRouteGroup OBJECT-GROUP 704 OBJECTS { 705 cItpRouteQos, 706 cItpRouteStatus, 707 cItpRouteNonAdjStatus 708 } 709 STATUS deprecated 710 DESCRIPTION 711 "Route table group." 712 ::= { cItpRtMIBGroups 2 } 713 714 715 716cItpRtNotificationsGroup NOTIFICATION-GROUP 717 NOTIFICATIONS { 718 cItpRouteStateChange 719 } 720 STATUS deprecated 721 DESCRIPTION 722 "Route notification objects." 723 ::= { cItpRtMIBGroups 3 } 724 725cItpRtScalarGroupRev1 OBJECT-GROUP 726 OBJECTS { 727 cItpRtConfigLoad, 728 cItpRtConfigLoadStatus, 729 cItpRtStateChangeCount, 730 cItpRtStateChangeNotifEnabled, 731 cItpRtChangeNotifDelayTime, 732 cItpRtMaxDynamicRoutes, 733 cItpRtChangeNotifWindowTime, 734 cItpRtChangeNotifMaxPerWindow, 735 cItpRtNotifInfoSuppressedFlag, 736 cItpRtNotifInfoStateChanges 737 738 } 739 STATUS deprecated 740 DESCRIPTION 741 "Route revision one scalars group." 742 ::= { cItpRtMIBGroups 4 } 743END 744