CISCO-VOICE-URI-CLASS-MIB
- Registered at
- 1.3.6.1.4.1.9.10.99999999
- Last updated
- 2002-10-10 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2002-10-10 00:00
- Namespace
- cisco
- Source file
CISCO-VOICE-URI-CLASS-MIB- Digest
sha256:68ad6505c1843e690d22e547f8b19fdbf14a9da2b0e6bce9c0c05761f511d859
Description
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
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-voice@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoExperiment |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-SMI CISCO-VOICE-URI-CLASS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CvUriClassPattern TEXTUAL-CONVENTION 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 | current | |||
| CvUriClassPreference TEXTUAL-CONVENTION 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. | current | |||
| CvUriClassTag TEXTUAL-CONVENTION 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. | current | |||
| CvUriClassTagIndex TEXTUAL-CONVENTION A Voice URI class tag. This is a value used to uniquely identify each Voice URI class in the system. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cvUriClassMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.99999999.0 | |||
| cvUriClassMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.99999999.1 | |||
| cvUriClass OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.99999999.1.1 | |||
| cvUriClassCfgTable OBJECT-TYPE The table contains generic Voice URI class information. | 1.3.6.1.4.1.9.10.99999999.1.1.1 | not-accessible | current | |
| cvUriClassCfgEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.1.1 | not-accessible | current | |
| cvUriClassCfgTag OBJECT-TYPE A name that uniquely identifies a Voice URI class in the system. | 1.3.6.1.4.1.9.10.99999999.1.1.1.1.1 | CvUriClassTagIndex | not-accessible | current |
| cvUriClassCfgType OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.1.1.2 | INTEGER {sip(1), tel(2)} | read-create | current |
| cvUriClassCfgStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.1.1.3 | RowStatus | read-create | current |
| cvSIPUriClassCfgTable OBJECT-TYPE The table contains information related to sip: schema-specific Voice URI classes. | 1.3.6.1.4.1.9.10.99999999.1.1.2 | not-accessible | current | |
| cvSIPUriClassCfgEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.2.1 | not-accessible | current | |
| cvSIPUriClassCfgUserIDPattern OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.2.1.1 | CvUriClassPattern | read-write | current |
| cvSIPUriClassCfgHostPattern OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.2.1.2 | CvUriClassPattern | read-write | current |
| cvSIPUriClassCfgPhoneCtxtPattern OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.2.1.3 | CvUriClassPattern | read-write | current |
| cvTELUriClassCfgTable OBJECT-TYPE The table contains information related to tel: schema-specific Voice URI classes. | 1.3.6.1.4.1.9.10.99999999.1.1.3 | not-accessible | current | |
| cvTELUriClassCfgEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.3.1 | not-accessible | current | |
| cvTELUriClassCfgPhoneNumPattern OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.3.1.1 | CvUriClassPattern | read-write | current |
| cvTELUriClassCfgPhoneCtxtPattern OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.3.1.2 | CvUriClassPattern | read-write | current |
| cvCommonUriClassCfgTable OBJECT-TYPE The table contains common configuration information specific to the Voice URI classes. | 1.3.6.1.4.1.9.10.99999999.1.1.4 | not-accessible | current | |
| cvCommonUriClassCfgEntry OBJECT-TYPE A single sip: schema-specific Voice URI class. This entry is created automatically when a cvUriClassCfgEntry is created. The manager cannot create this entry. | 1.3.6.1.4.1.9.10.99999999.1.1.4.1 | not-accessible | current | |
| cvCommonUriClassCfgURIPattern OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.99999999.1.1.4.1.1 | OCTET STRING (SIZE(0..128)) | read-write | current |
| cvUriClassSIPGeneralConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.99999999.1.2 | |||
| cvUriClassSIPHostPreference OBJECT-TYPE Preference assigned to the match length resulting from a match of cvSIPUriClassCfgHostPattern against the host portion of a sip: URI. | 1.3.6.1.4.1.9.10.99999999.1.2.1 | CvUriClassPreference | read-write | current |
| cvUriClassSIPUserIDPreference OBJECT-TYPE Preference assigned to the match length resulting from a match of cvSIPUriClassCfgUserIDPattern against the user-id portion of a sip: URI. | 1.3.6.1.4.1.9.10.99999999.1.2.2 | CvUriClassPreference | read-write | current |
| cvUriClassMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.99999999.2 | |||
| cvUriClassMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.99999999.2.1 | |||
| cvUriClassMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.99999999.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| cvUriClassMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO VOICE URI CLASS MIB. | 1.3.6.1.4.1.9.10.99999999.2.1.1 | current |
| cvUriClassGroup OBJECT-GROUP A collection of objects providing the general Voice URI Class configuration capability. | 1.3.6.1.4.1.9.10.99999999.2.2.1 | current |