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 1 Configuring Interfaces and Circuits
Configuring Interfaces
1-16
Cisco Content Services Switch Routing and Bridging Configuration Guide
OL-4580-01
Configuring Spanning-Tree Bridge State
By default, an Ethernet interface is set to the enabled bridge state Use the bridge
state command to set the spanning-tree bridge state for an Ethernet interface or
for a trunked Ethernet interface. .
For example, to enable the bridge state for e7 on the CSS 11501, enter:
(config-if[e7])# bridge state enable
For example, to enable the bridge state for the I/O module in slot 1, Ethernet
port 1, in VLAN3, enter:
(config-if-vlan[1/1-3])# bridge state enable
To disable the bridge state, enter:
(config-if-vlan[1/1-3])# bridge state disable
Configuring Port Fast on an Interface
The Port Fast feature immediately brings a CSS Ethernet interface (port) to the
Spanning Tree Protocol (STP) forwarding state from a blocking state, bypassing
the listening and learning states. You can specify Port Fast for ports connected to
a single workstation or server to allow those devices to immediately connect to
the network, rather than waiting for the STP to converge.
Ports connected to a single workstation or server should not receive bridge
protocol data units (BPDUs).
Caution The purpose of Port Fast is to minimize the time ports must wait for STP to
converge. This means that the Port Fast function is effective only when used on
ports connected to end stations in the network. If you enable Port Fast on a port
connecting to another switch, you risk creating a spanning-tree loop. Consider
using the BDPU guard feature to avoid creating a spanning-tree loop.
This section includes the following topics:
• Enabling Port Fast
• Enabling BPDU Guard
• Showing Port Fast Information