Send documentation comments to mdsfeedback-doc@cisco.com
11-31
Cisco MDS 9000 Family Command Reference
OL-16217-01, Cisco MDS SAN-OS Release 3.x
Chapter 11 I Commands
interface gigabitethernet
The following example changes the IP maximum transmission unit (MTU) value for the selected Gigabit
Ethernet interface.
switch(config-if)# switchport mtu 3000
The following example creates a VR ID for the selected Gigabit Ethernet interface, configures the virtual
IP address for the VR ID (VRRP group), and assigns a priority.
switch(config-if)# vrrp 100
switch(config-if-vrrp)# address 10.1.1.100
switch(config-if-vrrp)# priority 10
The following example adds the selected Gigabit Ethernet interface to a channel group. If the channel
group does not exist, it is created, and the port is shut down.
switch(config-if)# channel-group 10
gigabitethernet 4/1 added to port-channel 10 and disabled
please do the same operation on the switch at the other end of the port-channel, then do
“no shutdown” at both ends to bring them up
Related Commands Command Description
show interface Displays an interface configuration for a specified interface.