user manual
Table Of Contents
- Cisco Content Services Switch Routing and Bridging Configuration Guide
- Contents
- Preface
- Configuring Interfaces and Circuits
- Interface and Circuit Overview
- Configuring Interfaces
- Configuring an Interface
- Entering a Description for the Interface
- Configuring Interface Duplex and Speed
- Setting Interface Maximum Idle Time
- Bridging an Interface to a VLAN
- Specifying VLAN Trunking for an Interface
- Configuring Spanning-Tree Bridging for a VLAN or a Trunked Interface
- Configuring Port Fast on an Interface
- Showing Interface Configurations
- Shutting Down an Interface
- Shutting Down All Interfaces
- Restarting an Interface
- Restarting All Interfaces
- Configuring Circuits
- Configuring RIP for an IP Interface
- Configuring the Switched Port Analyzer Feature
- Configuring Spanning-Tree Bridging for the CSS
- CSS Spanning-Tree Bridging Quick Start
- Configuring Spanning-Tree Bridge Aging-Time
- Configuring Spanning-Tree Bridge Forward-Time
- Configuring Spanning-Tree Bridge Hello-Time
- Configuring Spanning-Tree Bridge Max-Age
- Configuring Spanning-Tree Bridge Priority
- Disabling Bridge Spanning-Tree
- Showing Bridge Configurations
- Configuring Open Shortest Path First (OSPF)
- OSPF Overview
- CSS OSPF Configuration Quick Start
- Configuring OSPF on the CSS
- Configuring OSPF on a CSS IP Interface
- Showing OSPF Information
- OSPF Configuration in a Startup-Configuration File
- Configuring the Address Resolution Protocol
- Configuring Routing Information Protocol
- Configuring the Internet Protocol
- IP Configuration Quick Start
- Configuring an IP Route
- Disabling an Implicit Service for the Static Route Next Hop
- Configuring an IP Source Route
- Configuring the IP Record Route
- Configuring Box-to-Box Redundancy
- Configuring IP Equal-Cost Multipath
- Forwarding IP Subnet Broadcast Addressed Frames
- Configuring IP Unconditional Bridging
- Configuring IP Opportunistic Layer 3 Forwarding
- Showing IP Configuration Information
- Configuring the Cisco Discovery Protocol
- Configuring the DHCP Relay Agent
- Index

Chapter 6 Configuring the Internet Protocol
Configuring IP Unconditional Bridging
6-10
Cisco Content Services Switch Routing and Bridging Configuration Guide
OL-4580-01
Caution Enabling the CSS to forward the subnet broadcast can make the subnet susceptible
to “smurf” attacks; an attacker sends an ICMP echo request frame using a subnet
broadcast address as a destination and a forged address as the source.
If a “smurf” attack is successful, all the destination subnet hosts reply to the echo
and flood the path back to the source. By disabling subnet broadcast forwarding,
the original echo never reaches the hosts.
Configuring IP Unconditional Bridging
By default, the routing table lookup of a destination path by the CSS on received
packets overrides bridging decisions to be made for those packets. If the routing
table specifies that the CSS use a different physical Ethernet port than what is
specified for port bridging, the CSS ignores the bridging decision. If you have a
network that you want to bridge through the CSS to an upstream router, you may
want to force the CSS to make a bridging decision on the received packets instead
of making a routing table decision.
Use the ip uncond-bridging global configuration command to always make a
bridging decision on the received packets. With this command, the bridging
decision always takes precedence over a routing table decision.
For example:
(config)# ip uncond-bridging
To restore the default behavior of the CSS, enter:
(config)# no ip uncond-bridging
Configuring IP Opportunistic Layer 3 Forwarding
The CSS opportunistic Layer 3 forwarding feature allows the CSS to reduce the
number of network device hops for certain packets or flows. The CSS forwards
packets at Layer 3 if the destination MAC address in the Ethernet header is the
CSS MAC address. Use the ip opportunistic command to enable opportunistic
Layer 3 forwarding and allow the CSS to make Layer 3 forwarding decisions even
if the Layer 2 packet destination MAC address does not belong to the CSS.