RBBPROVISIONING-MIB

File: RBBPROVISIONING-MIB.mib (29466 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI SNMPv2-CONF
IF-MIB ATM-TC-MIB

Imported symbols

TEXTUAL-CONVENTION NOTIFICATION-TYPE MODULE-IDENTITY
OBJECT-TYPE Counter32 Integer32
IpAddress mib-2 enterprises
DisplayString TruthValue MODULE-COMPLIANCE
OBJECT-GROUP InterfaceIndex ifIndex
AtmAddr AtmConnKind AtmConnCastType
AtmServiceCategory AtmTrafficDescrParamIndex AtmVpIdentifier
AtmVcIdentifier

Defined Types

RBBServiceID  
A globally unique OID that unambiguously specifies a particular service, and as much protocol and semantics as is necessary to access the service
TEXTUAL-CONVENTION    
  OBJECT IDENTIFIER  

RBBServiceName  
A string denoting the same information as RBBServiceOID, except this object is in human-readable form.
TEXTUAL-CONVENTION    
  DisplayString Size(0..64)  

RBBServiceProvider  
A human-readable string representing the name of the private or public entity that is making the service available. For a typical internet service provider (ISP), this would be the name of the ISP company itself
TEXTUAL-CONVENTION    
  DisplayString Size(0..64)  

RBBServiceStatus  
An enumeration representing the current state of a particular service availability or service subscription (i.e., up, down, enabled, etc.)
TEXTUAL-CONVENTION    
  INTEGER other(1), up(2), down(3), adminDown(4)  

RBBURLType  
An octet string containing a uniform resource locator (URL). The usage of this URL is object- context dependent. See individual object descriptions that reference this textual convention
TEXTUAL-CONVENTION    
  DisplayString Size(0..128)  

RBBCPEAuthType  
An opaque string used to identify a particular subscriber. Currently, this MIB does not specify how authentication strings are generated. This is still an open issue.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..64)  

RBBMailAddr  
The email address (user@domain) of a contact that is responsible for some entity that references this textual convention, such as the administrator for an access network, or the email address of the admin for a particular service provider
TEXTUAL-CONVENTION    
  DisplayString Size(0..64)  

RBBCPESerialNumber  
Define the syntax of a product serial number
TEXTUAL-CONVENTION    
  DisplayString Size(0..32)  

RBBVendorModel  
Define the syntax of a CPE vendor model
TEXTUAL-CONVENTION    
  DisplayString Size(0..64)  

RowStatus  
Tok_String
TEXTUAL-CONVENTION    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

SRVServiceEntry  
SEQUENCE    
  srvServiceIdentifier RBBServiceID
  srvServiceName RBBServiceName
  srvServiceProvider RBBServiceProvider
  srvServiceStatus RBBServiceStatus
  srvServiceConnType AtmConnKind
  srvServiceQOSType INTEGER
  srvServiceSpeedReq INTEGER
  srvServiceLatencyReq INTEGER
  srvServiceURL RBBURLType
  srvServiceDescr DisplayString
  srvAdminContact RBBMailAddr
  srvRowInfo RowStatus

RBBSubEntry  
SEQUENCE    
  rbbSubVendor OBJECT IDENTIFIER
  rbbSubModel RBBVendorModel
  rbbSubSerialNumber DisplayString
  rbbSubServiceIdentifier RBBServiceID
  rbbSubVPI AtmVpIdentifier
  rbbSubVCI AtmVcIdentifier
  rbbSubAddr AtmAddr
  rbbSubStatus RBBServiceStatus
  rbbSubRowInfo RowStatus

RBBCPEEntry  
SEQUENCE    
  rbbCPEAuthValue RBBCPEAuthType
  rbbCPEVendorOID OBJECT IDENTIFIER
  rbbCPEVendorModel RBBVendorModel
  rbbCPEStatus INTEGER
  rbbCPESubCount INTEGER
  rbbCPESubAggrSpeed INTEGER
  rbbCPECustContact RBBMailAddr
  rbbCPESerialNumber RBBCPESerialNumber
  rbbCPETrapEnable INTEGER
  rbbCPECurrentImage RBBURLType
  rbbCPEIpAddress IpAddress
  rbbCPERowInfo RowStatus

RBBVendorEntry  
SEQUENCE    
  rbbVendorOID OBJECT IDENTIFIER
  rbbVendorModel RBBVendorModel
  rbbVendorImageURL RBBURLType
  rbbVendorRowInfo RowStatus

Defined Values

rbbProvMIB 1.3.6.1.4.1.4839.32
This is the MIB Module for provisioning of broadband customer premises equipment, specifically xDSL-related services. While not precluding other broadband technology, the MIB has been constructed around existing xDSL facilities, including ATM transports.
MODULE-IDENTITY    

rbbProvMIBObjects 1.3.6.1.4.1.4839.32.1
OBJECT IDENTIFIER    

rbbServicesGroup 1.3.6.1.4.1.4839.32.1.1
OBJECT IDENTIFIER    

rbbSubGroup 1.3.6.1.4.1.4839.32.1.2
OBJECT IDENTIFIER    

rbbCPEGroup 1.3.6.1.4.1.4839.32.1.3
OBJECT IDENTIFIER    

rbbVendorGroup 1.3.6.1.4.1.4839.32.1.4
OBJECT IDENTIFIER    

rbbNotifyGroup 1.3.6.1.4.1.4839.32.1.12
OBJECT IDENTIFIER    

srvServicesTable 1.3.6.1.4.1.4839.32.1.1.1
This table contains a sequence of rows where each row describes a particular service that is available to a broadband customer. The service availability expressed in this table is assumed to be valid only for customers served by this management infrastructure, and may differ on a regional basis, even within the same overall access network.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SRVServiceEntry

srvServiceEntry 1.3.6.1.4.1.4839.32.1.1.1.1
This object defines the individual rows in the SRV services table (srvServicesTable)
Status: current Access: not-accessible
OBJECT-TYPE    
  SRVServiceEntry  

srvServiceIdentifier 1.3.6.1.4.1.4839.32.1.1.1.1.1
A unique object identifier (OID) value uniquely representing a particular service.
Status: current Access: read-create
OBJECT-TYPE    
  RBBServiceID  

srvServiceName 1.3.6.1.4.1.4839.32.1.1.1.1.2
A human-readable name string that identifies a service to an end-user
Status: current Access: read-create
OBJECT-TYPE    
  RBBServiceName  

srvServiceProvider 1.3.6.1.4.1.4839.32.1.1.1.1.3
A human-readable name string that identifies the public or private sponsoring entity for a particular service.
Status: current Access: read-create
OBJECT-TYPE    
  RBBServiceProvider  

srvServiceStatus 1.3.6.1.4.1.4839.32.1.1.1.1.4
An INTEGER enumeration describing the current availability status of a particular service. NOTE: This status implies different semantics than that used by srvServiceSubrStatus
Status: current Access: read-create
OBJECT-TYPE    
  RBBServiceStatus  

srvServiceConnType 1.3.6.1.4.1.4839.32.1.1.1.1.5
An enumerated value describing the type of endpoint address used to refer to a particular service, as well as whether the CPE should be an initiator or target during the connection.
Status: current Access: read-create
OBJECT-TYPE    
  AtmConnKind  

srvServiceQOSType 1.3.6.1.4.1.4839.32.1.1.1.1.6
The quality-of-service to be associated with a connection to a particular service.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

srvServiceSpeedReq 1.3.6.1.4.1.4839.32.1.1.1.1.7
The bandwidth or speed (in bits-per-second) necessary to realize a particular service
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

srvServiceLatencyReq 1.3.6.1.4.1.4839.32.1.1.1.1.8
An enumerated value that describes whether or not a particular service has special latency requirements associated to effectively realize the service.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER high(1), med(2), low(3)  

srvServiceURL 1.3.6.1.4.1.4839.32.1.1.1.1.9
A URL string associated with a particular service. A service may be provisioned with an associated URL that can be used either as a provisioning link or as a potentially advertising source for the service.
Status: current Access: read-create
OBJECT-TYPE    
  RBBURLType  

srvServiceDescr 1.3.6.1.4.1.4839.32.1.1.1.1.10
A human-readable string used to provide a brief description for a particular service.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..256)  

srvAdminContact 1.3.6.1.4.1.4839.32.1.1.1.1.11
A string representing the email address of an administrator contact for the particular service. This could either be a contact used to request new service or options associated with the service, OR, could be used as a support contact address for an existing subscription.
Status: current Access: read-create
OBJECT-TYPE    
  RBBMailAddr  

srvRowInfo 1.3.6.1.4.1.4839.32.1.1.1.1.12
Maintains row status information for this table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rbbSubTable 1.3.6.1.4.1.4839.32.1.2.1
This table contains a sequence of rows where each row describes a particular service subscription between an end-user CPE and a particular service.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RBBSubEntry

rbbSubEntry 1.3.6.1.4.1.4839.32.1.2.1.1
This object defines the individual rows in the subscription table (rbbSubTable)
Status: current Access: not-accessible
OBJECT-TYPE    
  RBBSubEntry  

rbbSubVendor 1.3.6.1.4.1.4839.32.1.2.1.1.1
The Vendor part of the index that uniquely identifies this CPE
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rbbSubModel 1.3.6.1.4.1.4839.32.1.2.1.1.3
The Model part of the index that uniquely identifies a CPE
Status: current Access: read-create
OBJECT-TYPE    
  RBBVendorModel  

rbbSubSerialNumber 1.3.6.1.4.1.4839.32.1.2.1.1.4
The serial number part of the index that uniquely identifies a CPE
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

rbbSubServiceIdentifier 1.3.6.1.4.1.4839.32.1.2.1.1.5
An Index value referring to an entry in the rbbServicesTable. This is the service-side in the customer/service subscription association.
Status: current Access: read-create
OBJECT-TYPE    
  RBBServiceID  

rbbSubVPI 1.3.6.1.4.1.4839.32.1.2.1.1.6
The virtual path identifier to be used in the establishment of a PVC to a particular service, if the service is PVC- based.
Status: current Access: read-create
OBJECT-TYPE    
  AtmVpIdentifier  

rbbSubVCI 1.3.6.1.4.1.4839.32.1.2.1.1.7
The virtual circuit identifier to be used in the establishment of a PVC to a particular service, if the service is PVC-based.
Status: current Access: read-create
OBJECT-TYPE    
  AtmVcIdentifier  

rbbSubAddr 1.3.6.1.4.1.4839.32.1.2.1.1.8
The end-system address to be used in the establishment of an SVC to a particular service, if the service is SVC-based.
Status: current Access: read-create
OBJECT-TYPE    
  AtmAddr  

rbbSubStatus 1.3.6.1.4.1.4839.32.1.2.1.1.9
The current status of this subscription, currently defined as up, down, or suspended.
Status: current Access: read-create
OBJECT-TYPE    
  RBBServiceStatus  

rbbSubRowInfo 1.3.6.1.4.1.4839.32.1.2.1.1.10
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rbbCPETable 1.3.6.1.4.1.4839.32.1.3.1
This table contains a sequence of rows where each row describes a particular CPE that has identified itself to the management framework.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RBBCPEEntry

rbbCPEEntry 1.3.6.1.4.1.4839.32.1.3.1.1
This object defines the individual rows in the CPE table (rbbCPETable)
Status: current Access: not-accessible
OBJECT-TYPE    
  RBBCPEEntry  

rbbCPEAuthValue 1.3.6.1.4.1.4839.32.1.3.1.1.1
A unique identifier that uniquely identifies a particular customer or end-user
Status: current Access: read-create
OBJECT-TYPE    
  RBBCPEAuthType  

rbbCPEVendorOID 1.3.6.1.4.1.4839.32.1.3.1.1.2
A unique object identifier that identifies a particular CPE vendor
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rbbCPEVendorModel 1.3.6.1.4.1.4839.32.1.3.1.1.3
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RBBVendorModel  

rbbCPEStatus 1.3.6.1.4.1.4839.32.1.3.1.1.4
An integer enumeration that identifies the current status of the CPE device
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rbbCPESubCount 1.3.6.1.4.1.4839.32.1.3.1.1.5
An integer value representing the number of service subscriptions that exist in the subscription table for this customer
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rbbCPESubAggrSpeed 1.3.6.1.4.1.4839.32.1.3.1.1.6
The total aggregate bandwidth required by all active subscriptions for this CPE customer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rbbCPECustContact 1.3.6.1.4.1.4839.32.1.3.1.1.7
The email address for the individual at the customer premises that is responsible for the broadband service.
Status: current Access: read-create
OBJECT-TYPE    
  RBBMailAddr  

rbbCPESerialNumber 1.3.6.1.4.1.4839.32.1.3.1.1.8
The unique hardware address or serial number associated with the CPE
Status: current Access: read-create
OBJECT-TYPE    
  RBBCPESerialNumber  

rbbCPETrapEnable 1.3.6.1.4.1.4839.32.1.3.1.1.9
A boolean value representing whether or not service-related traps are enabled or disabled for this CPE device.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rbbCPECurrentImage 1.3.6.1.4.1.4839.32.1.3.1.1.10
A URL string pointing to the current image that is installed in this particular CPE/customer site
Status: current Access: read-create
OBJECT-TYPE    
  RBBURLType  

rbbCPEIpAddress 1.3.6.1.4.1.4839.32.1.3.1.1.11
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

rbbCPERowInfo 1.3.6.1.4.1.4839.32.1.3.1.1.12
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rbbVendorTable 1.3.6.1.4.1.4839.32.1.4.1
Vendor table describing types of CPE supported, and associated CPE management details.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RBBVendorEntry

rbbVendorEntry 1.3.6.1.4.1.4839.32.1.4.1.1
Each row describes a particular vendor model of CPE
Status: current Access: not-accessible
OBJECT-TYPE    
  RBBVendorEntry  

rbbVendorOID 1.3.6.1.4.1.4839.32.1.4.1.1.1
A unique object identifier value associated with a particular vendor of CPE
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rbbVendorModel 1.3.6.1.4.1.4839.32.1.4.1.1.2
A human-readable string representing the model number for a particular vendor's CPE device
Status: current Access: read-create
OBJECT-TYPE    
  RBBVendorModel  

rbbVendorImageURL 1.3.6.1.4.1.4839.32.1.4.1.1.3
A URL string representing the most current version of firmware available for this CPE model
Status: current Access: read-create
OBJECT-TYPE    
  RBBURLType  

rbbVendorRowInfo 1.3.6.1.4.1.4839.32.1.4.1.1.4
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rbbSrvGrpSerialNumber 1.3.6.1.4.1.4839.32.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rbbSubGrpSerialNumber 1.3.6.1.4.1.4839.32.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rbbCPEGrpSerialNumber 1.3.6.1.4.1.4839.32.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rbbVendorGrpSerialNumber 1.3.6.1.4.1.4839.32.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rbbSubNotify 1.3.6.1.4.1.4839.32.1.12.1
This notification indicates that a new subscription has been added to, or when a subscription has been deleted from the rbbSubTable in the rbbSubGroup. The notification includes which specific index was added so that the manager does not have to implement a search for changes.
Status: current Access: read-only
NOTIFICATION-TYPE    

rbbPowerUpNotify 1.3.6.1.4.1.4839.32.1.12.2
Tok_String
Status: current Access: read-only
NOTIFICATION-TYPE