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
Interface and Circuit Overview
1-2
Cisco Content Services Switch Routing and Bridging Configuration Guide
OL-4580-01
Using the trunk command, you can assign multiple VLANs to a CSS Ethernet
interface port (Fast Ethernet port or Gigabit Ethernet port). A trunk is a
point-to-point link carrying the traffic of several VLANs. The advantage of a trunk is
to save ports by creating a link between two CSSs implementing VLANs. A trunk
bundles virtual links over one physical link. The unique physical link between the
two CSSs is able to carry traffic for the specified VLANs.
Note The trunk and vlan commands (and the associated software functionality)
comply with the IEEE 802.1Q Standard for Local and Metropolitan Area Networks:
Virtual Bridged Local Area Networks.
The CSS forwards VLAN circuit traffic to the IP interface. The IP interface passes
the traffic to the IP forwarding function where the CSS compares the destination
of each packet to information contained in the routing table. Once the CSS
resolves the packet addresses, it forwards the packet to the appropriate VLAN and
destination port.
With trunking enabled, the CSS automatically inserts a tag in every frame
transmitted over the trunk link to identify the originating VLAN. When the
VLAN-aware CSS receives the frame, it reviews the VLAN-tagged packet to
identify the transmitting VLAN. If the VLAN is recognized, the frame is routed to
the proper port and VLAN destination. If the frame is from a VLAN that is not
assigned to the trunk port, the packet is ignored. By default, the CSS discards
untagged packets.
For an 802.1Q trunk, you can use the default-vlan command to:
• Accept packets that arrive untagged on the interface
• Transmit untagged packets
By using this method, the CSS can determine which VLAN transmitted an
untagged frame. This capability allows VLAN-aware CSSs and VLAN-unaware
CSSs to transmit and receive information on the same cable.