23.2.10

Step by Step Setup Router with RIP Routing

Router> Router> enable (Log into privillege mode) Router # conf t (Log into the global configuration mode) Router (config) # hostname BHM router Naming () BHM (config) # enable password cisco (Enabling password on the command enable) BHM (config) # enable secret class (Enabling the word secret in order enable) BHM (config) # service password-encryption (Enabling encryption password) BHM (config) # banner motd # For Authrorized access ONLY! # (Enabling Message / Banner) BHM (config) # line console 0 (Configure line console) BHM (config-line) # password cisco BHM (config-line) # login BHM (config-line) # exit BHM (config) # line vty 0 4
(Configure virtual line / line telnet) BHM (config-line) # password cisco BHM (config-line) # login BHM (config-line) #
exit BHM (config) # line aux 0 line aux (Configure) BHM (config-line) # password cisco BHM (config-line) # login BHM (config-line) # exit BHM (config) # int fa0 / 0 (Configuring interface FastEthernet0 / 0) BHM (config-if) # ip add 192.168.4.1 255.255.255.0 BHM (config-if) # no shutdown BHM (config-if) # exit BHM (config) # int s0 / 0 (Configuring interface FastEthernet0 / 0) BHM (config-if) # ip add 192.168.3.1 255.255.255.0 BHM (config-if) # no shutdown BHM (config-if) # exit BHM (config) # router rip (Configure Routing Protocol RIP) BHM (config-router) # net 192.168.4.0 BHM (config-router) # net 192.168.3.0 BHM (config-router) # exit BHM (config) # exit BHM # copy run start (Save the configuration to NVRAM) BHM (config) # line console 0 (Configure line console) BHM (config-line) # password cisco BHM (config-line) # login BHM (config-line) # exit BHM (config) # line vty 0 4 (Configure virtual line / line telnet) BHM (config-line) # password cisco BHM (config-line) # login BHM (config-line) # exit BHM (config) # line aux 0 line aux (Configure) BHM (config-line) # password cisco BHM (config-line) # login BHM (config-line) # exit BHM (config) # int fa0 / 0 (Configuring interface FastEthernet0 / 0) BHM (config-if) # ip add 192.168.4.1 255.255.255.0 BHM (config-if) # no shutdown BHM (config-if) # exit BHM (config) # int s0 / 0 (Configuring interface FastEthernet0 / 0) BHM (config-if) # ip add 192.168.3.1 255.255.255.0Router GAD Router> Router> enable Router # conf t Router (config) # hostname GAD GAD (config) # enable password cisco GAD (config) # enable secret class GAD (config) # service password-encryption GAD (config) # banner motd # This is a secure system, access Authrorized ONLY! GAD (config) # line console 0 GAD (config-line) # password cisco GAD (config-line) # login GAD (config-line) # exit GAD (config) # line vty 0 4 GAD (config-line) # password cisco GAD (config-line) # login GAD (config-line) # exit GAD (config) # line aux 0 GAD (config-line) # password cisco GAD (config-line) # login GAD (config-line) # exit GAD (config) # int fa0 / 0 GAD (config-if) # ip add 192.168.5.1 255.255.255.0 GAD (config-if) # no shutdown GAD (config-if) # exit GAD (config) # int s0 / 0 GAD (config-if) # ip add 192.168.3.3 255.255.255.0 GAD (config-if) # clock rate 56000 (Only for DCE serial interface) GAD (config-if) # no shutdown GAD (config-if) # exit GAD (config) # router rip GAD (config-router) # net 192.168.4.0 GAD (config-router) # net 192.168.3.0 GAD (config-router) # exit GAD (config) # exit GAD # copy run start Command to check the configuration Sh run (Verifying the configuration of walk / running) Sh ip protocol (Checking the active routing protocol) Sh ip route (Only for DCE serial interface)

No comments:

Post a Comment