9-10
Cisco ME 3800X and 3600X Switch Software Configuration Guide
OL-23400-01
Chapter 9 Configuring Interfaces
Using the Ethernet Management Port
This example shows how to create a multiple-interface macro named macro1 and assign all of the
interfaces in the range to a VLAN:
Switch#
configure terminal
Switch(config)#
define interface-range macro1 gigabitethernet0/1 - 2, gigabitethernet0/5 -
6
Switch(config)#
interface range macro macro1
Switch(config-if-range)#
switchport access vlan 20
Switch(config-if-range)#
end
This example shows how to enter interface range configuration mode for the interface-range
macro enet_list:
Switch#
configure terminal
Switch(config)#
interface range macro enet_list
Switch(config-if-range)#
This example shows how to delete the interface-range macro enet_list and to verify that it was deleted.
Switch#
configure terminal
Switch(config)#
no define interface-range enet_list
Switch(config)#
end
Switch#
show run | include define
Switch#
Using the Ethernet Management Port
•
Understanding the Ethernet Management Port, page 9-10
•
Supported Features on the Ethernet Management Port, page 9-12
•
Configuring the Ethernet Management Port, page 9-12
•
TFTP and the Ethernet Management Port, page 9-12
Understanding the Ethernet Management Port
The Ethernet management port is port Gi0 or gigabitethernet0, a Layer 3 host port to which you can
connect a PC. You can use the Ethernet management port instead of the switch console port for network
management.
Note
You cannot configure an EFP service instance on the Ethernet management port.
When connecting a PC to the Ethernet management port, you must assign an IP address. Connect the
Ethernet management port to the PC as shown in
Figure 9-2
.