This test configures remote management of routers and switches within the LAN, routers for Cisco 2621XM, switches for Cisco 2960
Switch configuration:
Switch>ena
Switch#conf
Switch#configure T
Switch (config) #interface vlan 1
Switch (config-if) #ip address 192.168.2.10 255.255.255.0
Switch (config-if) #exit
Switch (config) #ip Default-gateway 192.168.2.100
Switch (config) #enable secret 123
Switch (config) #line vty 0 5
Switch (config-line) #password 456
Router configuration:
Router>
Router>ena
Router#configure T
Router#configure Terminal
Router (config) #int
Router (config) #interface f
Router (config) #interface fastethernet 0/0
Router (config-if) #ip address 192.168.1.100 255.255.255.0
Router (config-if) # no shutdown
Router (config-if) #exit
Router (config) #enable secret 123
Router (config) #line vty 0 5
Router (config-line) #password 456
Summary: In the LAN of any computer through the switch, router IP address, to achieve remote configuration and management.
Cisco Router Remote Management