INS_CNGE3FE8MS[POE][HO] Rev. 11.7.17 PAGE 288
INSTRUCTION MANUAL CNGE3FE8MS[POE][HO]
TECH SUPPORT: 1.888.678.9427
interface GigabitEthernet 1/4
!
end
! Now set the speed to 1Gbps and display the configuration again: my-device# configure terminal
my-device(config)# interface GigabitEthernet 1/4
my-device(config-if)# speed 1000
my-device(config-if)# end
my-device# show running-config interface GigabitEthernet 1/4
Building configuration...
interface GigabitEthernet 1/4
speed 1000
duplex full
!
end
! Include all default settings for that interface:
my-device# show running-config interface GigabitEthernet 1/4 all-defaults
Building configuration...
interface GigabitEthernet 1/4
switchport voice vlan mode disable
no switchport voice vlan security
switchport voice vlan discovery-protocol oui
loop-protect
no loop-protect action
loop-protect tx-mode
switchport access vlan 1
switchport trunk native vlan 1
switchport hybrid native vlan 1
! ... much output omitted for brevity ...