CL-PKTC-EUE-DEV-MIB

File: CL-PKTC-EUE-DEV-MIB.mib (26943 bytes)

Imported modules

CL-PKTC-EUE-TC-MIB SNMPv2-SMI SNMPv2-CONF
SNMPv2-TC SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB
CLAB-DEF-MIB

Imported symbols

PktcEUETCCredsType PktcEUETCCreds MODULE-IDENTITY
OBJECT-TYPE Unsigned32 OBJECT-GROUP
MODULE-COMPLIANCE RowStatus TruthValue
SnmpAdminString InetAddress InetPortNumber
InetAddressDNS InetAddressType pktcEUEMibs

Defined Types

PktcEUEDevOpEntry  
SEQUENCE    
  pktcEUEDevOpIndex Unsigned32
  pktcEUEDevOpDomain InetAddressDNS
  pktcEUEDevOpSTUNAddrType InetAddressType
  pktcEUEDevOpSTUNAddr InetAddress
  pktcEUEDevOpSTUNAddrPort InetPortNumber
  pktcEUEDevOpSTUNRelayAddrType InetAddressType
  pktcEUEDevOpSTUNRelayAddr InetAddress
  pktcEUEDevOpSTUNRelayAddrPort InetPortNumber
  pktcEUEDevOpSTUNRelayCredsType PktcEUETCCredsType
  pktcEUEDevOpSTUNRelayCreds PktcEUETCCreds
  pktcEUEDevOpTimerT1 Unsigned32
  pktcEUEDevOpTimerT2 Unsigned32
  pktcEUEDevOpTimerT4 Unsigned32
  pktcEUEDevOpRowStatus RowStatus

PktcEUEDevDnsEntry  
SEQUENCE    
  pktcEUEDevDnsIndex Unsigned32
  pktcEUEDevDnsAddrType InetAddressType
  pktcEUEDevDnsAddr InetAddress
  pktcEUEDevDnsRowStatus RowStatus

PktcEUEDevPCSCFEntry  
SEQUENCE    
  pktcEUEDevPCSCFIndex Unsigned32
  pktcEUEDevPCSCFAddrType InetAddressType
  pktcEUEDevPCSCFAddr InetAddress
  pktcEUEDevPCSCFRowStatus RowStatus

PktcEUEDevBSFEntry  
SEQUENCE    
  pktcEUEDevBSFASType SnmpAdminString
  pktcEUEDevBSFIndex Unsigned32
  pktcEUEDevBSFAddrType InetAddressType
  pktcEUEDevBSFAddr InetAddress
  pktcEUEDevBSFRowStatus RowStatus

Defined Values

pktcEUEDevMIB 1.3.6.1.4.1.4491.2.2.10.2
This MIB module contains Configuration MIB objects for the Embedded User Equipment (eUE) as required by the PacketCable E-UE Provisioning Framework Specification.
MODULE-IDENTITY    

pktcEUEDevNotification 1.3.6.1.4.1.4491.2.2.10.2.0
OBJECT IDENTIFIER    

pktcEUEDevObjects 1.3.6.1.4.1.4491.2.2.10.2.1
OBJECT IDENTIFIER    

pktcEUEDevConformance 1.3.6.1.4.1.4491.2.2.10.2.2
OBJECT IDENTIFIER    

pktcEUEDevCompliances 1.3.6.1.4.1.4491.2.2.10.2.2.1
OBJECT IDENTIFIER    

pktcEUEDevGroups 1.3.6.1.4.1.4491.2.2.10.2.2.2
OBJECT IDENTIFIER    

pktcEUEDevProfile 1.3.6.1.4.1.4491.2.2.10.2.1.1
OBJECT IDENTIFIER    

pktcEUEDevProfileVersion 1.3.6.1.4.1.4491.2.2.10.2.1.1.1
This MIB Object represents the Device Profile Version for this MIB module. The eUE MUST set this MIB Object to a value of '1.0'.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..6)  

pktcEUEDevOpTable 1.3.6.1.4.1.4491.2.2.10.2.1.1.2
This data table contains Operator specific information associated with the eUE.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PktcEUEDevOpEntry

pktcEUEDevOpEntry 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1
Each entry in this data table describes Operator parameters associated with a specific domain name. For each Operator that is associated with a user, the corresponding parameters SHOULD be configured by the Operator. A domain name of '.' indicates any domain name. The eUE MUST use the values provided only for sessions established on behalf of the eUE identifier (e.g. eUE registration, eUE configuration, eUE Identifier based sessions).
Status: current Access: not-accessible
OBJECT-TYPE    
  PktcEUEDevOpEntry  

pktcEUEDevOpIndex 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.1
A unique value used to identify an instance of a set of values pertaining to a Operator domain identified by 'pktcEUEDevOpDomain'. The indices SHOULD be contiguous. When multiple entries are specified, the eUE MUST give precedence to the values indexed by lower indices.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..16  

pktcEUEDevOpDomain 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.2
This data element contains the Operator's Domain or sub-domain name. A value of '.' indicates any domainName.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressDNS  

pktcEUEDevOpSTUNAddrType 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.3
This data element identifies the data type of the value contained in 'pktcEUEDevOpSTUNAddr'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

pktcEUEDevOpSTUNAddr 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.4
This data element contains the STUN server address associated with the domain name identified in 'pktcEUEDevOpDomain'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

pktcEUEDevOpSTUNAddrPort 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.5
This data element contains the STUN server port associated with the server address identified in 'pktcEUEDevOpSTUNAddr'.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

pktcEUEDevOpSTUNRelayAddrType 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.6
This data element identifies the data type of the value contained in 'pktcEUEDevOpSTUNRelayAddr'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

pktcEUEDevOpSTUNRelayAddr 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.7
This data element contains the STUNRelay server address associated with the domain name identified in 'pktcEUEDevOpDomain'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

pktcEUEDevOpSTUNRelayAddrPort 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.8
This data element contains the STUNRelay server port associated with the server address identified in 'pktcEUEDevOpSTUNRelayAddr'.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

pktcEUEDevOpSTUNRelayCredsType 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.9
This data element contains the creds type associated with the STUN Relay creds identified in 'pktcEUEDevOpSTUNRelayCreds'. Valid types include other(1), publicIdentity(2) and username(6).
Status: current Access: read-create
OBJECT-TYPE    
  PktcEUETCCredsType  

pktcEUEDevOpSTUNRelayCreds 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.10
This optional data element MAY contain suitable credentials related to STUN Relay access. If read this data element MUST always return an empty string value.
Status: current Access: read-create
OBJECT-TYPE    
  PktcEUETCCreds  

pktcEUEDevOpTimerT1 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.11
This is the SIP Timer T1, an estimate for the round trip time in the system (UE to P-CSCF). Please refer to the PacketCable IMS Delta Session Initiation Protocol (SIP) and Session Description Protocol (SDP), Stage 3 Specification 3GPP TS 24.229 for more information.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pktcEUEDevOpTimerT2 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.12
This is the SIP Timer T2, an estimate for the maximum retransmit interval for non-INVITE requests and INVITE responses. Please refer to the PacketCable IMS Delta Session Initiation Protocol (SIP) and Session Description Protocol (SDP), Stage 3 Specification 3GPP TS 24.229 for more information.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pktcEUEDevOpTimerT4 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.13
This is the SIP Timer T4, an estimate for the maximum duration a message will remain in the network. Please refer to the PacketCable IMS Delta Session Initiation Protocol (SIP) and Session Description Protocol (SDP), Stage 3 Specification 3GPP TS 24.229 for more information.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pktcEUEDevOpRowStatus 1.3.6.1.4.1.4491.2.2.10.2.1.1.2.1.14
This object defines the row status associated with the particular Operator in the pktcEUEDevOpTable. The value of this object has no effect on whether columnar objects in this row can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pktcEUEDevDnsTable 1.3.6.1.4.1.4491.2.2.10.2.1.1.3
This data table represents the eUE's knowledge of suitable DNS Server information on a per Operator basis. The eUE MUST use the values provided only for sessions established on behalf of the eUE identifier (e.g. eUE P-CSCF Discovery, eUE registration, eUE configuration, eUE Identifier based sessions).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PktcEUEDevDnsEntry

pktcEUEDevDnsEntry 1.3.6.1.4.1.4491.2.2.10.2.1.1.3.1
Each entry in this data table contains an instance of a DNS Server entry for a given domain name as indicated by 'pktcEUEDevOpDomain'. The information in this table MAY be configured by the Operator.
Status: current Access: not-accessible
OBJECT-TYPE    
  PktcEUEDevDnsEntry  

pktcEUEDevDnsIndex 1.3.6.1.4.1.4491.2.2.10.2.1.1.3.1.1
A unique value used to identify an instance in this data table. The indices SHOULD be contiguous. When multiple entries are specified, the eUE MUST give precedence to the values indexed by lower indices.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..16  

pktcEUEDevDnsAddrType 1.3.6.1.4.1.4491.2.2.10.2.1.1.3.1.2
This data element contains the type of the data element contained in 'pktcEUEDevDnsAddr'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

pktcEUEDevDnsAddr 1.3.6.1.4.1.4491.2.2.10.2.1.1.3.1.3
The IP address of a DNS server associated with the domain name indicated by the primary index 'pktcEUEDevOpIndex', for the instance indicated by the secondary index 'pktcEUEDevDnsIndex'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

pktcEUEDevDnsRowStatus 1.3.6.1.4.1.4491.2.2.10.2.1.1.3.1.4
This object defines the row status associated with the particular Operator domanin name in the pktcEUEDevDnsTable. The value of the 'pktcEUEDevDnsAddrType' object MUST not be modified while this object is 'active'. The value of 'pktcEUEDevDnsAddr' MAY be modified while this object is active if the value is consistent with the type specifed by the 'pktcEUEDevDnsAddrType' object.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pktcEUEDevPCSCFTable 1.3.6.1.4.1.4491.2.2.10.2.1.1.4
This data table represents the eUE's knowledge of suitable P-CSCFs information on a per Operator basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PktcEUEDevPCSCFEntry

pktcEUEDevPCSCFEntry 1.3.6.1.4.1.4491.2.2.10.2.1.1.4.1
Each entry in this data table contains an instance of a P-CSCF Server entry for a given domain name. The information in this table MAY be configured by the Operator. The eUE MUST use the values provided only for sessions established on behalf of the eUE identifier (e.g. eUE registration, eUE configuration, eUE Identifier based sessions).
Status: current Access: not-accessible
OBJECT-TYPE    
  PktcEUEDevPCSCFEntry  

pktcEUEDevPCSCFIndex 1.3.6.1.4.1.4491.2.2.10.2.1.1.4.1.1
A unique value used to identify an instance in this data table. The indices SHOULD be contiguous.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..16  

pktcEUEDevPCSCFAddrType 1.3.6.1.4.1.4491.2.2.10.2.1.1.4.1.2
This data element contains the type of the data element contained in 'pktcEUEDevPCSCFAddr'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

pktcEUEDevPCSCFAddr 1.3.6.1.4.1.4491.2.2.10.2.1.1.4.1.3
The IP address of a DNS server associated with the domain name indicated by the primary index 'pktcEUEDevOpIndex', for the instance indicated by the secondary index 'pktcEUEDevPCSCFIndex'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

pktcEUEDevPCSCFRowStatus 1.3.6.1.4.1.4491.2.2.10.2.1.1.4.1.4
This object defines the row status associated with the particular P-CSCF Server entry for the particular domain name. The value of the 'pktcEUEDevPCSCFAddrType' object MUST not be modified while this object is 'active'. The value of 'pktcEUEDevPCSCFAddr' MAY be modified while this object is active if the value is consistent with the type specifed by the 'pktcEUEDevPCSCFAddrType' object.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pktcEUEDevBSFTable 1.3.6.1.4.1.4491.2.2.10.2.1.1.5
This data table represents the eUE's knowledge of suitable BSFs to contact.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PktcEUEDevBSFEntry

pktcEUEDevBSFEntry 1.3.6.1.4.1.4491.2.2.10.2.1.1.5.1
Each entry in this data table contains an instance of a BSF, specific to a AS type, for a given Operator's Domain Name. The entries represent the eUE's knowledge of suitable BSFs to contact, as per the IMS GBA architecture to obtain credentials and enabling secure sessions to Application Servers. A list of BSFs for each Operator and application types MAY be configured by the Operator.
Status: current Access: not-accessible
OBJECT-TYPE    
  PktcEUEDevBSFEntry  

pktcEUEDevBSFASType 1.3.6.1.4.1.4491.2.2.10.2.1.1.5.1.1
A unique value used to indicate the AS type to which the BSFs correspond. For example: To contact PACM application types, this would be labeled as 'GBA-PACM'. Applications using GBA are required to specify such identifiers explicitly.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

pktcEUEDevBSFIndex 1.3.6.1.4.1.4491.2.2.10.2.1.1.5.1.2
A unique value used to identify an instance in this data table. The indices SHOULD be contiguous. When multiple entries are specified, the eUE MUST give precedence to the values indexed by lower indices.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..16  

pktcEUEDevBSFAddrType 1.3.6.1.4.1.4491.2.2.10.2.1.1.5.1.3
This data element contains the type of the data element contained in 'pktcEUEDevBSFAddr'.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

pktcEUEDevBSFAddr 1.3.6.1.4.1.4491.2.2.10.2.1.1.5.1.4
The address of a BSF server associated with the domain name indicated by the indices 'pktcEUEDevOpIndex' (Operator Domain), 'pktcEUEDevBSFASType' and 'pktcEUEDevBSFIndex'.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

pktcEUEDevBSFRowStatus 1.3.6.1.4.1.4491.2.2.10.2.1.1.5.1.5
This object defines the row status associated with this instance of a BSF. The value of the 'pktcEUEDevBSFAddrType' object MUST not be modified while this object is 'active'. The value of 'pktcEUEDevBSFAddr' MAY be modified while this object is active if the value is consistent with the type specifed by the 'pktcEUEDevBSFAddrType' object.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pktcEUECBSupport 1.3.6.1.4.1.4491.2.2.10.2.1.1.6
This MIB Object is used by the eUE to report support for Certificate Bootstrapping. If the MIB Object is set to a value of true(1) it indicates that the device supports Certificate Bootstrapping. If the MIB Object is set to a value of false(1) it indicates that the device does not support Certificate Bootstrapping.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

pktcEUECBEnable 1.3.6.1.4.1.4491.2.2.10.2.1.1.7
This MIB Object is used to initiate the Certificate Bootstrapping procedure in an eUE. If this value is set to a value of true(1) and the MIB Object pktcEUECBData contains a non-zero HTTP/HTTPS URI, then the eUE MUST intiate the Certificate Bootstrapping procedure, if supported. If the eUE does not support the Certificate Bootstrapping procedure, it rejects any attempt to set this MIB Object to a value of true(1). The eUE MUST return a value of false(2) when this MIB Object is read. If the Certificate Bootstrapping procedure was successful, the eUE MUST act on the Certificate Bootstrapping configuration file provided. If the procedure was unsuccessful (e.g., authentication error or inresponsive server), the eUE MUST report the corresponding management event.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

pktcEUECBData 1.3.6.1.4.1.4491.2.2.10.2.1.1.8
This MIB Object contains a HTTP/HTTPS URI to be used for Certificate Bootstrapping. Any attempt to set it to anything other than a HTTP/HTTPS URI MUST be rejected by the eUE.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..1023)  

pktcEUEDevMIBCompliances 1.3.6.1.4.1.4491.2.2.10.2.2.1
OBJECT IDENTIFIER    

pktcEUEDevMIBGroups 1.3.6.1.4.1.4491.2.2.10.2.2.2
OBJECT IDENTIFIER    

pktcPACM2UEMIBCompliance 1.3.6.1.4.1.4491.2.2.10.2.2.1.1
The compliance statement for implementations of the eUE MIB
Status: current Access: read-write
MODULE-COMPLIANCE    

pktcEUEDevProfileGroup 1.3.6.1.4.1.4491.2.2.10.2.2.2.1
The eUE Device Profile Group.
Status: current Access: read-write
OBJECT-GROUP    

pktcEUEDevOpGroup 1.3.6.1.4.1.4491.2.2.10.2.2.2.2
The eUE Operator Group.
Status: current Access: read-write
OBJECT-GROUP    

pktcEUEDevDnsGroup 1.3.6.1.4.1.4491.2.2.10.2.2.2.3
The eUE DNS Group.
Status: current Access: read-write
OBJECT-GROUP    

pktcEUEDevPCSCFGroup 1.3.6.1.4.1.4491.2.2.10.2.2.2.4
The eUE P-CSCF Group.
Status: current Access: read-write
OBJECT-GROUP    

pktcEUEDevBSFGroup 1.3.6.1.4.1.4491.2.2.10.2.2.2.5
The eUE BSF Group.
Status: current Access: read-write
OBJECT-GROUP    

pktcEUEDevCBGroup 1.3.6.1.4.1.4491.2.2.10.2.2.2.6
The eUE Certificate Bootstrapping Group.
Status: current Access: read-write
OBJECT-GROUP