Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Cisco 837 adsl router troubleshooting

[es] :: Enterprise Networking :: Cisco 837 adsl router troubleshooting

[ Pregleda: 2830 | Odgovora: 8 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Ve$eli
Veselin Ilic

Član broj: 20439
Poruke: 238
*.adsl.beotel.net.



+1 Profil

icon Cisco 837 adsl router troubleshooting27.11.2007. u 19:42 - pre 199 meseci
Pitanje je naravno, gde je problem?
Da ne bi mnogo objasnjavao sta i kako postavicu vise outputa. Ako bude trebalo jos nesto, recite.

Code:
router#sh ru
Current configuration : 1502 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable password 7 1511021F0725
!
no aaa new-model
!
resource policy
!
no ip dhcp use vrf connected
!
ip dhcp pool PCLAN
   import all
   network 192.168.0.0 255.255.255.0
   default-router 192.168.0.99
!
!
ip cef
!
!
!
!
!
!
!
!
interface Ethernet0
 ip address 192.168.0.99 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 hold-queue 100 out
!
interface Ethernet2
 no ip address
 shutdown
 hold-queue 100 out
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 dsl operating-mode auto
 pvc 8/35
  pppoe-client dial-pool-number 1
 !
!
interface FastEthernet1
 duplex auto
 speed auto
!
interface FastEthernet2
 duplex auto
 speed auto
!
interface FastEthernet3
 duplex auto
 speed auto
!
interface FastEthernet4
 duplex auto
 speed auto
!
interface Dialer0
 ip address negotiated
 ip mtu 1492
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 ppp authentication pap callin
 ppp pap sent-username xxxxx@beotel password 7 xxxxxxxxxxxxxx
!
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
no ip http secure-server
ip dns server
!
ip nat inside source list 100 interface Dialer0 overload
!
access-list 100 permit ip 192.168.0.0 0.0.0.255 any
!
control-plane
!
!
line con 0
 no modem enable
line aux 0
line vty 0 4
 password 7 1511021F0725
 login
!
scheduler max-task-time 5000
end

Code:
Router#sh ip int brief
Interface                  IP-Address      OK? Method Status                Prot
ocol
FastEthernet1              unassigned      YES unset  down                  down

FastEthernet2              unassigned      YES unset  down                  down

FastEthernet3              unassigned      YES unset  down                  down

FastEthernet4              unassigned      YES unset  down                  down

Ethernet0                  192.168.0.99    YES NVRAM  down                  down

ATM0                       unassigned      YES manual up                    up

Ethernet2                  unassigned      YES NVRAM  administratively down down

NVI0                       unassigned      NO  unset  up                    up

Dialer0                    10.16.9.240     YES IPCP   up                    up

Virtual-Access1            unassigned      YES unset  up                    up

Router#
Code:
Router#sh dsl int atm0
Modem Status:    Showtime (DMTDSL_SHOWTIME)
DSL Mode:        ITU G.992.1 (G.DMT)
!...
Code:
Router#sh ip route

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

     10.0.0.0/32 is subnetted, 1 subnets
C       10.16.9.240 is directly connected, Dialer0
     194.106.184.0/32 is subnetted, 1 subnets
C       194.106.184.1 is directly connected, Dialer0
S*   0.0.0.0/0 is directly connected, Dialer0
Router#
Code:
Router#ping
Protocol [ip]: atm
ATM Interface: atm0
VPI value [0]: 8
VCI value [1]: 35
Loopback - End(0), Segment(1) [0]: 1
Repeat Count [5]:
Timeout [2]:
Type escape sequence to abort.
Sending 5, 53-byte segment OAM echoes, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Router#

Code:
Router#ping www.google.com
Translating "www.google.com"...domain server (255.255.255.255)
% Unrecognized host or address, or protocol not running.

Router#
 
Odgovor na temu

optix
CH

SuperModerator
Član broj: 7009
Poruke: 1867
*.yubc.net.



+101 Profil

icon Re: Cisco 837 adsl router troubleshooting27.11.2007. u 20:08 - pre 199 meseci
Code:

!
vpdn enable
!
vpdn-group pppoe
 request-dialin
  protocol pppoe
!
interface ATM0
 pvc8/35
  encapsulation aal5snap
!


Bez aal5snap ce mozda i da prodje, ali bez vpdn-a tesko

P.S. salji end-loopback atm ping, seg takodje (kod nas) ne prolazi.
"99% of your thought process is protecting your self-conceptions,
and 98% of that is wrong."
 
Odgovor na temu

Ve$eli
Veselin Ilic

Član broj: 20439
Poruke: 238
*.adsl.beotel.net.



+1 Profil

icon Re: Cisco 837 adsl router troubleshooting27.11.2007. u 20:28 - pre 199 meseci
Kucao sam ovo
Code:
Router>en
Password:
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#vpdn enable
Router(config)#vpdn-group pppoe
Router(config-vpdn)#re
Router(config-vpdn)#request-dialin
Router(config-vpdn-req-in)#protocol pppoe
Router(config-vpdn-req-in)#exit
Router(config-vpdn)#exit
Router(config)#int atm0
Router(config-if)#pvc 8/35
Router(config-if-atm-vc)#encapsulation aal5snap
Router(config-if-atm-vc)#end
Router#


Isti djavo :-).

Pokusavao sam ja i ranije sa vpdn, ali sam procitao da je posle verzije 12.2.(13) i kasnije pppoe klijent funkcionalnost odvojena od vpdn funkcionalnosti, pa se drugacije konfigurise, kao sto je to ovde slucaj.

Edit: Probao sam i da promenim extended ping kao sto si rekao i opet nece.
 
Odgovor na temu

markom
Marko Milivojević
Network Engineer
Google
Mountain View

Član broj: 18427
Poruke: 4227
213.176.148.*

Sajt: https://markom.rs


+16 Profil

icon Re: Cisco 837 adsl router troubleshooting27.11.2007. u 20:35 - pre 199 meseci
Jel' možeš da pinguješ IP adresu druge strane PPP linka?

Router(config)#access-list 101 permit icmp any any
Router(config)#end
Router#debug ip packet 101


Takođe, debug pppoe events ako ne radi ono iznad. (mislim da je events, pišem napamet...)

Inače, da bi pingovao google.com, moraš da definišeš name server, a čini mi se da ga nemaš definisanog...
 
Odgovor na temu

optix
CH

SuperModerator
Član broj: 7009
Poruke: 1867
89.216.209.*



+101 Profil

icon Re: Cisco 837 adsl router troubleshooting27.11.2007. u 20:43 - pre 199 meseci
Jest, nisam odmah ni primetio da je 12.4...

Sta kaze za sh pppoe session?

A i, ko sto rece Marko, dodaj neki dns server
"99% of your thought process is protecting your self-conceptions,
and 98% of that is wrong."
 
Odgovor na temu

Ve$eli
Veselin Ilic

Član broj: 20439
Poruke: 238
*.adsl.beotel.net.



+1 Profil

icon Re: Cisco 837 adsl router troubleshooting27.11.2007. u 21:04 - pre 199 meseci
Ping na 194.106.184.1 prolazi.

Evo malo debug ip packet 100 outputa koji sam uspeo da uhvatim:

Code:
ping 194.106.184.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 194.106.184.1, timeout is 2 seconds:
!
*Mar  1 17:36:56.690: IP: tableid=0, s=10.16.11.125 (local), d=194.106.184.1 (Di
aler0), routed via FIB
*Mar  1 17:36:56.690: IP: s=10.16.11.125 (local), d=194.106.184.1 (Dialer0), len
 100, sending
*Mar  1 17:36:56.722: IP: tableid=0, s=194.106.184.1 (Dialer0), d=10.16.11.125 (
Dialer0), routed via RIB
*Mar  1 17:36:56.726: IP: s=194.106.184.1 (Dialer0), d=10.16.11.125 (Dialer0), l
en 100, rcvd 3
*Mar  1 17:36:56.726: IP: tableid=0, s=10.16.11.125 (local), d=194.106.184.1 (Di
aler0), routed via FIB
*Mar.  1 17:36:56.726: IP: s=10.16.11.125 (local), d=194.106.184.1 (Dialer0), le
n 100, sending
*Mar  1 17:36:58.726: IP: tableid=0, s=10.16.11.125 (local), d=194.106.184.1 (Di
aler0), routed via FIB
*Mar  1 17:36:58.726: IP: s=10.16.11.125 (local), d=194.106.184.1 (Dialer0), len
 100, sending.!!
Success rate is 60 percent (3/5), round-trip min/avg/max = 36/37/40 ms
Router#


Ovaj ping nije imao mnogo srece, obicno je 100% procenat uspesnosti, ali mi output nije zbrisao :-)

 
Odgovor na temu

Ve$eli
Veselin Ilic

Član broj: 20439
Poruke: 238
*.adsl.beotel.net.



+1 Profil

icon Re: Cisco 837 adsl router troubleshooting27.11.2007. u 21:18 - pre 199 meseci
Code:
Router#sh pppoe session
     1 client session

Uniq ID  PPPoE  RemMAC          Port                    VT  VA         State
           SID  LocMAC                                      VA-st
    N/A   2572  0030.8822.ef3e  ATM0                   Di0  Vi1        N/A
                0019.2fb8.1e57  VC:  8/35                   UP
Router#

Code:

Router#PPPoE protocol events debugging is on
Router#ping www.google.com
Translating "www.google.com"...domain server (255.255.255.255)
*Mar  1 18:00:20.717: IP: s=192.168.0.99 (local), d=255.255.255.255 (Ethernet0),
 len 60, sending broad/multicast
*Mar  1 18:00:20.717: IP: s=192.168.0.99 (local), d=255.255.255.255 (NVI0), len
60, sending broad/multicast
*Mar  1 18:00:20.717: IP: s=192.168.0.99 (local), d=255.255.255.255 (NVI0), len
60, encapsulation failed
*Mar  1 18:00:23.721: IP: s=192.168.0.99 (local), d=255.255.255.255 (Ethernet0),
 len 60, sending broad/multicast
*Mar  1 18:00:23.721: IP: s=192.168.0.99 (local), d=255.255.255.255 (NVI0), len
60, sending broad/multicast
*Mar  1 18:00:23.725: IP: s=192.168.0.99 (local), d=255.255.255.255 (NVI0), len
60, encapsulation failed
*Mar  1 18:00:26.725: IP: s=192.168.0.99 (local), d=255.255.255.255 (Ethernet0),
 len 60, sending broad/multicast
*Mar  1 18:00:26.729: IP: s=192.168.0.99 (local), d=255.255.255.255 (NVI0), len
60, sending broad/multicast
*Mar  1 18:00:26.729: IP: s=192.168.0.99 (local), d=255.255.255.255 (NVI0), len
60, encapsulation failed
% Unrecognized host or address, or protocol not running.

Router#


Hm, zar ne bi trebalo agregacioni ruter (druga strana dialer-a) da zna gde je DNS server?
Sad cu probati da stavim neki od ovih servera da vidim sta se desava
hxxp://dialup.beotel.net/english/podrska.php.

 
Odgovor na temu

optix
CH

SuperModerator
Član broj: 7009
Poruke: 1867
*.yubc.net.



+101 Profil

icon Re: Cisco 837 adsl router troubleshooting27.11.2007. u 21:31 - pre 199 meseci
Pa on verovatno zna, ali se ta informacija ne salje IPCP-om, tako da moras rucno da ih uneses.
sh ip name mada se jasno vidi i iz ping output-a.

Na kraju, debug ppp negotiation pa pogledaj sta sve kaze pod IPCP kad resetujes interfejs...
"99% of your thought process is protecting your self-conceptions,
and 98% of that is wrong."
 
Odgovor na temu

Ve$eli
Veselin Ilic

Član broj: 20439
Poruke: 238
*.adsl.beotel.net.



+1 Profil

icon Re: Cisco 837 adsl router troubleshooting27.11.2007. u 21:52 - pre 199 meseci
Ping na www.google.com proradio posle unosenja name servera!

Hvala svima,
Veselin
 
Odgovor na temu

[es] :: Enterprise Networking :: Cisco 837 adsl router troubleshooting

[ Pregleda: 2830 | Odgovora: 8 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.