Cisco Systems 4908G-L3 Network Router User Manual


 
3-4
Catalyst 2948G-L3 and Catalyst 4908G-L3 Switch Router Software Feature and Configuration Guide
78-10408-03
Chapter 3 Configurations for the Layer 3 Switch Router
Configuring the Management Port
To configure Telnet for remote management access, perform the following procedure, beginning in user
EXEC mode:
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.
Once you have completed configuring remote mangement on the management port, you can use Telnet
to remotely assign and verify configurations.
You can display the configuration file when you are in privileged EXEC (enable) mode.
To see the current operating configuration, enter the following command at the enable prompt:
Router# show running-config
Command Purpose
Step 1
Router> enable
Router#
Enter user EXEC (or enable) mode.
The # prompt indicates enable mode.
Step 2
Router# configure terminal
Router(config)#
Enter 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
Set the enable password. See the “Passwords” section on
page 3-3.
Step 4
Router(config)# enable secret password Enter an enable secret password. 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)#
Enter interface configuration mode on the Ethernet
interface.
Step 6
Router(config-if)# ip address ip-address
subnetmask
Enter the IP address and IP subnet mask for the interface
specified in Step 5.
Step 7
Router(config-if)# no shutdown Enable the interface.
Step 8
Router(config-if)# exit
Router(config)#
Return to global configuration mode.
Step 9
Router(config)# line vty line-number
Router
(config-line)#
Enter line configuration mode for virtual terminal
connections. Commands entered in this mode control the
operation of Telnet sessions to the Layer 3 switch router.
Step 10
Router(config-line)# password password Enter a password for Telnet sessions.
Step 11
Router(config-line)# end
Router#
Return to privileged EXEC mode.
Step 12
Router# copy running-config
startup-config
Save your configuration changes to NVRAM.