S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
45-2
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 45 Configuring IPv4 for Gigabit Ethernet Interfaces
Basic Gigabit Ethernet Configuration for IPv4
Note
The Gigabit Ethernet interfaces on the MPS-14/2 module do not support EtherChannel.
Note
To configure IPv6 on a Gigabit Ethernet interface, see the
“Configuring IPv6 Addressing and Enabling
IPv6 Routing” section on page 46-11
.
Tip
Gigabit Ethernet ports on any IPS module or MPS-14/2 module should not be configured in the same
Ethernet broadcast domain as the management Ethernet port—they should be configured in a different
broadcast domain, either by using separate standalone hubs or switches or by using separate VLANs.
Basic Gigabit Ethernet Configuration for IPv4
Figure 45-1
shows an example of a basic Gigabit Ethernet IP version 4 (IPv4) configuration.
Figure 45-1
Gigabit Ethernet IPv4 Configuration Example
Note
The port on the Ethernet switch to which the MDS Gigabit Ethernet interface is connected should be
configured as a host port (also known as access port) instead of a switch port. Spanning tree
configuration for that port (on the Ethernet switch) should disabled. This helps avoid the delay in the
management port coming up due to delay from Ethernet spanning tree processing that the Ethernet
switch would run if enabled. For Cisco Ethernet switches, use either the
switchport host
command in
IOS is or the
set port host
in Catalyst OS. Refer to the configuration guide for your Ethernet switch.
To configure the Gigabit Ethernet interface for the example in
Figure 45-1
, follow these steps:
This section includes the following topics:
•
Configuring Interface Descriptions, page 45-3
•
Configuring Beacon Mode, page 45-3
10.1.1.100/24
10.1.1.1/24
Switch 1
IP router
10.100.1.1/24
10.100.1.25/24
IP host
91555
Command
Purpose
Step 1
switch#
config terminal
switch(config)#
Enters configuration mode.
Step 2
switch(config)#
interface gigabitethernet 2/2
switch(config-if)#
Enters the interface configuration mode on the
Gigabit Ethernet interface (slot 2, port 2).
Step 3
switch(config-if)#
ip address 10.1.1.100
255.255.255.0
Enters the IPv4 address (10.1.1.100) and subnet
mask (255.255.255.0) for the Gigabit Ethernet
interface.
Step 4
switch(config-if)#
no shutdown
Enables the interface.