Post

SWITCH AND ROUTER BASIC CONFIGURATION ON CISCO PART 2

continuation of SWITCH AND ROUTER BASIC CONFIGURATION ON CISCO PART 1

okay for configuration interface at ports on cisco router, follows below:

Configuration Interface
Router(config)#int e0
Router(config-if)#description #### Link to local network ####
Router(config-if)#ip address 10.10.10.1 255.255.255.0
Router(config-if)#no shutdown

Router(config)#int s0
Router(config-if)#description #### Link to Head Office ####
Router(config-if)#ip address 10.10.10.1 255.255.255.0
Router(config-if)#clock rate 56000
Router(config-if)#no shutdown

commands for copy tftp on IOS router(cisco):

Copy tftp
Router#copy run tftp
Router#copy flash tftp
save configuration

Router#copy run start ……………………… copy running-config startup-config
Router#wr …………………… write

commands for remove configuration:

Remove configuration
Router(config)#enable password private
Router(config)#no enable password private
Router#write erase
Switch#delete flash:vlan.dat
Router#reload

info
Input command ip address just example
Clock rate can be changed e.g: 7200 etc
on password (private) can be changed

may be useful and congratulations to try ;)

This post is licensed under CC BY 4.0 by the author.