CISCO-VOICE-URI-CLASS-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-VOICE-URI-CLASS-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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 |
||
cvUriClassMIBNotifications | 1.3.6.1.4.1.9.10.99999999.0 | |||
cvUriClassMIBObjects | 1.3.6.1.4.1.9.10.99999999.1 | |||
cvUriClass | 1.3.6.1.4.1.9.10.99999999.1.1 | |||
cvUriClassCfgTable | 1.3.6.1.4.1.9.10.99999999.1.1.1 | no-access |
The table contains generic Voice URI class information. |
|
1.3.6.1.4.1.9.10.99999999.1.1.1.1 | no-access |
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. |
||
cvUriClassCfgTag | 1.3.6.1.4.1.9.10.99999999.1.1.1.1.1 | cvuriclasstagindex | no-access |
A name that uniquely identifies a Voice URI class in the system. |
cvUriClassCfgType | 1.3.6.1.4.1.9.10.99999999.1.1.1.1.2 | integer | read-only |
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. Enumeration: 'sip': 1, 'tel': 2. |
cvUriClassCfgStatus | 1.3.6.1.4.1.9.10.99999999.1.1.1.1.3 | rowstatus | read-only |
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. |
cvSIPUriClassCfgTable | 1.3.6.1.4.1.9.10.99999999.1.1.2 | no-access |
The table contains information related to sip: schema-specific Voice URI classes. |
|
1.3.6.1.4.1.9.10.99999999.1.1.2.1 | no-access |
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. |
||
cvSIPUriClassCfgUserIDPattern | 1.3.6.1.4.1.9.10.99999999.1.1.2.1.1 | cvuriclasspattern | read-write |
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. |
cvSIPUriClassCfgHostPattern | 1.3.6.1.4.1.9.10.99999999.1.1.2.1.2 | cvuriclasspattern | read-write |
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. |
cvSIPUriClassCfgPhoneCtxtPattern | 1.3.6.1.4.1.9.10.99999999.1.1.2.1.3 | cvuriclasspattern | read-write |
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. |
cvTELUriClassCfgTable | 1.3.6.1.4.1.9.10.99999999.1.1.3 | no-access |
The table contains information related to tel: schema-specific Voice URI classes. |
|
1.3.6.1.4.1.9.10.99999999.1.1.3.1 | no-access |
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. |
||
cvTELUriClassCfgPhoneNumPattern | 1.3.6.1.4.1.9.10.99999999.1.1.3.1.1 | cvuriclasspattern | read-write |
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. |
cvTELUriClassCfgPhoneCtxtPattern | 1.3.6.1.4.1.9.10.99999999.1.1.3.1.2 | cvuriclasspattern | read-write |
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. |
cvCommonUriClassCfgTable | 1.3.6.1.4.1.9.10.99999999.1.1.4 | no-access |
The table contains common configuration information specific to the Voice URI classes. |
|
1.3.6.1.4.1.9.10.99999999.1.1.4.1 | no-access |
A single sip: schema-specific Voice URI class. This entry is created automatically when a cvUriClassCfgEntry is created. The manager cannot create this entry. |
||
cvCommonUriClassCfgURIPattern | 1.3.6.1.4.1.9.10.99999999.1.1.4.1.1 | octet string | read-write |
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. |
cvUriClassSIPGeneralConfig | 1.3.6.1.4.1.9.10.99999999.1.2 | |||
cvUriClassSIPHostPreference | 1.3.6.1.4.1.9.10.99999999.1.2.1 | cvuriclasspreference | read-write |
Preference assigned to the match length resulting from a match of cvSIPUriClassCfgHostPattern against the host portion of a sip: URI. |
cvUriClassSIPUserIDPreference | 1.3.6.1.4.1.9.10.99999999.1.2.2 | cvuriclasspreference | read-write |
Preference assigned to the match length resulting from a match of cvSIPUriClassCfgUserIDPattern against the user-id portion of a sip: URI. |
cvUriClassMIBConformance | 1.3.6.1.4.1.9.10.99999999.2 | |||
cvUriClassMIBCompliances | 1.3.6.1.4.1.9.10.99999999.2.1 | |||
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. |
||
cvUriClassMIBGroups | 1.3.6.1.4.1.9.10.99999999.2.2 | |||
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. |