Skip to main content

Posts

Setting Up Cisco Router Passwords

There are five passwords used to secure your Cisco routers: console, auxiliary, telnet (VTY), enable password, and enable secret. Just as you learned earlier in the chapter, the first two passwords are used to set your enable password that’s used to secure privileged mode. This will prompt a user for a password when the enable command is used. The other three are used to configure a password when user mode is accessed either through the console port, through the auxiliary port, or via Telnet. Enable Passwords You can set the enable passwords from global configuration mode like this: Router(config)#enable ? last-resort Define enable action if no TACACS servers respond password Assign the privileged level password secret Assign the privileged level secret use-tacacs Use TACACS to check enable passwords The following points describe the enable password parameters: Last-resort Allows you to still enter the router if you set up authentication through a TACACS server and it’s not avail

Joboshare PSP Video Converter 2.5.4.0811

Joboshare PSP Video Converter is designed for users who want to convert video to Sony PSP and enjoy the converted files on Sony PSP . It can both convert video to PSP movie (PSP MP4 video, PSP H.264/AVC video), PS3 Video MPEG-4 (480p, 720p, 1080i) and extract audio from video to MP3 and M4A. Joboshare PSP Video Converter support almost all popular video formats such as AVI, MPEG , WMV, DivX, MOV, RM, DAT, VOB, 3GP, and so on. Joboshare PSP Video Converter provides you with various options to edit your video files, such as trimming file length, converting multiple files at a time, customizing video and audio output settings, preview movie before conversion and so on. Turn your Sony PSP player into a 16:9 wide screen movie theatre with Joboshare PSP Video Converter now! Key Features: 1. Convert video to PSP video Convert almost all video formats to Sony PSP movie (PSP MP4 video, PSP H.264/AVC video), PS3 Video MPEG-4 (480p, 720p, 1080i). Video formats include AVI, MPEG, WMV, DivX, MO

SoftPerfect Network Protocol Analyzer – Network sniffer for Windows

SoftPerfect Network Protocol Analyzer is an advanced, professional tool for analyzing, debugging, maintaining and monitoring local networks and Internet connections. It captures the data passing through your dial-up connection or network Ethernet card, analyzes this data and then represents it in an easily readable form. SoftPerfect Network Protocol Analyzer is a useful tool for network administrators, security specialists, network application developers and anyone who needs a comprehensive picture of the traffic passing through their network connection or segment of a local area network. SoftPerfect Network Protocol Analyzer presents the results of its network analysis in a convenient and easily understandable format. It also allows you to defragment and reassemble network packets into streams. The program can easily analyze network traffic based on a number of different Internet protocols as listed below. SoftPerfect Network Protocol Analyzer features full decoding of the followi

LAN Search Pro 8.4.0

LAN Search Pro 8.4.0 description LAN Search Pro 8.4.0 supports a method to find out files on your network . It helps you save your time and money when you need to find some information in your LAN. It features include a very fast multi-threaded search engine, ability to search hidden network resources , restricted access resources and IP sub-networks and much more. Major Features: Search according to the specified criteria, search filters. Ability to search the hidden resources, IP sub-networks, LAN FTP servers. Ability to search the resources with restricted access (the ones you need a login and password to access). Ability to ignore some computers (e.g. slow servers) when performing the search. You can also search for specific servers only. Ability to search specific network folders and much more. Save, load, sort, navigate, and perform any other actions on the search results. Fast multi-threaded search engine Support of large amounts of data the list can now contain up to 2,000,00

LAN Switching Modes

LAN switch types decide how a frame is handled when it’s received on a switch port. Latency– the time it takes for a frame to be sent out an exit port once the switch receives the frame– depends on the chosen switching mode. There are three switching modes: Cut-through (FastForward) When in this mode, the switch only waits for the destination hardware address to be received before it looks up the destination address in the MAC filter table. Cisco sometimes calls this the FastForward method. FragmentFree (modified cut-through) This is the default mode for the Catalyst 1900 switch, and it’s sometimes referred to as modified cut-through. In FragmentFree mode, the switch checks the first 64 bytes of a frame before forwarding it for fragmentation, thus guarding against forwarding runts, which are caused by collisions. Store-and-forward In this mode, the complete data frame is received on the switch’s buffer, a CRC is run, and, if the CRC passes, the switch looks up the destination addres

Using Telnet on Cisco Router

Telnet, part of the TCP/IP protocol suite, is a virtual terminal protocol that allows you to make connections to remote devices, gather information, and run programs. After your routers and switches are configured, you can use the Telnet program to reconfigure and/or check up on your routers and switches without using a console cable. You run the Telnet program by typing telnet from any command prompt (DOS or Cisco). You need to have VTY passwords set on the routers for this to work. Remember, you can’t use CDP to gather information about routers and switches that aren’t directly connected to your device. But you can use the Telnet application to connect to your neighbor devices, and then run CDP on those remote devices to get information on them. You can issue the telnet command from any router prompt like this: RouterA#telnet 172.16.10.2 Trying 172.16.10.2 … Open Password required, but none set [Connection to 172.16.10.2 closed by foreign host] RouterA# As you can see, I didn’t set m