Better if you go here: IOS Upgrade Planner
http://www.cisco.com/warp/customer/63/tool_links.shtml
select on left column: 3660
and then you will get these options on the right column:
ENTERPRISE PLUS
ENTERPRISE PLUS IPSEC 3DES
ENTERPRISE PLUS IPSEC 56
ENTERPRISE PLUS/H323 MCM
ENTERPRISE/APPN...
There is a program "Cisco TERM" .. you can search for it on cisco web-site.. to avoid SPEED problems (different baud rate on router and hyperterminal)...
Also, sometimes Windows NT has problems connecting to routers...
Or to focus more on the problem, do some Debugs:
Telnet to your router and...
router# debug ip nat detailed
router# term mon
... while trying to do the FTP connection
To stop the Debug:
router# un all
(just be sure you do it with LOW traffic or with
an access-list... to Not crash the device)...
Yup, just with an access-list:
If the Evil Domain is 66.66.66.66 255.255.255.0...
access-list 107 deny ip 66.66.66.66 0.255.255.255 any
* do not forget to permit all the rest that you need
* and to apply this as "ip access-group 107 in"
in your Internet Interface (maybe the Serial...
Could you do a Debug ARP while testing the connection?
(do not remember if it is "debug ip arp" or "debug arp")
ARP is one of the 2 most common issues when you have "encapsulation failure" msgs...
And yes, the other is that your hardware is failing..
(try to...
"My customer can get through to my machine with this access but I cannot get out"
mmhh... Try this:
access-list 100 permit icmp any any
access-list 100 permit tcp any any eq telnet
access-list 100 permit udp any any eq 23
access-list 100 permit tcp any host 1.2.3.4 eq smtp...
What if you try:
ip nat inside source static tcp 10.10.10.100 80 interface Dialer1 80 established
Instead of these 2 lines:
ip nat inside source list 102 interface Dialer1 overload
ip nat inside source static tcp 10.10.10.100 80 interface Dialer1 80
without "established" only 1...
After upgrading IOS and IOS Boot Image to c7200-boot-mz.120-23 and c7200-is-mz.121-16.bin the router boots succesfully but show version fails to display the line:
BOOTFLASH:...
--------------------------------
My router is a 7206VXR ...
Any of you know about some Bug in the IOS that hides...
hola, i've tried lots of stuffs to join two lines,
i know its very simple but im stuck in it... =/
input:
=======================
# uno dos tres
Clave cuatro cinco seis
siete
ocho
=======================
# uno dox trex cuatroo
Clave cincoo seix
siete 7
ocho 8
=======================
output...
Thanks CaKiwi!... it works perfect your program.
.. the only change i did was not to use "^L" char,
but instead i used: printf "\f" coz is in
ms-dos and ^L is not recognized as 'form feed' char
=]
kevin
im not sure, but.. "owned by admin" seems like a
possible Scurity hole if you're not careful in
what programs will be changed to be 'admin' owned.
just a comment >=]
Kevin
Hola, i have this text file:
=====
a
=====
b
=====
c
d
=====
e
=====
f
g
h
=====
i
=====
but the whole file doesn't fit in 1 single page
when printed.
it prints for example this:
===== <-- begin of printed page 1
a
=====
b
=====
c
d
=====
e
===== <-- this should have been in page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.