CISCO-SERVICE-CONTROL-SUBSCRIBERS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SERVICE-CONTROL-SUBSCRIBERS-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoServiceControlSubscribersMIB 1.3.6.1.4.1.9.9.628
This MIB provides global and specific information on subscribers managed by a service control entity, which is a network element that monitors network traffic between network subscribers based on user configured policies. The network subscribers are the end users of the network with a unique network address for each subscriber. A specific subscriber is identified by this MIB by its subscriber name which is assured to be unique, this id is used to retrieve this specific subscriber's information.
         ciscoServiceControlSubscribersMIBNotifs 1.3.6.1.4.1.9.9.628.0
             cServiceControlSubscriberMapping 1.3.6.1.4.1.9.9.628.0.1
This notification is sent by the service control entity when some external entity attempts to create illegal or inconsistent subscriber mappings. The cServiceControlSubscriberMappingFailedReason contains a message describing the problem and entPhysicalName contains the name of the service control entity generating the notification.
         ciscoServiceControlSubscribersMIBObjects 1.3.6.1.4.1.9.9.628.1
             cServiceControlSubscribersTable 1.3.6.1.4.1.9.9.628.1.1 no-access
This table maintains list of subscribers of the service control entity that has an entry in the entPhysicalTable of the ENTITY-MIB. An entry must be created in this table to monitor the subscriber so that NMS application can query subscriber data from the CISCO-SERVICE-CONTROL-DPI-MIB. If the service control entity is not required to monitor a particular subscriber, the corresponding entry is deleted by setting the cServiceControlSubscribersRowStatus object to 'destroy'. When the service control entity reboots, the entries associated with this entity will be cleared.
                 cServiceControlSubscribersEntry 1.3.6.1.4.1.9.9.628.1.1.1 no-access
An entry (conceptual row) in the cServiceControlSubscribersTable. An entry is created to specify which subscriber (cServiceControlSubscribersName) will be monitored by a service control entity, identified by entPhysicalIndex in the entPhysicalTable with its entPhysicalClass of 'module' or 'chassis'.
                     cServiceControlSubscribersIndex 1.3.6.1.4.1.9.9.628.1.1.1.1 unsigned32 no-access
A unique subscriber entry index.
                     cServiceControlSubscribersName 1.3.6.1.4.1.9.9.628.1.1.1.2 snmpadminstring read-only
The name of the subscriber to be monitored by this service control entity.
                     cServiceControlSubscriberStorageType 1.3.6.1.4.1.9.9.628.1.1.1.3 storagetype read-only
This object specifies the storage type for this conceptual row. The following columnar objects are allowed to be writable when the storageType of this conceptual row is permanent(4): cServiceControlSubscribersName
                     cServiceControlSubscribersRowStatus 1.3.6.1.4.1.9.9.628.1.1.1.4 rowstatus read-only
The status of this conceptual row: To create a row in this table, a manager must set this object to either 'createAndGo' or 'createAndWait'. Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of this object is 'notReady'. In particular, a newly created row cannot be made active until the appropriate columns have been set. Default value will be automatically provisioned for those objects not specified during row creation. cServiceControlSubscribersName may not be modified while the value of this object is 'active'. An entry is deleted by setting the value of corresponding instance of this object to 'destroy' or the subscriber is not using the service anymore by disconnecting from the network. The entries will be deleted when the service control entity reboots.
             cServiceControlSubscribersInfoTable 1.3.6.1.4.1.9.9.628.1.2 no-access
This table provides listing of subscribers data for a service control entity that has an entry in the entPhysicalTable of the ENTITY-MIB. A subscriber of a service on the network is uniquely identified by the cServiceControlSubscribersName. The subscriber may either be mapped to a network address known by the service control entity, or may be anonymous. This table maintains statistical data for subscribers known by the service control entity.
                 cServiceControlSubscribersInfoEntry 1.3.6.1.4.1.9.9.628.1.2.1 no-access
An entry (conceptual row) in the cServiceControlSubscribersInfoTable. This entry lists information about the data regarding subscribers management operations performed, and the current status of the subscribers database on a service control entity that has an entry in the entPhysicalTable. entPhysicalIndex is index for this table which represents entities of 'module' or 'chassis' entPhysicalClass.
                     cServiceControlSubscribersNumIntroduced 1.3.6.1.4.1.9.9.628.1.2.1.1 gauge32 read-only
This object indicates the current number of subscribers that have been introduced to the system. These subscribers may or may not have IP address or VLAN mappings.
                     cServiceControlSubscribersNumFree 1.3.6.1.4.1.9.9.628.1.2.1.2 gauge32 read-only
This object indicates the free subscriber space available in the system. This is the number of subscribers that can be introduced to the system in addition to the subscribers that are already introduced to the system as maintained by cServiceControlSubscribersNumIntroduced.
                     cServiceControlSubscribersNumIpAddrMappings 1.3.6.1.4.1.9.9.628.1.2.1.3 gauge32 read-only
This object indicates the current number of subscriber mappings to a single network address or to different network addresses. Each address mapped to a subscriber constitutes a subscriber mapping.
                     cServiceControlSubscribersNumIpAddrMappingsFree 1.3.6.1.4.1.9.9.628.1.2.1.4 gauge32 read-only
This object indicates the number of free 'IP address to subscriber' mappings that may be used for defining new mappings.
                     cServiceControlSubscribersNumIpRangeMappings 1.3.6.1.4.1.9.9.628.1.2.1.5 gauge32 read-only
This object indicates the current number of 'IP-range to subscriber' mappings. Each mapping instance corresponds to a subscriber mapped to a range of IP addresses.
                     cServiceControlSubscribersNumIpRangeMappingsFree 1.3.6.1.4.1.9.9.628.1.2.1.6 gauge32 read-only
This object indicates the number of free 'IP-range to subscriber' mappings that may be used for defining new mappings.
                     cServiceControlSubscribersNumVlanMappings 1.3.6.1.4.1.9.9.628.1.2.1.7 gauge32 read-only
This object indicates the current number of subscriber mappings to a single VLAN ID or to different VLAN IDs. Each VLAN ID mapped to a subscriber constitutes a subscriber mapping.
                     cServiceControlSubscribersNumVlanMappingsFree 1.3.6.1.4.1.9.9.628.1.2.1.8 gauge32 read-only
This object indicates the number of free 'VLAN to subscriber' mappings that may be used for defining new mappings.
                     cServiceControlSubscribersNumActive 1.3.6.1.4.1.9.9.628.1.2.1.9 gauge32 read-only
This object indicates the current number of active subscribers. These subscribers necessarily have an IP address or VLAN mappings that define the traffic that should be associated and served according to the subscriber service agreement.
                     cServiceControlSubscribersNumUpdates 1.3.6.1.4.1.9.9.628.1.2.1.10 counter32 read-only
This object indicates the accumulated number of subscribers database updates received by the system.
                     cServiceControlSubscribersNumTpIpRanges 1.3.6.1.4.1.9.9.628.1.2.1.11 gauge32 read-only
This object indicates the current number of 'Traffic Processor IP address ranges' used. This object is equal to the total number of network address ranges used to map to all the subscribers in the system. For multiple traffic processor systems, the address ranges are distributed between traffic processors for dedicated processing of data belonging to the mapped address space.
                     cServiceControlSubscribersNumTpIpRangesFree 1.3.6.1.4.1.9.9.628.1.2.1.12 gauge32 read-only
This object indicates the number of free 'Traffic Processor IP ranges'.
                     cServiceControlSubscribersNumAnonymous 1.3.6.1.4.1.9.9.628.1.2.1.13 gauge32 read-only
This object indicates the current number of anonymous subscribers.
                     cServiceControlSubscribersNumWithSessions 1.3.6.1.4.1.9.9.628.1.2.1.14 gauge32 read-only
This object indicates the current number of subscribers with open flows.
                     cServiceControlSubscriberMappingFailedReason 1.3.6.1.4.1.9.9.628.1.2.1.15 snmpadminstring read-only
This contains user readable description of the problem when some external entity attempts to create illegal or inconsistent subscriber mappings. For example, an attempt to map a subscriber to incorrect address will culminate in the subscriber name and the address to which mapping attempt is made and the reason why the mapping attempt failed.
                     cServiceControlSubsribersMaxSupported 1.3.6.1.4.1.9.9.628.1.2.1.16 unsigned32 read-only
This object indicates the max number of subscribers that can be monitored by this service control entity.
             cServiceControlSubscribersNotifsEnable 1.3.6.1.4.1.9.9.628.1.3 truthvalue read-write
This object controls whether the system produces cServiceControlSubscriberMapping notifications. A 'false' value will prevent cServiceControlSubscriberMapping notifications from being generated by this system.
         ciscoServiceControlSubscribersMIBConform 1.3.6.1.4.1.9.9.628.2
             cServiceControlSubscribersCompliances 1.3.6.1.4.1.9.9.628.2.1
                 cServiceControlSubscribersCompliance 1.3.6.1.4.1.9.9.628.2.1.1
The compliance statement for SNMP Agents which implement this MIB.
             cServiceControlSubscribersGroups 1.3.6.1.4.1.9.9.628.2.2
                 cServiceControlSubscribersObjectGroup 1.3.6.1.4.1.9.9.628.2.2.1
Group of objects for subscribers.
                 cServiceControlSubscribersNotificationGroup 1.3.6.1.4.1.9.9.628.2.2.2
Group of notifications for this MIB.
                 cServiceControlSubscribersInfoObjectGroup 1.3.6.1.4.1.9.9.628.2.2.3
Group of objects for subscriber mappings subscriber statistics.
                 cServiceControlSubscribersNotifsGroup 1.3.6.1.4.1.9.9.628.2.2.4
A collection of objects providing configuration information applicable to all subscriber mapping notifications.