ping problem plzzz

useuseuseuse Member Posts: 6 ■□□□□□□□□□
i set my network as

Router1:

ethernet 0 = 10.1.1.2 255.255.255.0
router rip
network 10.0.0.0


Router2:

ethernet 0 = 10.1.1.1 255.255.255.0
serial0 = 172.16.10.1 255.255.255.0 DTE
router rip
network 10.0.0.0
network 172.16.0.0

Router3:

serial 0 = 172.16.10.2 255.255.255.0 DTE
ethernet0= 192.168.1.1 255.255.255.0
router rip
network 172.16.0.0
network 192.168.1.0

switch 1= 192.168.1.2 255.255.255.0

PC1 = 192.168.1.3 255.255.255.0

Problem is that from pc1 i can ping router 3 ethernet but i cannot ping router3 serial0 and also router 2 and router 1.

i donot know wats the problem
plz slove my problem

Comments

  • lordylordy Member Posts: 632 ■■■■□□□□□□
    Post the output of 'show ip route' on router 3. That would make troubleshooting a lot easier.
    Working on CCNP: [X] SWITCH --- [ ] ROUTE --- [ ] TSHOOT
    Goal for 2014: RHCA
    Goal for 2015: CCDP
  • rossonieri#1rossonieri#1 Member Posts: 799 ■■■□□□□□□□
    useuse wrote:
    i set my network as

    Router1:

    ethernet 0 = 10.1.1.2 255.255.255.0
    router rip
    network 10.0.0.0


    Router2:

    ethernet 0 = 10.1.1.1 255.255.255.0
    serial0 = 172.16.10.1 255.255.255.0 DTE
    router rip
    network 10.0.0.0
    network 172.16.0.0

    Router3:

    serial 0 = 172.16.10.2 255.255.255.0 DTE
    ethernet0= 192.168.1.1 255.255.255.0
    router rip
    network 172.16.0.0
    network 192.168.1.0

    switch 1= 192.168.1.2 255.255.255.0

    PC1 = 192.168.1.3 255.255.255.0

    Problem is that from pc1 i can ping router 3 ethernet but i cannot ping router3 serial0 and also router 2 and router 1.

    i donot know wats the problem
    plz slove my problem

    set your PC1 default gateway to 192.168.1.1 ; )
    the More I know, that is more and More I dont know.
  • porengoporengo Member Posts: 343
    You have both ends of your serial connection setup as DTE. You need to set one side up as DCE and indicate a clock rate on that side.
  • 2lazybutsmart2lazybutsmart Member Posts: 1,119
    I guess that should be it. You need clocking on one end because, technically, you can't ping a 'down' interface. and a serial interface will always be 'down' unless there's clocking on one end.

    If that isn't the problem (and you mistakenly wrote DTE instead of DCE on your post) then you might have a cable issue or your serial interface might just be adminisratively down.

    2lbs.
    Exquisite as a lily, illustrious as a full moon,
    Magnanimous as the ocean, persistent as time.
  • useuseuseuse Member Posts: 6 ■□□□□□□□□□
    tnx u all for reply and tnx again and again.

    acutally i solved my problem by setting PC1 default gateway to 192.168.1.1 , tnx to help me
Sign In or Register to comment.