CISCO-VOICE-URI-CLASS-MIB

File: CISCO-VOICE-URI-CLASS-MIB.mib (24720 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE TEXTUAL-CONVENTION
RowStatus MODULE-COMPLIANCE OBJECT-GROUP
ciscoExperiment

Defined Types

CvUriClassTagIndex  
A Voice URI class tag. This is a value used to uniquely identify each Voice URI class in the system.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..32)  

CvUriClassTag  
This textual convention is an extension of the CvUriClassTagIndex convention. This extension allows zero-length strings to be used for tags. Examples of usage of zero-length strings as tags might include situations where none of the Voice URI classes need to be referenced.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..32)  

CvUriClassPattern  
A regular expression pattern that is configured in the voice URI classes. The default value is a zero-length string. Any pattern set to this default value is not used for matching with the URI
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..32)  

CvUriClassPreference  
Preference for a field in the URI. Lower number indicates higher preference. The preference is used to break ties when more than one class matches a given URI. The class, which has the longest match for a field with the highest preference is given higher priority.
TEXTUAL-CONVENTION    
  INTEGER 1..10  

CvUriClassCfgEntry  
SEQUENCE    
  cvUriClassCfgTag CvUriClassTagIndex
  cvUriClassCfgType INTEGER
  cvUriClassCfgStatus RowStatus

CvSIPUriClassCfgEntry  
SEQUENCE    
  cvSIPUriClassCfgUserIDPattern CvUriClassPattern
  cvSIPUriClassCfgHostPattern CvUriClassPattern
  cvSIPUriClassCfgPhoneCtxtPattern CvUriClassPattern

CvTELUriClassCfgEntry  
SEQUENCE    
  cvTELUriClassCfgPhoneNumPattern CvUriClassPattern
  cvTELUriClassCfgPhoneCtxtPattern CvUriClassPattern

CvCommonUriClassCfgEntry  
SEQUENCE    
  cvCommonUriClassCfgURIPattern OCTET STRING

Defined Values

ciscoVoiceUriClassMIB 1.3.6.1.4.1.9.10.99999999
This MIB provides information about Voice URI classes that are used to select Dial Peers based on URI's. A Voice URI class contains a set of configurations that is used to match a Voice URI. URI - Uniform Resource Indicator URL - Uniform Resource Locator regex - regular expression RFC 2543 - SIP: Session Initiation Protocol RFC 2806 - URLs for Telephone Calls
MODULE-IDENTITY    

cvUriClassMIBNotifications 1.3.6.1.4.1.9.10.99999999.0
OBJECT IDENTIFIER    

cvUriClassMIBObjects 1.3.6.1.4.1.9.10.99999999.1
OBJECT IDENTIFIER    

cvUriClass 1.3.6.1.4.1.9.10.99999999.1.1
OBJECT IDENTIFIER    

cvUriClassSIPGeneralConfig 1.3.6.1.4.1.9.10.99999999.1.2
OBJECT IDENTIFIER    

cvUriClassCfgTable 1.3.6.1.4.1.9.10.99999999.1.1.1
The table contains generic Voice URI class information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvUriClassCfgEntry

cvUriClassCfgEntry 1.3.6.1.4.1.9.10.99999999.1.1.1.1
A single Voice URI class. The creation of this entry will result in the automatic creation of a corresponding 'cvUriClassCfgType' URI class entry and a cvCommonUriClassCfgEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvUriClassCfgEntry  

cvUriClassCfgTag 1.3.6.1.4.1.9.10.99999999.1.1.1.1.1
A name that uniquely identifies a Voice URI class in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvUriClassTagIndex  

cvUriClassCfgType 1.3.6.1.4.1.9.10.99999999.1.1.1.1.2
Specifies the type of Voice URI class. The type is the schema of the URI's, which this class is configured to match. sip - Voice URI class to match sip: URI's (RFC 2543) tel - Voice URI class to match tel: URI's (RFC 2806) Once created this object cannot be modified.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER sip(1), tel(2)  

cvUriClassCfgStatus 1.3.6.1.4.1.9.10.99999999.1.1.1.1.3
This object is used to create, modify or delete a row in this table. A row can be deleted or modified regardless of its current state. When the row is created with createAndWait, it is placed in notInService state, until such time when either the state is changed to active, or the row is deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cvSIPUriClassCfgTable 1.3.6.1.4.1.9.10.99999999.1.1.2
The table contains information related to sip: schema-specific Voice URI classes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvSIPUriClassCfgEntry

cvSIPUriClassCfgEntry 1.3.6.1.4.1.9.10.99999999.1.1.2.1
A single sip: schema-specific Voice URI class. This entry is created automatically when a cvUriClassCfgEntry of cvUriClassCfgType(1) is created. The manager cannot create this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvSIPUriClassCfgEntry  

cvSIPUriClassCfgUserIDPattern 1.3.6.1.4.1.9.10.99999999.1.1.2.1.1
A regular expression to match the user-id in a sip: URI. If this object is set to a zero-length string it is not used for matching with the URI. This object cannot be set if cvCommonUriClassCfgURIPattern is also set.
Status: current Access: read-write
OBJECT-TYPE    
  CvUriClassPattern  

cvSIPUriClassCfgHostPattern 1.3.6.1.4.1.9.10.99999999.1.1.2.1.2
A regular expression to match the host portion in a sip: URI. If this object is set to a zero-length string it is not used for matching with the URI. This object cannot be set if cvCommonUriClassCfgURIPattern is also set.
Status: current Access: read-write
OBJECT-TYPE    
  CvUriClassPattern  

cvSIPUriClassCfgPhoneCtxtPattern 1.3.6.1.4.1.9.10.99999999.1.1.2.1.3
A regular expression to match the phone-context attribute in a sip: URI. If this object is set to a zero-length string it is not used for matching with the URI. This object cannot be set if cvCommonUriClassCfgURIPattern is also set.
Status: current Access: read-write
OBJECT-TYPE    
  CvUriClassPattern  

cvTELUriClassCfgTable 1.3.6.1.4.1.9.10.99999999.1.1.3
The table contains information related to tel: schema-specific Voice URI classes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvTELUriClassCfgEntry

cvTELUriClassCfgEntry 1.3.6.1.4.1.9.10.99999999.1.1.3.1
A single sip: schema-specific Voice URI class. This entry is created automatically when a cvUriClassCfgEntry of cvUriClassCfgType(2) is created. The manager cannot create this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvTELUriClassCfgEntry  

cvTELUriClassCfgPhoneNumPattern 1.3.6.1.4.1.9.10.99999999.1.1.3.1.1
A regular expression to match the phone number portion in a tel: URI. If this object is set to a zero-length string it is not used for matching with the URI. This object cannot be set if cvCommonUriClassCfgURIPattern is also set.
Status: current Access: read-write
OBJECT-TYPE    
  CvUriClassPattern  

cvTELUriClassCfgPhoneCtxtPattern 1.3.6.1.4.1.9.10.99999999.1.1.3.1.2
A regular expression to match the phone-context attribute in a tel: URI. If this object is set to a zero-length string it is not used for matching with the URI. This object cannot be set if cvCommonUriClassCfgURIPattern is also set.
Status: current Access: read-write
OBJECT-TYPE    
  CvUriClassPattern  

cvCommonUriClassCfgTable 1.3.6.1.4.1.9.10.99999999.1.1.4
The table contains common configuration information specific to the Voice URI classes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvCommonUriClassCfgEntry

cvCommonUriClassCfgEntry 1.3.6.1.4.1.9.10.99999999.1.1.4.1
A single sip: schema-specific Voice URI class. This entry is created automatically when a cvUriClassCfgEntry is created. The manager cannot create this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvCommonUriClassCfgEntry  

cvCommonUriClassCfgURIPattern 1.3.6.1.4.1.9.10.99999999.1.1.4.1.1
A regular expression to match an entire URI. If this object is set to a zero-length string it is not used for matching with the URI. This object is mutually exclusive with patterns that match specific fields from the URI e.g., cvSIPUriClassCfgUserIDPattern, or cvSIPUriClassCfgPhonePattern. If more than one class matches a URI, the classes that matched with the URI based on this pattern, are given the least priority amongst matching classes.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cvUriClassSIPHostPreference 1.3.6.1.4.1.9.10.99999999.1.2.1
Preference assigned to the match length resulting from a match of cvSIPUriClassCfgHostPattern against the host portion of a sip: URI.
Status: current Access: read-write
OBJECT-TYPE    
  CvUriClassPreference  

cvUriClassSIPUserIDPreference 1.3.6.1.4.1.9.10.99999999.1.2.2
Preference assigned to the match length resulting from a match of cvSIPUriClassCfgUserIDPattern against the user-id portion of a sip: URI.
Status: current Access: read-write
OBJECT-TYPE    
  CvUriClassPreference  

cvUriClassMIBConformance 1.3.6.1.4.1.9.10.99999999.2
OBJECT IDENTIFIER    

cvUriClassMIBCompliances 1.3.6.1.4.1.9.10.99999999.2.1
OBJECT IDENTIFIER    

cvUriClassMIBGroups 1.3.6.1.4.1.9.10.99999999.2.2
OBJECT IDENTIFIER    

cvUriClassMIBCompliance 1.3.6.1.4.1.9.10.99999999.2.1.1
The compliance statement for entities which implement the CISCO VOICE URI CLASS MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

cvUriClassGroup 1.3.6.1.4.1.9.10.99999999.2.2.1
A collection of objects providing the general Voice URI Class configuration capability.
Status: current Access: read-write
OBJECT-GROUP