networker050184 wrote: » The /32 comes from using PPP. It allows the router to communicate if they are not on the same subnet. You can disable it with the "no peer neighbor-route" (I think thats the command).
networker050184 wrote: » What are you thinking is strange about this output?
MrBrian wrote: » I didn't know about the host routes with PPP either, thanks networker. Googled it and found a nice little article:Remove unwanted PPP peer route « ipSpace.net by @ioshints Looks like you gotta clear the routing table or flap the interface after you do the "no peer neighbor-route" command for it to go away..
MrBrian wrote: » Just glancing at the configs I'm not sure. There must be reason though. One thing I would check is that for your key-strings make sure that you hit enter right after the last letter of the password when configuring it. One time I was doing this and was using question marks after everything just to make sure that was it... and on one of the key-strings I hit space at the end, then entered it. In doing this, the router thought the password was the word plus an invisible space at the end. The other side didn't have this space. When looking at the configs, I couldn't see that there was an invisible space at the end of one of the passwords, so they appeared to match. It took me forever to figure out and I was going crazy lol! Just a thought..
MrXpert wrote: » excellent! this solved my problem. I was using question marks and unfortunately was doing it on some interfaces but not others. Thanks for your help. Also the command no neighbor-route is also very good to know regarding PPP. I would like to know what terminal emulators people use in GNS3? i'm using the inherent Putty but find it a bit hard to manage. Is there anything better? ideally one which has tabs at the top? i heard SecureCRT has this. Jeremy from CBT uses this but i think it's hundreds of USD$ to buy. Is there also anyway to stop those annoying "configured from console" messages keep appearing. I have typed logging synchronous and no exec-timeout to make things a bit easier but any tips would be appreciated.Thanks.