Md. Mushfiqur Rahman
M.Sc. in Information System & Security
B.Sc. in Computer Science & Engineering
Technical Trainer of Networking Technology (IDB-BISEW)
Ex-Officer of bITS (BRAC IT Services Limited)
Founder & Senior Technical Trainer of Networking (IT Bangladesh)
CCNA,CCNP,RHCSA,RHCE,MCP,MCSA
Contact: 01982672499
Telnet Configuration in Cisco Router
Get link
Facebook
X
Pinterest
Email
Other Apps
-
About Telnet
TELNET stands for TErminaL NETwork.
Telnet is an application
layer protocol that allows a network administrator to access and
manage remote devices by plain text format. That's why it is secure A user on a client machine
can use a software (also known as a Telnet
client) to access a command-line interface
of another, remote machine that is running a Telnet server program.
A network administrator can
access the device by telnetting to the IP address or hostname of a remote
device. The network administrator will then be presented with a virtual
terminal that can interact with the remote host.
Port Number: 23
Video Link: https://www.youtube.com/watch?v=L8tFST9bg1o
Our Purpose: Here, R1 will be our Telnet Server/SSH server. R2 will be telnet client. We will try to connect R1 remotely from R2 router via telnet.
Telnet Configuration:
Here: Router-1 is Telnet-Serevr & Router-2 is Telnet Client
Now we will try capture the “Telnet” Packet by 'Wireshark' packet capturing/analyzing tool.
Note: Before capturing, you should to start capture first, then you have to connect remotely R1 router.
Then stop capturing.
See the packet
Here, we are seeing our given input.
Now, If you want to connect via telnet from your windows machine like - windows-10. you have to enable "Telnet-Client" from "Turn on Windows Feature on/off"
To do this, follow below steps.
Steps:
1. First Hold press Window button then press R button from your keyboard, type “optionalfeatures”, and press Enter
2. Scroll and select "Telnet Client" option
3. If required, restart your machine.
4. Open command prompt. Type : telnet remote-ip ;[Here remote-ip means your telnet/ssh server's IP]
** Some Questions for MTCNA Exam ** ## Link for testing your skill for MTCNA: https://www.proprofs.com/quiz-school/story.php?title=ODQzMzMy1LXH 1. Choose correct statements for MikroTik proxy (MULTI) A. Controls domains or servers which are allowed to cache by Proxy B. To deny access to a specific website, caching should be enabled C. Destination NAT rule is required to utilize transparent proxy facility D. Can deny access to a specific domains or servers, but not specific web pages 2. What can be used as ’target-address’ in the simple queue? (ONE) A. server’s address B. client’s address C. client’s MAC address D. address list name 3. A MikoTik PPPoE Server can be used only within a broadcast domain, that is, users can not run PPPoE protocol with a server if there is a router between the customer and that PPPoE server. TRUE / FALSE 4. What is the minimal possible wireless configuration to create an Access Point? (ONE) A. ssid B. DFS mode C. radio name D. scan-list E. band F. WD
আসসালামু আলাইকুম , আইটি বাংলাদেশ এর পক্ষ থেকে আপনাদেরকে স্বাগতম। আশা করি আপনারা ভালো ভাবে পড়াশোনা করছেন। আপনারা অনেকেই ইন্ডাস্ট্রিয়াল এটাচমেন্ট এ আইটি বাংলাদেশ এ আসার জন্য আগ্রহ প্রকাশ করছেন। সেটা সত্যি আমাদের জন্য ভালো লাগার বিষয়। তবে কিছু বিষয় আপনাদের কে জানিয়ে রাখা ভালো মনে করছি । আপনারা যদি আইটি বাংলাদেশ এ আসেন তাহলে মন মানুষিকতা একটু পরিবর্তন করে আসার চেষ্টা করবেন। আইটি বাংলাদেশ এর পক্ষ থেকে আপনাদেরকে সেই বিষয় গুলো একটু জানাচ্ছি ১) আপনি জব না নিয়ে ঢাকা ছেড়ে বাবা মার্ কাছে যাবেন না নেহাত একদম দরকার না হলে। আর তাছাড়া এইবার জুলাই মাসের ২-৩ তারিখ থেকে আমরা স্টার্ট করবো , তাই কুরবানী ঈদ শেষ করে আসতে পারছেন আপনারা। তাই ৩ - ৪ মাস বাড়ি না গেলেও প্রব্লেম হবার কথা না। বাসায় বাবা মা কে বলে আসবেন, প্রব্লেম হবার কথা না। ২) মুশফিক স্যার ( আইটি বাংলাদেশ এর পরিচালক ) যেভাবে বলে সেইভাবে কাজ করার জন্য দৃঢ় প্রতিজ্ঞাবদ্ধ হয়ে আসবেন। হাজার কষ্ট হলেও কাজ শেষ করবেন। সামন্য মাথা ব্যাথা , পেট ব্যাথা , জ্বর এইগুলোর দোহাই দিয়ে ক্লাস মিস করতে পারবেন না। যত কষ্টই হোক,
Video Links: Purpose Command To See running config file Show running-config or sh run Displays configuration saved in NVRAM Show startup-config To see IP info of interfaces Show ip interface brief To see statistics of all interfaces Show interfaces To see specific item from running configuration Show interface f0/0 [ Only see the info of the specific interface f0/0 ] sh run | section line [ Only see the info of all line sections ] * If you want to see only DHCP section, nothing else sh run | section dhcp show run | begin ip [ If you want to see from that line where 'ip' word is present to last line ] show run | exclude ip [If you want to see all lines but not to expect ip word related lines] show run | include ip [If you want to see all lines only included ip word related lines, not others]
Comments
Post a Comment