Configuring Bridging - Cisco uBR924 Configuration Manual

Cable access router
Hide thumbs Also See for uBR924:
Table of Contents

Advertisement

Configuring Bridging
Configuring Bridging
The Cisco uBR924 cable access router is configured for DOCSIS-compliant transparent bridging by
default. If it becomes necessary to reconfigure the unit for bridging after it has been configured for
routing, you can erase the routing configuration and return the unit to factory default configuration
settings, or you can reconfigure the unit manually using the CLI. To return the cable access router to
factory default settings, see the section "Reestablishing DOCSIS-Compliant Bridging" on page 18
for details. To reconfigure the cable access router manually, perform the following tasks, starting in
global configuration mode:
Step
Command
1
uBR924(config)#no service pad
2
uBR924(config)#no service password-encryption
3
uBR924(config)#no ip routing
4
uBR924(config)#interface Ethernet0
5
uBR924(config-if)#no ip address
6
uBR924(config-if)#no ip route-cache
7
uBR924(config-if)#bridge-group bridge-group
8
uBR924(config-if)#bridge-group bridge-group
spanning-disabled
9
uBR924(config-if)#end
uBR924(config)#interface cable-modem0
10
uBR924(config-if)#no ip address
11
uBR924(config-if)#no ip route-cache
12
uBR924(config-if)#no keepalive
13
uBR924(config-if)#cable-modem compliant bridge
14
uBR924(config-if)#bridge-group bridge-group
15
uBR924(config-if)#bridge-group bridge-group
spanning-disabled
16
uBR924(config-if)#end
uBR924(config)#ip classless
17
uBR924(config)#line console 0
16
Cisco IOS Release 12.0(5)T
Purpose
Disable packet assembler/disassembler commands;
prevent the uBR924 from accepting incoming or outgoing
Packet Assembler/Disassembler (PAD) connections.
Disable password encryption.
Disable IP routing on the uBR924.
Enter interface configuration mode for the Ethernet0
interface.
Disable the IP address on the Ethernet0 interface.
Disable high-speed switching caches for IP routing.
Assign the Ethernet0 interface to a bridge group. The
bridge group must be an integer between 1 and 63.
Disable spanning tree on the Ethernet interface.
Exit interface configuration mode for the Ethernet0
interface and enter interface configuration mode for the
cable access router interface.
Disable the IP address of the coaxial cable interface, if
one has been set. The uBR7246 cable router assigns an IP
address to the cable access router each time it connects to
the network.
Disable high-speed switching caches for IP routing on the
cable interface.
Disable keepalives on the cable interface.
Enable DOCSIS-compliant bridging.
Assign the cable access router interface to a bridge group.
The bridge group must be an integer from 1 to 63. (The
default is 59.)
Disable spanning tree on the cable interface.
Exit interface configuration mode.
(Optional) At times, the uBR924 might receive packets
destined for a subnet of a network that has no network
default route. This global configuration mode command
allows the Cisco IOS software to forward such packets to
the best network route possible.
Enter line configuration mode to configure the console
port.

Advertisement

Table of Contents
loading

Table of Contents