Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

KPTI

IT Dep.
Network 2nd stage
LAB5
Configuration routers interfaces

Router>enable (to enter privileged mode)


Router#configure terminal (to enter configuration mode)
Router(config)#interface fa0/0 (to enter interface fast Ethernet 0/0)
Router(config-if)#ip address 192.168.0.1 255.255.255.0 (Set IP address)
Router(config-if)#no shutdown (to turn on the interface)
Router(config-if)#exit (go back to configuration mode)
Router(config)#interface s0/0/0 (to enter interface serial 0/0/0)
Router(config-if)#ip address 192.168.1.1 255.255.255.0 (Set IP address)
Router(config-if)#clock rate 64000 (set a clock rate)
Router(config-if)#no shutdown (to turn on the interface)
Router(config-if)#exit (go back to configuration mode)
Router(config)#exit (go back to privileged mode)
Router#copy running-config startup-config (save the changes)

You might also like