Page 12 of 21 FirstFirst ... 29101112131415 ... LastLast
Results 111 to 120 of 203
  1. #111

    Sorry ive been so busy reviewing for my on 640-802 exam, this sept 15 na eh. Maka pasa unta ba..
    Anyway, here are the configurations:

    Configure only R1:
    1. create a default route
    ip route 0.0.0.0 0.0.0.0 fastethernet 0/1

    2. redistribute the default route to OSPF and RIP network

    router ospf 1
    default-information originate

    router rip
    default-information originate

    3. Now routings are done. But in order to access internet we need a public IP address to communicate the internet, because private IP are blocked. Since we used private IP on our network, and we have only one public IP from ISP, we need to use NAT with overload to translate all of our pravate IP to public IP.

    first create access-list for the private IPs to be translated

    ip access-list IP_NAT
    permit 192.168.1.0 0.0.0.255

    then define interfaces if it belongs to inside or outside address

    int fa0/0
    ip nat inside

    int f0/1
    ip nat outside

    int s0/0/0
    ip nat inside

    then configure the NAT

    ip nat inside source list IP_NAT interface fastethernet 0/1 overload

    There, hope this could be a help on you. Just post and share your diagram if you have..

  2. #112
    jeof, kato d i question namo regarding sa show ip route lols, wala pa man nimo tubaga, its quite confusing.

    and also. i noticed that sa imong switches naay gi configure nga different vlans, then ang gi gamit nimo nga switch is only layer 2 nga 2 switch. you have configure intervlan routing on router 1

    e finalize na tanan b4 ka mo post
    Last edited by r0mm3L; 09-13-2009 at 09:24 AM.

  3. #113
    About on show ip route, ive have said that it would just look like that but not exactly the same cause that was from different network design. An on the switch yes its layer 2 thats why it needs router on stick to do the inter vlan routing. You could also used multi layer switch to do the routing if you want but it would cost a lot of money.

    Heres the complete config, feel free to comment...

    on Switch:
    vlan 10
    name LAN1
    vlan 20
    name LAN2
    vlan 30
    name LAN3

    int range f0/1 - 2 "CONNECTED TO R1 AND R3"
    switchport mode trunck

    int range f0/3 - 7
    switchport mode access
    switchport access vlan 10

    int range f0/8 - 15
    switchport mode access
    switchport access vlan 20

    int range f0/16 - 24
    switchport mode access
    switchport access vlan 30


    on R4:
    int f0/0
    ip add 192.168.1.1 255.255.255.192

    int s0/0/0
    ip add 192.168.1.189 255.255.255.252
    clock rate 128000

    router ospf 1
    no auto-summary
    network 192.168.1.0 0.0.0.255 area 0

    on R3:
    int f0/0
    ip add 192.168.1.193 255.255.255.252

    int s0/0/0
    ip add 192.168.1.190 255.255.255.252

    router ospf 1
    no auto-summary
    network 192.168.1.0 0.0.0.255 area 0

    on R2:
    int f0/0
    ip add 192.168.1.161 255.255.255.240
    ip add 192.168.1.176 255.255.255.248 secondary

    int s0/0/0
    ip add 192.168.1.185 255.255.255.252
    clock rate 128000

    router rip
    version 2
    no auto-summary
    network 192.168.1.0


    on R1:
    int f0/0
    ip add 192.168.1.194 255.255.255.252
    ip nat inside

    int f0/0.10
    encapsulation dot1q 10
    ip add 192.168.1.129 255.255.255.224

    int f0/0.20
    encapsulation dot1q 20
    ip add 192.168.1.97 255.255.255.224

    int f0/0.30
    encapsulation dot1q 30
    ip add 192.168.1.65 255.255.255.224

    int s0/0/0
    ip add 192.168.1.186 255.255.255.252
    ip nat inside

    int f0/1
    ip add 203.172.11.2 255.255.255.252
    ip nat outside

    ip access-list standard IP_NAT
    permit 192.168.1.0 0.0.0.255

    ip nat inside source list IP_NAT interface fastethernet 0/1 overload

    ip route 0.0.0.0 0.0.0.0 fastethernet 0/1

    router rip
    version 2
    no auto-summary
    network 192.168.1.0
    redistribute ospf 1 metric 2
    default-information originate

    router ospf 1
    no auto-summary
    network 192.168.1.0 0.0.0.255 area 0
    redistribute rip metric 1000
    default-information originate

  4. #114
    O_O ... nosebleed man sad ta ani... akong nahibal-an sa networking is PING lang man

  5. #115
    kinsa nmn sunod hehe

  6. #116
    mga brod. asa ta maka study og cisco diri sa sugbo? unsa requirements ana? college grad jd? mga pila sa na katuig iskuelahan? ganahan ko mgstudy ani para mka relate ko ninyo. heheh salamat kaau...

  7. #117

  8. #118
    question lang bai.. nganu diay nga 1024 man ang increment?

  9. #119
    @benicio
    unsa anang increment 1024 mean nimo?

    @r0mm3L
    pls post you diagram

    In about an hour ill be taking my 640-802 exam, im so nervous and at the same time exited, hehe..
    Hope maka pasa unta..

  10. #120
    configure IPSec VPN

    encryption: 3DES
    hash: sha

    routing protocol: any dynamic routing protocol for VPN

    tabangi kog review sa diagram basin naay sayop

    thanks
    Last edited by r0mm3L; 09-17-2009 at 03:13 PM.

  11.    Advertisement

Page 12 of 21 FirstFirst ... 29101112131415 ... LastLast

Similar Threads

 
  1. what best schools offer cisco networking training?
    By lem_torn07 in forum Networking & Internet
    Replies: 45
    Last Post: 12-08-2015, 02:58 PM
  2. Want to Study Cisco Networking.....
    By nhadz_pingz in forum Campus Talk
    Replies: 0
    Last Post: 08-06-2010, 12:26 PM
  3. network diagram
    By yondaime_kirlox in forum Programming
    Replies: 3
    Last Post: 12-19-2009, 01:01 PM
  4. CISCO Networking
    By fhelsc04 in forum Networking & Internet
    Replies: 1
    Last Post: 10-14-2009, 03:02 PM
  5. CISCO - networking: advantages and chances of being hired abroad?
    By rockdevil in forum Software & Games (Old)
    Replies: 1
    Last Post: 12-09-2005, 04:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top