Cisco Systems 3 Switch User Manual


 
3-4
Catalyst 2948G-L3 and Catalyst 4908G-L3 Software Feature and Configuration Guide
78-10408-01, Cisco IOS Release 12.0(7)W5(15d)
Chapter 3 Initial Switch Router Configurations
Configuring the Management Port
You can configure the management port from an IP connected network. To obtain remote management
access using Telnet, use the following steps:
Note Any Fast Ethernet interface 1-48 and any Gigabit Ethernet interface 49-50 on the
Catalyst 2948G-L3 switch router, or any Gigabit Ethernet interface 1-8 on the
Catalyst 4908G-L3 switch router, can be configured as a management port.
Your switch router should now be operating correctly. You can now use Telnet to remotely assign and
verify configurations.
Command Purpose
Step 1
Router> enable
Router#
Enters enable mode.
The # prompt indicates enable mode.
Step 2
Router# configure terminal
Router(config)#
Enters global configuration mode. You can also
abbreviate the command to config terminal. The
Router(config)# prompt indicates that you are in global
configuration mode.
Step 3
Router(config)# enable
password password
Sets the enable password. See the “About Passwords”
section on page 3-3.
Step 4
Router(config)# enable secret password Enters an enable secret password. Once set, a user must
enter the enable secret password to gain access to global
configuration mode.
Step 5
Router(config)# interface type number
Router(config-if)#
Enters interface configuration mode on the Ethernet
interface.
You can use any Fast Ethernet interface 1-48 or any
Gigabit Ethernet interface 49-50 on the
Catalyst 2948G-L3 or any Gigabit Ethernet interface 1-8
on the Catalyst 4908G-L3 to configure the management
port.
Step 6
Router(config-if)# ip address ip-address
subnetmask
Enters the IP address and IP subnet mask for the interface
specified in Step 5.
Step 7
Router(config-if)# no shutdown Enables the interface.
Step 8
Router(config-if)# exit
Router(config)#
Returns to global configuration mode.
Step 9
Router(config)# line vty line-number
Router
(config-line)#
Enters line configuration mode for virtual terminal
connections. Commands entered in this mode control the
operation of Telnet sessions to the switch router.
Step 10
Router(config-line)# password password Enters a password for Telnet sessions.
Step 11
Router(config-line)# end
Router#
Returns to privileged EXEC mode.
Step 12
Router# copy running-config
startup-config
Saves your configuration changes to NVRAM.