1-114
Cisco uBR7200 Series Universal Broadband Router Software Configuration Guide
OL-2239-05
Chapter 1 Overview of Cisco uBR7200 Series Software
cops tcp window-size
When the row is created by a user, a value is set for the cciDescr object. The table is indexed by “ifIndex”
from the IF-MIB. The “cciStatus” is the “RowStatus” object for the rows in the table. The “cciStatus” object
can be set to only two values by the user: “createAndGo(4)”, which creates a new row, and “destroy(6)”,
which removes an existing row. If the row is created successfully, the “cciStatus” will be active(1). When
creating a new row, the user should set the “cciDescr” object along with the “cciStatus” in a single
snmp set
pdu
command. If the row is already active, only the “cciDescr” object can be modified.
The other option is to delete the row first by setting the “cciStatus” to “destroy(6)” and then recreate the row
with a new value for “cciDescr”. When creating a new row, the “ifIndex” is validated first. If the “ifIndex”
value is not valid, the row is not created and an error code is returned. Similarly, when an interface is deleted
and there was a corresponding row in this table, that row will be deleted automatically.
After an identifying description is created for an interface by a user, the description (the “cciDescr”
object) will be sent along with the other varbinds as part of linkup and linkdown trap notifications.
For further details, see the
CISCO-CIRCUIT-INTERFACE-MIB.my
file, available at
ftp://ftp.cisco.com/pub/mibs/v2/CISCO-CIRCUIT-INTERFACE-MIB.my
.
cdxCmtsCmOnOffTrapEnable SNMP Object
The following new CLI commands are supported for the “cdxCmtsCmOnOffTrapEnable” object:
[
no
]
cable enable-trap cmonoff-notification
[
no
]
cable enable-trap cmonoff-interval
<
time 0 to 86400
>
These commands have the following default settings:
no cable enable-trap cmonoff-notification
no cable enable-trap cmonoff-interval
After the default setting has been changed and the new configuration has been saved, the new
configuration will remain active after the CMTS reloads.
Examples
Note
The default for “cdxCmtsCmOnOffTrapInterval” is 0.
cable enable-trap
cmonoff-notification
This command enables “cdxCmtsCmOnOffNotification” in the RF MAC
interface. Alternatively, you can set the SNMP object
“cdxCmtsCmOnOffTrapEnable” to true (1).
no cable enable-trap
cmonoff-notification
This command disables “cdxCmtsCmOnOffNotification” in the RF MAC
interface. Alternatively, you can set the SNMP object
“cdxCmtsCmOnOffTrapEnable” to false (2).
cable enable-trap
cmonoff-interval
<
time 0 to 86400
>
This command sets the interval for “cdxCmtsCmOnOffNotification” sent by
the CMTS for one online/offline cable modem state change when
“cdxCmtsCmOnOffTrapEnable” is set to true (1). Alternatively, you can set
the SNMP object “cdxCmtsCmOnOffTrapInterval” to the same time value.
no cable enable-trap
cmonoff-interval
This command sets the interval “cdxCmtsCmOnOffNotification” to 0 so that
“cdxCmtsCmOnOffNotification” will be sent for every online/offline cable
modem state change when “cdxCmtsCmOnOffTrapEnable” is set to true (1).
Alternatively, you can set the SNMP object “cdxCmtsCmOnOffTrapInterval” to
0.