9-20
Cisco ME 3400 EthernetAccess Switch SoftwareConfiguration Guide
78-17058-01
Chapter9 Configuring Interface Characteristics
Configuring Layer 3 Interfaces
Configuring Layer 3 Interfaces
The Cisco 3400 ME switch must be running the metro IP access i mage to su pport Lay er 3 i nterfac e s.
The Cisco ME switch supports these types of Layer 3 interfaces:
SVIs: You should configure SVIs for any VLANs for which you want to route traffic. SVIs are
created when you enter a VLAN ID following the interface vlan global configuration command. To
delete an SVI, use the no interface vlan global configuration command. You cannot delete interface
VLAN 1.
Note When you create an SVI, it does not become active until it is assoc iated with a physic al port.
For information about assigning Layer 2 ports to VLANs, see Chapter 11, “Configuring
VLANs.”
Routed ports: Routed ports are physical ports configured to be in Lay er 3 m ode by us ing t h e no
switchport interface configuration command.
Layer 3 EtherChannel ports: EtherChannel interfaces made up of routed ports.
EtherChannel port interfaces are described in Chapter 31, “Configuring EtherChannels.”
A Layer 3 switch can have an IP address assigned to each routed port and SVI.
There is no defined limit to the number of SVIs and routed ports that can be configured in a switch.
However, the interrelationship between the number of SVIs and routed ports a nd the nu mber o f o the r
features being configured might have an impact on CPU usage because of hardware limitations. If the
switch is using maximum hardware resources, attempts to create a routed port o r SVI have these results:
If you try to create a new routed port, the switch generates a m essage th at th ere a re no t e nou gh
resources to convert the interface to a routed port, and the interface remains as a switch port.
If you try to create an extended-range VLAN, an error message is generated, and the extended-range
VLAN is rejected.
If the switch attempts to boot up with a configuration that has more VLANs and routed ports than
hardware can support, the VLANs are created, but the routed po rts are shut down, a nd the swi tc h
sends a message that this was due to insufficient hardware resources.
All Layer 3 interfaces require an IP address to route traffic. This procedure shows how to configure an
interface as a Layer 3 interface and how to assign an IP address to an interface.
Note If the physical port is in Layer 2 mode (the default), you must enter the no switchport interface
configuration command to put the interface into Layer 3 mode. Entering a no switchport command
disables and then re-enables the interface, which might generate messages on the device to which the
interface is connected. Furthermore, when you put an interface that is in Layer 2 mode into Layer 3
mode, the previous configuration information related to the affected interface might be lost, and the
interface is returned to its default configuration
Beginning in privileged EXEC mode, follow these steps to configure a Layer 3 i n terfa ce:
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 interface {{fastethernet | gigabitethernet} interface-id}
| {vlan vlan-id} | {port-channel port-channel-number}Specify the interface to be configured as a Layer 3
interface, and enter interface configuration mode.