cable bundle
To configure a cable interface to belong to an interface bundle, use the cablebundle command in interface configuration mode. To delete a cable interface bundle definition, use the no form of this command.
cable bundle number [master]
no cable bundle number [master]
Syntax Description
number |
Specifies the bundle identifier. Valid range is from 1 to 255. |
master |
(Optional) Defines the specified interface as primary. |
Command Default
No cable interface bundle is defined.
Command Modes
Interface configuration
Command History
Release |
Modification |
---|---|
12.0(7)XR |
This command was introduced. |
12.1(1a)T1 |
This command was integrated into Cisco IOS Release 12.1(1a)T1. |
12.0(8)SC |
This command was integrated into Cisco IOS Release 12.0(8)SC |
12.1(2)EC1 |
This command was integrated into Cisco IOS Release 12.1(2)EC1. |
Usage Guidelines
You can configure up to four interface bundles. In each bundle, specify one interface as the primary interface by using the optional master keyword.
Configure only an IP address on the primary interface. If an IP address is configured and the interface is not specified as the primary interface, any attempt to add an interface to a bundle is rejected.
Specify all generic IP networking information (such as IP address, routing protocols, and switching modes) on the bundle primary interface. Do not specify generic IP networking information on bundle subordinate interfaces.
If you attempt to add an interface to a bundle as non-primary interface and an IP address is assigned to this interface, the command will fail. You must remove the IP address configuration before you can add the interface to a bundle.
If you have configured an IP address on a bundled interface and the interface is not the primary interface, a warning message appears.
Specify generic (not downstream or upstream related) cable interface configurations, such as source-verify or Address Resolution Protocol (ARP) handling, on the primary interface. Do not specify generic configuration on non-primary interfaces.
If you configure an interface as a part of a bundle and it is not the primary interface, all generic cable configuration for this interface is removed. The primary interface configuration will then apply to all interfaces in the bundle.
If you shut down or remove the primary interface in a bundle, no data packets are sent to any of the interfaces in this bundle. Packets are still physically received from non-primary interfaces that have not been shut down, but those packets will be discarded. Modems connected to those interfaces will not be disconnected immediately, but modems going online are not able to obtain an IP address, download their configuration file, or renew their IP address assignment if the Dynamic Host Configuration Protocol (DHCP) lease expires.
If you shut down a subordinate interface, only this interface is affected.
Examples
The following example shows how to configure interface 25 to be the primary interface:
Router(config-if)# cable bundle 25 master
Router(config-if)#
07:28:17: %UBR7200-5-UPDOWN: Interface Cable3/0 Port U0, changed state to down
07:28:18: %UBR7200-5-UPDOWN: Interface Cable3/0 Port U0, changed state to up
The following example shows the error message that appears if you try to configure an interface with an IP address that is not the primary interface:
Router(config-if)# cable bundle 5
Please remove ip address config first then reenter this command