System information

Configuring the CMTS
6-39
y is the cable interface number, which is 0.
9. To assign another cable interface as the slave interface, use the interface cable
command in Global Configuration mode as shown below:
MOT(config)#interface cable <x>/<y>
where:
x is the slot number of the cable module.
y is the cable interface number, which is 0.
For example:
MOT(config)#interface cable 5/0
10. To assign this cable interface as the slave cable interface and assign the bundle the
same number as the master cable interface, use the cable bundle command in
Interface Configuration mode, as shown below:
MOT(config-if)#cable bundle <0-255>
where:
0-255 is the number of the cable bundle identifier.
For example:
MOT(config-if)#cable bundle 1
11. To verify your cable bundle configuration for each cable interface, use the show
running-config command in Privileged EXEC mode.
The examples in this section show that the DOCSIS module master cable interface is
in slot 4 and the DOCSIS module slave cable interface is in slot 5. Both modules are
in the same IP subnet that is described as cable bundle 1.
Here is the entire example configuration discussed in this section:
MOT(config)#interface cable 4/0
MOT(config-if)#cable bundle 1 master
MOT(config-if)#end
MOT(config)#interface cable 5/0
MOT(config-if)#cable bundle 1
MOT(config-if)#end