Arsalan A. Suzuki's Blog

Follow me on TwitterRSS Feeds

  • Home
  • Articles
    • Cisco
  • My Websites
    • Code Master
    • IT Indexes
  • About
    • About Me
    • Resume
  • Contact

Synchronizing Router Clock with Network Time Protocol (NTP)

Sep 4th

Posted by Arsalan A. Suzuki in Cisco

263No commentshttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Fsynchronizing-router-clock-with-ntp%2FSynchronizing+Router+Clock+with+Network+Time+Protocol+%28NTP%292010-09-04+09%3A57%3A37Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D263

What is NTP and Why is it used

Network Time Protocol (NTP) was originally developed by David L. Mills of the University of Delaware and is used to synchronize the clocks of the computer system.

NTP uses UDP port number 123, so appropriate firewall configuration or ACL is necessary for it to work properly
Read more →

Cisco, IOS, NTP

Cisco IOS Tips: Reload Command Explained

Aug 31st

Posted by Arsalan A. Suzuki in Cisco

247No commentshttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Fcisco-ios-reload-command%2FCisco+IOS+Tips%3A+Reload+Command+Explained2010-08-31+10%3A07%3A55Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D247

I guess the reload command is self explanatory. It reboots the router.

Reload command can take two different kind of timer

  1. Execute at specific time or date (e.g at 11:00)
  2. Execute after certain number of minutes (e.g after 30mins)

Note : The router clock must be set before the reload command can work properly.
Read more →

Cisco, IOS, Tips

Cisco IOS Tips: Display Interface The Smart Way

Aug 29th

Posted by Arsalan A. Suzuki in Cisco

238No commentshttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Fcisco-ios-tips-display-interface%2FCisco+IOS+Tips%3A+Display+Interface+The+Smart+Way2010-08-29+11%3A11%3A29Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D238

Use the following command to dsplay brief summary of interfaces

Router#show ip int br
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            192.168.1.2     YES manual up                    up
FastEthernet0/1            192.168.10.2    YES manual up                    up
FastEthernet1/0            unassigned      YES unset  up                    down
FastEthernet1/1            unassigned      YES unset  up                    down
FastEthernet1/2            unassigned      YES unset  up                    down
FastEthernet1/3            unassigned      YES unset  up                    down
...

Read more →

Cisco, IOS, Tips

Disable Password Recovery

Aug 26th

Posted by Arsalan A. Suzuki in Cisco

2151 commenthttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Fdisable-password-recovery%2FDisable+Password+Recovery2010-08-26+11%3A08%3A36Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D215

There are times when you may want to disable password recovery (for example if someone is working in high secure environment).

Use the following command to disable password recovery

Router(config)#no service password-recovery
   WARNING:
   Executing this command will disable password recovery mechanism.
   Do not execute this command without another plan for
   password recovery.

Are you sure you want to continue? [yes/no]: yes
Router(config)#

Read more →

Cisco, IOS, Password, Router

Cisco Router Password Recovery

Aug 24th

Posted by Arsalan A. Suzuki in Cisco

203No commentshttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Fcisco-router-password-recovery%2FCisco+Router+Password+Recovery2010-08-24+10%3A33%3A35Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D203

There are times when you need to recover Cisco Router password. This tutorial shows how to do it in few simple and detailed steps. Depending on the router model, the configuration might be slightly different, but the concept remains same (check Summarized Steps)

Although it is possible to bypass router password feature, but it is not possible to recover encrypted passwords. Plain text passwords can be viewed from saved configuration but the encrypted passwords must be changed to a new password.
Read more →

Cisco, IOS, Password, Router

Cisco IOS Alias

Aug 15th

Posted by Arsalan A. Suzuki in Cisco

174No commentshttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Fcisco-ios-alias%2FCisco+IOS+Alias2010-08-15+06%3A11%3A26Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D174

Cisco IOS alias can be used to shorten commonly used commands to a command alias.

To save time and the repetition of entering the same command multiple times, you can use a command alias. An alias can be configured to do anything that can be done at the command line, but an alias cannot move between modes, type in passwords, or perform any interactive functions
Cisco DOC

Read more →

Alias, Cisco, IOS

Cisco IOS DHCP Configruration

Aug 11th

Posted by Arsalan A. Suzuki in Cisco

152No commentshttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Fcisco-ios-dhcp%2FCisco+IOS+DHCP+Configruration2010-08-11+14%3A28%3A28Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D152

Newer Cisco router and switch can act as Dynamic Host Configuration Protocol (DHCP) server.
This article shows how to configure DHCP server and create appropriate address pool for the clients.

Configuration Steps

  1. Create DHCP pool
  2. Select address pool for client
  3. Configure the basic required parameters
  4. (Optional) Select the address you wish to exclude from the pool

Read more →

DHCP, IOS

Time Based ACL Configuration

Aug 8th

Posted by Arsalan A. Suzuki in Cisco

135No commentshttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Ftime-based-acl%2FTime+Based+ACL+Configuration2010-08-08+12%3A00%3A10Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D135

Time based ACLs were introduced in Cisco IOS 12.0.1.T. They allow for access control based on time.

A time range could be periodic (certain or recurring time of day or week) or absolute (start time to end time). Because time based ACLs rely on router system clock, the router time should be configured properly, either manually or using Network Time Protocol (NTP)
Read more →

ACL, Cisco, IOS

Basic Connectivity Between Routers

Aug 7th

Posted by Arsalan A. Suzuki in Cisco

102No commentshttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Fbasic-connectivity-between-routers%2FBasic+Connectivity+Between+Routers2010-08-06+16%3A01%3A55Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D102

This tutorial shows how to configure two routers, so they can communicate with each other. It covers the basic of configuring interfaces and checking the connectivity between them.

Let look at the following network diagram.

Router 1 connecting Router 2

Read more →

Cisco, Router

Configuring Interface

Aug 4th

Posted by Arsalan A. Suzuki in Cisco

761 commenthttp%3A%2F%2Fblog.arsalan.biz%2Fcisco%2Fconfiguring-interface%2FConfiguring+Interface2010-08-04+16%3A07%3A11Arsalan+A.+Suzukihttp%3A%2F%2Fblog.arsalan.biz%2F%3Fp%3D76

This short tutorial will show you how to configure an interface in Cisco IOS, assign IP address to it, and then enabling it.

Enter exec mode.

Router>enable
Router#

Read more →

Cisco, Router
12»
  • About this Blog

    Blog for network engineer, system admin and programmers. Contains tutorials and articles for Cisco, Windows Server and .Net

    • Archives
    • Tags
    • Categories
    • Cisco (11)
      • IOS (10)
        • Tips (3)
      • Routing (1)
    • News (2)
    ACL Alias Cisco DHCP IOS NTP Password Router Tips
    • September 2010 (1)
    • August 2010 (12)
  • My latest tweets

    Loading tweets...
    Follow me on Twitter!
    • Recent Posts

      • Synchronizing Router Clock with Network Time Protocol (NTP)
      • Cisco IOS Tips: Reload Command Explained
      • Cisco IOS Tips: Display Interface The Smart Way
      • Disable Password Recovery
      • Cisco Router Password Recovery
    • Tags

      ACL Alias Cisco DHCP IOS NTP Password Router Tips
    • Blog Directory

      Web Directory
      OnToplist is optimized by SEO
      Add blog to our directory.
Copyright © 2010 Arsalan A. Suzuki's Blog. All rights reserved.
RSS Feeds Top