|
|
This feature allows multiple cable interfaces to share a single IP subnet. Currently, you must use an IP subnet for each cable interface. If you have limited IP address space, interface bundling conserves limited IP address resources. Interface bundling eliminates the need to renumber IP addresses to configure new cable interfaces.
Cable interface bundling eliminates the need for an IP subnet for each cable interface. With this feature, you only need one IP subnet for each cable bundle. Further, you can group all the cable interfaces on a Cisco uBR7200 series cable router into a single bundle and configure your uBR7200 router with a single IP subnet.
Cable interface bundling is only supported on cable interfaces.
You can only configure interface bundles using the CLI. You cannot use MIB objects to configure cable interface bundles.
Table 1shows the progression of documented features that have been added to the uBR platform in the Cisco IOS 12.0 time frame.
| Available With: | Category | Feature |
|---|---|---|
11.3(5)NA & 12.0(3)T | Cable Features | Feature Enhancements |
11.3(6)NA |
| MC16 Modem Card |
11.3(8)NA |
| Access List Support Enhancements |
12.0(4)T |
| Downstream Channel ID Configuration |
12.0(4)T |
| Multiple Service ID Support |
12.0(4)T |
| Cable Modem and Host Subnet Addressing |
12.0(5)T |
| Telephone Return |
12.0(5)T |
| Time Server Functionality |
12.0(7)T |
| Amplitude Averaging Compensation |
12.0(7)XR |
| Cable Interface Bundling |
12.0(7)XR |
| Enhanced Modem Status Display |
12.0(7)XR |
| Show Interface Cable Command Verbose Enhancements |
12.0(7)XR |
| IP Address Verification |
12.0(7)XR |
| Registration Timeout Configuration |
12.0(7)XR |
| Show Cable Modem Command Enhancements |
12.0(7)XR |
| Modem Status Summary Enhancements |
12.0(7)XR |
| Show Controller Command Enhancements |
12.0(7)XR |
| Configuring Concatenation |
12.0(7)XR |
| Virtual Private Network Support |
12.0(7)XR |
| Blind Hopping Support on the MC16S Modem Card |
12.0(7)XR |
| Signal-to-Noise Ratio Data Support |
11.3(9)NA and 12.0(4)T | Cable QoS | QoS Profile Enforcement |
12.0(4)T |
| Quality of Service for Voice |
11.3(9)NA | Network Management | Upstream Traffic Shaping Feature |
12.0(5)T |
| Enhanced-Spectrum Management |
12.0(5)T |
| Downstream Rate Shaping with TOS bits |
12.0(7)XR |
| Spectrum Management Using the MC16S Modem Card |
12.0(7)XR |
| Downstream Test Signals Configuration |
12.0(7)XR | Wireless Features | Point-to-Point Wireless Support |
The uBR7200 series cable router is described in Voice, Video, and Home Applications Configuration Guide for Cisco IOS Release 12.0 and in the following online feature modules:
No new or modified standards are supported by this feature.
No new or modified MIBs are supported by this feature.
No new or modified RFCs are supported by this feature.
See the following section for configuring cable interface bundling.
| Command | Purpose |
|---|---|
Router(config-if)#cable bundle n master | Configures the interface n to be the master interface in a bundle. |
| Command | Purpose |
|---|---|
Router# show cable bundle n forwarding-table | Displays the forwarding table for the specified interface. |
This section provides the following configuration examples:
Router(config-if)#cable bundle ? <1-255> Bundle number Router(config-if)#cable bundle 25 ? master Bundle master <cr> Router(config-if)#cable bundle 25 master ? <cr> 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 ... Router#show cable bundle 25 forwarding-table MAC address Interface 0050.7366.17ab Cable3/0 0050.7366.1803 Cable3/0 0050.7366.1801 Cable3/0
In Cisco IOS Release 12.0(1)T or later releases, you can search and filter the output for show and more commands. This functionality is useful when you need to sort through large amounts of output, or if you want to exclude output that you do not need to see.
To use this functionality, enter a show or more command followed by the "pipe" character (|), one of the keywords begin, include, or exclude, and an expression that you want to search or filter on:
command | {begin | include | exclude} regular-expressionThe following is an example of the show atm vc command in which you want the command output to begin with the first line where the expression "PeakRate" appears:
show atm vc | begin PeakRateFor more information on the search and filter functionality, refer to the Cisco IOS Release 12.0(1)T feature module CLI String Search.
To configure a cable interface to belong to an interface bundle, use the cable bundle interface configuration command. To delete a cable interface bundle definition, use the no form of this command.
cable bundle n [master]
n | Specifies the bundle identifier. Valid range is from 1 to 255. |
master | (Optional) Defines the specified interface as the master. |
No default behavior or values.
Interface configuration
| Release | Modification |
|---|---|
12.0(7)XR | This command was introduced. |
You can configure up to four interface bundles. In each bundle, specify one interface as the master interface by using the optional master keyword.
Only configure an IP address on the master interface. Any attempt to add an interface to a bundle will be rejected, if an IP address is configured and the interface is not specified as master interface.
You must specify all generic IP networking information (IP address, routing protocols, switching modes, and so on.) on the bundle master interface. Do not specify generic IP networking information on bundle slave interfaces.
If you attempt to add an interface to a bundle as non-master 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 master interface, a warning message appears.
Specify generic (that is, not downstream or upstream related) cable interface configurations, such as source-verify or ARP handling, on the master interface. Do not specify generic configuration on non-master interfaces.
If you configure an interface as part of a bundle and it is not the master interface, all generic cable configuration for this interface is removed. The master interface configuration will then apply to all interfaces in the bundle.
If you shut down or remove the master interface in a bundle, no data packets is sent to any of the interfaces in this bundle. Packets will still be physically received from non-master interfaces which have not been shut down, but those packets will be discarded. This means that modems connected to those interfaces will not be disconnected immediately, but modems coming online will not be able to obtain an IP address, download their configuration file, or renew their IP address assignment if the DHCP lease expires.
If you shut down a slave interface, only this shut down interface is affected.
See the following example to configure interface 25 to be the master 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 you get if you try to configure an interface with an IP address that is not the master interface:
Router(config-if)#cable bundle 5 Please remove ip address config first then reenter this command
| Command | Description |
|---|---|
show cable bundle | Displays the forwarding table for the specified interface bundle. |
To display the forwarding table for the specified interface, use the show cable bundle privileged EXEC command.
show cable bundle n forwarding-table
n | Specifies the bundle identifier. Valid range is from 1 to 255. |
forwarding-table | Displays the forwarding table for the specified interface. |
No default behavior or values.
Privileged EXEC
| Release | Modification |
|---|---|
12.0(7)XR | This command was introduced. |
Router#show cable bundle 25 forwarding-table MAC address Interface 0050.7366.17ab Cable3/0 0050.7366.1803 Cable3/0 0050.7366.1801 Cable3/0
Table 2 describes the fields shown in the show cable bundle display.
| Field | Description |
|---|---|
MAC address | Media Access Control ID for each interface in the bundle. |
Interface | The cable interface slot and port number. |
| Command | Description |
|---|---|
cable bundle | Creates an interface bundle. |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Fri Jan 28 19:36:43 PST 2000
Copyright 1989 - 2000©Cisco Systems Inc.