Forum
Merhaba,
Network altyapımızda Cisco 2960 Serisi switchler kullanmaktayız. Epson TM-U220 ip roll yazıcıları network'e bağladığımda belli aralıklarla TFTP Request'i sonucu yazıcı aşağıdaki uyarıyı 10 defa çıkarıyor.
Invalid TFTP Operation
Exiting Firmware Update..
Wireshark ile izlediğimde yukarıdaki mesajı her yazışında aşağıdaki paket trafiği söz konusu oluyor.
Source Destination Protocol
82542 2380.883556 CiscoSwitchIP 255.255.255.255 TFTP Read Request, File: sistem_o.cfg\000, Transfer type: octet\000
Bunun nedeni ne olabilir? Çözüm önerileriniz nelerdir?
Teşekkürler.
Merhaba,
Cisco Switch üzerindeki yapılandırmayı gönderebilirmisiniz. ( sh run komutu ile )
Birde şunu dene.
#conf t
#no auto-tftp ve ya no tftp-server olabilir.
#wr mem
#reload
Saygılarımla,
Sorun çözüldü.
Daha önceden console üzerinden switch'i yapılandırırken karşılaştığım bir mesaj söz konusu idi.
error opening file tftp://255.255.255.255/cisconet.cfg (timed out)
wireshark ile network'u izlediğimde cisco switch'in 255.255.255.255'ten tftp request'i yaptığını gördüm. ve aşağıdaki çözümü uyguladım. 1 saattir printer invalid tftp operation çıktısı vermiyor.
Kaynak: http://www.cisco.com/en/US/products/hw/routers/ps133/products_tech_note09186a008020b19e.shtml
In order to
disable this feature, issue the no service
config global command.
Router#config terminal
Enter configuration commands, one per line.
Router(config)#no service config
Router(config)#exit
Router#copy running-config startup-config
These error
messages no longer appear at the next bootup of the
router.
Teşekkürler.