CISCO-CABLE-DSG-IF-MIB
- Registered at
- 1.3.6.1.4.1.9.10.999.4
- Last updated
- 2004-03-29 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2004-03-29 00:00
- Namespace
- cisco
- Source file
CISCO-CABLE-DSG-IF-MIB- Digest
sha256:598840aa60f5e49d3c64428ead997cb66e39ec419ba962098e3742470713830b
Description
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.
Contact
Cisco Systems Customer Service Postal: 170 West Tasman Dr San Jose, CA 95134 U.S.A. Phone: +1 800 553-NETS E-mail: cs-ubr@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoExperiment |
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, MacAddress, 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-CABLE-DSG-IF-MIB CISCO-SMI IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ccdsgIfCaVendor OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.999.1 | |||
| ccdsgIfCaVendorTable OBJECT-TYPE 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 | not-accessible | current | |
| ccdsgIfCaVendorEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.999.1.1.1 | not-accessible | current | |
| ccdsgIfCaVendorIndex OBJECT-TYPE The row index into the CA Vendor Table | 1.3.6.1.4.1.9.10.999.1.1.1.1 | Unsigned32 (1..65535) | not-accessible | current |
| ccdsgIfCaVendorName OBJECT-TYPE The name of the CA Vendor. | 1.3.6.1.4.1.9.10.999.1.1.1.2 | SnmpAdminString (SIZE(1..20)) | read-create | current |
| ccdsgIfCaVendorTunnelCnt OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.999.1.1.1.3 | Integer32 (0..8) | read-only | current |
| ccdsgIfCaVendorRowStatus OBJECT-TYPE The status of the row. A value of active(1) indicates that DSG forwards OOB messages onto the DSG Tunnel. | 1.3.6.1.4.1.9.10.999.1.1.1.4 | RowStatus | read-create | current |
| ccdsgIfTunnel OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.999.2 | |||
| ccdsgIfTunnelTable OBJECT-TYPE 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 | not-accessible | current | |
| ccdsgIfTunnelEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.10.999.2.1.1 | not-accessible | current | |
| ccdsgIfTunnelIndex OBJECT-TYPE The row index into the DSG Tunnel table. | 1.3.6.1.4.1.9.10.999.2.1.1.1 | Unsigned32 (1..65535) | not-accessible | current |
| ccdsgIfTunnelInAddressType OBJECT-TYPE The type of internet address of ccdsgIfTunnelInIpAddress. Cannot be changed if the value of ccdsgIfTunnelRowStatus is active. | 1.3.6.1.4.1.9.10.999.2.1.1.2 | InetAddressType | read-create | current |
| ccdsgIfTunnelInIpAddress OBJECT-TYPE The DSG Tunnel Input IP address. Cannot be changed if the value of ccdsgIfTunnelRowStatus is active. | 1.3.6.1.4.1.9.10.999.2.1.1.3 | InetAddress | read-create | current |
| ccdsgIfTunnelMacAddress OBJECT-TYPE The the DSG Tunnel Output MAC address. Cannot be changed if the value of ccdsgTunnelRowStatus is active. | 1.3.6.1.4.1.9.10.999.2.1.1.4 | MacAddress | read-create | current |
| ccdsgIfTunnelCaVendorIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.999.2.1.1.5 | Unsigned32 (0..65535) | read-create | current |
| ccdsgIfTunnelRowStatus OBJECT-TYPE The status of the row. | 1.3.6.1.4.1.9.10.999.2.1.1.6 | RowStatus | read-create | current |
| ccdsgIfDownstream OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.999.3 | |||
| ccdsgIfDownstreamTable OBJECT-TYPE 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 | not-accessible | current | |
| ccdsgIfDownstreamEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.10.999.3.1.1 | not-accessible | current | |
| ccdsgIfDownDsgIndex OBJECT-TYPE The row index into the the downstream DSG table. | 1.3.6.1.4.1.9.10.999.3.1.1.1 | Unsigned32 (1..65535) | not-accessible | current |
| ccdsgIfDownTunnelIndex OBJECT-TYPE The index in ccdsgIfTunnelTable (ccdsgIfTunnelIndex) describing the Tunnel information associated with particular downstream(s). | 1.3.6.1.4.1.9.10.999.3.1.1.2 | Unsigned32 (1..65535) | read-create | current |
| ccdsgIfDownIfIndex OBJECT-TYPE The interface index (ifIndex) of this downstream. | 1.3.6.1.4.1.9.10.999.3.1.1.3 | InterfaceIndex | read-create | current |
| ccdsgIfDownRowStatus OBJECT-TYPE The status of the row. | 1.3.6.1.4.1.9.10.999.3.1.1.4 | RowStatus | read-create | current |
| ciscoCableDsgIfConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.999.4 | |||
| ciscoCableDsgIfCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.999.4.1 | |||
| ciscoCableDsgIfGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.999.4.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ccdsgIfBasicCompliance MODULE-COMPLIANCE The compliance statement for DOCSIS Set-top Gateway systems. | 1.3.6.1.4.1.9.10.999.4.1.1 | current |
| ccdsgIfCaVendorGroup OBJECT-GROUP A collection of objects providing CA Vendor configuration. | 1.3.6.1.4.1.9.10.999.4.2.1 | current |
| ccdsgIfTunnelGroup OBJECT-GROUP A collection of objects providing DSG Tunnel configuration. | 1.3.6.1.4.1.9.10.999.4.2.2 | current |
| ccdsgIfDownstreamGroup OBJECT-GROUP A collection of objects providing DSG Downstream configuration. | 1.3.6.1.4.1.9.10.999.4.2.3 | current |