DOCSIS-ConfigFile

 view release on metacpan or  search on metacpan

lib/DOCSIS/ConfigFile/mibs/PKTC-EVENT-MIB  view on Meta::CPAN

535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
    STATUS      current
    DESCRIPTION
            "Provides the MAC address of the device generating the event."
    ::= { pktcDevEventEntry 7 }
 
    pktcDevEvEndpointName        OBJECT-TYPE
    SYNTAX      DisplayString
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
            "This is the endpoint identifier followed by the FQDN/IP Address
             of the device. This is in the form - AALN/X:FQDN/IP Address.
             If the event is not specific to an endpoint, then the contents
             is just the FQDN/IP address."
    ::= { pktcDevEventEntry 8 }
 
--
--      Event Data for Traps - Informs
--
    pktcDevEvReportIndex           OBJECT-TYPE
    SYNTAX      Integer32  (1..2147483647)
    MAX-ACCESS  read-only
    STATUS      current

lib/DOCSIS/ConfigFile/mibs/PKTC-EVENT-MIB  view on Meta::CPAN

622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
STATUS      current
 DESCRIPTION
       "Provides the MAC address of the device generating the event."
 ::= { pktcDevEventNotify 7 }
 
 pktcDevEvReportEndpointName  OBJECT-TYPE
 SYNTAX      DisplayString
 MAX-ACCESS  read-only
 STATUS      current
 DESCRIPTION
       "This is the endpoint identifier followed by the FQDN/IP Address of the
        device. in the case of the , this is in the form - AALN/X:FQDN/IP
        Address. If the event is not specific to an endpoint, then the contents
        is just the FQDN/IP address"
 ::= { pktcDevEventNotify 8 }
 
pktcDevEvInform NOTIFICATION-TYPE
     OBJECTS { pktcDevEvReportIndex, pktcDevEvReportTime,pktcDevEvReportLevel,
         pktcDevEvReportEnterprise,pktcDevEvReportId,pktcDevEvReportText,
         pktcDevEvReportMacAddress,pktcDevEvReportEndpointName }
     STATUS      current
     DESCRIPTION
             "Inform for event reporting "

lib/DOCSIS/ConfigFile/mibs/PKTC-IETF-SIG-MIB  view on Meta::CPAN

260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
-- of codecs supported by the Multimedia Terminal Adapter (MTA).
--
pktcSigDevCodecTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF PktcSigDevCodecEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
         " This table describes the MTA-supported codec types.  An MTA
          MUST populate this table with all possible combinations of
          codecs it supports for simultaneous operation.  For example,
          an MTA with two endpoints may be designed with a particular
          Digital Signal Processing (DSP) and memory architecture that
          allows it to support the following fixed combinations of
          codecs for simultaneous operation:
 
          Codec Type     Maximum Number of Simultaneous Codecs
          PCMA                             3
 
          PCMA                             2
          PCMU                             1

lib/DOCSIS/ConfigFile/mibs/PKTC-IETF-SIG-MIB  view on Meta::CPAN

2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
-- The Endpoint Config Table is used to define attributes that
-- are specific to connection EndPoints.
--
 
pktcSigEndPntConfigTable  OBJECT-TYPE
    SYNTAX        SEQUENCE OF PktcSigEndPntConfigEntry
    MAX-ACCESS    not-accessible
    STATUS        current
    DESCRIPTION
        " This table describes the information pertaining to each
          endpoint of the MTA.  All entries in this table represent
          the provisioned endpoints provisioned with the information
          required by the MTA to maintain the NCS protocol
          communication with the CMS.  Each endpoint can be assigned
          to its own CMS.  If the specific endpoint does not have
          the corresponding CMS information in this table, the
          endpoint is considered as not provisioned with voice
          services.  Objects in this table do not persist across
          MTA reboots."
   ::=  { pktcSigEndPntConfigObjects 1 }
 
pktcSigEndPntConfigEntry  OBJECT-TYPE
    SYNTAX        PktcSigEndPntConfigEntry
    MAX-ACCESS    not-accessible
    STATUS        current
    DESCRIPTION
        "Each entry in the pktcSigEndPntConfigTable represents
         required signaling parameters for the specific endpoint
         provisioned with voice services.  The conceptual rows MUST
         NOT persist across MTA reboots."
    INDEX { ifIndex }
    ::= { pktcSigEndPntConfigTable 1 }
 
PktcSigEndPntConfigEntry  ::= SEQUENCE {
    pktcSigEndPntConfigCallAgentId             SnmpAdminString,
    pktcSigEndPntConfigCallAgentUdpPort        InetPortNumber,
    pktcSigEndPntConfigPartialDialTO           Unsigned32,
    pktcSigEndPntConfigCriticalDialTO          Unsigned32,

lib/DOCSIS/ConfigFile/mibs/PKTC-IETF-SIG-MIB  view on Meta::CPAN

2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
    SYNTAX      SnmpAdminString(SIZE (3..255))
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        " This object contains a string indicating the call agent
          name (e.g., ca@example.com).  The call agent name, after
          the character '@', MUST be a fully qualified domain name
          (FQDN) and MUST have a corresponding pktcMtaDevCmsFqdn
          entry in the pktcMtaDevCmsTable.  The object
          pktcMtaDevCmsFqdn is defined in the PacketCable MIBMTA
          Specification.  For each particular endpoint, the MTA MUST
          use the current value of this object to communicate with
          the corresponding CMS.  The MTA MUST update this object
          with the value of the 'Notified Entity' parameter of the
          NCS message.  Because of the high importance of this object
          to the ability of the MTA to maintain reliable NCS
          communication with the CMS, it is highly recommended not
          to change this object's value using SNMP during normal
          operation."
    ::= {  pktcSigEndPntConfigEntry 1 }
 
pktcSigEndPntConfigCallAgentUdpPort    OBJECT-TYPE
    SYNTAX      InetPortNumber (1025..65535)
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        " This object contains the current value of the User
          Datagram Protocol (UDP) receive port on which the
          call agent will receive NCS from the endpoint.
          For each particular endpoint, the MTA MUST use the current
          value of this object to communicate with the corresponding
          CMS.  The MTA MUST update this object with the value of the
          'Notified Entity' parameter of the NCS message.  If the
          Notified Entity parameter does not contain a CallAgent
          port, the MTA MUST update this object with the default
          value of 2727.  Because of the high importance of this
          object to the ability of the MTA to maintain reliable NCS
          communication with the CMS, it is highly recommended not
          to change this object's value using SNMP during normal
          operation."

lib/DOCSIS/ConfigFile/mibs/PKTC-IETF-SIG-MIB  view on Meta::CPAN

2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
    DESCRIPTION
           "This MIB object is used as part of an NCS
            retransmission algorithm.  Prior to any retransmission,
            the MTA must check to make sure that the time elapsed
            since the sending of the initial datagram does not
            exceed the value specified by this MIB object.  If more
            than Tsmax time has elapsed, then the retransmissions
            MUST cease.
 
            Refer to the MIB object pktcSigEndPntConfigThist for
            information on when the endpoint becomes disconnected."
    REFERENCE
        "PacketCable NCS Specification"
    DEFVAL { 20 }
    ::= { pktcSigEndPntConfigEntry 13 }
 
pktcSigEndPntConfigMax1     OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION

lib/DOCSIS/ConfigFile/mibs/PKTC-IETF-SIG-MIB  view on Meta::CPAN

2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
pktcSigEndPntConfigTdinit     OBJECT-TYPE
    SYNTAX      Unsigned32
    UNITS       "seconds"
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "This MIB object represents the 'disconnected' initial
         waiting delay within the context of an MTA's 'disconnected
         procedure'.  The 'disconnected procedure' is initiated when
         an endpoint becomes 'disconnected' while attempting to
         communicate with a call agent.
 
         The 'disconnected timer' associated with the 'disconnected
         Procedure' is initialized to a random value, uniformly
         distributed between zero and the value contained in this
         MIB object.
 
         For more information on the usage of this timer, please
         refer to the PacketCable NCS Specification."
    REFERENCE

lib/DOCSIS/ConfigFile/mibs/PKTC-IETF-SIG-MIB  view on Meta::CPAN

2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
    SYNTAX      Unsigned32
    UNITS       "seconds"
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
            "This MIB object represents the 'disconnected' minimum
             waiting delay within the context of an MTA's
             'disconnected procedure', specifically when local user
             activity is detected.
             The 'disconnected procedure' is initiated when
             an endpoint becomes 'disconnected' while attempting to
             communicate with a call agent.
             For more information on the usage of this timer, please
             refer to the PacketCable NCS Specification."
    REFERENCE
        "PacketCable NCS Specification"
    DEFVAL { 15 }
    ::= { pktcSigEndPntConfigEntry 20 }
 
pktcSigEndPntConfigTdmax     OBJECT-TYPE
    SYNTAX      Unsigned32

lib/DOCSIS/ConfigFile/mibs/PKTC-IETF-SIG-MIB  view on Meta::CPAN

2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
         contain an IP address, a value of dns(16) is disallowed."
 
    ::= { pktcSigEndPntConfigEntry 29 }
 
pktcSigEndPntStatusCallIpAddress  OBJECT-TYPE
    SYNTAX      InetAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       " This MIB object contains the chosen IP address of the CMS
         currently being used for the corresponding endpoint.
 
         The device determines the IP address by using DNS to
         resolve the IP address of the CMS from the FQDN stored in
         the MIB object 'pktcSigEndPntConfigCallAgentId'.  The
         processes are outlined in the PacketCable NCS and Security
         specifications, and MUST be followed by the MTA.
 
         The IP address type contained in this MIB object is
         indicated by pktcSigEndPntStatusCallIpAddressType."
    REFERENCE

lib/DOCSIS/ConfigFile/mibs/PKTC-IETF-SIG-MIB  view on Meta::CPAN

2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
    MAX-ACCESS   read-only
    STATUS  current
    DESCRIPTION
       " This object contains the error status for this interface.
         The operational status indicates that all operations
         necessary to put the line in service have occurred, and the
         CMS has acknowledged the Restart In Progress (RSIP)
         message successfully.  If pktcMtaDevCmsIpsecCtrl is enabled
         for the associated call agent, the noSecurityAssociation
         status indicates that no Security Association (SA) yet
         exists for this endpoint.  If pktcMtaDevCmsIpsecCtrl is
         disabled for the associated call agent, the
         noSecurityAssociation status is not applicable and should
         not be used by the MTA.  The disconnected status indicates
         one of the following two:
         If pktcMtaDevCmsIpsecCtrl is disabled, then no security
         association is involved with this endpoint.  The NCS
         signaling software is in process of establishing the NCS
         signaling link via an RSIP exchange.
         Otherwise, when pktcMtaDevCmsIpsecCtrl is enabled,
         security Association has been established, and the NCS
         signaling software is in process of establishing the NCS
         signaling link via an RSIP exchange."
    ::= { pktcSigEndPntConfigEntry 31 }
 
pktcSigEndPntConfigMinHookFlash    OBJECT-TYPE
    SYNTAX       Unsigned32 (20..1550)

lib/DOCSIS/ConfigFile/mibs/PKTC-IETF-SIG-MIB  view on Meta::CPAN

2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
    pktcSigEndPntConfigStatus,
    pktcSigEndPntConfigCallWaitingMaxRep,
    pktcSigEndPntConfigCallWaitingDelay,
    pktcSigEndPntStatusCallIpAddressType,
    pktcSigEndPntStatusCallIpAddress,
    pktcSigEndPntStatusError
    }
    STATUS current
    DESCRIPTION
          "Group of MIB objects containing signaling configuration
           information that is applicable per-endpoint."
    ::= { pktcSigGroups 2 }
 
pktcInternationalGroup    OBJECT-GROUP
    OBJECTS {
    pktcSigEndPntConfigMinHookFlash,
    pktcSigEndPntConfigMaxHookFlash,
    pktcSigEndPntConfigPulseDialInterdigitTime,
    pktcSigEndPntConfigPulseDialMinMakeTime,
    pktcSigEndPntConfigPulseDialMaxMakeTime,
    pktcSigEndPntConfigPulseDialMinBreakTime,

lib/DOCSIS/ConfigFile/mibs/PKTC-MTA-MIB  view on Meta::CPAN

75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
      DESCRIPTION
            "Setting this object to true(1) causes the device to reset.
            Reading this object always returns false(2).  When
            pktcMtaDevResetNow is set to true, the following actions
            occur:
            1.  All connections (if present) are flushed locally
            2.  All current actions such as ringing immediately
            terminate
            3.  Requests for notifications such as notification based
            on digit map recognition are flushed
            4.  All endpoints are disabled.
            5.  The provisioning flow is started at step MTA - 1."
      ::= { pktcMtaDevBase 1 }
 
pktcMtaDevSerialNumber  OBJECT-TYPE
      SYNTAX      SnmpAdminString(SIZE (0..128))
      MAX-ACCESS  read-only
      STATUS      current
      DESCRIPTION
            "This object specifies the manufacturer's serial number
             for this MTA. The value of this object MUST be identical

lib/DOCSIS/ConfigFile/mibs/PKTC-MTA-MIB  view on Meta::CPAN

140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
STATUS      current
DESCRIPTION
      "This object contains the MTA Admin Status of this device.
       If this object is set to 'true', the MTA is
       administratively enabled and the MTA MUST be able to
       interact with PacketCable entities such as CMS,
       Provisioning Server, KDC, other MTAs and MGs on all
       PacketCable interfaces.
       If this object is set to 'false', the MTA is
       administratively disabled and the MTA MUST perform the
       following actions for all endpoints:
         -  Shutdown all media sessions if present,
         -  Shutdown NCS signaling by following the Restart in
            Progress procedures in the PacketCable NCS
            specification.
       Additionally, the MTA MUST maintain the SNMP Interface for
       management. Also, the MTA MUST NOT continue Kerberized Key
       Management with CMSes until this object is set to 'true'.
       Note: MTAs MUST renew the CMS kerberos tickets according
       to the PacketCable Security Specification"
REFERENCE

lib/DOCSIS/ConfigFile/mibs/PKTC-MTA-MIB  view on Meta::CPAN

813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
            "Random value generated by the MTA for use in registration
            authorization.  It is for use only in the MTA initialization
            messages and for MTA configuration file download "
      ::= { pktcMtaDevSecurity 4 }
 
--=====================================================================
--
--  pktcMtaDevSecurityTable
--
--  The pktcMtaDevSecurityTable shows security association information
--  relating to a particular MTA endpoint.  The MTA endpoint is indexed
--  with ifIndex.
--
--=====================================================================
--*********************************************************************
--************************** THIS TABLE IS OBSOLETE *******************
--*********************************************************************
 
pktcMtaDevSecurityTable OBJECT-TYPE
      SYNTAX      SEQUENCE OF PktcMtaDevSecurityEntry
      MAX-ACCESS  not-accessible
      STATUS      obsolete
          DESCRIPTION
            "Contains per endpoint security information."
      ::= {  pktcMtaDevSecurity 5 }
 
pktcMtaDevSecurityEntry OBJECT-TYPE
      SYNTAX      PktcMtaDevSecurityEntry
      MAX-ACCESS  not-accessible
      STATUS      obsolete
      DESCRIPTION
            "List of security attributes for a single PacketCable
            endpoint interface."
      INDEX { ifIndex }
      ::= { pktcMtaDevSecurityTable 1 }
 
PktcMtaDevSecurityEntry ::= SEQUENCE {
      pktcMtaDevServProviderCertificate    X509Certificate,
      pktcMtaDevTelephonyCertificate       X509Certificate,
      pktcMtaDevKerberosRealm              OCTET STRING,
      pktcMtaDevKerbPrincipalName          DisplayString,
      pktcMtaDevServGracePeriod            Integer32,
      pktcMtaDevLocalSystemCertificate     X509Certificate,

lib/DOCSIS/ConfigFile/mibs/PKTC-MTA-MIB  view on Meta::CPAN

970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
--
--*********************************************************************
--************************** THIS TABLE IS OBSOLETE *******************
--*********************************************************************
 
pktcMtaDevTgsTable OBJECT-TYPE
      SYNTAX      SEQUENCE OF PktcMtaDevTgsEntry
      MAX-ACCESS  not-accessible
      STATUS      obsolete -- Secure Provisioning ECR
      DESCRIPTION
            "Contains per endpoint Ticket Granting Server information."
      ::= {  pktcMtaDevSecurity 8 }
pktcMtaDevTgsEntry OBJECT-TYPE
      SYNTAX      PktcMtaDevTgsEntry
      MAX-ACCESS  not-accessible
      STATUS      obsolete -- Secure Provisioning ECR
      DESCRIPTION
            "List of Tgs attributes for a single packet cable
            endpoint interface."
      INDEX { ifIndex, pktcMtaDevTgsIndex }
      ::= { pktcMtaDevTgsTable 1 }
 
PktcMtaDevTgsEntry ::= SEQUENCE {
      pktcMtaDevTgsIndex      Integer32,
      pktcMtaDevTgsLocation   DisplayString,
      pktcMtaDevTgsStatus     RowStatus
      }
 
pktcMtaDevTgsIndex OBJECT-TYPE
      SYNTAX      Integer32 (1..2147483647)
      MAX-ACCESS  not-accessible
      STATUS      obsolete -- Secure Provisioning ECR
      DESCRIPTION
            "Index into the TGS table for TGS locations.
            IfType specifies the endpoint, TgsIndex specifies a TGS."
       ::= { pktcMtaDevTgsEntry 1 }
pktcMtaDevTgsLocation OBJECT-TYPE
      SYNTAX      DisplayString (SIZE (0..255))
      MAX-ACCESS  read-create
      STATUS      obsolete -- Secure Provisioning ECR
      DESCRIPTION
            "Name of the TGS Ticket Granting Server, which is the
            Kerberos Server.  This parameter is a FQDN or Ipv4 address.
            There may be multiple entries of this type.  The order
            in which these entries are listed is the priority order
            in which the MTA will attempt to contact them for this
            endpoint."
      ::= { pktcMtaDevTgsEntry 2 }
 
pktcMtaDevTgsStatus    OBJECT-TYPE
      SYNTAX      RowStatus
      MAX-ACCESS  read-create
      STATUS      obsolete              -- Secure Provisioning ECR
      DESCRIPTION
            "This object contains the Row Status associated with
            the pktcMtaDevTgsTable."
::= { pktcMtaDevTgsEntry 3 }

lib/DOCSIS/ConfigFile/mibs/PKTC-MTA-MIB  view on Meta::CPAN

1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
--
 
--
--
--       II.    Security association setup via NCS signaling
--
 
--           Note:  The following process is done automatically by the
--           MTA.  The NCS is not involved in creating signaled entries.
--           The current CMS signaling association being used by an
--           endpoint is marked as active in CMS MAP table.  If NCS
--           signaling requests a change of signaling association to
--           a different FQDN, the MTA checks the current CMS MAP
--           table entries for the affected endpoint.  If the entry
--           exists in the CMS MAP table, the current CMS MAP table
--           entry is marked inactive and the newly chosen CMS MAP
--           table entry is marked active.
--
--           If the entry does not exist in the CMS MAP table, the
--           CMS table is checked to determine whether or not it
--           contains the CMS specified by CMS signaling (possibly
--           a redirection).  If the desired CMS entry is defined,
--           then a corresponding entry is created and an entry in
--           the CMS MAP table is created.  If the MTA does not

lib/DOCSIS/ConfigFile/mibs/PKTC-MTA-MIB  view on Meta::CPAN

1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
--           associations. Once the desired CMS entry is established,
--           the current CMS MAP table entry is marked inactive and
--           the newly created CMS MAP table entry is marked active.
--           Otherwise the current CMS MAP table entry remains
--           active and the newly created CMS MAP table entry is marked
--           in active.
--
--           If the entry does not exist in the CMS MAP table and the
--           CMS entry does not exist in the CMS table, a new CMS
--           table entry should be created.  This CMS entry should use
--           the same realm as used by this endpoint. The default
--           values for the clock skew and AP request/AP reply adaptive
--           backoff parameters should be used.  The MTA will now
--           perform key management to establish required security
--           associations. Once the desired CMS entry is established,
--           the current CMS MAP table entry is marked inactive and
--           the newly created CMS MAP table entry is marked active.
--           Otherwise the current CMS MAP table entry remains
--           active and the newly created CMS MAP table entry is
--           marked inactive.
--

lib/DOCSIS/ConfigFile/mibs/PKTC-MTA-MIB  view on Meta::CPAN

1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
 
 
--========================================================================
--
--     pktcMtaCmsMapTable
--*** this table is obsolete ***
--
--
--  The pktcMtaCmsMapTable contains the signaling associations
--  between MTA endpoints and CMSs.  It maps the endpoint to
--  zero or more entries in pktcMtaDevCmsTable.
--
--  The table contains the following indexes and rows:
--
--  ifIndex -the index of the physical port
--
--  pktcMtaCmsMapCmsIndex - the index of the CMS entry in the
--  pktcMtaDevCmsTable.  Valid indices are equal to current
--  pktcMtaDevCmsIndex values.
--
--  pktcMtaCmsMapOperStatus -   this value indicates which signaling
--  association the endpoint is actively using
--
--  pktcMtaCmsMapAdminStatus -  this flag indicates whether or not
--  an endpoint should use a particular CMS and its security
--  association.  By setting this flag to inhibit, this associated
--  CMS cannot provide signaling to the referenced endpoint.
--
--  pktcMtaCmsMapRowStatus - allows for the creation and deletion of
--  endpoint mappings via the NMS
--
--
--=====================================================================
 
pktcMtaCmsMapTable OBJECT-TYPE
      SYNTAX      SEQUENCE OF PktcMtaCmsMapEntry
      MAX-ACCESS  not-accessible
      STATUS      obsolete
      DESCRIPTION
            "Contains per endpoint CMS signaling associations."
      ::= {  pktcMtaDevSecurity 18 }
 
pktcMtaCmsMapEntry OBJECT-TYPE
      SYNTAX      PktcMtaCmsMapEntry
      MAX-ACCESS  not-accessible
      STATUS      obsolete
      DESCRIPTION
            "List of signaling associations."
      INDEX { ifIndex, pktcMtaCmsMapCmsFqdn }
      ::= { pktcMtaCmsMapTable 1 }

lib/DOCSIS/ConfigFile/mibs/PKTC-MTA-MIB  view on Meta::CPAN

1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
             - Setting the invalidateProvOnReboot bit (bit 0) to 1
               means that the MTA MUST invalidate the Kerberos
               Application Ticket(s) for the Provisioning Application
               at the next MTA reboot (if secure SNMP provisioning mode
               is used).  In non secure provisioning modes, the MTA MUST
               return an 'inconsistentValue' in response to SNMP SET
               operations with a bit 0 set to 1.
             - Setting the invalidateAllCmsOnReboot bit (bit 1) to 1
               means that the MTA MUST invalidate the Kerberos
               Application Ticket(s) for all CMSes currently assigned
               to the MTA endpoints."
     REFERENCE
             "PacketCable Security Specification"
DEFVAL {{  }}
::= { pktcMtaDevSecurity 19 }
 
 --
--  notification group is for future extension.
--
pktcMtaNotificationPrefix OBJECT IDENTIFIER ::= { pktcMtaMib 2 }
pktcMtaNotification OBJECT IDENTIFIER ::= {

lib/DOCSIS/ConfigFile/mibs/PKTC-SIG-MIB  view on Meta::CPAN

696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
      DEFVAL { { interval1, interval2, interval3, interval4,
      interval5, interval6, interval7, interval8, interval9,
      interval10, interval11, interval12, interval13, interval14,
      interval15, interval16, interval17, interval18, interval19,
      interval20 } }
      -- '11111111111111111111000000000000000000000000000000000000000
      -- 00000'
    ::= { pktcSigDevConfigObjects 24 }
 
--
-- The following Table will provide endpoint configuration
-- information that is common to all signaling Protocols.
-- Currently only the signaling index is present in an effort
-- not to deprecate any MIB objects.
--
 
pktcSigEndPntConfigTable    OBJECT-TYPE
      SYNTAX        SEQUENCE OF PktcSigEndPntConfigEntry
      MAX-ACCESS    not-accessible
      STATUS        current
      DESCRIPTION

lib/DOCSIS/ConfigFile/mibs/PKTC-SIG-MIB  view on Meta::CPAN

722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
            the specific signaling tables such as
            pktcNcsEndPntConfigTable."
     ::=  { pktcSigEndPntConfigObjects 1 }
 
pktcSigEndPntConfigEntry    OBJECT-TYPE
      SYNTAX        PktcSigEndPntConfigEntry
      MAX-ACCESS    not-accessible
      STATUS        current
      DESCRIPTION
            "Entries in pktcSigEndPntConfigTable - Each entry
            describes what signaling type a particular endpoint uses."
      INDEX { ifIndex }
      ::=  { pktcSigEndPntConfigTable 1 }
 
PktcSigEndPntConfigEntry  ::= SEQUENCE {
            pktcSigEndPntCapabilityIndex           Integer32
      }
 
 
pktcSigEndPntCapabilityIndex    OBJECT-TYPE
      SYNTAX        Integer32 (1..16383)

lib/DOCSIS/ConfigFile/mibs/PKTC-SIG-MIB  view on Meta::CPAN

764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
             the specific signaling tables such as
             pktcNcsEndPntConfigTable."
      ::=  { pktcNcsEndPntConfigObjects 1 }
 
pktcNcsEndPntConfigEntry  OBJECT-TYPE
      SYNTAX        PktcNcsEndPntConfigEntry
      MAX-ACCESS    not-accessible
      STATUS        current
      DESCRIPTION
            "Entries in pktcNcsEndPntConfigTable - Each entry
            describes what signaling type a particular endpoint uses."
      INDEX { ifIndex }
      ::=  { pktcNcsEndPntConfigTable 1 }
 
PktcNcsEndPntConfigEntry  ::= SEQUENCE {
      pktcNcsEndPntConfigCallAgentId            SnmpAdminString,
      pktcNcsEndPntConfigCallAgentUdpPort       Integer32,
      pktcNcsEndPntConfigPartialDialTO          Integer32,
      pktcNcsEndPntConfigCriticalDialTO         Integer32,
      pktcNcsEndPntConfigBusyToneTO             Integer32,
      pktcNcsEndPntConfigDialToneTO             Integer32,

lib/DOCSIS/ConfigFile/mibs/PKTC-SIG-MIB  view on Meta::CPAN

1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
            a single CMS request."
      DEFVAL    { 10 }
      ::= { pktcNcsEndPntConfigEntry 28 }
 
pktcNcsEndPntStatusCallIpAddress  OBJECT-TYPE
      SYNTAX IpAddress
      MAX-ACCESS read-only
      STATUS current
      DESCRIPTION
            "This object contains the IP address of the CMS
            currently being used for this endpoint. This IP
            address is used to create the appropriate security
            association."
      ::= { pktcNcsEndPntConfigEntry 29 }
 
pktcNcsEndPntStatusError  OBJECT-TYPE
      SYNTAX INTEGER {
            operational           (1),
            noSecurityAssociation (2),
            disconnected          (3)
      }
      MAX-ACCESS   read-only
      STATUS       current
      DESCRIPTION
            "This object contains the error status for this interface.
            The operational state indicates that all operations
            necessary to put the line in service have occurred and CMS
            has acknowledged the RSIP message successfully.
            If 'pktcMtaDevCmsIpsecCtrl' is enabled for the associated
            Call Agent, the noSecurityAssociation status indicates
            that no Security Association (SA) yet exists for this
            endpoint. Otherwise, the state is unused.
            The disconnected status indicates one of the following two:
            1. If 'pktcMtaDevCmsIpsecCtrl' is disabled then no
            security association is involved with this endpoint: the
            NCS signaling Software is in process of establishing the
            NCS signaling Link via an RSIP exchange.
            2. Otherwise, pktcMtaDevCmsIpsecCtrl is enabled, the
            security Association has been established and the NCS
            signaling Software is in process of establishing the NCS
            signaling Link via an RSIP exchange."
 
      ::= { pktcNcsEndPntConfigEntry 30 }
--
-- notification group is for future extension.



( run in 1.468 second using v1.01-cache-2.11-cpan-49f99fa48dc )