HOW TO INSTALLING BASIC ROUTER


Previously there might be who do not know what router?? OK a little explanation, the Router is the hardware that allows you to connect and route the data packets from a network line to another network. And form one of routers like the picture beside.
And here I would menshare bit (Since the new can be the basis of the lecturers. A common way of setting a router or base used in the console. Basic stages routerseperti way configuration settings below:
1. Setting the host name router # enable t router (config) # hostname name-router
2. Setting the console password router (config) # enable secret password you router (config) # enable password your password
3. Make Paswword terencryption router (config) # service password-encryption router (config) # enable password your password
4. Aux and vty Settings router (config) # line vty 0 4 router (config-line) # login router (config-line) # password password-list router (config-line) # line con 0 router (config-line) # login router (config-line) # password password-list router (config-line) # exit router (config) # no service password-encryption router (config) # ^ Z router (config) # wr to
5. Settings on the FastEthernet fa 0 / 0 router # config t router (config) # int Fa0 / 0 router (config-if) # ip address 192.168.xx.x 255.255.xx.xx router (config) # no shutdown router (config) # exit
6. Settings on the Serial 0 / 0 router # config t router (config) # int serial0 / 0 router (config-if) # ip address 192.168.xx.x 255.255.xx.xx router (config) # no shutdown router (config) # exit