How to Basic Router Settings January 13, 2010
Posted by admin in : Computer Tips , trackback
Previously there may not know what router?? OK explanations bit, router is a hardware that allows you to connect and route data packets from one network to another network. And form one of the router like the picture above.
And here I’ll share a little, how to set a common router or base used in console.
Basic stages of how to configure the router settings as below:
1. Setting host name
router#enable t
router(config)#hostname router-name
2. Setting pasword console
router(config)# enable secret password-your
router(config)# enable password password-your
3. Membuat Paswword terencryption
router(config)# service password-encryption
router(config)# enable password password-your
4. Setting vty dan aux
router(config)#line vty 0 4
router(config-line)#login
router(config-line)#password password-your
router(config-line)#line con 0
router(config-line)#login
router(config-line)#password password-your
router(config-line)# exit
router(config)# no service password-encryption
router(config)# ^Z
router(config)# wr mem
5. Setting terhadap 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. Setting terhadap 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
Recent Search:
aom router setting (1) download of router configuration learning video (1) router basic (1)
Comments»
no comments yet - be the first?