idnits 2.17.1 draft-ietf-pppext-l2tp-mib-00.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- ** Cannot find the required boilerplate sections (Copyright, IPR, etc.) in this document. Expected boilerplate is as follows today (2024-04-20) according to https://trustee.ietf.org/license-info : IETF Trust Legal Provisions of 28-dec-2009, Section 6.a: This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. IETF Trust Legal Provisions of 28-dec-2009, Section 6.b(i), paragraph 2: Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved. IETF Trust Legal Provisions of 28-dec-2009, Section 6.b(i), paragraph 3: This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- ** Missing expiration date. The document expiration date should appear on the first and last page. ** The document seems to lack a 1id_guidelines paragraph about Internet-Drafts being working documents. ** The document seems to lack a 1id_guidelines paragraph about 6 months document validity -- however, there's a paragraph with a matching beginning. Boilerplate error? ** The document seems to lack a 1id_guidelines paragraph about the list of current Internet-Drafts. ** The document seems to lack a 1id_guidelines paragraph about the list of Shadow Directories. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- ** The document seems to lack a Security Considerations section. ** The document seems to lack an IANA Considerations section. (See Section 2.2 of https://www.ietf.org/id-info/checklist for how to handle the case when there are no actions for IANA.) ** The document seems to lack an Authors' Addresses Section. ** There are 32 instances of too long lines in the document, the longest one being 1 character in excess of 72. ** The document seems to lack a both a reference to RFC 2119 and the recommended RFC 2119 boilerplate, even if it appears to use RFC 2119 keywords. RFC 2119 keyword, line 239: '...whether the L2TP MUST require authenti...' RFC 2119 keyword, line 278: '... MAY causes the PPP decom...' Miscellaneous warnings: ---------------------------------------------------------------------------- == Line 14 has weird spacing: '... This docum...' == Line 15 has weird spacing: '...cuments of t...' == Line 16 has weird spacing: '... groups may ...' == Line 21 has weird spacing: '...iate to use ...' == Line 22 has weird spacing: '... as referen...' == (15 more instances...) == Unrecognized Status in 'Category: Internet Draft', assuming Proposed Standard (Expected one of 'Standards Track', 'Full Standard', 'Draft Standard', 'Proposed Standard', 'Best Current Practice', 'Informational', 'Experimental', 'Informational', 'Historic'.) -- The document seems to lack a disclaimer for pre-RFC5378 work, but may have content which was first submitted before 10 November 2008. If you have contacted all the original authors and they are all willing to grant the BCP78 rights to the IETF Trust, then this is fine, and you can ignore this comment. If not, you may need to add the pre-RFC5378 disclaimer. (See the Legal Provisions document at https://trustee.ietf.org/license-info for more information.) -- Couldn't find a document date in the document -- date freshness check skipped. Checking references for intended status: Proposed Standard ---------------------------------------------------------------------------- (See RFCs 3967 and 4897 for information about using normative references to lower-maturity documents in RFCs) No issues found here. Summary: 11 errors (**), 0 flaws (~~), 7 warnings (==), 2 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 1 PPP Working Group Pat Calhoun 2 INTERNET DRAFT Gayam Reddy 3 Category: Internet Draft Bill Vroman 4 Title: draft-ietf-pppext-l2tp-mib-00.txt 3Com Corporation 5 Date: October 1997 Ross Wheeler 6 RouterWare 8 Layer Two Tunneling Protocol "L2TP" 9 Management Information Base 10 12 Status of this Memo 14 This document is an Internet-Draft. Internet-Drafts are working 15 documents of the Internet Engineering Task Force (IETF), its areas, 16 and its working groups. Note that other groups may also distribute 17 work ing documents as Internet-Drafts. 19 Internet-Drafts are draft documents valid for a maximum of six months. 20 Internet-Drafts may be updated, replaced, or obsoleted by other 21 documents at any time. It is not appropriate to use Internet-Drafts 22 as reference material or to cite them other than as a ``working 23 draft'' or ``work in progress.'' 25 To learn the current status of any Internet-Draft, please check the 26 1id-abstracts.txt listing contained in the Internet-Drafts Shadow 27 Directories on ds.internic.net, nic.nordu.net, ftp.nisc.sri.com, or 28 munnari.oz.au. 30 Abstract 32 This memo defines a portion of the Management Information Base (MIB) 33 for use with network management protocols in TCP/IP-based internets. 34 In particular, it defines objects for managing networks using Layer 2 35 Tunneling Protocol. 37 This memo specifies a MIB module in a manner that is both compliant to 38 the SNMPv2 SMI, and semantically identical to the peer SNMPv1 39 definitions. 41 Table of Contents 43 1.0 Introduction 44 2.0 The Network Management Framework 45 3.0 Definitions 46 4.0 Contacts 48 1.0 Introduction 50 This memo defines a portion of the Management Information Base (MIB) 51 for use with network management protocols in the Internet Community. 52 In particular, it describes managed objects used for managing L2TP 53 hosts. 55 2.0 The Network Management Framework 57 The Internet-standard Network Management Framework consists of several 58 components. They are: 60 RFC 1902 which defines the SMI v2, the mechanisms used for 61 describing and naming objects for the purpose of management. 63 RFC 1903 which defines textual conventions used to enhance the 64 clarity of object definitions. 66 RFC 1156 which defines MIB-I, the core set of managed objects for 67 the Internet suite of protocols. STD 17/RFC 1213 defines 68 MIB-II, an evolution of MIB-I based on implementation 69 experience 70 and new operational requirements. 72 STD 15/RFC 1157 which defines the SNMP, the protocol used for 73 network access to managed objects. 75 The Framework permits new objects to be defined for the purpose of 76 experimentation and evaluation. 78 3.0 Definitions 80 L2tp-MIB DEFINITIONS ::= BEGIN 82 IMPORTS 83 Counter32, experimental, Gauge32,MODULE-IDENTITY, 84 OBJECT-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI 85 IpAddress FROM RFC1155-SMI 87 OBJECT-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF 88 TEXTUAL-CONVENTION, DisplayString, TruthValue FROM SNMPv2-TC; 90 MilliSeconds ::= TEXTUAL-CONVENTION 91 DISPLAY-HINT "d-3" 92 STATUS current 93 DESCRIPTION 94 " A period of time measured in units of .001 of seconds 95 when used in conjunction with the DISPLAY-HINT will 96 show seconds and fractions of second with a resolution 97 of .001 of a second." 98 SYNTAX INTEGER (0..2147483646) 100 l2tpSystem MODULE-IDENTITY 101 LAST-UPDATED "9708081800Z" 102 ORGANIZATION "IETF L2TP Working Group" 103 CONTACT-INFO 104 "Pat Calhoun, Bill Vroman Gayam Reddy 105 Postal: 3Com 106 1800 W. Central Rd 107 Mt. Prospect, IL 60056-2293 108 Tel: +1 847222 2008 109 Email: pcalhoun, greddy, bvroman@usr.com 111 Ross Wheeler 112 Postal: RouterWare 113 3961 MacArthur Blvd, Suite 212 114 Newport Beach, CA 92660 115 Tel: +1 714442 0770 116 Email: ross@routerware.com" 117 DESCRIPTION 118 "The MIB module that describes managed objects of 119 general use by L2TP Layer two Transport Protocol. 120 This module has three tables of information about L2TP 121 streams. 122 1. Global configuration and statistics tables. 123 2. A table of tunnel read-only objects 124 3. A table of session related parameters ." 125 ::= { experimental 9999 1 } 127 l2tp OBJECT-IDENTITY 128 STATUS current 129 DESCRIPTION 130 "The root of L2TP Object-identifiers." 131 ::= { experimental 9998 } 133 l2tpGlobal OBJECT-IDENTITY 134 STATUS current 135 DESCRIPTION 136 "The root of the L2TP global Object-Identifiers." 137 ::= { l2tp 1 } 139 l2tpConfigTable OBJECT-TYPE 140 SYNTAX SEQUENCE OF L2tpConfigEntry 141 MAX-ACCESS not-accessible 142 STATUS current 143 DESCRIPTION 144 "" 145 ::= { l2tpGlobal 1 } 147 l2tpConfigEntry OBJECT-TYPE 148 SYNTAX L2tpConfigEntry 149 MAX-ACCESS not-accessible 150 STATUS current 151 DESCRIPTION 152 "." 153 INDEX { l2tpConfigIndex } 154 ::= { l2tpConfigTable 1 } 156 L2tpConfigEntry ::= SEQUENCE { 157 l2tpConfigIndex 158 INTEGER, 159 l2tpMaxNumberOfSessions 160 INTEGER, 161 l2tpMaxNumberOfTunnels 162 INTEGER, 163 l2tpControlTunnelSeekDescriptors 164 INTEGER, 165 l2tpAuthenticateIncomingTunnelRequests 166 TruthValue, 167 l2tpUseDataTunnelFlowControl 168 TruthValue, 169 l2tpDataTunnelDelayedAckTimeout 170 MilliSeconds, 171 l2tpDataTunnelReassemblyTimeout 172 MilliSeconds, 173 l2tpControlChannelRecvPacketWindow 174 INTEGER, 175 l2tpDataChannelRecvPacketWindow 176 INTEGER, 178 l2tpHelloInactivityHoldTime 179 INTEGER, 180 l2tpEchoReplyTimeoutSeconds 181 INTEGER, 182 l2tpLoggingLevel 183 INTEGER, 184 l2tpNumberOfRetransmissions 185 INTEGER(0..65535), 186 l2tpRetransmissionInterval 187 INTEGER(0..65535), 188 l2tpAuthenticationRequiredOnIncomingTunnels 189 TruthValue } 191 l2tpConfigIndex OBJECT-TYPE 192 SYNTAX INTEGER 193 MAX-ACCESS read-only 194 STATUS current 195 DESCRIPTION 196 " A unique value for each l2tp protocol stack. " 197 ::= { l2tpConfigEntry 1 } 199 l2tpMaxNumberOfSessions OBJECT-TYPE 200 SYNTAX INTEGER 201 MAX-ACCESS read-write 202 STATUS current 203 DESCRIPTION 204 "Defines the number of simultaneous active sessions 205 that the L2TP stack will support." 206 DEFVAL { 0 } 207 ::= { l2tpConfigEntry 2 } 209 l2tpMaxNumberOfTunnels OBJECT-TYPE 210 SYNTAX INTEGER 211 MAX-ACCESS read-write 212 STATUS current 213 DESCRIPTION 214 "Defines the number of simultaneous active tunnels 215 that the L2TP stack will support. Remember that sessions 216 are multiplexed within a single tunnel, therefore this 217 object contains the number of active L2TP tunnel 218 sessions which are to be supported per tunnel." 219 DEFVAL { 0 } 220 ::= { l2tpConfigEntry 3 } 222 l2tpControlTunnelSeekDescriptors OBJECT-TYPE 223 SYNTAX INTEGER 224 MAX-ACCESS read-write 225 STATUS current 226 DESCRIPTION 227 "Defines the number of tunnel terminators which the L2TP 228 stack is to be able to simultaneous connect to. Once a 229 tunnel is in the established state, the seek descriptor 230 is no longer used." 231 DEFVAL { 8 } 232 ::= { l2tpConfigEntry 4 } 234 l2tpAuthenticateIncomingTunnelRequests OBJECT-TYPE 235 SYNTAX TruthValue 236 MAX-ACCESS read-write 237 STATUS current 238 DESCRIPTION 239 "Defines whether the L2TP MUST require authentication from 240 it's peers. When set, the L2TP stack will reject any tunnel 241 requests which are not secure." 242 DEFVAL { false } 243 ::= { l2tpConfigEntry 5 } 245 l2tpUseDataTunnelFlowControl OBJECT-TYPE 246 SYNTAX TruthValue 247 MAX-ACCESS read-write 248 STATUS current 249 DESCRIPTION 250 "This object determines whether or not the L2TP stack is 251 to use flow control on the data tunnel." 252 DEFVAL { false } 253 ::= { l2tpConfigEntry 6 } 255 l2tpDataTunnelDelayedAckTimeout OBJECT-TYPE 256 SYNTAX MilliSeconds 257 MAX-ACCESS read-write 258 STATUS current 259 DESCRIPTION 260 "This object defines the number of milliseconds which the 261 L2TP stack will wait to send and ACK to it's peer in the 262 case where there are no data or control packets to piggy- 263 back the ACK to. The default value for this object is 0 264 which results in immediate acknowledgment when there are 265 no data or control packets pending." 266 DEFVAL { 0 } 267 ::= { l2tpConfigEntry 7 } 269 l2tpDataTunnelReassemblyTimeout OBJECT-TYPE 270 SYNTAX MilliSeconds 271 MAX-ACCESS read-write 272 STATUS current 273 DESCRIPTION 274 "This object defines the number of milliseconds that the 275 L2TP stack will use to determine the window to use before 276 reassembling out of order packets. A low value increases 277 the chance of out-of-sequence packets to be lost (which 278 MAY causes the PPP decompression engine to reset), a high 279 value increases the time period where the L2TP stack 280 processes packets which were received out of order 281 (especially in the case of a packet which was lost within 282 the network). The default value for this object is zero 283 (0) which may result in all out of sequence packets being 284 lost." 285 DEFVAL { 0 } 286 ::= { l2tpConfigEntry 8 } 288 l2tpControlChannelRecvPacketWindow OBJECT-TYPE 289 SYNTAX INTEGER 290 MAX-ACCESS read-write 291 STATUS current 292 DESCRIPTION 293 "This object defines the Control Channel receive window 294 size which is transmitted to the L2TP peers." 295 DEFVAL { 4 } 296 ::= { l2tpConfigEntry 9 } 298 l2tpDataChannelRecvPacketWindow OBJECT-TYPE 299 SYNTAX INTEGER 300 MAX-ACCESS read-write 301 STATUS current 302 DESCRIPTION 303 "This object defines the Data Channel receive window 304 size which is transmitted to the L2TP peers." 305 DEFVAL { 7 } 306 ::= { l2tpConfigEntry 10 } 308 l2tpHelloInactivityHoldTime OBJECT-TYPE 309 SYNTAX INTEGER 310 MAX-ACCESS read-write 311 STATUS current 312 DESCRIPTION 313 "This object defines the length of the inactivity timer 314 in seconds which causes the L2TP stack to transmit a 315 keep-alive packet (known as Hello)." 316 DEFVAL { 0 } 317 ::= { l2tpConfigEntry 11 } 319 l2tpEchoReplyTimeoutSeconds OBJECT-TYPE 320 SYNTAX INTEGER 321 MAX-ACCESS read-write 322 STATUS current 323 DESCRIPTION 324 "This object defines the number of seconds which the L2TP 325 stack must wait until a time-out occurs in receiving a 326 response to the Hello message." 328 DEFVAL { 0 } 329 ::= { l2tpConfigEntry 12 } 331 l2tpLoggingLevel OBJECT-TYPE 332 SYNTAX INTEGER { 333 logDisabled(1), 334 logControlPackets(2), 335 logControlAndDataPacketHeaders(3), 336 logControlAndDataPackets(4) 337 } 338 MAX-ACCESS read-write 339 STATUS current 340 DESCRIPTION 341 "This object defines the logging level which the L2TP 342 protocol stack will use." 343 DEFVAL { logDisabled } 344 ::= { l2tpConfigEntry 13 } 346 l2tpNumberOfRetransmissions OBJECT-TYPE 347 SYNTAX INTEGER (0..65535) 348 MAX-ACCESS read-write 349 STATUS current 350 DESCRIPTION 351 "This object defines the number of retransmission's 352 which the L2TP stack will attempt before assuming that 353 the peer is no longer reachable. The default value for 354 this object is zero (0) which results in the L2TP stack 355 not doing retransmission's ." 356 DEFVAL { 0 } 357 ::= { l2tpConfigEntry 14 } 359 l2tpRetransmissionInterval OBJECT-TYPE 360 SYNTAX INTEGER(0..65535) 361 MAX-ACCESS read-write 362 STATUS current 363 DESCRIPTION 364 "This object defines the number of seconds between each 365 retransmission." 366 DEFVAL { 0 } 367 ::= { l2tpConfigEntry 15 } 369 l2tpAuthenticationRequiredOnIncomingTunnels OBJECT-TYPE 370 SYNTAX TruthValue 371 MAX-ACCESS read-write 372 STATUS current 373 DESCRIPTION 374 "When set to a value of true(1) requires that all 375 incoming tunnels perform tunnel authentication." 376 DEFVAL { false } 377 ::= { l2tpConfigEntry 16 } 379 l2tpStatsTable OBJECT-TYPE 380 SYNTAX SEQUENCE OF L2tpStatsEntry 381 MAX-ACCESS not-accessible 382 STATUS current 383 DESCRIPTION 384 "" 385 ::= { l2tpGlobal 2 } 387 l2tpStatsEntry OBJECT-TYPE 388 SYNTAX L2tpStatsEntry 389 MAX-ACCESS not-accessible 390 STATUS current 391 DESCRIPTION 392 "." 393 INDEX { l2tpStatsIndex } 394 ::= { l2tpStatsTable 1 } 396 L2tpStatsEntry ::= SEQUENCE { 397 l2tpStatsIndex 398 INTEGER, 399 l2tpNumActiveTunnels 400 INTEGER, 401 l2tpStatsNumActiveSessions 402 INTEGER, 403 l2tpStatsFailedAuthentications 404 Counter32, 405 l2tpStatsMalformedPackets 406 Counter32, 407 l2tpStatsControlTunnelRecvPackets 408 Counter32, 409 l2tpStatsControlTunnelWithDataRecvPackets 410 Counter32, 411 l2tpStatsControlTunnelWithoutDataRecvPackets 412 Counter32, 413 l2tpStatsProcessedControlTunnelRecvPackets 414 Counter32, 415 l2tpStatsInSequenceControlTunnelRecvPackets 416 Counter32, 417 l2tpStatsOutSequenceControlTunnelRecvPackets 418 Counter32, 419 l2tpStatsInOrderControlTunnelRecvPackets 420 Counter32, 421 l2tpStatsOutOfOrderControlTunnelRecvPackets 422 Counter32, 423 l2tpStatsFlowDiscardedControlTunnelRecvPackets 424 Counter32, 425 l2tpStatsOutOfOrderDiscardedControlTunnelRecvPackets 426 Counter32, 427 l2tpStatsControlTunnelSendPackets 428 Counter32, 430 l2tpStatsControlTunnelWithdataSendPackets 431 Counter32, 432 l2tpStatsControlTunnelWithoutdataSendPackets 433 Counter32, 434 l2tpStatsControlTunnelFlowControlTimeouts 435 Counter32, 436 l2tpStatsLocalControlTunnelFlowControlEnables 437 Counter32, 438 l2tpStatsRemoteControlTunnelFlowControlEnables 439 Counter32, 440 l2tpStatsControlTunnelReassemblyTimeouts 441 Counter32, 442 l2tpStatsDataTunnelRecvPackets 443 Counter32, 444 l2tpStatsDataTunnelWithdataRecvPackets 445 Counter32, 446 l2tpStatsDataTunnelWithoutdataRecvPackets 447 Counter32, 448 l2tpStatsProcessedDataTunnelRecvPackets 449 Counter32, 450 l2tpStatsInSequenceDataTunnelRecvPackets 451 Counter32, 452 l2tpStatsOutSequenceDataTunnelRecvPackets 453 Counter32, 454 l2tpStatsInOrderDataTunnelRecvPackets 455 Counter32, 456 l2tpStatsOutOfOrderDataTunnelRecvPackets 457 Counter32, 458 l2tpStatsFlowDiscardedDataTunnelRecvPackets 459 Counter32, 460 l2tpStatsOutOfOrderDiscardedDataTunnelRecvPackets 461 Counter32, 462 l2tpStatsDataTunnelSendPackets 463 Counter32, 464 l2tpStatsDataTunnelWithdataSendPackets 465 Counter32, 466 l2tpStatsDataTunnelWithoutdataSendPackets 467 Counter32, 468 l2tpStatsDataTunnelFlowControlTimeouts 469 Counter32, 470 l2tpStatsLocalDataTunnelFlowControlEnables 471 Counter32, 472 l2tpStatsRemoteDataTunnelFlowControlEnables 473 Counter32, 474 l2tpStatsDataTunnelReassemblyTimeouts 475 Counter32 } 477 l2tpStatsIndex OBJECT-TYPE 478 SYNTAX INTEGER 479 MAX-ACCESS read-only 480 STATUS current 481 DESCRIPTION 482 " Should be the same value as l2tpConfigIndex to 483 reference the same logical l2tp protocol stack. " 484 ::= { l2tpStatsEntry 1 } 486 l2tpNumActiveTunnels OBJECT-TYPE 487 SYNTAX INTEGER 488 MAX-ACCESS read-only 489 STATUS current 490 DESCRIPTION 491 "This object returns the number of L2TP tunnels 492 that are currently active. " 493 ::= { l2tpStatsEntry 2 } 495 l2tpStatsNumActiveSessions OBJECT-TYPE 496 SYNTAX INTEGER 497 MAX-ACCESS read-only 498 STATUS current 499 DESCRIPTION 500 "This object returns the number of L2TP sessions 501 that are currently active. " 502 ::= { l2tpStatsEntry 3 } 504 l2tpStatsFailedAuthentications OBJECT-TYPE 505 SYNTAX Counter32 506 MAX-ACCESS read-only 507 STATUS current 508 DESCRIPTION 509 "This object returns a count of the number of L2TP 510 authentication's that have failed since this stack 511 was last initialized. " 512 ::= { l2tpStatsEntry 4 } 514 l2tpStatsMalformedPackets OBJECT-TYPE 515 SYNTAX Counter32 516 MAX-ACCESS read-only 517 STATUS current 518 DESCRIPTION 519 "This object returns a count of the number of malformed 520 packets received by this L2TP stack since it was last 521 initialized. " 522 ::= { l2tpStatsEntry 5 } 524 l2tpStatsControlTunnelRecvPackets OBJECT-TYPE 525 SYNTAX Counter32 526 MAX-ACCESS read-only 527 STATUS current 528 DESCRIPTION 529 " This object returns a count of the number of control 530 packets received by this L2TP stack since it was last 531 initialized." 532 ::= { l2tpStatsEntry 6 } 534 l2tpStatsControlTunnelWithDataRecvPackets OBJECT-TYPE 535 SYNTAX Counter32 536 MAX-ACCESS read-only 537 STATUS current 538 DESCRIPTION 539 " This object returns a count of the number of control 540 packets with data included that were received by this 541 L2TP stack since it was last initialized." 542 ::= { l2tpStatsEntry 7 } 544 l2tpStatsControlTunnelWithoutDataRecvPackets OBJECT-TYPE 545 SYNTAX Counter32 546 MAX-ACCESS read-only 547 STATUS current 548 DESCRIPTION 549 " This object returns a count of the number of Zero 550 length control packets that were received by this L2TP 551 stack since it was last initialized." 552 ::= { l2tpStatsEntry 8 } 554 l2tpStatsProcessedControlTunnelRecvPackets OBJECT-TYPE 555 SYNTAX Counter32 556 MAX-ACCESS read-only 557 STATUS current 558 DESCRIPTION 559 " This object returns a count of the number of received 560 control packets that were processed by this L2TP stack 561 since it was last initialized." 562 ::= { l2tpStatsEntry 9 } 564 l2tpStatsInSequenceControlTunnelRecvPackets OBJECT-TYPE 565 SYNTAX Counter32 566 MAX-ACCESS read-only 567 STATUS current 568 DESCRIPTION 569 " This object returns a count of the number of control 570 packets that were received in sequence by this L2TP 571 stack since it was last initialized." 572 ::= { l2tpStatsEntry 10 } 574 l2tpStatsOutSequenceControlTunnelRecvPackets OBJECT-TYPE 575 SYNTAX Counter32 576 MAX-ACCESS read-only 577 STATUS current 578 DESCRIPTION 579 " This object returns a count of the number of control 580 packets that were received out of sequence by this L2TP 581 stack since it was last initialized." 582 ::= { l2tpStatsEntry 11 } 584 l2tpStatsInOrderControlTunnelRecvPackets OBJECT-TYPE 585 SYNTAX Counter32 586 MAX-ACCESS read-only 587 STATUS current 588 DESCRIPTION 589 " This object returns a count of the number of control 590 packets that were received in order by this L2TP stack 591 since it was last initialized." 592 ::= { l2tpStatsEntry 12 } 594 l2tpStatsOutOfOrderControlTunnelRecvPackets OBJECT-TYPE 595 SYNTAX Counter32 596 MAX-ACCESS read-only 597 STATUS current 598 DESCRIPTION 599 " This object returns a count of the number of control 600 packets that were received out of order by this L2TP 601 stack since it was last initialized." 602 ::= { l2tpStatsEntry 13 } 604 l2tpStatsFlowDiscardedControlTunnelRecvPackets OBJECT-TYPE 605 SYNTAX Counter32 606 MAX-ACCESS read-only 607 STATUS current 608 DESCRIPTION 609 " This object returns a count of the number of control 610 packets that were discarded due to flow control by this 611 L2TP stack since it was last initialized." 612 ::= { l2tpStatsEntry 14 } 614 l2tpStatsOutOfOrderDiscardedControlTunnelRecvPackets OBJECT-TYPE 615 SYNTAX Counter32 616 MAX-ACCESS read-only 617 STATUS current 618 DESCRIPTION 619 " This object returns a count of the number of control 620 packets that were received and discarded due to ordering 621 by this L2TP stack since it was last initialized." 622 ::= { l2tpStatsEntry 15 } 624 l2tpStatsControlTunnelSendPackets OBJECT-TYPE 625 SYNTAX Counter32 626 MAX-ACCESS read-only 627 STATUS current 628 DESCRIPTION 629 " This object returns a count of the number of control 630 packets that were transmitted by this L2TP stack since 631 it was last initialized. " 632 ::= { l2tpStatsEntry 16 } 634 l2tpStatsControlTunnelWithdataSendPackets OBJECT-TYPE 635 SYNTAX Counter32 636 MAX-ACCESS read-only 637 STATUS current 638 DESCRIPTION 639 " This object returns a count of the number of control 640 packets that were transmitted with data by this L2TP 641 stack since it was last initialized." 642 ::= { l2tpStatsEntry 17 } 644 l2tpStatsControlTunnelWithoutdataSendPackets OBJECT-TYPE 645 SYNTAX Counter32 646 MAX-ACCESS read-only 647 STATUS current 648 DESCRIPTION 649 " This object returns a count of the number of Zero 650 Length control packets that were transmitted by this 651 L2TP stack since it was last initialized." 652 ::= { l2tpStatsEntry 18 } 654 l2tpStatsControlTunnelFlowControlTimeouts OBJECT-TYPE 655 SYNTAX Counter32 656 MAX-ACCESS read-only 657 STATUS current 658 DESCRIPTION 659 " This object returns a count of the number of control 660 tunnel timeouts due to flow control that were seen by 661 this L2TP stack since it was last initialized." 662 ::= { l2tpStatsEntry 19 } 664 l2tpStatsLocalControlTunnelFlowControlEnables OBJECT-TYPE 665 SYNTAX Counter32 666 MAX-ACCESS read-only 667 STATUS current 668 DESCRIPTION 669 " This object returns a count of the number of local 670 control Tunnel flow control enables that were seen by 671 this L2TP stack since it was last initialized." 672 ::= { l2tpStatsEntry 20 } 674 l2tpStatsRemoteControlTunnelFlowControlEnables OBJECT-TYPE 675 SYNTAX Counter32 676 MAX-ACCESS read-only 677 STATUS current 678 DESCRIPTION 679 " This object returns a count of the number of remote 680 control tunnel flow control enables that were seen by 681 this L2TP stack since it was last initialized." 682 ::= { l2tpStatsEntry 21 } 684 l2tpStatsControlTunnelReassemblyTimeouts OBJECT-TYPE 685 SYNTAX Counter32 686 MAX-ACCESS read-only 687 STATUS current 688 DESCRIPTION 689 " This object returns a count of the number of control 690 tunnel re-assembly time-outs that were seen by this 691 L2TP stack since it was last initialized." 692 ::= { l2tpStatsEntry 22 } 694 l2tpStatsDataTunnelRecvPackets OBJECT-TYPE 695 SYNTAX Counter32 696 MAX-ACCESS read-only 697 STATUS current 698 DESCRIPTION 699 " This object returns a count of the number of data 700 packets that were received by this L2TP stack since 701 it was last initialized. " 702 ::= { l2tpStatsEntry 23 } 704 l2tpStatsDataTunnelWithdataRecvPackets OBJECT-TYPE 705 SYNTAX Counter32 706 MAX-ACCESS read-only 707 STATUS current 708 DESCRIPTION 709 " This object returns a count of the number of data 710 packets that were received with data by this L2TP stack 711 since it was last initialized. " 712 ::= { l2tpStatsEntry 24 } 714 l2tpStatsDataTunnelWithoutdataRecvPackets OBJECT-TYPE 715 SYNTAX Counter32 716 MAX-ACCESS read-only 717 STATUS current 718 DESCRIPTION 719 " This object returns a count of the number of Zero 720 Length data packets that were received by this L2TP 721 stack since it was last initialized. " 722 ::= { l2tpStatsEntry 25 } 724 l2tpStatsProcessedDataTunnelRecvPackets OBJECT-TYPE 725 SYNTAX Counter32 726 MAX-ACCESS read-only 727 STATUS current 728 DESCRIPTION 729 " This object returns a count of the number of data 730 packets that were received and processed by this L2TP 731 stack since it was last initialized." 732 ::= { l2tpStatsEntry 26 } 734 l2tpStatsInSequenceDataTunnelRecvPackets OBJECT-TYPE 735 SYNTAX Counter32 736 MAX-ACCESS read-only 737 STATUS current 738 DESCRIPTION 739 " This object returns a count of the number of data 740 packets that were received in sequence by this L2TP 741 stack since it was last initialized. " 742 ::= { l2tpStatsEntry 27 } 744 l2tpStatsOutSequenceDataTunnelRecvPackets OBJECT-TYPE 745 SYNTAX Counter32 746 MAX-ACCESS read-only 747 STATUS current 748 DESCRIPTION 749 " This object returns a count of the number of data 750 packets that were received out of sequence by this 751 L2TP stack since it was last initialized." 752 ::= { l2tpStatsEntry 28 } 754 l2tpStatsInOrderDataTunnelRecvPackets OBJECT-TYPE 755 SYNTAX Counter32 756 MAX-ACCESS read-only 757 STATUS current 758 DESCRIPTION 759 " This object returns a count of the number of data 760 packets that were received in order by this L2TP 761 stack since it was last initialized. " 762 ::= { l2tpStatsEntry 29 } 764 l2tpStatsOutOfOrderDataTunnelRecvPackets OBJECT-TYPE 765 SYNTAX Counter32 766 MAX-ACCESS read-only 767 STATUS current 768 DESCRIPTION 769 " This object returns a count of the number of data 770 packets that were received out of order by this L2TP 771 stack since it was last initialized. " 772 ::= { l2tpStatsEntry 30 } 774 l2tpStatsFlowDiscardedDataTunnelRecvPackets OBJECT-TYPE 775 SYNTAX Counter32 776 MAX-ACCESS read-only 777 STATUS current 778 DESCRIPTION 779 " This object returns a count of the number of data 780 packets that were received and discarded due to flow 781 control by this L2TP stack since it was last initialized." 782 ::= { l2tpStatsEntry 31 } 784 l2tpStatsOutOfOrderDiscardedDataTunnelRecvPackets OBJECT-TYPE 785 SYNTAX Counter32 786 MAX-ACCESS read-only 787 STATUS current 788 DESCRIPTION 789 " This object returns a count of the number of data 790 packets that were received and discarded due to 791 ordering by this L2TP stack since it was last initialized." 792 ::= { l2tpStatsEntry 32 } 794 l2tpStatsDataTunnelSendPackets OBJECT-TYPE 795 SYNTAX Counter32 796 MAX-ACCESS read-only 797 STATUS current 798 DESCRIPTION 799 " This object returns a count of the number of data 800 packets that were transmitted on the data Tunnel by 801 this L2TP stack since it was last initialized." 802 ::= { l2tpStatsEntry 33 } 804 l2tpStatsDataTunnelWithdataSendPackets OBJECT-TYPE 805 SYNTAX Counter32 806 MAX-ACCESS read-only 807 STATUS current 808 DESCRIPTION 809 " This object returns a count of the number of data 810 packets that were transmitted with data by this L2TP 811 stack since it was last initialized. " 812 ::= { l2tpStatsEntry 34 } 814 l2tpStatsDataTunnelWithoutdataSendPackets OBJECT-TYPE 815 SYNTAX Counter32 816 MAX-ACCESS read-only 817 STATUS current 818 DESCRIPTION 819 " This object returns a count of the number of Zero 820 length data packets that were transmitted by this L2TP 821 stack since it was last initialized." 822 ::= { l2tpStatsEntry 35 } 824 l2tpStatsDataTunnelFlowControlTimeouts OBJECT-TYPE 825 SYNTAX Counter32 826 MAX-ACCESS read-only 827 STATUS current 828 DESCRIPTION 829 " This object returns a count of the number of data 830 Tunnel flow control time-outs seen by this L2TP stack 831 since it was last initialized. " 832 ::= { l2tpStatsEntry 36} 834 l2tpStatsLocalDataTunnelFlowControlEnables OBJECT-TYPE 835 SYNTAX Counter32 836 MAX-ACCESS read-only 837 STATUS current 838 DESCRIPTION 839 " This object returns a count of the number of local 840 data Tunnel flow control enables seen by this L2TP 841 stack since it was last initialized." 842 ::= { l2tpStatsEntry 37 } 844 l2tpStatsRemoteDataTunnelFlowControlEnables OBJECT-TYPE 845 SYNTAX Counter32 846 MAX-ACCESS read-only 847 STATUS current 848 DESCRIPTION 849 " This object returns a count of the number of remote 850 data Tunnel flow control enables seen by this L2TP 851 stack since it was last initialized. " 852 ::= { l2tpStatsEntry 38 } 854 l2tpStatsDataTunnelReassemblyTimeouts OBJECT-TYPE 855 SYNTAX Counter32 856 MAX-ACCESS read-only 857 STATUS current 858 DESCRIPTION 859 " This object returns a count of the number of data 860 Tunnel re-assembly time-outs seen by this L2TP stack 861 since it was last initialized. " 862 ::= { l2tpStatsEntry 39 } 864 l2tpTunnel OBJECT-IDENTITY 865 STATUS current 866 DESCRIPTION 867 "The root of the L2TP tunnel Object-Identifiers." 868 ::= { l2tp 2 } 870 l2tpTunnelQueryTable OBJECT-TYPE 871 SYNTAX SEQUENCE OF L2tpTunnelQueryEntry 872 MAX-ACCESS not-accessible 873 STATUS current 874 DESCRIPTION 875 "A table containing the READ ONLY parameters for L2TP 876 Tunnel MIB." 878 ::= { l2tpTunnel 1 } 880 l2tpTunnelQueryEntry OBJECT-TYPE 881 SYNTAX L2tpTunnelQueryEntry 882 MAX-ACCESS not-accessible 883 STATUS current 884 DESCRIPTION 885 " " 886 INDEX { l2tpTunnelLogicalStackIndex, 887 l2tpTunnelLocalControlTunnelId } 888 ::= { l2tpTunnelQueryTable 1 } 890 L2tpTunnelQueryEntry ::= SEQUENCE { 891 l2tpTunnelLogicalStackIndex 892 INTEGER, 893 l2tpTunnelLocalControlTunnelId 894 INTEGER, 895 l2tpTunnelPeerControlTunnelId 896 INTEGER, 897 l2tpTunnelControlTunnelState 898 INTEGER, 899 l2tpTunnelLocalInitConnection 900 TruthValue, 901 l2tpTunnelIpAddress 902 IpAddress, 903 l2tpTunnelLocalRecvPktWindow 904 INTEGER, 905 l2tpTunnelRemoteRecvPktWindow 906 INTEGER, 907 l2tpTunnelControlTunnelRecvPkts 908 Counter32, 909 l2tpTunnelControlTunnelDataRecvPkts 910 Counter32, 911 l2tpTunnelControlTunnelNoDataRecvPkt 912 Counter32, 913 l2tpTunnelProcessedControlTunnelRecvPkts 914 Counter32, 915 l2tpTunnelInSeqControlTunnelRecvPkts 916 Counter32, 917 l2tpTunnelOutOfSequenceControlTunnelRecvPkts 918 Counter32, 919 l2tpTunnelInOrderControlTunnelRecvPkts 920 Counter32, 921 l2tpTunnelOutOfOrderControlTunnelRecvPkts 922 Counter32, 923 l2tpTunnelFlwDiscControlTunnelRecvPk 924 Counter32, 925 l2tpTunnelOutOfOrderDisCtlChnRecvPkt 926 Counter32, 927 l2tpTunnelCtlTunnelSndPkts 928 Counter32, 929 l2tpTunnelCtlTunnelDataSndPkts 930 Counter32, 931 l2tpTunnelCtlTunnelNoDataSndPkts 932 Counter32, 933 l2tpTunnelCtlTunnelFlwCtlTimeouts 934 Counter32, 935 l2tpTunnelLocalCtlTunnelFlwCtlOn 936 TruthValue, 937 l2tpTunnelLocalCtlTunnelFlwCtlEnables 938 Counter32, 939 l2tpTunnelRemoCtlTunnelFlwCtlOn 940 TruthValue, 941 l2tpTunnelRemoCtlTunnelFlwCtlEna 942 Counter32, 943 l2tpTunnelCtlTunnelReassmblyTimeouts 944 Counter32, 945 l2tpTunnelRemoteHostName 946 OCTET STRING } 948 l2tpTunnelLogicalStackIndex OBJECT-TYPE 949 SYNTAX INTEGER 950 MAX-ACCESS read-only 951 STATUS current 952 DESCRIPTION 953 "This object contains a reference to the logical 954 l2tp protocol stack and must be the same as the 955 l2tpConfigIndex." 956 ::= { l2tpTunnelQueryEntry 1 } 958 l2tpTunnelLocalControlTunnelId OBJECT-TYPE 959 SYNTAX INTEGER 960 MAX-ACCESS read-only 961 STATUS current 962 DESCRIPTION 963 "This object contains the local tunnel Identifier." 964 ::= { l2tpTunnelQueryEntry 2 } 966 l2tpTunnelPeerControlTunnelId OBJECT-TYPE 967 SYNTAX INTEGER 968 MAX-ACCESS read-only 969 STATUS current 970 DESCRIPTION 971 "This object contains the remote tunnel Identifier." 972 ::= { l2tpTunnelQueryEntry 3 } 974 l2tpTunnelControlTunnelState OBJECT-TYPE 975 SYNTAX INTEGER{ 976 noState(1), 977 tunnelAllocated(2), 978 tunnelConnecting(3), 979 tunnelStartingSession(4), 980 tunnelEstablished(5), 981 tunnelStoppingSession(6), 982 tunnelDisconnecting(7), 983 tunnelLost(8), 984 idleTimeOut(9) 985 } 986 MAX-ACCESS read-only 987 STATUS current 988 DESCRIPTION 989 "This field contains the current state of 990 the control tunnel. " 991 ::= { l2tpTunnelQueryEntry 4 } 993 l2tpTunnelLocalInitConnection OBJECT-TYPE 994 SYNTAX TruthValue 995 MAX-ACCESS read-only 996 STATUS current 997 DESCRIPTION 998 "This object indicates whether the tunnel was 999 generated locally or not. When this object 1000 returns a value of true(1) the tunnel was 1001 locally generated." 1002 ::= { l2tpTunnelQueryEntry 5 } 1004 l2tpTunnelIpAddress OBJECT-TYPE 1005 SYNTAX IpAddress 1006 MAX-ACCESS read-only 1007 STATUS current 1008 DESCRIPTION 1009 "IP address of the remote peer." 1010 ::= { l2tpTunnelQueryEntry 6 } 1012 l2tpTunnelLocalRecvPktWindow OBJECT-TYPE 1013 SYNTAX INTEGER 1014 MAX-ACCESS read-only 1015 STATUS current 1016 DESCRIPTION 1017 "This object contains the local Send Window Size." 1018 ::= { l2tpTunnelQueryEntry 7 } 1020 l2tpTunnelRemoteRecvPktWindow OBJECT-TYPE 1021 SYNTAX INTEGER 1022 MAX-ACCESS read-only 1023 STATUS current 1024 DESCRIPTION 1025 "This object contains the remote receive window size." 1026 ::= { l2tpTunnelQueryEntry 8 } 1028 l2tpTunnelControlTunnelRecvPkts OBJECT-TYPE 1029 SYNTAX Counter32 1030 MAX-ACCESS read-only 1031 STATUS current 1032 DESCRIPTION 1033 "This object contains the number of control packets 1034 received on the control tunnel." 1035 ::= { l2tpTunnelQueryEntry 9 } 1037 l2tpTunnelControlTunnelDataRecvPkts OBJECT-TYPE 1038 SYNTAX Counter32 1039 MAX-ACCESS read-only 1040 STATUS current 1041 DESCRIPTION 1042 "This object contains the number of control packets 1043 received with data." 1044 ::= { l2tpTunnelQueryEntry 10 } 1046 l2tpTunnelControlTunnelNoDataRecvPkt OBJECT-TYPE 1047 SYNTAX Counter32 1048 MAX-ACCESS read-only 1049 STATUS current 1050 DESCRIPTION 1051 "This object contains the number of Zero Length packets 1052 received." 1053 ::= { l2tpTunnelQueryEntry 11 } 1055 l2tpTunnelProcessedControlTunnelRecvPkts OBJECT-TYPE 1056 SYNTAX Counter32 1057 MAX-ACCESS read-only 1058 STATUS current 1059 DESCRIPTION 1060 "This object contains the number of received packets 1061 which were processed." 1062 ::= { l2tpTunnelQueryEntry 12 } 1064 l2tpTunnelInSeqControlTunnelRecvPkts OBJECT-TYPE 1065 SYNTAX Counter32 1066 MAX-ACCESS read-only 1067 STATUS current 1068 DESCRIPTION 1069 "This object contains the number of packet received 1070 in sequence." 1071 ::= { l2tpTunnelQueryEntry 13 } 1073 l2tpTunnelOutOfSequenceControlTunnelRecvPkts OBJECT-TYPE 1074 SYNTAX Counter32 1075 MAX-ACCESS read-only 1076 STATUS current 1077 DESCRIPTION 1078 "This object contains the number of packets received 1079 out of sequence." 1080 ::= { l2tpTunnelQueryEntry 14 } 1082 l2tpTunnelInOrderControlTunnelRecvPkts OBJECT-TYPE 1083 SYNTAX Counter32 1084 MAX-ACCESS read-only 1085 STATUS current 1086 DESCRIPTION 1087 "This object contains the number of packets received 1088 in order." 1089 ::= { l2tpTunnelQueryEntry 15 } 1091 l2tpTunnelOutOfOrderControlTunnelRecvPkts OBJECT-TYPE 1092 SYNTAX Counter32 1093 MAX-ACCESS read-only 1094 STATUS current 1095 DESCRIPTION 1096 "This object contains the number of packets received 1097 out of order." 1098 ::= { l2tpTunnelQueryEntry 16 } 1100 l2tpTunnelFlwDiscControlTunnelRecvPk OBJECT-TYPE 1101 SYNTAX Counter32 1102 MAX-ACCESS read-only 1103 STATUS current 1104 DESCRIPTION 1105 "This object contains the number of received packets 1106 discarded due to flow control." 1107 ::= { l2tpTunnelQueryEntry 17 } 1109 l2tpTunnelOutOfOrderDisCtlChnRecvPkt OBJECT-TYPE 1110 SYNTAX Counter32 1111 MAX-ACCESS read-only 1112 STATUS current 1113 DESCRIPTION 1114 "This object contains the number of received packets 1115 discarded due to ordering." 1116 ::= { l2tpTunnelQueryEntry 18 } 1118 l2tpTunnelCtlTunnelSndPkts OBJECT-TYPE 1119 SYNTAX Counter32 1120 MAX-ACCESS read-only 1121 STATUS current 1122 DESCRIPTION 1123 "This object contains the number of packets transmitted." 1124 ::= { l2tpTunnelQueryEntry 19 } 1126 l2tpTunnelCtlTunnelDataSndPkts OBJECT-TYPE 1127 SYNTAX Counter32 1128 MAX-ACCESS read-only 1129 STATUS current 1130 DESCRIPTION 1131 "This object contains the number of packets transmitted 1132 with data." 1133 ::= { l2tpTunnelQueryEntry 20 } 1135 l2tpTunnelCtlTunnelNoDataSndPkts OBJECT-TYPE 1136 SYNTAX Counter32 1137 MAX-ACCESS read-only 1138 STATUS current 1139 DESCRIPTION 1140 "This object contains the number of Zero Length packets 1141 transmitted." 1142 ::= { l2tpTunnelQueryEntry 21 } 1144 l2tpTunnelCtlTunnelFlwCtlTimeouts OBJECT-TYPE 1145 SYNTAX Counter32 1146 MAX-ACCESS read-only 1147 STATUS current 1148 DESCRIPTION 1149 "This object contains the number of timeouts due to 1150 flow control." 1151 ::= { l2tpTunnelQueryEntry 22 } 1153 l2tpTunnelLocalCtlTunnelFlwCtlOn OBJECT-TYPE 1154 SYNTAX TruthValue 1155 MAX-ACCESS read-only 1156 STATUS current 1157 DESCRIPTION 1158 "This object indicates the local flow control status." 1159 ::= { l2tpTunnelQueryEntry 23 } 1161 l2tpTunnelLocalCtlTunnelFlwCtlEnables OBJECT-TYPE 1162 SYNTAX Counter32 1163 MAX-ACCESS read-only 1164 STATUS current 1165 DESCRIPTION 1166 "This object contains the number of local flow control 1167 enables for the control session." 1168 ::= { l2tpTunnelQueryEntry 24 } 1170 l2tpTunnelRemoCtlTunnelFlwCtlOn OBJECT-TYPE 1171 SYNTAX TruthValue 1172 MAX-ACCESS read-only 1173 STATUS current 1174 DESCRIPTION 1175 "This object contains the remote flow control status." 1176 ::= { l2tpTunnelQueryEntry 25 } 1178 l2tpTunnelRemoCtlTunnelFlwCtlEna OBJECT-TYPE 1179 SYNTAX Counter32 1180 MAX-ACCESS read-only 1181 STATUS current 1182 DESCRIPTION 1183 "This object contains the number of remote flow control 1184 enables for the control session." 1185 ::= { l2tpTunnelQueryEntry 26 } 1187 l2tpTunnelCtlTunnelReassmblyTimeouts OBJECT-TYPE 1188 SYNTAX Counter32 1189 MAX-ACCESS read-only 1190 STATUS current 1191 DESCRIPTION 1192 "This object contains the number of reassembly 1193 timeouts which occurred." 1194 ::= { l2tpTunnelQueryEntry 27 } 1196 l2tpTunnelRemoteHostName OBJECT-TYPE 1197 SYNTAX OCTET STRING 1198 MAX-ACCESS read-only 1199 STATUS current 1200 DESCRIPTION 1201 "This object contains the host name of the L2TP peer." 1202 ::= { l2tpTunnelQueryEntry 28 } 1204 l2tpSession OBJECT-IDENTITY 1205 STATUS current 1206 DESCRIPTION 1207 "The root of L2TP Session Module Object-identifiers." 1208 ::= { l2tp 3 } 1210 l2tpSessionTable OBJECT-TYPE 1211 SYNTAX SEQUENCE OF L2tpSessionEntry 1212 MAX-ACCESS not-accessible 1213 STATUS current 1214 DESCRIPTION 1215 "" 1216 ::= { l2tpSession 1 } 1218 l2tpSessionEntry OBJECT-TYPE 1219 SYNTAX L2tpSessionEntry 1220 MAX-ACCESS not-accessible 1221 STATUS current 1222 DESCRIPTION 1223 "." 1224 INDEX { l2tpSessionLogicalStackIndex, 1225 l2tpSessionTunnelID , l2tpSessionLocalCallID } 1226 ::= { l2tpSessionTable 1 } 1228 L2tpSessionEntry ::= SEQUENCE { 1229 l2tpSessionLogicalStackIndex 1230 INTEGER, 1231 l2tpSessionTunnelID 1232 INTEGER, 1233 l2tpSessionLocalCallID 1234 INTEGER, 1235 l2tpSessionRemoteCallID 1236 INTEGER, 1237 l2tpSessionPeerName 1238 DisplayString, 1239 l2tpSessionDuration 1240 MilliSeconds, 1241 l2tpSessionLineState 1242 INTEGER, 1243 l2tpSessionCallDeviceNumber 1244 INTEGER, 1245 l2tpSessionCallSerialNumber 1246 DisplayString, 1247 l2tpSessionConnectBps 1248 INTEGER, 1249 l2tpSessionCallBearerType 1250 INTEGER, 1251 l2tpSessionFramingType 1252 INTEGER, 1253 l2tpSessionLocalRecvPacketWindow 1254 INTEGER, 1255 l2tpSessionRemoteRecvPacketWindow 1256 INTEGER, 1257 l2tpSessionRemoteWindowType 1258 INTEGER, 1259 l2tpSessionLocalWindowType 1260 INTEGER, 1261 l2tpSessionDataTunnelRecvPackets 1262 Counter32, 1263 l2tpSessionDataTunnelWithDataRecvPackets 1264 Counter32, 1265 l2tpSessionDataTunnelWithoutDataRecvPackets 1266 Counter32, 1267 l2tpSessionProcessedDataTunnelRecvPackets 1268 Counter32, 1269 l2tpSessionInSequenceDataTunnelRecvPackets 1270 Counter32, 1271 l2tpSessionOutSequenceDataTunnelRecvPackets 1272 Counter32, 1273 l2tpSessionInOrderDatTunnelRecvPackets 1274 Counter32, 1275 l2tpSessionOutOfOrderDataTunnelRecvPackets 1276 Counter32, 1277 l2tpSessionFlowDiscardedDataTunnelRecvPackets 1278 Counter32, 1279 l2tpSessionOutOfOrderDiscardedDataTunnelRecvPackets 1280 Counter32, 1281 l2tpSessionDataTunnelSendPackets 1282 Counter32, 1283 l2tpSessionDataTunnelWithDataSendPackets 1284 Counter32, 1285 l2tpSessionDataTunnelWithoutDataSendPackets 1286 Counter32, 1287 l2tpSessionDataTunnelFlowControlTimeouts 1288 Counter32, 1289 l2tpSessionLocalDataTunnelFlowControlOn 1290 TruthValue, 1291 l2tpSessionLocalDataTunnelFlowControlEnables 1292 Counter32, 1293 l2tpSessionRemoteDataTunnelFlowwControlOn 1294 TruthValue, 1295 l2tpSessionRemoteDataTunnelFlowControlEnables 1296 Counter32, 1297 l2tpSessionDataTunnelReassemblyTimeouts 1298 Counter32 } 1300 l2tpSessionLogicalStackIndex OBJECT-TYPE 1301 SYNTAX INTEGER 1302 MAX-ACCESS read-only 1303 STATUS current 1304 DESCRIPTION 1305 "This object contains a reference to the logical 1306 l2tp protocol stack and must be the same as the 1307 l2tpConfigIndex and l2tpTunelLogicalStackIndex." 1308 ::= { l2tpSessionEntry 1 } 1310 l2tpSessionTunnelID OBJECT-TYPE 1311 SYNTAX INTEGER 1312 MAX-ACCESS read-only 1313 STATUS current 1314 DESCRIPTION 1315 "This object contains the control Channel Tunnel 1316 identifier for this session" 1317 ::= { l2tpSessionEntry 2 } 1319 l2tpSessionLocalCallID OBJECT-TYPE 1320 SYNTAX INTEGER 1321 MAX-ACCESS read-only 1322 STATUS current 1323 DESCRIPTION 1324 "This object contains the local call identifier 1325 for the session. " 1326 ::= { l2tpSessionEntry 3 } 1328 l2tpSessionRemoteCallID OBJECT-TYPE 1329 SYNTAX INTEGER 1330 MAX-ACCESS read-only 1331 STATUS current 1332 DESCRIPTION 1333 "This object contains the remote call identifier 1334 for the session. " 1335 ::= { l2tpSessionEntry 4 } 1337 l2tpSessionPeerName OBJECT-TYPE 1338 SYNTAX DisplayString 1339 MAX-ACCESS read-only 1340 STATUS current 1341 DESCRIPTION 1342 " identifies the peer session name on this interface. 1343 This is typically the login name of the remote user " 1344 ::= { l2tpSessionEntry 5 } 1346 l2tpSessionDuration OBJECT-TYPE 1347 SYNTAX MilliSeconds 1348 MAX-ACCESS read-only 1349 STATUS current 1350 DESCRIPTION 1351 " Number of milliseconds the session has been up on this 1352 interface " 1353 ::= { l2tpSessionEntry 6 } 1355 l2tpSessionLineState OBJECT-TYPE 1356 SYNTAX INTEGER { 1357 noState(1), 1358 allocated(2), 1359 waitingControlTunnel(3), 1360 calling(4), 1361 offering(5), 1362 answering(6), 1363 connected(7), 1364 disconnectingLocal(8), 1365 disconnectingRemote(9), 1366 lostControlTunnel(10) 1367 } 1368 MAX-ACCESS read-only 1369 STATUS current 1370 DESCRIPTION 1371 "This object contains the current state of the 1372 control Tunnel. " 1373 ::= { l2tpSessionEntry 7 } 1375 l2tpSessionCallDeviceNumber OBJECT-TYPE 1376 SYNTAX INTEGER 1377 MAX-ACCESS read-only 1378 STATUS current 1379 DESCRIPTION 1380 "NO DESCRIPTION PROVIDED" 1381 ::= { l2tpSessionEntry 8 } 1383 l2tpSessionCallSerialNumber OBJECT-TYPE 1384 SYNTAX DisplayString 1385 MAX-ACCESS read-only 1386 STATUS current 1387 DESCRIPTION 1388 "This object contains the serial number that applies 1389 to the session. " 1390 ::= { l2tpSessionEntry 9 } 1392 l2tpSessionConnectBps OBJECT-TYPE 1393 SYNTAX INTEGER 1394 MAX-ACCESS read-only 1395 STATUS current 1396 DESCRIPTION 1397 "This object returns the baud rate which this session 1398 was established at." 1399 ::= { l2tpSessionEntry 10 } 1401 l2tpSessionCallBearerType OBJECT-TYPE 1402 SYNTAX INTEGER { 1403 digital(1), 1404 analog(2) 1405 } 1406 MAX-ACCESS read-only 1407 STATUS current 1408 DESCRIPTION 1409 "This object returns the bearer type that applies to 1410 this session." 1411 ::= { l2tpSessionEntry 11 } 1413 l2tpSessionFramingType OBJECT-TYPE 1414 SYNTAX INTEGER { 1415 asynchronous(1), 1416 synchronous(2) 1417 } 1418 MAX-ACCESS read-only 1419 STATUS current 1420 DESCRIPTION 1421 "This object returns the framing type used for this 1422 session. " 1423 ::= { l2tpSessionEntry 12 } 1425 l2tpSessionLocalRecvPacketWindow OBJECT-TYPE 1426 SYNTAX INTEGER 1427 MAX-ACCESS read-only 1428 STATUS current 1429 DESCRIPTION 1430 "This object returns the local send window size for 1431 this session." 1432 ::= { l2tpSessionEntry 13 } 1434 l2tpSessionRemoteRecvPacketWindow OBJECT-TYPE 1435 SYNTAX INTEGER 1436 MAX-ACCESS read-only 1437 STATUS current 1438 DESCRIPTION 1439 "This object returns the remote send window size for 1440 this session." 1441 ::= { l2tpSessionEntry 14 } 1443 l2tpSessionRemoteWindowType OBJECT-TYPE 1444 SYNTAX INTEGER { 1445 enabled(1), 1446 disabled(2) 1447 } 1448 MAX-ACCESS read-only 1449 STATUS current 1450 DESCRIPTION 1451 "This object returns the remote window type." 1452 ::= { l2tpSessionEntry 15 } 1454 l2tpSessionLocalWindowType OBJECT-TYPE 1455 SYNTAX INTEGER { 1456 enabled(1), 1457 disabled(2) 1458 } 1459 MAX-ACCESS read-only 1460 STATUS current 1461 DESCRIPTION 1462 "This object returns the local window type." 1463 ::= { l2tpSessionEntry 16 } 1465 l2tpSessionDataTunnelRecvPackets OBJECT-TYPE 1466 SYNTAX Counter32 1467 MAX-ACCESS read-only 1468 STATUS current 1469 DESCRIPTION 1470 "This object returns the total number of packets received 1471 on the data Tunnel for this session. " 1472 ::= { l2tpSessionEntry 17 } 1474 l2tpSessionDataTunnelWithDataRecvPackets OBJECT-TYPE 1475 SYNTAX Counter32 1476 MAX-ACCESS read-only 1477 STATUS current 1478 DESCRIPTION 1479 "This object returns the total number of packets received 1480 on the data Tunnel for this session which contained data. " 1481 ::= { l2tpSessionEntry 18 } 1483 l2tpSessionDataTunnelWithoutDataRecvPackets OBJECT-TYPE 1484 SYNTAX Counter32 1485 MAX-ACCESS read-only 1486 STATUS current 1487 DESCRIPTION 1488 "This object returns the total number of Zero Length 1489 packets received on the data Tunnel for this session. " 1490 ::= { l2tpSessionEntry 19 } 1492 l2tpSessionProcessedDataTunnelRecvPackets OBJECT-TYPE 1493 SYNTAX Counter32 1494 MAX-ACCESS read-only 1495 STATUS current 1496 DESCRIPTION 1497 "This object returns the total number of packets 1498 received on the data Tunnel for this session which 1499 were processed. " 1500 ::= { l2tpSessionEntry 20 } 1502 l2tpSessionInSequenceDataTunnelRecvPackets OBJECT-TYPE 1503 SYNTAX Counter32 1504 MAX-ACCESS read-only 1505 STATUS current 1506 DESCRIPTION 1507 "This object returns the total number of packets 1508 received on the data Tunnel for this session which 1509 were received in sequence. " 1510 ::= { l2tpSessionEntry 21 } 1512 l2tpSessionOutSequenceDataTunnelRecvPackets OBJECT-TYPE 1513 SYNTAX Counter32 1514 MAX-ACCESS read-only 1515 STATUS current 1516 DESCRIPTION 1517 "This object returns the total number of packets 1518 received on the data Tunnel for this session which 1519 were received out of sequence. " 1520 ::= { l2tpSessionEntry 22 } 1522 l2tpSessionInOrderDatTunnelRecvPackets OBJECT-TYPE 1523 SYNTAX Counter32 1524 MAX-ACCESS read-only 1525 STATUS current 1526 DESCRIPTION 1527 "This object returns the total number of packets 1528 received on the data Tunnel for this session which 1529 were received in order. " 1530 ::= { l2tpSessionEntry 23 } 1532 l2tpSessionOutOfOrderDataTunnelRecvPackets OBJECT-TYPE 1533 SYNTAX Counter32 1534 MAX-ACCESS read-only 1535 STATUS current 1536 DESCRIPTION 1537 "This object returns the total number of packets 1538 received on the data Tunnel for this session which 1539 were received out of order. " 1540 ::= { l2tpSessionEntry 24 } 1542 l2tpSessionFlowDiscardedDataTunnelRecvPackets OBJECT-TYPE 1543 SYNTAX Counter32 1544 MAX-ACCESS read-only 1545 STATUS current 1546 DESCRIPTION 1547 "This object returns the total number of packets 1548 received on the data Tunnel for this session which 1549 were discarded due to flow control. " 1550 ::= { l2tpSessionEntry 25 } 1552 l2tpSessionOutOfOrderDiscardedDataTunnelRecvPackets OBJECT-TYPE 1553 SYNTAX Counter32 1554 MAX-ACCESS read-only 1555 STATUS current 1556 DESCRIPTION 1557 "This object returns the total number of packets 1558 received on the data Tunnel for this session which 1559 were discarded due to ordering. " 1560 ::= { l2tpSessionEntry 26 } 1562 l2tpSessionDataTunnelSendPackets OBJECT-TYPE 1563 SYNTAX Counter32 1564 MAX-ACCESS read-only 1565 STATUS current 1566 DESCRIPTION 1567 "This object returns the total number of packets 1568 transmitted on the data Tunnel for this session. " 1569 ::= { l2tpSessionEntry 27 } 1571 l2tpSessionDataTunnelWithDataSendPackets OBJECT-TYPE 1572 SYNTAX Counter32 1573 MAX-ACCESS read-only 1574 STATUS current 1575 DESCRIPTION 1576 "This object returns the total number of packets 1577 transmitted on the data Tunnel for this session 1578 which contained data. " 1579 ::= { l2tpSessionEntry 28 } 1581 l2tpSessionDataTunnelWithoutDataSendPackets OBJECT-TYPE 1582 SYNTAX Counter32 1583 MAX-ACCESS read-only 1584 STATUS current 1585 DESCRIPTION 1586 "This object returns the total number of Zero 1587 Length packets transmitted on the data Tunnel 1588 for this session. " 1589 ::= { l2tpSessionEntry 29 } 1591 l2tpSessionDataTunnelFlowControlTimeouts OBJECT-TYPE 1592 SYNTAX Counter32 1593 MAX-ACCESS read-only 1594 STATUS current 1595 DESCRIPTION 1596 "This object returns the total number of flow 1597 control time-outs seen on the data Tunnel for 1598 this session. " 1599 ::= { l2tpSessionEntry 30 } 1601 l2tpSessionLocalDataTunnelFlowControlOn OBJECT-TYPE 1602 SYNTAX TruthValue 1603 MAX-ACCESS read-only 1604 STATUS current 1605 DESCRIPTION 1606 "This object returns the current local flow control 1607 state for the data Tunnel of this session." 1608 ::= { l2tpSessionEntry 31 } 1610 l2tpSessionLocalDataTunnelFlowControlEnables OBJECT-TYPE 1611 SYNTAX Counter32 1612 MAX-ACCESS read-only 1613 STATUS current 1614 DESCRIPTION 1615 "This object returns the total number of local flow 1616 control enables seen on the data Tunnel for this session. " 1617 ::= { l2tpSessionEntry 32 } 1619 l2tpSessionRemoteDataTunnelFlowwControlOn OBJECT-TYPE 1620 SYNTAX TruthValue 1621 MAX-ACCESS read-only 1622 STATUS current 1623 DESCRIPTION 1624 "This object returns the current remote flow control 1625 state for the data Tunnel of this session." 1626 ::= { l2tpSessionEntry 33 } 1628 l2tpSessionRemoteDataTunnelFlowControlEnables OBJECT-TYPE 1629 SYNTAX Counter32 1630 MAX-ACCESS read-only 1631 STATUS current 1632 DESCRIPTION 1633 "This object returns the number of remote flow control 1634 enables seen on the data Tunnel for this session." 1635 ::= { l2tpSessionEntry 34 } 1637 l2tpSessionDataTunnelReassemblyTimeouts OBJECT-TYPE 1638 SYNTAX Counter32 1639 MAX-ACCESS read-only 1640 STATUS current 1641 DESCRIPTION 1642 "This object returns the nubmer of re-assembly time-outs 1643 seen on the data Tunnel for this session." 1644 ::= { l2tpSessionEntry 35 } 1646 END 1648 4.0 Contacts 1650 Pat Calhoun 1651 3Com Corporation 1652 1800 W. Central Ave 1653 Mount Prospect, Il 60031 1654 pcalhoun@usr.com 1656 Gayam Reddy 1657 3Com Corporation 1658 1800 W. Central Ave 1659 Mount Prospect, Il 60031 1660 greddy@usr.com 1662 Bill Vroman 1663 3Com Corporation 1664 1800 W. Central Ave 1665 Mount Prospect, Il 60031 1666 bvroman@usr.com 1668 Ross Wheeler 1669 RouterWare 1670 3961 MacArthur Blvd, Suite 212 1671 Newport Beach, CA 92660 1672 ross@routerware.com