summary exploration 2 - routing protocol commands

Upload: rahmat-miftahul-habib

Post on 30-May-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/9/2019 Summary Exploration 2 - Routing Protocol Commands

    1/5

    1 Please visit back our website: Rahmatmh.com, Thanks | University of Lancang Kuning, Pekanbaru, Riau

    Thanks for downloading this article. Please visit back : Rahmatmh.com 2010

    ROUTING PROTOCOL COMMANDS

    I. STATIC ROUTINGFirst, enable debug ip routing to have the IOS display a message when the new route is added to the routing

    table. Then, use ip routing command to configure static routes on R1 for each of these networks.

    R1# debug ip routing

    R1# conf t

    R1(config)# ip route 172.16.1.0 255.255.255.0 172.16.2.2

    ip route - Static route command 172.16.1.0 Network address of remote network 255.255.255.0 Subnet mask of remote network 172.16.2.2 Serial 0/0/0 interface IP address on R2, which is the next-hop to this network

  • 8/9/2019 Summary Exploration 2 - Routing Protocol Commands

    2/5

    2 Please visit back our website: Rahmatmh.com, Thanks | University of Lancang Kuning, Pekanbaru, Riau

    Thanks for downloading this article. Please visit back : Rahmatmh.com 2010

    II. RIPBasic RIPv1 Configuration:

    R3(config)# router rip

    R3(config-router)#network 192.168.4.0

    R3(config-router)#network 192.168.5.1

    The route chosen based on hop count.

  • 8/9/2019 Summary Exploration 2 - Routing Protocol Commands

    3/5

    3 Please visit back our website: Rahmatmh.com, Thanks | University of Lancang Kuning, Pekanbaru, Riau

    Thanks for downloading this article. Please visit back : Rahmatmh.com 2010

    III. EIGRPBasic EIGRP Configuration:

    R1(config)# router eigrp 1

    R1(config-router)# network 172.16.0.0

    R1(config-router)# network 192.168.10.0

    The route chosen based on length of bandwidth and delay.

  • 8/9/2019 Summary Exploration 2 - Routing Protocol Commands

    4/5

    4 Please visit back our website: Rahmatmh.com, Thanks | University of Lancang Kuning, Pekanbaru, Riau

    Thanks for downloading this article. Please visit back : Rahmatmh.com 2010

    IV.OSPFBasic OSPF Configuration:

    R1(config)# router ospf 1

    R1(config-router)# network 172.16.1.16 0.0.0.15 area 0

    R1(config-router)# network 192.168.10.0 0.0.0.3 area 0

    R1(config-router)# network 192.16.10.4 0.0.0.3 area 0

    The route chosen based on length of bandwidth only.

  • 8/9/2019 Summary Exploration 2 - Routing Protocol Commands

    5/5

    5 Please visit back our website: Rahmatmh.com, Thanks | University of Lancang Kuning, Pekanbaru, Riau

    Thanks for downloading this article. Please visit back : Rahmatmh.com 2010My note that I was wrote on Mr. Onno W. Purbos seminar at JBN Amazing Hall, Friday, June 4, 2010.

    1. Download the DDWRT at dd-wrt.com or openwrt2. Read the source material at opensource.telkomspeedy.com/wiki3. Plug-in the printerwe need driver but the space on 160NL just have 8MB and its full with the DDWRT

    software.

    But if you want to make it as file server, you can just plug-in the USB hard disk and its already working.

    4. For VPN (Virtual Private Network) the protocols that mostly used: PPTP and L2TP.5. Download the book Jaringan Wireless Di Dunia Berkembang at wndw.net6. Antenna Jack on:

    a. 54GL TNC (big)b. 160NL SMA (smaller)

    7. Dont use RG58 cable, but use LMR cable from access point to antenna.