Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jevansau99

  1. jevansau99

    ISDN routing on 3640

    here's what i would say stick this in your dialer interface: no ppp authentication chap ppp authentication pap callin ppp pap sent-username brandon password daly make sure you get the proper username and pass from your ISP. "No hacker is worth missing a Dead concert for" - c.s.
  2. jevansau99

    flash crash

    gravy, as per my experience, you have no flash image, or yours has gone bad and it prob. won't boot again. Here's what you should do: First, get a flash.bin image from Cisco.com or from someone's backup files. Do you have a Cisco login? Put this on a TFTP server and name it c2600.xxx-x.bin or...
  3. jevansau99

    ISDN routing on 3640

    brandon, the easiest way to view the debugs is just set in enabled mode: "debug ppp authentication" "debug isdn q931" "debug dialer"- and make sure you're monitoring the console by typing "term mon" if you're not plugged into the console port. try to...
  4. jevansau99

    Can i use 2 connection on one router at the same time???

    what "other router" are you referring to? maybe you should go to cisco.com and read up on DDR. It looks as though you may be confused on what it is. DDR does connect you to the internet and you can bring up 1 or both channels with interesting traffic. ?? "No hacker is worth...
  5. jevansau99

    Cisco ARP cache

    sounds to me like some device is stealing pr spoofing your mac addy. do you have a catalyst on your network? do you have advertised routes that are invalid? are you sure there's no blackholing with your routes? is the 2610 conf. w/ "no ip directed broadcast"? jason "No hacker is...
  6. jevansau99

    ISDN routing on 3640

    pls. run your ISDN debugs and dialer debugs and this will help us solve the problem more quickly and easily. what is doing your authentication? i dont' see any sent username's and pass's. "No hacker is worth missing a Dead concert for" - c.s.
  7. jevansau99

    Problems with 3640

    the problem is your IOS does not support this module. what module to you have and what IOS is it? all you must do is check the CCO documentation regarding your module and download the image that supports it. easy fix. jason "No hacker is worth missing a Dead concert for" - c.s.
  8. jevansau99

    Backup on Demand ISDN

    post your current config and i'll use what i posted to help you fill in the blanks. "No hacker is worth missing a Dead concert for" - c.s.
  9. jevansau99

    Backup on Demand ISDN

    try something like this ..... - not this is a PRI ISDN line .... interface Serial2/0.1 point-to-point bandwidth 256 backup delay 5 0 (this waits for 5 secs before killing isdn) backup interface Dialer1 ip address xx.xx.xx.xx 255.255.255.252 ip ospf message-digest-key 1 md5 7...
  10. jevansau99

    IP Address for Serial Interface

    daniel - please substitute the config clips i posted into your current also, change your loopback subnet mask to 255.255.255.0 i think this is why your getting an error. on a router, you can't have more than one interface in the same subnet/network. "No hacker is worth missing a Dead...
  11. jevansau99

    IP Address for Serial Interface

    mike is right, and i'm not sure why you're getting that error. i would not put the ip unnumbered on the serial though, instead putting it what IOS do you have? anyway, try doing this just to be thorough. its from a 3640 w/ 12.2(5): conf t int loopback0 ip address 192.168.1.1 255.255.255.0 then...
  12. jevansau99

    IP Address for Serial Interface

    daniel, please give more info. is this an internal router using a private address? how many IP numbers do you have from your ISP? you can't make up a public address but you can use anything in the 10.x.x.x/8 network 172.16.x.x/12 network 192.168.x.s/16 network for your private use. "No...
  13. jevansau99

    priority queuing strategy

    you can use policy based routing for incoming traffic as well. this is pretty easy setup. route-map yourname permit 10 match ip address (accesslist number) set ip precedence critical ... then apply this to your interface and it should work if your access list is configured correctly. there...
  14. jevansau99

    ERROR-- "Non-selected user clearing"

    can you post the configs? "No hacker is worth missing a Dead concert for" - c.s.
  15. jevansau99

    Idnetifying who owns an IP address

    ok, if you're not technical, chances are you are running windows right? click start -> run -> type "cmd" in the dialog box. when the command window opens just type "nslookup xx.xx.xx.xx" where X equals the IP number. this will spit the hostname out, if its a registered DNS...

Part and Inventory Search

Back
Top