CISCO-CABLE-DSG-IF-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-CABLE-DSG-IF-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 |
ciscoCableDsgIfMIB | 1.3.6.1.4.1.9.10.999 |
This is the MIB Module for the DOCSIS Set-top Gateway (DSG). The DSG provides a one-way IP datagram transport for Out-Of-Band (OOB) messaging to cable set-top terminals. The one-way IP datagram transport is called a DSG Tunnel. A DSG Tunnel is a multicast IP datagram stream originating at the DOCSIS Set-top Gateway and carrying Out-Of-Band messages intended for set-top terminals. It is carried over one or more downstream DOCSIS channels and is identified by a well know Ethernet unicast MAC address. The well-known Ethernet unicast MAC address is reserved and published by the Conditional Access/Point Of Deployment (CA/POD) provider. A CA/POD provider is limited to eight DSG Tunnels to transport their OOB Messaging. Multiple DSG Tunnels may exist on a single downstream DOCSIS channel. This MIB is implemented as 3 groups, the CA Vendor Table, the DSG Tunnel Table and the Downstream Table. 1) The DSG CA Vendor Table associates a CA Vendor Name with a CA Vendor Index and the current count of tunnels carrying this CA OOB 2) The DSG Tunnel Table associates an input IP Address and an output MAC Address with a CA Vendor Index. 3) The DSG Downstream Table associates a tunnel Index with a DOCSIS downstream channel interface index (ifIndex). These tables are all dynamic in nature. Individual rows can be created or deleted as necessary. In general, the DSG is configured once per CA system. |
||
ccdsgIfCaVendor | 1.3.6.1.4.1.9.10.999.1 | |||
ccdsgIfCaVendorTable | 1.3.6.1.4.1.9.10.999.1.1 | no-access |
The DSG CA Vendor Table associates a CA Vendor Index with the CA Vendor Name and the number of tunnels that carry the CA Vendor's OOB Messaging. |
|
1.3.6.1.4.1.9.10.999.1.1.1 | no-access |
An entry in the CA Vendor Table. Rows are created by an SNMP SET request setting the value of ccdsgifCaVendorRowStatus to 'createAndGo' or 'createAndWait'. Rows are deleted by an SNMP SET request setting the value of ccdsgifCaVendorRowStatus to 'destroy'. Active CA (that are associated to the tunnel) cannot be detroyed till association is removed. |
||
ccdsgIfCaVendorIndex | 1.3.6.1.4.1.9.10.999.1.1.1.1 | unsigned32 | no-access |
The row index into the CA Vendor Table |
ccdsgIfCaVendorName | 1.3.6.1.4.1.9.10.999.1.1.1.2 | snmpadminstring | read-only |
The name of the CA Vendor. |
ccdsgIfCaVendorTunnelCnt | 1.3.6.1.4.1.9.10.999.1.1.1.3 | integer32 | read-only |
The total count of Tunnel(s) configured for the CA vendor. The value 0 implies that no tunnel is currently configured for this CA vendor. |
ccdsgIfCaVendorRowStatus | 1.3.6.1.4.1.9.10.999.1.1.1.4 | rowstatus | read-only |
The status of the row. A value of active(1) indicates that DSG forwards OOB messages onto the DSG Tunnel. |
ccdsgIfTunnel | 1.3.6.1.4.1.9.10.999.2 | |||
ccdsgIfTunnelTable | 1.3.6.1.4.1.9.10.999.2.1 | no-access |
The DSG Tunnel Table associates an input IP Address and an output MAC Address with a CA Vendor Index. |
|
1.3.6.1.4.1.9.10.999.2.1.1 | no-access |
An entry in the DSG Tunnel Table. Rows are created by an SNMP SET request setting the value of ccdsgIfTunnelRowStatus to 'createAndGo' or 'createAndWait'. Rows are deleted by an SNMP SET request setting the value of ccdsgIfTunnelRowStatus to 'destroy'. |
||
ccdsgIfTunnelIndex | 1.3.6.1.4.1.9.10.999.2.1.1.1 | unsigned32 | no-access |
The row index into the DSG Tunnel table. |
ccdsgIfTunnelInAddressType | 1.3.6.1.4.1.9.10.999.2.1.1.2 | inetaddresstype | read-only |
The type of internet address of ccdsgIfTunnelInIpAddress. Cannot be changed if the value of ccdsgIfTunnelRowStatus is active. |
ccdsgIfTunnelInIpAddress | 1.3.6.1.4.1.9.10.999.2.1.1.3 | inetaddress | read-only |
The DSG Tunnel Input IP address. Cannot be changed if the value of ccdsgIfTunnelRowStatus is active. |
ccdsgIfTunnelMacAddress | 1.3.6.1.4.1.9.10.999.2.1.1.4 | macaddress | read-only |
The the DSG Tunnel Output MAC address. Cannot be changed if the value of ccdsgTunnelRowStatus is active. |
ccdsgIfTunnelCaVendorIndex | 1.3.6.1.4.1.9.10.999.2.1.1.5 | unsigned32 | read-only |
The index in ccdsgIfCaVendorTable describing the vendor information associated with this particular tunnel. If no associated entry in ccdsgIfCaVendorTable exists, this object should be zero. |
ccdsgIfTunnelRowStatus | 1.3.6.1.4.1.9.10.999.2.1.1.6 | rowstatus | read-only |
The status of the row. |
ccdsgIfDownstream | 1.3.6.1.4.1.9.10.999.3 | |||
ccdsgIfDownstreamTable | 1.3.6.1.4.1.9.10.999.3.1 | no-access |
The DSG Downstream Table associates a Tunnel Index with a DOCSIS downstream channel interface index (ifIndex). It could have a same tunnel associated to multiple downstream channel and vise versa. |
|
1.3.6.1.4.1.9.10.999.3.1.1 | no-access |
An entry in the DSG Downstream Table. Rows are created by an SNMP SET request setting the value of ccdsgIfDownRowStatus to 'createAndGo' or 'createAndWait'. Rows are deleted by an SNMP SET request setting the value of ccdsgIfDownRowStatus to 'destroy'. |
||
ccdsgIfDownDsgIndex | 1.3.6.1.4.1.9.10.999.3.1.1.1 | unsigned32 | no-access |
The row index into the the downstream DSG table. |
ccdsgIfDownTunnelIndex | 1.3.6.1.4.1.9.10.999.3.1.1.2 | unsigned32 | read-only |
The index in ccdsgIfTunnelTable (ccdsgIfTunnelIndex) describing the Tunnel information associated with particular downstream(s). |
ccdsgIfDownIfIndex | 1.3.6.1.4.1.9.10.999.3.1.1.3 | interfaceindex | read-only |
The interface index (ifIndex) of this downstream. |
ccdsgIfDownRowStatus | 1.3.6.1.4.1.9.10.999.3.1.1.4 | rowstatus | read-only |
The status of the row. |
ciscoCableDsgIfConformance | 1.3.6.1.4.1.9.10.999.4 | |||
ciscoCableDsgIfCompliances | 1.3.6.1.4.1.9.10.999.4.1 | |||
ccdsgIfBasicCompliance | 1.3.6.1.4.1.9.10.999.4.1.1 |
The compliance statement for DOCSIS Set-top Gateway systems. |
||
ciscoCableDsgIfGroups | 1.3.6.1.4.1.9.10.999.4.2 | |||
ccdsgIfCaVendorGroup | 1.3.6.1.4.1.9.10.999.4.2.1 |
A collection of objects providing CA Vendor configuration. |
||
ccdsgIfTunnelGroup | 1.3.6.1.4.1.9.10.999.4.2.2 |
A collection of objects providing DSG Tunnel configuration. |
||
ccdsgIfDownstreamGroup | 1.3.6.1.4.1.9.10.999.4.2.3 |
A collection of objects providing DSG Downstream configuration. |