Configures an Ethernet interface.
No Ethernet interface is configured.
Global configuration mode
All interfaces in a range must use the same speed.
interface ethernet 0/25:1 interface ethernet 0/25:2 interface ethernet 0/25:3 interface ethernet 0/25:4
To configure Redundant Management, configure a physical port on the device (for example, 0/15) as a standby management port.
device# configure terminal device(config)# interface ethernet 0/1:1 device(config)# interface ethernet 0/1:2 device(config)# interface ethernet 0/1:3 device(config)# interface ethernet 0/1:4
The following example configures port 0/15 as the redundant management port:
device# configure terminal device(config)# interface ethernet 0/15 device(conf-if-eth-0/15)# redundant-management enableThe following example configures a range of ports:
device# configure terminal device(config)# interface ethernet 0/1-2,4,6-7 device(config-if-eth-0/1-2,4,6-7)#