CISCO-CABLE-DSG-IF-MIB

File: CISCO-CABLE-DSG-IF-MIB.mib (13136 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB IF-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 MacAddress RowStatus
OBJECT-GROUP MODULE-COMPLIANCE InetAddressType
InetAddress SnmpAdminString InterfaceIndex
ciscoExperiment

Defined Types

CcdsgIfCaVendorEntry  
SEQUENCE    
  ccdsgIfCaVendorIndex Unsigned32
  ccdsgIfCaVendorName SnmpAdminString
  ccdsgIfCaVendorTunnelCnt Integer32
  ccdsgIfCaVendorRowStatus RowStatus

CcdsgIfTunnelEntry  
SEQUENCE    
  ccdsgIfTunnelIndex Unsigned32
  ccdsgIfTunnelInAddressType InetAddressType
  ccdsgIfTunnelInIpAddress InetAddress
  ccdsgIfTunnelMacAddress MacAddress
  ccdsgIfTunnelCaVendorIndex Unsigned32
  ccdsgIfTunnelRowStatus RowStatus

CcdsgIfDownstreamEntry  
SEQUENCE    
  ccdsgIfDownDsgIndex Unsigned32
  ccdsgIfDownTunnelIndex Unsigned32
  ccdsgIfDownIfIndex InterfaceIndex
  ccdsgIfDownRowStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

ccdsgIfCaVendor 1.3.6.1.4.1.9.10.999.1
OBJECT IDENTIFIER    

ccdsgIfTunnel 1.3.6.1.4.1.9.10.999.2
OBJECT IDENTIFIER    

ccdsgIfDownstream 1.3.6.1.4.1.9.10.999.3
OBJECT IDENTIFIER    

ccdsgIfCaVendorTable 1.3.6.1.4.1.9.10.999.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcdsgIfCaVendorEntry

ccdsgIfCaVendorEntry 1.3.6.1.4.1.9.10.999.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcdsgIfCaVendorEntry  

ccdsgIfCaVendorIndex 1.3.6.1.4.1.9.10.999.1.1.1.1
The row index into the CA Vendor Table
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

ccdsgIfCaVendorName 1.3.6.1.4.1.9.10.999.1.1.1.2
The name of the CA Vendor.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..20)  

ccdsgIfCaVendorTunnelCnt 1.3.6.1.4.1.9.10.999.1.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..8  

ccdsgIfCaVendorRowStatus 1.3.6.1.4.1.9.10.999.1.1.1.4
The status of the row. A value of active(1) indicates that DSG forwards OOB messages onto the DSG Tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ccdsgIfTunnelTable 1.3.6.1.4.1.9.10.999.2.1
The DSG Tunnel Table associates an input IP Address and an output MAC Address with a CA Vendor Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcdsgIfTunnelEntry

ccdsgIfTunnelEntry 1.3.6.1.4.1.9.10.999.2.1.1
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'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcdsgIfTunnelEntry  

ccdsgIfTunnelIndex 1.3.6.1.4.1.9.10.999.2.1.1.1
The row index into the DSG Tunnel table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

ccdsgIfTunnelInAddressType 1.3.6.1.4.1.9.10.999.2.1.1.2
The type of internet address of ccdsgIfTunnelInIpAddress. Cannot be changed if the value of ccdsgIfTunnelRowStatus is active.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

ccdsgIfTunnelInIpAddress 1.3.6.1.4.1.9.10.999.2.1.1.3
The DSG Tunnel Input IP address. Cannot be changed if the value of ccdsgIfTunnelRowStatus is active.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

ccdsgIfTunnelMacAddress 1.3.6.1.4.1.9.10.999.2.1.1.4
The the DSG Tunnel Output MAC address. Cannot be changed if the value of ccdsgTunnelRowStatus is active.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

ccdsgIfTunnelCaVendorIndex 1.3.6.1.4.1.9.10.999.2.1.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

ccdsgIfTunnelRowStatus 1.3.6.1.4.1.9.10.999.2.1.1.6
The status of the row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ccdsgIfDownstreamTable 1.3.6.1.4.1.9.10.999.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcdsgIfDownstreamEntry

ccdsgIfDownstreamEntry 1.3.6.1.4.1.9.10.999.3.1.1
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'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcdsgIfDownstreamEntry  

ccdsgIfDownDsgIndex 1.3.6.1.4.1.9.10.999.3.1.1.1
The row index into the the downstream DSG table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

ccdsgIfDownTunnelIndex 1.3.6.1.4.1.9.10.999.3.1.1.2
The index in ccdsgIfTunnelTable (ccdsgIfTunnelIndex) describing the Tunnel information associated with particular downstream(s).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65535  

ccdsgIfDownIfIndex 1.3.6.1.4.1.9.10.999.3.1.1.3
The interface index (ifIndex) of this downstream.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

ccdsgIfDownRowStatus 1.3.6.1.4.1.9.10.999.3.1.1.4
The status of the row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoCableDsgIfConformance 1.3.6.1.4.1.9.10.999.4
OBJECT IDENTIFIER    

ciscoCableDsgIfCompliances 1.3.6.1.4.1.9.10.999.4.1
OBJECT IDENTIFIER    

ciscoCableDsgIfGroups 1.3.6.1.4.1.9.10.999.4.2
OBJECT IDENTIFIER    

ccdsgIfBasicCompliance 1.3.6.1.4.1.9.10.999.4.1.1
The compliance statement for DOCSIS Set-top Gateway systems.
Status: current Access: read-create
MODULE-COMPLIANCE    

ccdsgIfCaVendorGroup 1.3.6.1.4.1.9.10.999.4.2.1
A collection of objects providing CA Vendor configuration.
Status: current Access: read-create
OBJECT-GROUP    

ccdsgIfTunnelGroup 1.3.6.1.4.1.9.10.999.4.2.2
A collection of objects providing DSG Tunnel configuration.
Status: current Access: read-create
OBJECT-GROUP    

ccdsgIfDownstreamGroup 1.3.6.1.4.1.9.10.999.4.2.3
A collection of objects providing DSG Downstream configuration.
Status: current Access: read-create
OBJECT-GROUP