- 86
- 126 035
Roshan Kandel
Nepal
เข้าร่วมเมื่อ 17 ก.ค. 2015
Electronics and Communication Engineer. Currently working as a Lecturer at various IT Colleges of Kathmandu.
How to Configure Syslog & NTP (Network Time Protocol) Server in Cisco Packet Tracer
Commands:
SysLog Server
On Cisco routers, firstly we will enable syslog with “logging on” command.
Router (config)# logging on
After that we will enter the Log Server's IP address.
This IP address will be the interface IP address of our Syslog Server. It is 192.168.2.4.
Router (config)# logging 192.168.2.4
Router (config)# logging trap debugging
NTP Server
Router#sh clock detail
Router(config)#ntp server 192.168.2.3
Router(config)#service timestamps log datetime msec
Router(config)#do sh clock
Router#sh ntp stat
SysLog Server
On Cisco routers, firstly we will enable syslog with “logging on” command.
Router (config)# logging on
After that we will enter the Log Server's IP address.
This IP address will be the interface IP address of our Syslog Server. It is 192.168.2.4.
Router (config)# logging 192.168.2.4
Router (config)# logging trap debugging
NTP Server
Router#sh clock detail
Router(config)#ntp server 192.168.2.3
Router(config)#service timestamps log datetime msec
Router(config)#do sh clock
Router#sh ntp stat
มุมมอง: 2 259
วีดีโอ
AAA Authentication using TACACS in Cisco Packet Tracer (Part 2) || Roshan Kandel || ISMT
มุมมอง 97ปีที่แล้ว
This is a continuation of our last video on TACACS server configuration for AAA Authentication. Link of part 1: th-cam.com/video/3UgG7NQIc64/w-d-xo.html Today, we shall configure R2 for AAA Authentication using TACACS Commands: Router(config)#hostname R2 R2(config)#username ismt password ismt R2(config)#tacacs-server host 192.168.1.1 R2(config)#tacacs-server key secret321 R2(config)#aaa new-mod...
AAA Authentication using TACACS in Cisco Packet Tracer (Part 1) || Roshan Kandel || ISMT
มุมมอง 216ปีที่แล้ว
Commands: AAA Authentication - Local Database Router(config)#hostname R1 R1(config)#aaa new-model R1(config)#username admin password admin123 R1(config)#aaa authentication login default local R1(config)#line console 0 R1(config-line)#login authentication default R1(config-line)#exit R1(config)#tacacs-server host 192.168.1.1 R1(config)#tacacs-server key secret123 R1(config)#aaa authentication lo...
SSH Configuration in Router & Switches on Cisco Packet Tracer || Roshan Kandel || ISMT
มุมมอง 334ปีที่แล้ว
Commands: Step 1. Verify SSH support. R1#show ip ssh Step 2. Configure the IP domain. R1(config)#ip domain-name cisco.com Step 3. Generate RSA key pairs. R1(config)#crypto key generate rsa Step 4. Configure user authentication. R1(config)#username ram secret ram123 Step 5. Configure the vty lines. R1(config-line)#line vty 0 5 R1(config-line)#transport input ssh R1(config-line)#login local Step ...
How to add Citation and References in MS Word Document || ISMT || Roshan Kandel
มุมมอง 1042 ปีที่แล้ว
Complete Playlist available in following link: th-cam.com/play/PLJMlNdn8B2JiKVzRZajPr1d5Lm4Ik0l67.html
How to create a Table of Content in MS Word Document || ISMT || Roshan Kandel
มุมมอง 542 ปีที่แล้ว
Complete Playlist available in following link: th-cam.com/play/PLJMlNdn8B2JiKVzRZajPr1d5Lm4Ik0l67.html
How to add List of Table in MS Word Document || ISMT || Roshan Kandel
มุมมอง 352 ปีที่แล้ว
Complete Playlist available in following link: th-cam.com/play/PLJMlNdn8B2JiKVzRZajPr1d5Lm4Ik0l67.html
How to add List of Figure in MS Word Document || ISMT || Roshan Kandel
มุมมอง 852 ปีที่แล้ว
Complete Playlist available in following link: th-cam.com/play/PLJMlNdn8B2JiKVzRZajPr1d5Lm4Ik0l67.html
How to add Roman Number and Natural Number in Page number of MS Word File
มุมมอง 402 ปีที่แล้ว
Credit goes to Suyog Ojha Complete Playlist available in following link: th-cam.com/play/PLJMlNdn8B2JiKVzRZajPr1d5Lm4Ik0l67.html
How to Install Metasploitable 2 on VMWare || Metasploitable 2 Installation
มุมมอง 562 ปีที่แล้ว
Link to download Metasploitable 2: sourceforge.net/projects/metasploitable/
Exploiting Cross-Site Scripting(XSS) to Steal Cookies
มุมมอง 6272 ปีที่แล้ว
webhook.site/ (Web server to capture stole cookie)
Live Demo of XSS Attack (Reflected & Stored) on DVWA
มุมมอง 792 ปีที่แล้ว
Cross-Site Scripting (XSS) attacks
SQL injection attack using SQLMap || Roshan Kandel
มุมมอง 4212 ปีที่แล้ว
Disclaimer: This is just a part of educational program. Don't try this for unethical cause. For our work, we are using vulnerable website that has been used for study purpose. testphp.vulnweb.com/ (Vulnerable Website) hack-yourself-first.com/ (Another Vulnerable Website for practicing) Try logging in with password: ' or '1'='1 Installing sqlmap sudo apt-get install sqlmap To look at the set of ...
Instruction Set of 8085 Microprocessor (Part - 2)
มุมมอง 4162 ปีที่แล้ว
Complete Arithmetic instructions & some parts of Logical Instructions Link to download slides www.slideshare.net/RoshanKandel2/4-instruction-set-of-mp-8085pptx
Design and Configure a network with 2 routers and 2 switches in GNS3.
มุมมอง 7K2 ปีที่แล้ว
Hello everyone, Today we are going to design a network in GNS3 with 2 routers and switches. We will also configure these devices and also use routing protocol. Now, let us start In this way, we can create and configure a network in GNS3 and also we use RIP routing protocol for routing the data packets correctly to the destination. Thank you Er. Roshan Kandel
How to Download GNS3 IOS Images and Load IOS images in GNS3
มุมมอง 3.9K2 ปีที่แล้ว
How to Download GNS3 IOS Images and Load IOS images in GNS3
How to Create a Simple Network in GNS3 with 1 Router, 1 Switch & multiple End Devices (VPCs)
มุมมอง 8K2 ปีที่แล้ว
How to Create a Simple Network in GNS3 with 1 Router, 1 Switch & multiple End Devices (VPCs)
Network with two MultiLayer Switches with different VLANs (InterVlan Routing with routing Protocol)
มุมมอง 1.1K2 ปีที่แล้ว
Network with two MultiLayer Switches with different VLANs (InterVlan Routing with routing Protocol)
Inter VLAN Routing using Multilayer Switch || Roshan Kandel || ISMT
มุมมอง 2282 ปีที่แล้ว
Inter VLAN Routing using Multilayer Switch || Roshan Kandel || ISMT
Inter VLAN Routing using sub interfaces (ROAS)
มุมมอง 1022 ปีที่แล้ว
Inter VLAN Routing using sub interfaces (ROAS)
Legacy/Traditional Inter VLAN Routing || Roshan Kandel || ISMT
มุมมอง 1292 ปีที่แล้ว
Legacy/Traditional Inter VLAN Routing || Roshan Kandel || ISMT
Create a VLAN in cisco packet tracer || Roshan Kandel || ISMT
มุมมอง 932 ปีที่แล้ว
Create a VLAN in cisco packet tracer || Roshan Kandel || ISMT
Extended ACL Configuration in Cisco Packet Tracer || Roshan Kandel || ISMT
มุมมอง 1432 ปีที่แล้ว
Extended ACL Configuration in Cisco Packet Tracer || Roshan Kandel || ISMT
Standard ACL Configuration in Cisco Packet Tracer || Roshan Kandel || ISMT
มุมมอง 2272 ปีที่แล้ว
Standard ACL Configuration in Cisco Packet Tracer || Roshan Kandel || ISMT
Email Server Configuration in packet tracer || ISMT College || Roshan Kandel
มุมมอง 1682 ปีที่แล้ว
Email Server Configuration in packet tracer || ISMT College || Roshan Kandel
How to configure Static NAT in packet tracer
มุมมอง 1573 ปีที่แล้ว
How to configure Static NAT in packet tracer
How to configure EIGRP routing protocol in packet tracer
มุมมอง 583 ปีที่แล้ว
How to configure EIGRP routing protocol in packet tracer
How to configure RIP v2 routing protocol in packet tracer
มุมมอง 923 ปีที่แล้ว
How to configure RIP v2 routing protocol in packet tracer
Create a Simple Network using Two Computers in Packet Tracer || Online Classroom || Roshan Kandel
มุมมอง 4363 ปีที่แล้ว
Create a Simple Network using Two Computers in Packet Tracer || Online Classroom || Roshan Kandel
How to send email notification to users in case of alerts in Nagios XI || ISMT || Roshan Kandel
มุมมอง 1.7K3 ปีที่แล้ว
How to send email notification to users in case of alerts in Nagios XI || ISMT || Roshan Kandel
Exactly what I was looking for thank you
You are a master, I have a question to you, how Can I use it for any android phone?
Tha's video is a crap!
Thank you very much for given it out for absolutely NO cost
sb fake h koi download ni ho rha ...any one please suggest me any other site please
very helpful!
which university ?
sir aru video add on garna mildaina??
cannot drag ios image into project
Hello sir tesko operating system link din milx
th-cam.com/video/LOS0jkNg-T0/w-d-xo.html Check the description of this video.
Thank you sir. Great video! Thumbs up
Why my only showing Interface Ethernet 0/0
Hi. I can’t do it ? Do I need to have a domain ? For this ?
Thanks a lot for the video. I follow and did step by step, but after trying PING command its still unreachable from pc1 to pc2 and vice versa, could you give any advice?
Thank you very much for this video,
For different types of sesnsors
What are the default ranges of the thresholds
Sir 🙏
sir 8086 ko xaina?
Not yet but I am thinking about it too.
@@RoshanKandel89 harvard architcture ko video rainaa sir paaye ramro hunthyo❤
rainaxa*
Video banako thiye but audio ON garna birsechu. Tespachi banako chaina. Sorry for the inconvenience.
@@RoshanKandel89 okay thank you sir ,dherai bujhiyo yo video herera😍
Please upload man in middle attack video
download link is not working
srijit.com/working-cisco-ios-gns3/ New link for GNS3 IOS Image Files
@@RoshanKandel89 Thank you very much for your work, and for the link! You help a lot!
Gracias por el dato, para los que aun estan aprendiendo, Google ya no acepta conexiones poco seguras por lo que deben de generar un password de aplicación desde la administración de seguridad de la cuenta de Gmail.
🎉
Very helpful content thank you so much sir !!
RTL waala video chaina raicha ta
data mining haru ko xaina recorded viedeo haru
Voice not clear at all
Very Very thankful to you for helping my sis
Part-3 pani upload gardenunana sir.
Sir yo note 📝 provides garai dinu na
Please check description of this video. Link of note is given.
@@RoshanKandel89 thanks sir
@@RoshanKandel89 sir tapai kun kun subject pathaunu hunuhunx
@@desiengineer1720 th-cam.com/users/RoshanKandel89playlists
Sir, thanks 😊 sir
Kada
Sabai video upload gardinu na sir
How to configure SNMP through Nagios core 4.6, can you send me examples file host.cfg and command.cfg examples file
www.slideshare.net/RoshanKandel2/introduction-to-counters?qid=495f0046-a227-4b9f-9384-ce08b6fc6277&v=&b=&from_search=6
can we get nore sir !
www.slideshare.net/RoshanKandel2/introduction-to-counters?qid=495f0046-a227-4b9f-9384-ce08b6fc6277&v=&b=&from_search=6
Thank you teacher ❤
hello can you help me with something in nagios xi
Guys, at 17:14, T2 = Q1(bar).Q0(bar) not T2 = Q1Q0(whole bar). I apologise for the mistake. Please make the diagram using this equation.
Is this software original or with a patch (crack)? I urgently need one.
Its just a trial version software. You can get the link in description
sir..for T2 Q0(bar) and Q1(bar) should be connected right sir..? but u connected just Q0 and Q1 to T2.. @21:00
Thank you for your feedback. Yes, there is a mistake in k map. I will correct it shortly
@@RoshanKandel89 ok sir. thanks a lot for this lecture
I am really happy to announce to you that the very best team I never regret working with they are great *@Darkcard00 on telegram he's very trustworthy and reliable bet.
Sir
😍
amazing sir
wow sir . kun sem ma padne ho yo ?
Tribhuvan University ko course ho
Sir, hami lai hune pani class haru rakhnu paryeo fari👍🏼
Sure. Coming Soon
👏👏
hello sir! how are you? how's you lockdown going on?
So useful video sir!
Thank you sir for very useful information !😊