Routing RIP in Packet Tracer with 14 client and 7 router

Posted by Riken Afani on October 25, 2011


static router setting are as follows:
  • first, create the framework of the network as shown below.
    • red wire using DCE cable
    • black cable lines using the Cross-over type cable
·                     then, setting ip, subnet and default Gateway to PC




·         The COnfiguration is :IP Subnet DefGW
Show/Hide
·                     then setting the router ip with CLI facility



o                  Router 0 : 
§          Router > enable 
§          Router#conf t 
§          Router(config)#interface fa0/0
§          Router(config-if)#ip address 192.168.1.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit 
§          Router(config)#interface fa1/0 
§          Router(config-if)#ip address 192.168.2.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit
§          Router(config)#interface se2/0
§          Router(config-if)#ip address 10.10.10.1 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 

o                  Router 1 : 
§          Router > enable 
§          Router#conf t 
§          Router(config)#interface fa0/0
§          Router(config-if)#ip address 192.168.3.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit 
§          Router(config)#interface fa1/0 
§          Router(config-if)#ip address 192.168.4.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit
§          Router(config)#interface se2/0
§          Router(config-if)#ip address 10.10.10.2 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 
§          Router(config)#interface se3/0
§          Router(config-if)#ip address 10.10.15.1 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 

o                  Router 2 : 
§          Router > enable 
§          Router#conf t 
§          Router(config)#interface fa0/0
§          Router(config-if)#ip address 192.168.5.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit 
§          Router(config)#interface fa1/0 
§          Router(config-if)#ip address 192.168.6.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit
§          Router(config)#interface se2/0
§          Router(config-if)#ip address 10.10.16.1 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 
§          Router(config)#interface se3/0
§          Router(config-if)#ip address 10.10.16.1 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 

o                  Router 3 : 
§          Router > enable 
§          Router#conf t 
§          Router(config)#interface fa0/0
§          Router(config-if)#ip address 192.168.7.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit 
§          Router(config)#interface fa1/0 
§          Router(config-if)#ip address 192.168.8.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit
§          Router(config)#interface se2/0
§          Router(config-if)#ip address 10.10.16.2 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 
§          Router(config)#interface se3/0
§          Router(config-if)#ip address 10.10.17.1 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 
o                  Router 4 : 
§          Router > enable 
§          Router#conf t 
§          Router(config)#interface fa0/0
§          Router(config-if)#ip address 192.168.9.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit 
§          Router(config)#interface fa1/0 
§          Router(config-if)#ip address 192.168.10.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit
§          Router(config)#interface se2/0
§          Router(config-if)#ip address 10.10.18.1 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 
§          Router(config)#interface se3/0
§          Router(config-if)#ip address 10.10.17.2 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 

o                  Router 5 : 
§          Router > enable 
§          Router#conf t 
§          Router(config)#interface fa0/0
§          Router(config-if)#ip address 192.168.1.11 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit 
§          Router(config)#interface fa1/0 
§          Router(config-if)#ip address 192.168.2.12 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit
§          Router(config)#interface se2/0
§          Router(config-if)#ip address 10.10.18.2 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 
§          Router(config)#interface se3/0
§          Router(config-if)#ip address 10.10.19.1 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 

o                  Router 6 : 
§          Router > enable 
§          Router#conf t 
§          Router(config)#interface fa0/0
§          Router(config-if)#ip address 192.168.13.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit 
§          Router(config)#interface fa1/0 
§          Router(config-if)#ip address 192.168.14.1 255.255.255.0
§          Router(config-if)#no shutdown 
§          Router(config-if)#exit
§          Router(config)#interface se3/0
§          Router(config-if)#ip address 10.10.19.2 255.255.255.224
§          Router(config-if)#no shutdown 
§          Router(config-if)#clock rate 9600 
§          Router(config-if)#exit 




·         Then, setting the RIProuting protocol to each router :

    • Using This Command : 
      • Router 0
        • Router>enable
        • Router#conf t
        • Router(config)#route rip
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 192.168.1.0
        • Router(config-router)#network 192.168.2.0
        • Router(config-router)#
        • Router(config-router)#exit
      • Router 1
        • Router>enable
        • Router#conf t
        • Router(config)#route rip
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 192.168.3.0
        • Router(config-router)#network 192.168.4.0
        • Router(config-router)#
        • Router(config-router)#exit
      • Router 2
        • Router>enable
        • Router#conf t
        • Router(config)#route rip
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 192.168.5.0
        • Router(config-router)#network 192.168.6.0
        • Router(config-router)#
        • Router(config-router)#exit
      • Router 3
        • Router>enable
        • Router#conf t
        • Router(config)#route rip
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 192.168.7.0
        • Router(config-router)#network 192.168.8.0
        • Router(config-router)#
        • Router(config-router)#exit
      • Router 4
        • Router>enable
        • Router#conf t
        • Router(config)#route rip
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 192.168.9.0
        • Router(config-router)#network 192.168.10.0
        • Router(config-router)#
        • Router(config-router)#exit
      • Router 5
        • Router>enable
        • Router#conf t
        • Router(config)#route rip
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 192.168.12.0
        • Router(config-router)#network 192.168.130
        • Router(config-router)#
        • Router(config-router)#exit
      • Router 6
        • Router>enable
        • Router#conf t
        • Router(config)#route rip
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 10.0.0.0
        • Router(config-router)#network 192.168.14.0
        • Router(config-router)#
        • Router(config-router)#exit
  • When finished, use the Trace route test
  • If it worked, check using ping facility, if it is reply, it means that your RIP works,
  • GoodJob Friends! :D
  • This is For my Paket Tracer Files : Download
More aboutRouting RIP in Packet Tracer with 14 client and 7 router

ViewSonic rolls out $200 ViewPad 7e Android tablet

Posted by Riken Afani



We've already seen it available for pre-order at Amazon and spent a bit of time with it ourselves last month, but ViewSonic's only just now officially getting its ViewPad 7e Android tablet out the door. It'll be available by the end of the month if it hasn't hit retailers already and, as expected, it will set you back an even $200. That unfortunately only buys you Android 2.3 (with an SPB shell on top) and not Honeycomb, but the specs are otherwise somewhat decent for the price, including a 1GHz ARM A8 processor, dual cameras, a "RiteTouch" 7-inch capacitive display, 4GB of storage with a microSD card slot for expansion, and HDMI output. As is often the case with low-end tablets, however, one key omission is official support for the Android Market, but you do at least get access to Amazon's Appstore, as well as plenty of pre-loaded apps including Twitter, Kindle, and TuneIn Radio.

More aboutViewSonic rolls out $200 ViewPad 7e Android tablet

Nokia 800 press shots leak, Espoo's Windows Phone Mango lovechild now close at hand

Posted by Riken Afani on October 23, 2011



Stephen Elop famously fumbled when shots of Nokia's "super confidential" Mango handset made their way to the interwebs. Since then, we've seen footage from the factory floor, and even teases of upcoming marketing materials outing the 800, or the phone formerly known as Sea Ray. Now, leaked press shots over on PocketNow, once again, treat us to a preview of the Espoo / Redmond mobile marriage and its candybar-shaped offspring -- available in blue, pink and black. From what we can see in these renders, the volume rocker, power button and apparent dedicated camera shortcut key are all placed on the right side of the handset, with a speaker grille located at the device's base. Of course, there's that familiar Windows Phone 7.5 live-tiled interface and three capacitive buttons on the handset's screen. For now, that's all she wrote, but is it enough to tide you over 'til its eventual reveal at Nokia World? Our trusty magic 8-balls says, "You may rely on it." We're inclined to agree.

More aboutNokia 800 press shots leak, Espoo's Windows Phone Mango lovechild now close at hand