<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7377386769469417985</id><updated>2012-02-16T08:43:26.980-08:00</updated><category term='command list in router'/><category term='khanusah'/><title type='text'>CCNA 640-802 khanusah</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>44</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-6753286041381667918</id><published>2008-11-16T08:56:00.000-08:00</published><updated>2008-11-16T08:57:06.363-08:00</updated><title type='text'>Securing DHCP Servers</title><content type='html'>DHCP Server Role Security Issues&lt;br /&gt;&lt;br /&gt;The DHCP server role is responsible for dynamically assigning IP addresses to DHCP clients, and for assigning additional TCP/IP configuration information to DHCP clients as well. This includes subnet mask information, default gateway IP addresses, Domain Name System (DNS) server IP addresses, and Windows Internet Naming Service (WINS) server IP addresses.&lt;br /&gt;&lt;br /&gt;A DHCP must have at least one scope which consists of the IP addresses which the DHCP server can allocate or assign to DHCP clients. Scope information for DHCP servers is DHCP server specific. The DHCP scope includes important information, such as the specified range of IP addresses which can be leased to DHCP clients, the subnet mask, the DHCP scope options (DNS IP addresses, WINS IP addresses), the lease duration, and any reservations. Reservations include elements such as a client always receiving the same IP addresses and TCP/IP configuration information when it starts.&lt;br /&gt;&lt;br /&gt;The common threats to DHCP servers are listed here:&lt;br /&gt;&lt;br /&gt;    * An unauthorized user could start a denial-of-service (DoS) attack by requesting and obtaining a large number of IP addresses.&lt;br /&gt;    * A denial-of-service (DoS) attack can by launched through an unauthorized user that performs a large number of DNS dynamic updates through the DHCP server.&lt;br /&gt;    * An unauthorized user could use a rogue DHCP server to provide incorrect IP addresses to your DHCP clients.&lt;br /&gt;    * Assigning DNS IP addresses and WINS IP addresses through the DHCP server increases the likelihood of an unauthorized user accessing this information and then using it to attack your DNS servers and WINS servers.&lt;br /&gt;&lt;br /&gt;As you can see, clients can obtain IP addresses and DNS and WINS server information from the DNS server. To ensure that only authorized individuals or users connect to the DHCP server and obtain a DHCP lease, you should consider limiting physical access and wireless access to the network.&lt;br /&gt;&lt;br /&gt;You should also consider configuring only the precise number of IP addresses required for each DHCP scope to make it less simple for hackers to intercept IP addresses. You can use the reservations feature to do this.&lt;br /&gt;&lt;br /&gt;The DHCP server can be a single point of failure in networking environments that only have one DHCP server. You can increase the availability of DHCP servers and protect your DNS servers from DoS attacks by deploying two DHCP servers, and then using the 80/20 Rule if you have two DHCP servers located on different subnets.&lt;br /&gt;The 80/20 Rule is applied as follows:&lt;br /&gt;&lt;br /&gt;    * Allocate 80 percent of the IP addresses to the DHCP server which resides on the local subnet.&lt;br /&gt;    * Allocate 20 percent of the IP addresses to the DHCP Server on the remote subnet.&lt;br /&gt;&lt;br /&gt;If the DHCP server that is allocated with 80 percent of the IP addresses has a failure or is attacked, the other DHCP server would be able to assign DHCP clients with IP addresses.&lt;br /&gt;&lt;br /&gt;With Windows Server2003, the following built-in local groups have rights to manage DHCP servers:&lt;br /&gt;&lt;br /&gt;    * Enterprise Admins group: Group members have forest wide administrative rights, and have full control over the DHCP servers. Group members can also authorize DHCP servers in Active Directory.&lt;br /&gt;    * DHCP Administrators group: The DHCP Administrators group is created on each DHCP server. Group members can perform all DHCP specific management tasks, including create, activate, and delete scopes; create reservations and configure DHCP options; and back up and restore the DHCP server database hosted on your DHCP servers.&lt;br /&gt;    * DHCP Users group: The DHCP Users group is also created on each DHCP server. Group members can only view configuration information and statistical information on the DHCP server, check whether client connectivity issues exist because of the depletion of IP addresses, and check which scopes have been activated.&lt;br /&gt;&lt;br /&gt;You should limit membership to the above mentioned groups which include rights to change DHCP server settings. You should as far as possible restrict membership to the Enterprise Admins group.&lt;br /&gt;&lt;br /&gt;If you are running a Windows Server 2003 DHCP server, consider implementing the following measures to further enhance security for DHCP servers:&lt;br /&gt;&lt;br /&gt;    * DHCP authorization ensures that a Windows 2000 DHCP server or Windows Server 2003 DHCP server has to be authorized in Active Directory in order for it to operate in your networking environment.&lt;br /&gt;    * Secure Updates forces a computer to be authenticated in Active Directory before it can obtain an IP address from a DHCP server.&lt;br /&gt;&lt;br /&gt;Basic Security Measures for DHCP Servers&lt;br /&gt;&lt;br /&gt;Basic security measures for securing the DHCP server role are listed here:&lt;br /&gt;&lt;br /&gt;    * Physically secure your DHCP servers.&lt;br /&gt;    * The NTFS file system should be utilized to protect data on the system volume.&lt;br /&gt;    * Apply and maintain a strong virus protection solution.&lt;br /&gt;    * Software patches should be kept up to date.&lt;br /&gt;    * If applicable, programs and software should only be allowed to be installed if they have trusted sources.&lt;br /&gt;    * All services and applications not being utilized on your DHCP servers should be deleted or uninstalled.&lt;br /&gt;    * You should perform administrative tasks on the DHCP servers with the least amount of privileges required.&lt;br /&gt;    * Your DHCP servers should be located behind a firewall.&lt;br /&gt;    * Close all open unused ports.&lt;br /&gt;    * To further secure the DHCP server, you can use VPN tunnels to secure DHCP traffic.&lt;br /&gt;    * You can also use MAC address filters.&lt;br /&gt;    * You should monitor DHCP activity by reviewing DHCP logs and viewing statistical information on your DHCP servers&lt;br /&gt;&lt;br /&gt;Backing up and Restoring the DHCP Database&lt;br /&gt;&lt;br /&gt;By backing up a DHCP serverâ€™s DHCP database, you will be in a position to recover a lost or corrupted DHCP database. The full content of the DHCP database on a DHCP server is backed up if you back up the database. This includes DHCP leases, DHCP reservations, and all DHCP scope information and DHCP options.&lt;br /&gt;&lt;br /&gt;You can manually back up the DHCP database by using the DHCP management console or you can schedule an automatic back up DHCP database.&lt;br /&gt;&lt;br /&gt;To manually back up the DHCP database,&lt;br /&gt;&lt;br /&gt;   1. Click Start, Administrative Tools, and then click DHCP to open the DHCP management console.&lt;br /&gt;   2. Right-click the DHCP server that hosts the DHCP database that you want to back up, and select Backup from the shortcut menu.&lt;br /&gt;   3. When the Browse For Folder dialog box opens, select the folder to which the DHCP database should be backed up.&lt;br /&gt;   4. Click OK.&lt;br /&gt;&lt;br /&gt;To restore a DHCP database,&lt;br /&gt;&lt;br /&gt;   1. Click Start, Administrative Tools, and then click DHCP to open the DHCP management console.&lt;br /&gt;   2. Right-click the DHCP server for which you want to restore the DHCP database, and select Restore from the shortcut menu.&lt;br /&gt;   3. When the Browse For Folder dialog box opens, select the folder that contains the back up of the DHCP database that you want to restore.&lt;br /&gt;   4. Click OK.&lt;br /&gt;   5. Click Yes when prompted to verify that the DHCP database must be restored immediately, and that the DHCP service can be stopped and restarted.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-6753286041381667918?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/6753286041381667918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=6753286041381667918' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/6753286041381667918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/6753286041381667918'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/11/securing-dhcp-servers.html' title='Securing DHCP Servers'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-2586488470244460436</id><published>2008-11-16T08:55:00.000-08:00</published><updated>2008-11-16T08:56:33.503-08:00</updated><title type='text'>Monitoring and Troubleshooting the DHCP Server</title><content type='html'>Using Event Viewer to Monitor DHCP Activity&lt;br /&gt;&lt;br /&gt;You can use the Event Viewer tool, located in the Administrative Tools folder, to monitor DHCP activity. Event Viewer stores events that are logged in the system log, application log, and security log. The system log contains events that are associated with the operating system. The application log stores events that pertain to applications running on the computer. Events that are associated with auditing activities are logged in the security log. All events that are DHCP-specific are logged in the System log. The DHCP system event log contains events that are associated with activities of the DHCP service and DHCP server, such as when the DHCP server started and stopped, when DHCP leases are close to being depleted, and when the DHCP database is corrupt.&lt;br /&gt;&lt;br /&gt;A few DHCP system event log IDs are listed below:&lt;br /&gt;&lt;br /&gt;    * Event ID 1037 (Information): Indicates that the DHCP server has begun to clean up the DHCP database.&lt;br /&gt;    * Event ID 1038 (Information): Indicates that the DHCP server cleaned up the DHCP database for unicast addresses:&lt;br /&gt;          o 0 IP address leases were recovered.&lt;br /&gt;          o 0 records were deleted.&lt;br /&gt;    * Event ID 1039 (Information): Indicates that the DHCP server cleaned up the DHCP database for multicast addresses:&lt;br /&gt;          o 0 IP address leases were recovered.&lt;br /&gt;          o 0 records were deleted.&lt;br /&gt;    * Event ID 1044 (Information): Indicates that the DHCP server has concluded that it is authorized to start, and is currently servicing DHCP client requests for IP addresses.&lt;br /&gt;    * Event ID 1042 (Warning): Indicates that the DHCP service running on the server has detected the following servers on the network.&lt;br /&gt;    * Event ID 1056 (Warning): Indicates that the DHCP service has determined that it is running on a domain controller, and no credentials are configured for DDNS registrations.&lt;br /&gt;    * Event ID 1046 (Error): Indicates that the DHCP service running on the server has determined that it is not authorized to start to service DHCP clients.&lt;br /&gt;&lt;br /&gt;Using System Monitor to Monitor DHCP Activity&lt;br /&gt;&lt;br /&gt;The System Monitor utility is the main tool for monitoring system performance. System Monitor can track various processes on the Windows system in real time. The utility uses a graphical display that you can use to view current data, or log data. You can specify specific elements or components that should be tracked on the local computer and remote computers. You can determine resource usage by monitoring trends. System Monitor can be displayed in a graph, histogram, or report format. System Monitor uses objects, counters and instances to monitor the system&lt;br /&gt;&lt;br /&gt;System Monitor is a valuable tool when you need to monitor and troubleshooting DHCP traffic being passed between the DHCP server and DHCP clients. Through System Monitor, you can set counters to monitor:&lt;br /&gt;&lt;br /&gt;    * The DHCP lease process.&lt;br /&gt;    * The DHCP queue length&lt;br /&gt;    * Duplicate IP address discards&lt;br /&gt;    * DHCP server-side conflict attempts&lt;br /&gt;&lt;br /&gt;To start System Monitor,&lt;br /&gt;&lt;br /&gt;   1. Click Start, Administrative Tools, and then click Performance.&lt;br /&gt;   2. When the Performance console opens, open System Monitor&lt;br /&gt;&lt;br /&gt;The DHCP performance counters that you can monitor to track DHCP traffic are:&lt;br /&gt;&lt;br /&gt;    * Acks/sec; indicates the rate at which DHCPACK messages are sent by the DHCP server.&lt;br /&gt;    * Active Queue Length; indicates how many packets are in the DHCP queue for processing by the DHCP server.&lt;br /&gt;    * Conflict Check Queue Length; indicates how many packets are in the DHCP queue that are waiting for conflict detection.&lt;br /&gt;    * Declines/sec; indicates the rate at which the DHCP server receives DHCPDECLINE messages.&lt;br /&gt;    * Discovers/sec; indicates the rate at which the DHCP server receives DHCPDISCOVER messages.&lt;br /&gt;    * Duplicated Dropped/sec; indicates the rate at which duplicated packets are being received by the DHCP server.&lt;br /&gt;    * Informs/sec; indicates the rate at which the DHCP server receives DHCPINFORM messages.&lt;br /&gt;    * Milliseconds per packet (Avg.); indicates the average time which the DHCP server takes to send a response.&lt;br /&gt;    * Nacks/sec; indicates the rate at which DHCPNACK messages are sent by the DHCP server.&lt;br /&gt;    * Packets Expired/sec; indicates the rate at which packets are expired while waiting in the DHCP server queue.&lt;br /&gt;    * Packets Received/sec; indicates the rate that the DHCP server is receiving packets.&lt;br /&gt;    * Releases/sec; indicates the rate at which DHCPRELEASE messages are received by the DHCP server.&lt;br /&gt;    * Requests/sec; indicates the rate at which DHCPREQUEST messages are received by the DHCP server.&lt;br /&gt;&lt;br /&gt;Using Network Monitor to Monitor DHCP Lease Traffic&lt;br /&gt;&lt;br /&gt;You can use Network Monitor to monitor network traffic, and to troubleshoot network issues or problems. Network Monitor shipped with Windows Server 2003 allow you to monitor network activity and use the gathered information to manage and optimize traffic, identify unnecessary protocols, and to detect problems with network applications and services. In order to capture frames, you have to install the Network Monitor application and the Network Monitor driver on the server where you are going to run Network Monitor. The Network Monitor driver makes it possible for Network Monitor to receive frames from the network adapter.&lt;br /&gt;&lt;br /&gt;The two versions of Network Monitor are:&lt;br /&gt;&lt;br /&gt;    * The Network Monitor version included with Windows Server 2003: With this version of Network Monitor, you can monitor network activity only on the local computer running Network Monitor.&lt;br /&gt;    * The Network Monitor version (full) included with Microsoft Systems Management Server (SMS): With this version, you can monitor network activity on all devices on a network segment. You can capture frames from a remote computer, resolve device names to MAC addresses, and determine the user and protocol that is consuming the most bandwidth.&lt;br /&gt;&lt;br /&gt;Because of these features, you can use Network Monitor to monitor and troubleshoot DHCP lease traffic. You can use the Network Monitor version included in Windows Server 2003 to capture and analyze the traffic being received by the DHCP server. Before you can use Network Monitor to monitor DHCP lease traffic, you first have to install it. The Network Monitor driver is automatically installed when you install Network Monitor.&lt;br /&gt;&lt;br /&gt;How to install Network Monitor&lt;br /&gt;&lt;br /&gt;   1. Click Start, and then click Control Panel.&lt;br /&gt;   2. Click Add Or Remove Programs to open the Add Or Remove programs dialog box.&lt;br /&gt;   3. Click Add/Remove Windows Components.&lt;br /&gt;   4. Select Management and Monitoring Tools and click the Details button.&lt;br /&gt;   5. On the Management and Monitoring Tools dialog box, select the Network Monitor Tools checkbox and click OK.&lt;br /&gt;   6. Click Next when you are returned to the Windows Components Wizard.&lt;br /&gt;   7. If prompted during the installation process for additional files, place the Windows Server 2003 CD-ROM into the CD-ROM drive.&lt;br /&gt;   8. Click Finish on the Completing the Windows Components Wizard page.&lt;br /&gt;&lt;br /&gt;Capture filters disregard frames that you do not want to capture before they are stored in the capture buffer. When you create a capture filter, you define settings that can be used to detect the frames that you do want to capture. You can design capture filters in the Capture Window to only capture specific DHCP traffic, by selecting Filter from the Capture menu. You can also create a display filter after you have captured data. A display filter enables you to decide what is displayed.&lt;br /&gt;&lt;br /&gt;How to start a capture of DHCP lease traffic in Network Monitor&lt;br /&gt;&lt;br /&gt;   1. Open Network Monitor.&lt;br /&gt;   2. Use the Tools menu to click Capture, and then click Start.&lt;br /&gt;   3. If you want to examine captured data during the capture, select Stop And View from the Capture menu.&lt;br /&gt;&lt;br /&gt;Understanding DHCP Server log Files&lt;br /&gt;&lt;br /&gt;DHCP server log files are comma-delimited text files. Each log entry represents one line of text. Through DHCP logging, you can log many different events. A few of these events are listed below:&lt;br /&gt;&lt;br /&gt;    * DHCP server events&lt;br /&gt;    * DHCP client events&lt;br /&gt;    * DHCP leasing&lt;br /&gt;    * DHCP rogue server detection events&lt;br /&gt;    * Active Directory authorization&lt;br /&gt;&lt;br /&gt;The DHCP server log file format is depicted below. Each log file entry has the fields listed below, and in this particular order as well:&lt;br /&gt;&lt;br /&gt;    * ID: This is the DHCP server event ID code. Event codes are used to describe information on the activity which is being logged.&lt;br /&gt;    * Date: The date when the particular log file entry was logged on your DHCP server.&lt;br /&gt;    * Time: The time when the particular log file entry was logged on your DHCP server.&lt;br /&gt;    * Description: This is a description of the particular DHCP server event.&lt;br /&gt;    * IP Address: This is the IP address of the DHCP client.&lt;br /&gt;    * Host Name: This is the host name of the DHCP client.&lt;br /&gt;    * MAC Address: This is the MAC address used by the DHCP client’s network adapter.&lt;br /&gt;&lt;br /&gt;DHCP server log files use reserved event ID codes. These event ID codes describe information on the activities being logged. The actual log file only describes event ID codes which are lower than 50.&lt;br /&gt;&lt;br /&gt;A few common DHCP server log event ID codes are listed below:&lt;br /&gt;&lt;br /&gt;    * 00; indicates the log was started.&lt;br /&gt;    * 01; indicates the log was stopped.&lt;br /&gt;    * 02; indicates the log was temporarily paused due to low disk space.&lt;br /&gt;    * 10; indicates a new IP address was leased to a client.&lt;br /&gt;    * 11; indicates a lease was renewed by a client.&lt;br /&gt;    * 12; indicates a lease was released by a client&lt;br /&gt;    * 13; indicates an IP address was detected to be in use on the network.&lt;br /&gt;    * 14; indicates a lease request could not be satisfied due to the scope’s address pool being exhausted.&lt;br /&gt;    * 15; indicates a lease was denied.&lt;br /&gt;    * 16; indicates a lease was deleted&lt;br /&gt;    * 17; indicates a lease was expired&lt;br /&gt;    * 20; indicates a BootP address was leased to a client.&lt;br /&gt;    * 21; indicates a dynamic BOOTP address was leased to a client.&lt;br /&gt;    * 22; indicates a BOOTP request could not be satisfied due to the address pool of the scope for BOOTP being exhausted.&lt;br /&gt;    * 23; indicates a BOOTP IP address was deleted after confirming it was not being used.&lt;br /&gt;    * 24; indicates an IP address cleanup operation has started.&lt;br /&gt;    * 25; indicates IP address cleanup statistics.&lt;br /&gt;    * 30; indicates a DNS update request.&lt;br /&gt;    * 31; indicates DNS update failed.&lt;br /&gt;    * 32; indicates DNS update successful.&lt;br /&gt;&lt;br /&gt;The following DHCP server log event ID codes are not described in the DHCP log file. These DHCP server log event ID codes relate to the DHCP server’s Active Directory authorization status:&lt;br /&gt;&lt;br /&gt;    * 50 – Unreachable domain: The DHCP server could not locate the applicable domain for its Active Directory installation.&lt;br /&gt;    * 51 – Authorization succeeded: The DHCP server was authorized to start on the network.&lt;br /&gt;    * 52 – Upgraded to a Windows Server 2003 operating system: The DHCP server was recently upgraded to a Windows Server 2003 OS, therefore, the unauthorized DHCP server detection feature (used to determine whether the server has been authorized in Active Directory) was disabled.&lt;br /&gt;    * 53 – Cached authorization: The DHCP server was authorized to start using previously cached information. Active Directory was not visible at the time the server was started on the network.&lt;br /&gt;    * 54 – Authorization failed: The DHCP server was not authorized to start on the network. When this event occurs, it is likely followed by the server being stopped.&lt;br /&gt;    * 55 – Authorization (servicing): The DHCP server was successfully authorized to start on the network&lt;br /&gt;    * 56 – Authorization failure: The DHCP server was not authorized to start on the network and was shut down by Windows Server 2003 OS. You must first authorize the server in the directory before starting it again.&lt;br /&gt;    * 57 – Server found in domain: Another DHCP server exists and is authorized for service in the same Active Directory domain.&lt;br /&gt;    * 58 – Server could not find domain: The DHCP server could not locate the specified Active Directory domain.&lt;br /&gt;    * 59 – Network failure: A network-related failure prevented the server from determining if it is authorized.&lt;br /&gt;    * 60 – No DC is DS enabled: No Active Directory DC was located. For detecting whether the server is authorized, a domain controller that is enabled for Active Directory is needed&lt;br /&gt;    * 61 – Server found that belongs to DS domain: Another DHCP server that belongs to the Active Directory domain was found on the network.&lt;br /&gt;    * 62 – Another server found: Another DHCP server was found on the network.&lt;br /&gt;    * 63 – Restarting rogue detection: The DHCP server is trying once more to determine whether it is authorized to start and provide service on the network.&lt;br /&gt;    * 64 – No DHCP enabled interfaces: The DHCP server has its service bindings or network connections configured so that it is not enabled to provide service.&lt;br /&gt;&lt;br /&gt;How to change DHCP log files location&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. Right-click the DHCP server node and select Properties from the shortcut menu.&lt;br /&gt;   3. The DHCP Server Properties dialog box opens.&lt;br /&gt;   4. Click the Advanced tab.&lt;br /&gt;   5. Change the audit log file location in the Audit Log File Path text box.&lt;br /&gt;   6. Click OK.&lt;br /&gt;&lt;br /&gt;How to disable DHCP logging&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. Right-click the DHCP server node and select Properties from the shortcut menu.&lt;br /&gt;   3. The DHCP Server Properties dialog box opens.&lt;br /&gt;   4. On the General tab, clear the Enable DHCP Audit Logging checkbox to disable DHCP server logging.&lt;br /&gt;   5. Click OK.&lt;br /&gt;&lt;br /&gt;Troubleshooting the DHCP Client Configuration&lt;br /&gt;&lt;br /&gt;A DHCP failure usually exists when the following events occur:&lt;br /&gt;&lt;br /&gt;    * A DHCP client cannot contact the DHCP server.&lt;br /&gt;    * A DHCP client loses connectivity.&lt;br /&gt;&lt;br /&gt;When these events occur, one of the first tasks you need to perform is to determine whether the connectivity issues occurred because of the actual DHCP client configuration, or whether it occurred because of some other network issue. You do this by determining the address type of the IP address of the DHCP client.&lt;br /&gt;&lt;br /&gt;To determine the address type,&lt;br /&gt;&lt;br /&gt;   1. Use the Ipconfig command to determine if the client received an IP addresses lease from the DHCP server.&lt;br /&gt;   2. The client received an IP address from the DHCP server if the Ipconfig /all output displays:&lt;br /&gt;          * The DHCP server as being enabled&lt;br /&gt;          * The IP address is displayed as IP Address. It should not be displayed as Autoconfiguration IP Address.&lt;br /&gt;   3. You can also use the status dialog box for the network connection to determine the IP address type for the client.&lt;br /&gt;   4. To view this information, double-click the appropriate network connection in the Network Connections dialog box.&lt;br /&gt;   5. Click the Support tab.&lt;br /&gt;   6. The IP address type should be displayed as being Assigned By DHCP.&lt;br /&gt;&lt;br /&gt;If after the above checks, you can conclude that the IP address was assigned to the client by the DHCP server, some other network issue is the cause of the DHCP server connectivity issues being experienced. The issue is not due to an IP addressing issue on the client.&lt;br /&gt;&lt;br /&gt;When clients have the incorrect IP address, it was probably due to the computer not being able to contact the DHCP server. When this occurs, the computer assigns its own IP address through Automatic Private IP Addressing (APIPA).&lt;br /&gt;&lt;br /&gt;Computers could be unable to contact the DHCP server for a number of reasons:&lt;br /&gt;&lt;br /&gt;    * A problem might exist with the hardware or software of the DHCP server.&lt;br /&gt;    * A data-link protocol issue could be preventing the computer from communicating with the network.&lt;br /&gt;    * The DHCP server and the client are on different LANs and there is no DHCP Relay Agent. A DHCP Relay Agent enables a DHCP server to handle IP address requests of clients that are located on a different LAN.&lt;br /&gt;&lt;br /&gt;When a DHCP client is assigned an IP address that is currently being used by another client, then an address conflict has occurred.&lt;br /&gt;&lt;br /&gt;The process that occurs to detect duplicate IP addresses is illustrated below:&lt;br /&gt;&lt;br /&gt;   1. When the computer starts, the system checks for any duplicate IP addresses.&lt;br /&gt;   2. The TCP/IP protocol stack is disabled on the computer when the system detects duplicate IP addresses.&lt;br /&gt;   3. An error message is shown that indicates the hardware address of the other system that this computer is in conflict with.&lt;br /&gt;   4. The computer that initially owned the duplicate IP address experiences no interruptions, and operates as normally.&lt;br /&gt;   5. You have to reconfigure the conflicting computer with a unique IP address so that the TCP/IP protocol stack can be enabled on that particular computer again.&lt;br /&gt;&lt;br /&gt;When address conflicts exist, a warning message is displayed:&lt;br /&gt;&lt;br /&gt;    * A warning is displayed in the system tray&lt;br /&gt;    * A warning message is displayed in the System log, which you can view in Event Viewer.&lt;br /&gt;&lt;br /&gt;Addresses conflicts usually occur under the following circumstances:&lt;br /&gt;&lt;br /&gt;    * You have competing DHCP servers in your environment: You can use the Dhcploc.exe utility to locate any rogue DHCP servers. The Dhcploc.exe utility is included with the Windows Support Tools. To solve the competing DHCP server issue, you have to locate the rogue DHCP servers, remove the necessary rogue DHCP servers, and then check that no two DHCP servers can allocate IP address leases from the same IP address range.&lt;br /&gt;    * A scope redeployment has occurred: You can recover from a scope redeployment through the following strategy:&lt;br /&gt;          o Increase the conflict attempts on the DHCP server.&lt;br /&gt;          o Renew your DHCP client leases&lt;br /&gt;&lt;br /&gt;    One of the following methods can be used to renew your DHCP client leases:&lt;br /&gt;&lt;br /&gt;          o Use the Ipconfig /renew command&lt;br /&gt;          o The Repair button of the status dialog box (Support tab) of the connection can be used to renew the DHCP client lease.&lt;br /&gt;&lt;br /&gt;When you click the Repair button of the status dialog box (Support tab) of the connection to renew the DHCP client lease, the following process occurs:&lt;br /&gt;&lt;br /&gt;   1. A DHCPREQUEST message is broadcast on the network to renew your DHCP clients’ IP address leases.&lt;br /&gt;   2. The ARP cache is flushed.&lt;br /&gt;   3. The NetBIOS cache is flushed.&lt;br /&gt;   4. The DNS cache is flushed.&lt;br /&gt;   5. The NetBIOS name and IP address of the client is registered again with the WINS server.&lt;br /&gt;   6. The computer name and IP address of the client is registered again with the DNS server.&lt;br /&gt;&lt;br /&gt;You can enable server-side conflict detection through the following process&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console&lt;br /&gt;   2. Right-click the DHCP server in the console tree, and select Properties from the shortcut menu.&lt;br /&gt;   3. When the Server Properties dialog box opens, click the Advanced tab.&lt;br /&gt;   4. Set the number of times that the DHCP server should run conflict detection prior to it leasing an IP address to a client.&lt;br /&gt;   5. Click OK.&lt;br /&gt;&lt;br /&gt;A few troubleshooting strategies which you can use when a DHCP client cannot obtain an IP address from the DHCP server, are summarized below:&lt;br /&gt;&lt;br /&gt;    * Use the Ipconfig /renew command or the Repair button of the status dialog box (Support tab) of the connection to refresh the IP configuration of the client.&lt;br /&gt;    * Following the above, verify that the DHCP server is enabled, and that a configured DHCP Relay Agent exists in the broadcast range.&lt;br /&gt;    * If the client still cannot obtain an IP address from the DHCP server, check that the actual physical connection to the DHCP server, or DHCP Relay Agent is operating correctly and is not broken.&lt;br /&gt;    * Verify the status of the DHCP server and DHCP Relay Agent.&lt;br /&gt;    * If the issue still persists after all the above checks have been performed, you might have an issue at the DHCP server or a scope issue might exist.&lt;br /&gt;    * When troubleshooting the DHCP server:&lt;br /&gt;          o Check that the DHCP server is installed and enabled.&lt;br /&gt;          o Check that the DHCP server is correctly configured&lt;br /&gt;          o Verify that the DHCP server is authorized.&lt;br /&gt;    * When troubleshooting the scope configured for the DHCP server:&lt;br /&gt;          o Check that the scope is enabled.&lt;br /&gt;          o Check whether all the available IP leases have already been assigned to clients&lt;br /&gt;&lt;br /&gt;A few troubleshooting strategies which you can use when a DHCP client obtains an IP address from the incorrect scope are summarized below:&lt;br /&gt;&lt;br /&gt;    * First determine whether competing DHCP servers exist on your network. Use the Dhcploc.exe utility, included with the Windows Support Tools to locate rogue DHCP servers that are allocating IP addresses to clients.&lt;br /&gt;    * If no rogue DHCP servers are located through the Dhcploc.exe utility, your next step is to verify that each DHCP server is allocating IP address leases from unique scopes. There should be no overlapping of the address space.&lt;br /&gt;    * If you have multiple scopes on your DHCP server, and the DHCP server is assigning IP addresses to clients on remote subnets, verify that a DHCP Relay Agent that is used to enable communication with the DHCP server has the correct address&lt;br /&gt;&lt;br /&gt;Troubleshooting the DHCP Server Configuration&lt;br /&gt;&lt;br /&gt;If you have clients that cannot obtain IP addresses from the DHCP server, even though they can contact the DHCP server, verify the following:&lt;br /&gt;&lt;br /&gt;    * Verify that the DHCP Server service is running on the particular server.&lt;br /&gt;    * Check the actual TCP/IP configuration settings on the DHCP server.&lt;br /&gt;    * If you are using the Active Directory directory service, verify that the DHCP server is authorized.&lt;br /&gt;    * The DHCP server could be configured with the incorrect scope. Check that the scope is correct on the DHCP server, and verify that it is active.&lt;br /&gt;&lt;br /&gt;When you need to verify the configuration of the DHCP server, use the following process:&lt;br /&gt;&lt;br /&gt;    * First check that the DHCP server is configured with the correct IP address. The network ID of the address being used must be the same for the subnet for which the DHCP server is expected to assign IP addresses to client.&lt;br /&gt;    * Verify the network bindings of the DHCP server. The DHCP server must be bound to the particular subnet. To check this,&lt;br /&gt;         1. Open the DHCP console&lt;br /&gt;         2. Right-click the DHCP server in the console tree, and select Properties from the shortcut menu.&lt;br /&gt;         3. When the Server Properties dialog box opens, click the Advanced tab.&lt;br /&gt;         4. Click the Bindings button.&lt;br /&gt;    * Check that the DHCP server is authorized in Active Directory. You have to authorize the DHCP server in Active Directory so that it can provide IP addresses to your DHCP clients. To authorize the DHCP server:&lt;br /&gt;         1. Open the DHCP console.&lt;br /&gt;         2. In the console tree, expand the DHCP server node.&lt;br /&gt;         3. Click the DHCP server that you want to authorize.&lt;br /&gt;         4. Click the Action menu, and then select Authorize.&lt;br /&gt;    * Verify the scope configuration associated with the DHCP server:&lt;br /&gt;&lt;br /&gt;    * Check that the scope is activated. To activate a scope,&lt;br /&gt;         1. Open the DHCP console&lt;br /&gt;         2. Right-click the scope in the console tree, and select Activate from the shortcut menu.&lt;br /&gt;    * Verify that the scope is configured with the correct IP address range.&lt;br /&gt;    * Verify that there are available IP address leases which can be assigned to your DHCP clients.&lt;br /&gt;    * Verify the exclusions which are specified in the address pool. Confirm that all exclusions are valid and necessary. You need to verify that no IP addresses are being unnecessarily excluded.&lt;br /&gt;    * Verify the reservations which are specified. If you have a client that cannot obtain a reserved IP address, check whether the same address is also defined as an exclusion in the address pool. All reserved IP addresses must fall within the address range of the scope. Check too that the MAC addresses were successfully registered for all IP addresses that are reserved&lt;br /&gt;    * If you have DHCP servers that contain multiple scopes, check that each of these scopes is configured correctly.&lt;br /&gt;&lt;br /&gt;Troubleshooting DHCP Database Issues&lt;br /&gt;&lt;br /&gt;The DHCP service uses a number of database files to maintain DHCP-specific data or information on IP addresses leases, scopes, superscopes, and DHCP options. The DHCP database files that are located in the systemroot\System32\DHCP folder are listed below. These files remain open while the DHCP service is running on the server. You should therefore not change any of these files while the DHCP service is running.&lt;br /&gt;&lt;br /&gt;    * Dhcp.mdb: This is considered the main DHCP database file because it contains all scope information.&lt;br /&gt;    * Dhcp.tmp: This file contains a backup copy of the database file which was created during re-indexing of the DHCP database.&lt;br /&gt;    * J50.log: This log file contains changes prior to it being written to the DHCP database.&lt;br /&gt;    * J50.chk: This checkpoint file informs DHCP on those log files that still have to be recovered.&lt;br /&gt;&lt;br /&gt;If you need to change the role of the DHCP server, and move its functions to another server, it is recommended that you migrate the DHCP database to the new DHCP server. This strategy prevents errors that occur when you manually attempt to recreate information in the DHCP database of the destination DHCP server.&lt;br /&gt;&lt;br /&gt;To migrate an existing DHCP database to a new DHCP server,&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. Right-click the DHCP server whose database you want to move to a different server, and select Backup from the shortcut menu.&lt;br /&gt;   3. When the Browse For Folder dialog box opens, select the folder to which the DHCP database should be backed up. Click OK.&lt;br /&gt;   4. To prevent the DHCP server from allocating new IP addresses to clients once the DHCP server database is backed up, you have to stop the DHCP server.&lt;br /&gt;   5. Open the Services console.&lt;br /&gt;   6. Double-click the DHCP server.&lt;br /&gt;   7. When the DHCP Server Properties dialog box opens, select Disable from the Startup Type drop down list.&lt;br /&gt;   8. Proceed to copy the folder which contains the backup to the new DHCP server. You now have to restore the DHCP backup at the destination DHCP server.&lt;br /&gt;   9. Open the DHCP console.&lt;br /&gt;  10. Right-click the destination DHCP server for which you want to restore the DHCP database, and select Restore from the shortcut menu.&lt;br /&gt;  11. When the Browse For Folder dialog box opens, select the folder that contains the back up of the database that you want to restore. Click OK.&lt;br /&gt;  12. Click Yes when prompted to restore the database, and to stop and restart the DHCP service.&lt;br /&gt;&lt;br /&gt;If your lease information in the DHCP database does not correspond to the actual IP addresses leased to clients on the network, you can delete your existing database files, and commence with a clean (new) database. To do this,&lt;br /&gt;&lt;br /&gt;   1. Stop the DHCP service.&lt;br /&gt;   2. Remove all the DHCP database files from the systemroot\system32\DHCP folder.&lt;br /&gt;   3. Restart the DHCP service.&lt;br /&gt;   4. You can rebuild the contents of the database by reconciling the DHCP scopes. The DHCP console is used for this.&lt;br /&gt;&lt;br /&gt;When DHCP database information is inconsistent with what is on the network, corrupt, or when information is missing, you can reconcile DHCP data for the scopes to recover the database. The DHCP service stores IP addresses lease data as follows:&lt;br /&gt;&lt;br /&gt;    * Detailed IP address lease information is stored in the DHCP database.&lt;br /&gt;    * Summary IP address lease information is stored in the DHCP database&lt;br /&gt;&lt;br /&gt;These sets of information are compared when scopes are reconciled. Before you can reconcile the DHCP server’s scopes, you first have to stop the DHCP service running on the server. You can repair any inconsistencies which are detected by the comparison between the contents of the DHCP database, and the contents of the Registry.&lt;br /&gt;How to reconcile the DHCP database&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console&lt;br /&gt;   2. Right-click the DHCP server for which you want to reconcile the DHCP database, and then select Reconcile All Scopes from the shortcut menu. The Reconcile All Scopes command also appears as an Action menu item.&lt;br /&gt;   3. When the Reconcile All Scopes dialog box opens, click Verify to start the DHCP database reconciliation process.&lt;br /&gt;   4. When no inconsistencies are reported, click OK.&lt;br /&gt;   5. When inconsistencies are detected, select the addresses which need to be reconciled, and then click Reconcile.&lt;br /&gt;   6. The inconsistencies are repaired.&lt;br /&gt;&lt;br /&gt;How to reconcile a single scope&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console&lt;br /&gt;   2. In the console tree, expand the DHCP server node that contains the scope which you want to reconcile.&lt;br /&gt;   3. Right-click the scope and then select Reconcile from the shortcut menu.&lt;br /&gt;   4. When the Reconcile All Scopes dialog box opens, click Verify to start the scope reconciliation process.&lt;br /&gt;   5. When no inconsistencies are detected, click OK.&lt;br /&gt;   6. When inconsistencies are detected, select the addresses which need to be reconciled, and then click Reconcile.&lt;br /&gt;   7. The inconsistencies are repaired.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-2586488470244460436?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/2586488470244460436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=2586488470244460436' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/2586488470244460436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/2586488470244460436'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/11/monitoring-and-troubleshooting-dhcp.html' title='Monitoring and Troubleshooting the DHCP Server'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-3457565679600851181</id><published>2008-11-16T08:54:00.000-08:00</published><updated>2008-11-16T08:55:20.834-08:00</updated><title type='text'>Managing the DHCP Server</title><content type='html'>Management Tasks for the DHCP Server&lt;br /&gt;&lt;br /&gt;The common management tasks that you need to perform for your DHCP servers are listed below:&lt;br /&gt;&lt;br /&gt;    * Delegate DHCPadministration to individuals&lt;br /&gt;    * View and analyze DHCPstatistical information&lt;br /&gt;    * Change the status ofthe DHCP service&lt;br /&gt;    * Configure superscopeadministration entities.&lt;br /&gt;    * Back up the DHCPserver database.&lt;br /&gt;    * Restore the DHCPserver database.&lt;br /&gt;    * Repair a corruptedDHCP server database.&lt;br /&gt;    * Move a DHCP databaseto a different DHCP server&lt;br /&gt;&lt;br /&gt;Controlling DHCP Administration&lt;br /&gt;&lt;br /&gt;With Windows Server2003, there are three built-in local groups which have rights to manage your DHCP servers:&lt;br /&gt;&lt;br /&gt;    * Enterprise Admins group: The characteristics of the Enterprise Admins group are:&lt;br /&gt;          o Group members have forest wide administrative rights&lt;br /&gt;          o Group members have full control over the DHCP servers.&lt;br /&gt;          o This is the only group that can authorize DHCP servers in Active Directory.&lt;br /&gt;          o You should as far as possible restrict membership to the Enterprise Admins group.&lt;br /&gt;    * DHCP Administrators group: Thecharacteristics of the DHCP Administrators group are:&lt;br /&gt;          o This group is created on each DHCP server.&lt;br /&gt;          o Group members can perform all DHCP specific management tasks, including:&lt;br /&gt;                + Create, activate, and delete scopes.&lt;br /&gt;                + Create reservations.&lt;br /&gt;                + Backup and restore the DHCP server database&lt;br /&gt;                + Configure DHCP options&lt;br /&gt;          o Group members do not however have the same rights as local Administrators. DHCP Administrators group members have rights which are specific to managing DHCP servers only.&lt;br /&gt;    * DHCP Users group: Thecharacteristics of the DHCP Users group are:&lt;br /&gt;          o This group is created on each DHCP server.&lt;br /&gt;          o Group members can only view configuration information and statistical information on the DHCP server.&lt;br /&gt;          o Group members can check whether client connectivity issues exist because of the DHCP service, or because of the depletion of IP addresses.&lt;br /&gt;          o Group members can check which scopes have been activated.&lt;br /&gt;&lt;br /&gt;How to change the status of the DHCP service&lt;br /&gt;&lt;br /&gt;The DHCP console is the management console for administering the DHCP service. The DHCP console is automatically installed when you install the DHCP service on a Windows 2000 or Windows Server 2003 computer. The left pane or console tree in the DHCP console lists the available DHCP servers. The Action menu includes a number of options which are useful when managing your DHCP servers.&lt;br /&gt;&lt;br /&gt;How to manage the DHCP service&lt;br /&gt;&lt;br /&gt;   1. Click Start, All Programs,Administrative Tools and then click DHCP.&lt;br /&gt;   2. The DHCP console opens.&lt;br /&gt;   3. Select the DHCP server that youwant to manage in the console tree.&lt;br /&gt;   4. From the Action menu, click AllTasks, and choose between the following options:&lt;br /&gt;          * Start, to start the DHCP service&lt;br /&gt;          * Stop, to stop the DHCP service&lt;br /&gt;          * Pause, to pause the DHCP service&lt;br /&gt;          * Resume, to continue the DHCP service after it was paused.&lt;br /&gt;          * Restart, to stop and then automatically restart the DHCP service&lt;br /&gt;&lt;br /&gt;How to change the change the status of the DHCP service from the command-line&lt;br /&gt;&lt;br /&gt;Use the following commands to manage the DHCP service from the command-line:&lt;br /&gt;&lt;br /&gt;    * Net Start Dhcpserver&lt;br /&gt;    * Net Stop Dhcpserver&lt;br /&gt;    * Net Pause Dhcpserver&lt;br /&gt;    * Net ContinueDhcpserver&lt;br /&gt;&lt;br /&gt;How to create a superscope administration entity&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console&lt;br /&gt;   2. Right-click the DHCP server in theconsole tree, and select New Superscope from the shortcut menu.&lt;br /&gt;   3. The New Superscope Wizard starts.&lt;br /&gt;   4. On the initial page of the NewSuperscope Wizard, click Next.&lt;br /&gt;   5. On the Superscope Name page,provide a name for the new superscope. Click Next.&lt;br /&gt;   6. On the Select Scopes page, selectone or numerous scopes that you want to be part of the new superscope.Click Next.&lt;br /&gt;   7. On the Completing the NewSuperscope Wizard page, click Finish to create the new superscope.&lt;br /&gt;   8. Verify that the newly created DHCPsuperscope is displayed in the DHCP console.&lt;br /&gt;   9. You now have to activate the newsuperscope.&lt;br /&gt;  10. Right-click the superscope in theconsole tree, and select Activate from the shortcut menu to activate it.&lt;br /&gt;&lt;br /&gt;How to view and analyze DHCP statistical information&lt;br /&gt;&lt;br /&gt;To view statistical information on your DHCP servers:&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. In the console tree, right-clickthe DHCP server, and then click Display Statistics from the shortcut menu.&lt;br /&gt;   3. The Statistics dialog box opens,displaying the information on:&lt;br /&gt;          * The scopes configured for the DHCP server&lt;br /&gt;          * Information on the DHCP lease process messages&lt;br /&gt;          * IP address usage and availability&lt;br /&gt;&lt;br /&gt;The server statistic headers which are displayed in the Statistics dialog box are listed below:&lt;br /&gt;&lt;br /&gt;    * Start Time; time whenthe DHCP service started&lt;br /&gt;    * Up Time; indicatesthe time from the last time when the DHCP service was started.&lt;br /&gt;    * Discovers; indicatesthe number of DHCPDISCOVER messages that was received.&lt;br /&gt;    * Offers; indicates thenumber of DHCPOFFER messages that was sent.&lt;br /&gt;    * Requests; indicatesthe number of DHCPREQUEST messages that was received.&lt;br /&gt;    * Acks; indicates thenumber of DHCPACK messages that was sent.&lt;br /&gt;    * Nacks; indicates thenumber of DHCPNACK messages that was sent.&lt;br /&gt;    * Declines; indicatesthe number of DHCPDECLINE messages that was received.&lt;br /&gt;    * Releases; indicatesthe number of DHCPDISCOVER messages that was received.&lt;br /&gt;    * Total Scopes;indicates the number of DHCP scopes which are configured for thisparticular DHCP server.&lt;br /&gt;    * Total Addresses; indicatesthe number of IP addresses that are available in the scopes that are configuredfor the DHCP server.&lt;br /&gt;    * In Use; indicates thenumber of IP addresses that are being used.&lt;br /&gt;    * Available; indicatesnumber of IP addresses that are available.&lt;br /&gt;&lt;br /&gt;You can also view statistical information on the DHCP server in the DHCP server logs.&lt;br /&gt;&lt;br /&gt;How to view statistical information on a specific scope&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. In the console tree, right-clickthe scope that you want to view statistical information on, and select ScopeStatistics from the shortcut menu.&lt;br /&gt;   3. Information is displayed on thefollowing:&lt;br /&gt;          * The total number of IP addresses in the particular scope.&lt;br /&gt;          * The number of IP addresses in the scope that are being used.&lt;br /&gt;          * The number of IP addresses in the scope that are available.&lt;br /&gt;&lt;br /&gt;How to refresh DHCP statistical information&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. In the console tree, right-clickthe DHCP server for which you want to refresh statistical information, andthen select Properties from the shortcut menu.&lt;br /&gt;   3. On the General tab, select theAutomatically Update Statistics Every: checkbox.&lt;br /&gt;   4. Use the Hours and Minutes boxes tospecify when the statistical information should be refreshed.&lt;br /&gt;   5. Click OK.&lt;br /&gt;&lt;br /&gt;Backing up the DHCP Server Database&lt;br /&gt;&lt;br /&gt;Backing up the DHCP database on the DHCP server is important because it enables you to recover a lost or corrupted DHCP database. With Windows Server 2003, the following methods are supported for backing up the DHCP server database:&lt;br /&gt;&lt;br /&gt;    * Manually back up theDHCP database by using the DHCP console&lt;br /&gt;    * Schedule an automaticback up of the DHCP database.&lt;br /&gt;&lt;br /&gt;When the DHCP database is backed up, the contents of the entire database is backed up: This includes the following key information:&lt;br /&gt;&lt;br /&gt;    * Scope information,multicast scope information, and superscope information.&lt;br /&gt;    * DHCP leases&lt;br /&gt;    * DHCP reservations.&lt;br /&gt;    * DHCP options,including,&lt;br /&gt;          o Server options&lt;br /&gt;          o Scope options&lt;br /&gt;          o Class options&lt;br /&gt;          o Reservation options&lt;br /&gt;&lt;br /&gt;When manually backing up the DHCP database:&lt;br /&gt;&lt;br /&gt;    * The DHCP service onlyneeds to be stopped if you are planning to move the database to a differentDHCP server.&lt;br /&gt;    * The location for thebackup folder has to be a local directory.&lt;br /&gt;&lt;br /&gt;How to manually back up the DHCP database&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. Right-click the DHCP server thatcontains the database that you want to back up, and select Backup from theshortcut menu.&lt;br /&gt;   3. When the Browse For Folder dialogbox opens, select the folder to which the DHCP database should be backedup.&lt;br /&gt;   4. Click OK.&lt;br /&gt;&lt;br /&gt;How to restore the DHCP database :&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. Right-click the DHCP server forwhich you want to restore the DHCP database, and select Restore from theshortcut menu.&lt;br /&gt;   3. When the Browse For Folder dialogbox opens, select the folder that contains the back up of the databasethat you want to restore.&lt;br /&gt;   4. Click OK.&lt;br /&gt;   5. Click Yes when prompted to verifythat the DHCP database must be restored immediately, and that the DHCPservice can be stopped and restarted.&lt;br /&gt;&lt;br /&gt;How to repair and compact the DHCP database&lt;br /&gt;&lt;br /&gt;Windows Server 2003 includes the jetpack command-line utility which can be used to:&lt;br /&gt;&lt;br /&gt;    * Repair aninconsistent or corrupt DHCP database&lt;br /&gt;    * Compact the DHCPdatabase (offline)&lt;br /&gt;&lt;br /&gt;It is recommended to perform an offline compaction of the DHCP database when the database size is over 30 MB.&lt;br /&gt;&lt;br /&gt;The syntax for jetpack.exe is:&lt;br /&gt;&lt;br /&gt;    * jetpack database_nametemporary_database_name&lt;br /&gt;&lt;br /&gt;To repair the DHCP database using Jetpack.exe,&lt;br /&gt;&lt;br /&gt;   1. Click Start, Run, and enter cmd in the Run box.&lt;br /&gt;   2. Locate the DHCP databasedirectory.&lt;br /&gt;   3. Enter net stop dhcp.&lt;br /&gt;   4. Enter jetpack dhcp.mdb&lt;temp&gt;&lt;br /&gt;          * &lt;temp&gt;; name and location of the temporary file that is to be used to repair the DHCP database.&lt;br /&gt;   5. Enter net start dhcp.&lt;br /&gt;&lt;br /&gt;How to move a DHCP database to a different DHCP server&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. Right-click the DHCP server whosedatabase you want to move to a different server, and select Backup fromthe shortcut menu.&lt;br /&gt;   3. When the Browse For Folder dialogbox opens, select the folder to which the DHCP database should be backedup.&lt;br /&gt;   4. Click OK.&lt;br /&gt;   5. To prevent the DHCP server fromallocating new IP addresses to clients once the DHCP server database isbacked up, you have to stop the DHCP server.&lt;br /&gt;   6. Open the Services console.&lt;br /&gt;   7. Double-click the DHCP server.&lt;br /&gt;   8. When the DHCP Server Propertiesdialog box opens, select Disable from the Startup Type drop down list.&lt;br /&gt;   9. Proceed to copy the folder whichcontains the backup to the destination DHCP server.&lt;br /&gt;  10. You now have to restore the DHCPbackup at the destination DHCP server.&lt;br /&gt;  11. Open the DHCP console.&lt;br /&gt;  12. Right-click the destination DHCPserver for which you want to restore the DHCP database, and select Restorefrom the shortcut menu.&lt;br /&gt;  13. When the Browse For Folder dialogbox opens, select the folder that contains the back up of the databasethat you want to restore.&lt;br /&gt;  14. Click OK.&lt;br /&gt;  15. Click Yes when prompted to restorethe database, and to stop and restart the DHCP service.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-3457565679600851181?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/3457565679600851181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=3457565679600851181' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/3457565679600851181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/3457565679600851181'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/11/managing-dhcp-server.html' title='Managing the DHCP Server'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-7946288903313639644</id><published>2008-11-16T08:53:00.000-08:00</published><updated>2008-11-16T08:54:10.383-08:00</updated><title type='text'>DHCP Relay Agents</title><content type='html'>DHCP Relay Agent Overview&lt;br /&gt;&lt;br /&gt;The Dynamic Host Configuration Protocol (DHCP) is a service that runs at the application layer of the TCP/IP protocol stack to dynamically assign IP addresses to DHCP clients, and to allocate TCP/IP configuration information to DHCP clients. This includes subnet mask information, default gateway IP addresses, DNS IP addresses, and WINS IP addresses. The DHCP protocol is derived from the Bootstrap Protocol (BOOTP) protocol. The DHCP server is configured with a predetermined pool of IP addresses (scopes), from which it allocates IP addresses to DHCP clients. During the boot process, DHCP clients request IP addresses, and obtain leases for IP addresses from the DHCP server.&lt;br /&gt;&lt;br /&gt;When the DHCP client boots up on the network, the DHCP lease process occurs between the DHCP server and DHCP client. During the DHCP lease process, the DHCP scopes configured for a DHCP server is used to provide DHCP clients with IP addresses.&lt;br /&gt;&lt;br /&gt;The DHCP lease process consists of four messages sent between the DHCP server and the DHCP client:&lt;br /&gt;&lt;br /&gt;    * DHCPDISCOVER message: This message is sent by a client when it boots up on the network to request an IP address lease from a DHCP server. The message is sent as a broadcast packet over the network, requesting for a DHCP server to respond to it&lt;br /&gt;    * DHCPOFFER message: This message is a response to a DHCPDISCOVER message, and is sent by one or numerous DHCP servers.&lt;br /&gt;    * DHCPREQUEST message: The client sends the initial DHCP server which responded to its request a DHCP Request message. The message indicates that the client is requesting the particular IP address for lease.&lt;br /&gt;    * DHCPACK message: The DHCP Acknowledge message is sent by the DHCP server to the DHCP client and is the process whereby which the DHCP server assigns the IP address lease to the DHCP client.&lt;br /&gt;&lt;br /&gt;Because the DHCPDISCOVER message is a broadcast message, and broadcasts only cross other segments when they are explicitly routed, you might have to configure a DHCP Relay Agent on the router interface so that all DHCPDISCOVER messages can be forwarded to your DHCP server. Alternatively, you can configure the router to forward DHCP messages and BOOTP message. In a routed network, you would need DHCP Relay Agents if you plan to implement only one DHCP server.&lt;br /&gt;&lt;br /&gt;For DHCP to operate, all of client computers should be able to contact the DHCP server. DHCP relies on the network topology, and is in turn relied on by all TCP/IP based hosts within your networking environment. Therefore, if your network has multiple segments, you have to perform either of the following:&lt;br /&gt;&lt;br /&gt;    * Place a DHCP server on each segment&lt;br /&gt;    * Place a DHCP Relay Agent on each segment&lt;br /&gt;    * Configure your routers to forward broadcast messages.&lt;br /&gt;&lt;br /&gt;The DHCP Relay Agent makes it possible for DHCP broadcast messages to be sent over routers that do not support forwarding of these types of messages. The DHCP Relay Agent is therefore the routing protocol that enables DHCP clients to obtain IP addresses from a DHCP server on a remote subnet, or which is not located on the local subnet. If you have no configured DHCP Relay Agent, your clients would only be able to obtain IP addresses from the DHCP server which is on the same subnet. To enable clients to obtain IP addresses from a DHCP server on a remote subnet, you have to configure the DHCP Relay Agent on the subnet that contains the remote clients, so that it can relay DHCP broadcast messages to your DHCP server.&lt;br /&gt;&lt;br /&gt;The systems that can use the DHCP Relay Agent are:&lt;br /&gt;&lt;br /&gt;    * Windows NT Server&lt;br /&gt;    * Windows 2000 Server&lt;br /&gt;    * Windows Server 2003&lt;br /&gt;&lt;br /&gt;In routed networks, you need to either enable your routers to forward DHCP broadcast messages or configure a DHCP Relay Agent for the following reasons:&lt;br /&gt;&lt;br /&gt;    * The router will drop DHCP broadcast messages if it is not configured to forward them, and no DHCP Relay Agent exists.&lt;br /&gt;    * The DHCP lease process would not be able to place. The initial message sent by the DHCP client is a broadcast message.&lt;br /&gt;&lt;br /&gt;Configuring the DHCP Relay Agent&lt;br /&gt;&lt;br /&gt;The process for configuring the DHCP Relay Agent is outlined below:&lt;br /&gt;&lt;br /&gt;    * Enable Routing and Remote Access Server (RRAS)&lt;br /&gt;    * Install the DHCP Relay Agent routing protocol&lt;br /&gt;    * Configure DHCP Relay Agent properties&lt;br /&gt;    * Configure/enable the DHCP Relay Agent on the router interface to forward DHCP broadcast messages.&lt;br /&gt;    * View statistical information on the operation of the DHCP Relay Agent&lt;br /&gt;&lt;br /&gt;How to enable Routing and Remote Access Server (RRAS)&lt;br /&gt;&lt;br /&gt;   1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.&lt;br /&gt;   2. Right-click the node of your server, and then choose Configure And Enable Routing and Remote Access from the shortcut menu.&lt;br /&gt;   3. The Routing and Remote Access Server Setup Wizard launches.&lt;br /&gt;   4. Click Next on the initial page of the wizard.&lt;br /&gt;   5. On the Configuration page, select the Custom Configuration option. Click Next.&lt;br /&gt;   6. On the Custom Configuration page, enable the LAN Routing checkbox. Click Next.&lt;br /&gt;   7. Verify your configuration settings on the Summary page.&lt;br /&gt;   8. Click Finish.&lt;br /&gt;   9. Click Yes when prompted to start the RRAS service.&lt;br /&gt;&lt;br /&gt;How to install the DHCP Relay Agent routing protocol&lt;br /&gt;&lt;br /&gt;   1. Open the Routing And Remote Access console&lt;br /&gt;   2. Expand the IP Routing node in the console tree.&lt;br /&gt;   3. Right-click the General node, and then select New Routing Protocol from the shortcut menu.&lt;br /&gt;   4. The New Routing Protocol dialog box opens.&lt;br /&gt;   5. Select DHCP Relay Agent.&lt;br /&gt;   6. Click OK.&lt;br /&gt;&lt;br /&gt;How to configure DHCP Relay Agent properties&lt;br /&gt;&lt;br /&gt;   1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.&lt;br /&gt;   2. Expand the IP Routing node in the console tree.&lt;br /&gt;   3. Right-click the DHCP Relay Agent node, and then select Properties from the shortcut menu.&lt;br /&gt;   4. On the General tab, enter the IP address of the DHCP server in the Server Address text box, and click Add.&lt;br /&gt;   5. Repeat the above step for each DHCP server that you have to add.&lt;br /&gt;   6. Click OK.&lt;br /&gt;&lt;br /&gt;How to enable the DHCP Relay Agent on a router interface&lt;br /&gt;&lt;br /&gt;   1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.&lt;br /&gt;   2. Expand the IP Routing node in the console tree.&lt;br /&gt;   3. Right-click the DHCP Relay Agent node and then select New Interface from the shortcut menu.&lt;br /&gt;   4. Select the interface that is on the same subnet as the DHCP clients.&lt;br /&gt;   5. Click OK.&lt;br /&gt;   6. In the DHCP Relay Properties dialog box, ensure that the Relay DHCP Packets checkbox is selected on the General tab.&lt;br /&gt;   7. You can change the Hop-Count Threshold and Boot Threshold values.&lt;br /&gt;   8. Click OK.&lt;br /&gt;&lt;br /&gt;How to view statistical information on the operation of the DHCP Relay Agent&lt;br /&gt;&lt;br /&gt;   1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.&lt;br /&gt;   2. Select the DHCP Relay Agent node, and view the statistical information that is displayed in the details pane of the Routing And Remote Access console:&lt;br /&gt;          * Received requests&lt;br /&gt;          * Received replies&lt;br /&gt;          * Discarded requests&lt;br /&gt;          * Discarded replies&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-7946288903313639644?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/7946288903313639644/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=7946288903313639644' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/7946288903313639644'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/7946288903313639644'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/11/dhcp-relay-agents.html' title='DHCP Relay Agents'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-5076936274645937290</id><published>2008-11-16T08:52:00.000-08:00</published><updated>2008-11-16T08:53:01.148-08:00</updated><title type='text'>DHCP and Remote Access</title><content type='html'>DHCP and Remote Access Overview&lt;br /&gt;&lt;br /&gt;When a remote computer connects to a remote access server, it is automatically provided with an IP address when the Point-to-Point Protocol (PPP) connection is established.&lt;br /&gt;&lt;br /&gt;You can configure the RRAS server to allocate IP addresses to remote clients from:&lt;br /&gt;&lt;br /&gt;    * A static range of IP addresses: This method is usually implemented when there are no internal DHCP servers.&lt;br /&gt;    * An existing DHCP Server: This is achieved by relaying clients to the DHCP server for IP address allocation.&lt;br /&gt;&lt;br /&gt;If you have an internal DHCP server, you should configure the remote access server to allocate IP addresses via this server. If your DHCP server is not within broadcast range of the RRAS server, you must perform the one of the following configuration as well:&lt;br /&gt;&lt;br /&gt;    * Configure the DHCP Relay Agent on the remote access server.&lt;br /&gt;    * Configure the DHCP Relay Agent on the same subnet as the remote access server.&lt;br /&gt;&lt;br /&gt;The DHCP Relay Agent enables DHCP clients to obtain IP addresses from a DHCP server on a remote subnet. The router will drop DHCP broadcast messages if it is not configured to forward them, and no DHCP Relay Agent exists. To enable clients to obtain IP addresses from a DHCP server on a remote subnet, you have to configure the DHCP Relay Agent on the subnet that contains the remote client, so that it can relay DHCP broadcast messages to your DHCP server.&lt;br /&gt;&lt;br /&gt;If the remote access server is configured to obtain IP addresses from a DHCP server, to distribute these IP addresses to clients, the following process occurs:&lt;br /&gt;&lt;br /&gt;   1. When the remote access server starts for the first time, it obtains a block of IP addresses from the DHCP server.&lt;br /&gt;   2. The first IP address is used for the remote access server.&lt;br /&gt;   3. The remainder of the IP addresses, the remote access server distributes to all TCP/IP based remote access clients during the PPP connection establishment process.&lt;br /&gt;   4. When the remote access server needs over 10 IP addresses, it obtains additional blocks of 10 addresses.&lt;br /&gt;   5. If the DHCP server was unavailable when the remote access server started, the remote access server assigns its own IP address through Automatic Private IP Addressing (APIPA).&lt;br /&gt;&lt;br /&gt;Configuring the RRAS server to use the DHCP server option&lt;br /&gt;&lt;br /&gt;To configure your RRAS server to use the DHCP server to obtain IP addresses to distribute to remote TCP/IP clients, you need to perform the following steps:&lt;br /&gt;&lt;br /&gt;    * Configure the DHCP Relay Agent on the remote access server, or on the same subnet.&lt;br /&gt;    * Configure the RRAS server to allocate IP addresses via the Dynamic Host Configuration Protocol (DHCP) option.&lt;br /&gt;&lt;br /&gt;To install and configure the DHCP Relay Agent,&lt;br /&gt;&lt;br /&gt;   1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.&lt;br /&gt;   2. Expand the IP Routing node in the console tree, right-click the General node, and then select New Routing Protocol from the shortcut menu.&lt;br /&gt;   3. When the New Routing Protocol dialog box opens, select DHCP Relay Agent.&lt;br /&gt;   4. Click OK.&lt;br /&gt;   5. Expand the IP Routing node in the console tree.&lt;br /&gt;   6. Right-click the DHCP Relay Agent node and then select New Interface from the shortcut menu.&lt;br /&gt;   7. Select the interface and click OK.&lt;br /&gt;   8. In the DHCP Relay Properties dialog box, ensure that the Relay DHCP Packets checkbox is selected on the General tab.&lt;br /&gt;   9. Click OK.&lt;br /&gt;  10. Right-click the DHCP Relay Agent node, and select Properties from the shortcut menu.&lt;br /&gt;  11. Enter the DHCP server's IP address. Click Add&lt;br /&gt;  12. Click OK.&lt;br /&gt;&lt;br /&gt;To configure the RRAS server to distribute IP addresses via the Dynamic Host Configuration Protocol (DHCP) option,&lt;br /&gt;&lt;br /&gt;   1. Open the Routing And Remote Access console.&lt;br /&gt;   2. Right-click the RRAS server node and then select Properties from the shortcut menu.&lt;br /&gt;   3. Click the IP tab.&lt;br /&gt;   4. In the IP Address Assignment area of the IP tab, click the Dynamic Host Configuration Protocol (DHCP) option.&lt;br /&gt;   5. Click OK.&lt;br /&gt;&lt;br /&gt;The different DHCP and RRAS Configurations&lt;br /&gt;&lt;br /&gt;The method in which a remote client obtains IP addressing information is determined by the different configuration options which can be specified. The actual method which a remote client will use is determined by these IP configuration settings.&lt;br /&gt;&lt;br /&gt;The different DHCP and RRAS configurations that can be specified are:&lt;br /&gt;&lt;br /&gt;    * The IP address is assigned from the static address pool on the RRAS server: This method is enabled when you select the Static Address Pool option on the IP tab of the RRAS server properties dialog box.&lt;br /&gt;&lt;br /&gt;      To configure this method:&lt;br /&gt;         1. Open the Routing And Remote Access console.&lt;br /&gt;         2. Right-click the RRAS server node and then select Properties from the shortcut menu.&lt;br /&gt;         3. Click the IP tab.&lt;br /&gt;         4. In the Static Address Pool option.&lt;br /&gt;         5. Click Add&lt;br /&gt;         6. Set the start IP address and end IP address to define the address range for the static address pool.&lt;br /&gt;         7. Click OK.&lt;br /&gt;&lt;br /&gt;      Because a remote client can only obtain IP addresses from the RRAS server, it has to access the DHCP server to obtain any other TCP/IP configuration information, such as a DNS server IP address, or WINS server IP address. For this to occur, you have to configure a DHCP Relay Agent for the RRAS server.&lt;br /&gt;    * The IP address is assigned from the DHCP server via a DHCP Relay Agent: For this method, the Dynamic Host Configuration Protocol (DHCP) option is configured on the IP tab of the RRAS server properties dialog box. Here, the DHCP Relay Agent is configured on the RRAS server. The DHCP server distributes IP addresses and all other TCP/IP configuration information.&lt;br /&gt;    * The IP address is assigned to the security object of the user (Active Directory): For this method, the IP address for the remote client is configured in the properties page of the particular user's security object. When the client connects to the RRAS server, the IP address configured in the properties page is used. The settings configured in the Remote Access Policy are simply ignored.&lt;br /&gt;&lt;br /&gt;How to create a new user object in Active Directory&lt;br /&gt;&lt;br /&gt;   1. Click Start, Administrative Tools, and click the Active Directory Users And Computers console.&lt;br /&gt;   2. In the console tree, select the OU wherein you want to create the new user object&lt;br /&gt;   3. From the Action menu, click New, and then click User&lt;br /&gt;   4. In the New Object - User dialog box, enter information for the fields listed below:&lt;br /&gt;          * First name, Initials, Last name, Full name (automatically populated), User logon name, User logon name (pre-Windows 2000).&lt;br /&gt;   5. Click Next&lt;br /&gt;   6. Enter a password in the Password field, and verify the password in the Confirm password field.&lt;br /&gt;   7. If you leave the User must change password at next logon checkbox enabled, the user has to specify a new password at next logon. Click Next&lt;br /&gt;   8. Verify the settings that you entered on the Summary page.&lt;br /&gt;   9. Click Finish to create the new user object&lt;br /&gt;&lt;br /&gt;How to configure an IP address for a user object in Active Directory&lt;br /&gt;&lt;br /&gt;   1. Click Start, Administrative Tools, and click the Active Directory Users And Computers console.&lt;br /&gt;   2. Right-click the domain, and select Find from the shortcut menu. The Find option is used to locate objects in Active Directory. You can specify that the search should be performed on the Active Directory directory, or on a particular OU, and you can specify various other search criteria and options.&lt;br /&gt;   3. Enter the username that you want to statically assign an IP address for. Click Find Now to locate the particular user object.&lt;br /&gt;   4. Double-click the username in the search results window to open the properties page of the user object.&lt;br /&gt;   5. Click the Dial-in tab.&lt;br /&gt;   6. Enable the Assign A Static IP checkbox.&lt;br /&gt;   7. Enter an IP address in the available box.&lt;br /&gt;   8. Click OK&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-5076936274645937290?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/5076936274645937290/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=5076936274645937290' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/5076936274645937290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/5076936274645937290'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/11/dhcp-and-remote-access.html' title='DHCP and Remote Access'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-1884730307833475328</id><published>2008-11-16T08:51:00.000-08:00</published><updated>2008-11-16T08:52:07.541-08:00</updated><title type='text'>Understanding DHCP</title><content type='html'>DHCP Overview&lt;br /&gt;&lt;br /&gt;An IP address can be defined as a unique numeric identifier (address) that is assigned to each computer operating in a TCP/IP based network. Manually configuring computers with IP addresses and other TCP/IP configuration parameters is not an intricate task. However, manually configuring thousands of workstations with unique IP addresses would be a time consuming, and cumbersome experience. When you manually assign IP addresses, you increase the risk of duplicating IP address assignments, configuring the incorrect subnet masks, and incorrectly configuring other TCP/IP configuration parameters.&lt;br /&gt;&lt;br /&gt;This is where the Dynamic Host Configuration Protocol (DHCP) becomes important. The Dynamic Host Configuration Protocol (DHCP) is a service that does the above mentioned tasks for administrators, thereby saving simplifying the administration of IP addressing in TCP/IP based networks. TCP/IP configuration was basically a manual process before the DHCP protocol was introduced. One of the main disadvantages of manually assigning IP addresses to hundreds of computers is that it could result in the assigned IP addresses not being unique. In a TCP/IP based network, to uniquely identify computers on the network, each computer must have a unique IP address. To communicate on the Internet and private TCP/IP network, all hosts defined on the network must have IP addresses. The 32-bit IP address identifies a particular host on the network.&lt;br /&gt;&lt;br /&gt;You should only use manual address assignment under these circumstances:&lt;br /&gt;&lt;br /&gt;    * When there are no configured DHCP servers on the network and the network haves multiple network segments.&lt;br /&gt;    * When you are configuring a computer as a DHCP server, you assign that computer a static IP address.&lt;br /&gt;    * When you configure computers as important network servers such as domain controllers, or DNS servers; you manually assign the IP address to these computers.&lt;br /&gt;&lt;br /&gt;DHCP is a service and protocol which runs on a Windows Server 2003 operating system. DHCP functions at the application layer of the TCP/IP protocol stack. One of the primary tasks of the protocol is to automatically assign IP addresses to DHCP clients. A server running the DHCP service is called a DHCP server. The DHCP protocol automates the configuration of TCP/IP clients because IP addressing occurs through the system. You can configure a server as a DHCP server so that the DHCP server can automatically assign IP addresses to DHCP clients, and with no manual intervention. IP addresses that are assigned via a DHCP server are regarded as dynamically assigned IP addresses. The DHCP server assigns IP addresses from a predetermined IP address range(s), called a scope.&lt;br /&gt;&lt;br /&gt;The functions of the DHCP server are outlined below:&lt;br /&gt;&lt;br /&gt;    * Dynamically assign IP addresses to DHCP clients.&lt;br /&gt;    * Allocate the following TCP/IP configuration information to DHCP clients:&lt;br /&gt;          o Subnet mask information&lt;br /&gt;          o Default gateway IP addresses&lt;br /&gt;          o Domain Name System (DNS) IP addresses&lt;br /&gt;          o Windows Internet Naming Service (WINS) IP addresses&lt;br /&gt;&lt;br /&gt;You can increase the availability of DHCP servers by using the 80/20 Rule if you have two DHCP servers located on different subnets.&lt;br /&gt;&lt;br /&gt;The 80/20 Rule is applied as follows:&lt;br /&gt;&lt;br /&gt;    * Allocate 80 percent of the IP addresses to the DHCP server which resides on the local subnet.&lt;br /&gt;    * Allocate 20 percent of the IP addresses to the DHCP Server on the remote subnet.&lt;br /&gt;&lt;br /&gt;If the DHCP server that is allocated with 80 percent of the IP addresses has a failure, the remote DHCP server would resume assigning the DHCP clients with IP addresses.&lt;br /&gt;&lt;br /&gt;Because the DHCP service is a very important service in a TCP/IP based network, the following implementations are strongly recommended.&lt;br /&gt;&lt;br /&gt;    * Small networks should have at least one DHCP server.&lt;br /&gt;    * Large networks should have multiple implementations of DHCP servers. This implementation configuration enables the following benefits:&lt;br /&gt;          o Fault tolerance is provided&lt;br /&gt;          o The address space can be split.&lt;br /&gt;&lt;br /&gt;The framework for the DHCP protocol is defined in RFC 2131. The DHCP protocol stems from the Bootstrap Protocol (BOOTP) protocol. BOOTP enables clients to boot up from the network instead of booting up from the hard drive. The DHCP server has a predefined pool of IP addresses, from which it allocates IP addresses to DHCP clients. During the boot process, DHCP clients request IP addresses, and obtain leases for IP addresses from the DHCP server.&lt;br /&gt;&lt;br /&gt;When the DHCP client boots on the network, a negotiation process called the DHCP lease process occurs between the DHCP server and client. The negotiation process comprises of four messages, sent between the DHCP server and the DHCP client.&lt;br /&gt;&lt;br /&gt;    * Two messages from the client&lt;br /&gt;    * Two messages from the DHCP server&lt;br /&gt;&lt;br /&gt;DHCP scopes&lt;br /&gt;&lt;br /&gt;A scope can be defined as a set of IP addresses which the DHCP server can allocate or assign to DHCP clients. A scope contains specific configuration information for clients that have IP addresses which are within the particular scope. Scope information for each DHCP server is specific to that particular DHCP server only, and is not shared between DHCP servers. Scopes for DHCP servers are configured by administrators.&lt;br /&gt;&lt;br /&gt;A DHCP has to have at least one scope, which includes the following properties.&lt;br /&gt;&lt;br /&gt;    * The specified range of IP addresses which are going to be leased to DHCP clients.&lt;br /&gt;    * The subnet mask&lt;br /&gt;    * The DHCP scope options (DNS IP addresses, WINS IP addresses).&lt;br /&gt;    * The lease duration. The default of 8 days is suitable for small networks.&lt;br /&gt;    * Any reservations. Reservations include elements such as a client always receiving the same IP addresses and TCP/IP configuration information when it starts.&lt;br /&gt;&lt;br /&gt;Therefore, when you start designing your DHCP strategy, and you are defining the scopes for your DHCP servers, you should clarify the following.&lt;br /&gt;&lt;br /&gt;    * The start and end addresses which would define the range of addresses you want to utilize.&lt;br /&gt;    * The subnet mask of the particular subnet.&lt;br /&gt;    * The amount of time that the lease should be for the IP addresses leased from your scopes.&lt;br /&gt;    * All other TCP/IP configuration information which you want assigned to DHCP clients.&lt;br /&gt;    * Determine those IP addresses that you want to reserve for clients.&lt;br /&gt;    * Determine whether any clients using statically assigned IP addresses need to be excluded from the address pool.&lt;br /&gt;&lt;br /&gt;If you have multiple scopes, remember that clients can only obtain IP addresses from the subnet to which they belong. Clients cannot obtain IP addresses from scopes that are connected with different subnets. However, if your clients should be able to obtain IP addresses from other scopes, you can configure a superscope.&lt;br /&gt;&lt;br /&gt;A superscope is the grouping of scopes under one administrative entity that enables clients to obtain IP addresses, and renew IP addresses from any scope that is part of the superscope.&lt;br /&gt;&lt;br /&gt;Superscopes are typically created for under the following circumstances:&lt;br /&gt;&lt;br /&gt;    * The existing scope.s IP addresses supply is being depleted.&lt;br /&gt;    * You want to use two DHCP servers on the same subnet. This is usually for providing redundancy.&lt;br /&gt;    * You need to move clients from one range of IP addresses to a different range of IP addresses.&lt;br /&gt;&lt;br /&gt;The DHCP Lease Process&lt;br /&gt;&lt;br /&gt;The DHCP lease process, also known as the DHCP negotiation process, is a fairly straightforward process.&lt;br /&gt;&lt;br /&gt;The DHCP lease process is described below:&lt;br /&gt;&lt;br /&gt;   1. The DHCP Discover message is sent from the client to the DHCP server. This is the message used to request an IP address lease from a DHCP server. The message is sent when the client boots up. The DHCP Discover message is a broadcast packet that is sent over the network, requesting for a DHCP server to respond to it.&lt;br /&gt;   2. The DHCP servers that have a valid range of IP addresses, sends an offer message to the client. The DHCP Offer message is the response that the DHCP server sends to the client. The DHCP Offer message informs the client that the DHCP server has an available IP address. The DHCP Offer message includes the following information:&lt;br /&gt;          * IP address of the DHCP server which is offering the IP address.&lt;br /&gt;          * MAC address of the client.&lt;br /&gt;          * Subnet mask&lt;br /&gt;          * Length of the lease&lt;br /&gt;   3. The client sends the DHCP server a DHCP Request message. This message indicates that the client accepted the offer from the first DHCP server which responded to it. It also indicates that the client is requesting the particular IP address for lease. The client broadcasts the acceptance message so that all other DHCP servers who offered addresses can withdraw those addresses. The message contains the IP address of the DHCP server which it has selected.&lt;br /&gt;   4. The DHCP server sends the client a DHCP Acknowledge message. The DHCP Acknowledge message is actually the process of assigning the IP address lease to the client.&lt;br /&gt;&lt;br /&gt;Understanding DHCP and DNS Integration&lt;br /&gt;&lt;br /&gt;With Windows Server 2003 Active Directory, Domain Name System (DNS) is the main name resolution method used to provide clients with name to IP address resolution. This in turn enables clients to locate resources on the network. The Dynamic DNS (DDNS) feature, initially introduced in Windows 2000, enables clients to automatically register their IP addresses and host names with a DNS server. When the DHCP service is running on a server, the DHCP server register the IP address of clients in DNS when the clients receive IP addresses from the DHCP server. The client no longer contacts the DDNS server to register its IP addresses because the Windows Server 2003 DHCP service dynamically updates the DNS records on behalf the client.&lt;br /&gt;&lt;br /&gt;With Windows Server 2003 DHCP, three options are available for registering IP addresses in DNS. The options can be configured for the DHCP server, or for each individual scope.&lt;br /&gt;&lt;br /&gt;The options which can be specified to enable/disable the DHCP service to dynamically update DNS records on behalf the client are:&lt;br /&gt;&lt;br /&gt;    * The DHCP server can be configured to not register any IP address of the DHCP clients when it assigns IP addresses to these clients.&lt;br /&gt;    * The DHCP server can be configured to at all times register all IP address of clients when they receive IP addresses from the DHCP server.&lt;br /&gt;    * The default option results in the DHCP server registering the IP addresses of clients with the authoritative DNS server, based on the client.s request for an IP address.&lt;br /&gt;&lt;br /&gt;The Advantages of using DHCP&lt;br /&gt;&lt;br /&gt;The main advantages of using DHCP are summarized below:&lt;br /&gt;&lt;br /&gt;    * DHCP is included with Windows Server 2003: To implement DHCP requires no additional costs.&lt;br /&gt;    * Centralized, simpler management of IP addressing: You can manage IP addressing from a central location.&lt;br /&gt;    * DHCP also provides for the simple deployment of other configuration options, such as default gateway and DNS suffix.&lt;br /&gt;    * Because the system assigns IP addresses, it leads to less incorrect configurations of IP addresses. This is mainly due to IP configuration information being entered at one location, and the server distributing this information to clients.&lt;br /&gt;    * Duplicated IP addresses are prevented.&lt;br /&gt;    * IP addresses are also preserved. DHCP servers only allocate IP addresses to clients when they request them.&lt;br /&gt;    * The DHCP service of Windows Server 2003 can assign IP addresses to both individual hosts, and multicast groups. Multicast groups are used when communication occurs with server clusters.&lt;br /&gt;    * The Windows Server 2003 DHCP service supports clustering. This enables you to set up high availability DHCP servers.&lt;br /&gt;    * In Windows Server 2003, DHCP integrates with Dynamic DNS (DDNS). This facilitates dynamic IP address management because the DHCP server registers the client computer.s Address (A) records and pointer (PTR) records in the DNS database when the client obtains an IP address. This is made possible through DHCP integration with Dynamic DNS (DDNS).&lt;br /&gt;    * You can monitor the pool of available IP addresses, and also be notified when the IP address pool reaches a certain threshold.&lt;br /&gt;    * Through authorizing DHCP servers in Active Directory, you can restrict your DHCP servers to only those that are authorized. Active Directory also allows you to specify those clients that the DHCP server can allocate addresses to.&lt;br /&gt;    * Dynamic IP addressing through DHCP easily scales from small to large networking environments.&lt;br /&gt;&lt;br /&gt;The Disadvantages of using DHCP&lt;br /&gt;&lt;br /&gt;The main disadvantages of using DHCP are summarized below:&lt;br /&gt;&lt;br /&gt;    * The DHCP server can be a single point of failure in networking environments that only have one DHCP server.&lt;br /&gt;    * If your network has multiple segments, you have to perform either of the following additional configurations:&lt;br /&gt;          o Place a DHCP server on each segment&lt;br /&gt;          o Place a DHCP relay agent on each segment&lt;br /&gt;          o Configure routers to forward Bootstrap Protocol (BootP) broadcasts.&lt;br /&gt;    * All incorrectly defined configuration information will automatically be propagated to your DHCP clients.&lt;br /&gt;    * There are a few DHCP client implementations that do not function correctly with a Windows Server 2003 DHCP server.&lt;br /&gt;&lt;br /&gt;Designing a DHCP Strategy&lt;br /&gt;&lt;br /&gt;In order for DHCP to operate successfully, all of your client computers should be able to contact the DHCP server, and contact it at any time. DHCP relies on the network topology, and is in turn relied on by all TCP/IP based hosts within your networking environment.&lt;br /&gt;&lt;br /&gt;The factors that should be included or determined, when you design a DHCP strategy and determine the placement of the DHCP servers are listed below:&lt;br /&gt;&lt;br /&gt;    * Determine the network topology.&lt;br /&gt;    * Determine the number of hosts on your network.&lt;br /&gt;    * Determine the number of subnets that DHCP will be supporting&lt;br /&gt;    * Determine the location of your routers.&lt;br /&gt;    * Determine the transmission speed between your network segments.&lt;br /&gt;    * Determine whether Dynamic DNS (DDNS) will be used.&lt;br /&gt;    * Determine the number of clients that DHCP will be allocating IP addresses to.&lt;br /&gt;    * Determine the location of these clients.&lt;br /&gt;    * Identify those clients, if any, which could possibly not be able to use DHCP for IP addresses allocation.&lt;br /&gt;    * Identify clients which will be using BOOTP.&lt;br /&gt;    * Identify the WAN links which could possibly cause a failure that could prevent clients from accessing the DHCP server.&lt;br /&gt;    * Define the dedicated or reserved IP addresses that should be excluded from the DHCP address pool range.&lt;br /&gt;&lt;br /&gt;The main design requirements associated with DHCP are:&lt;br /&gt;&lt;br /&gt;    * It is recommended to implement at least two DHCP servers to provide redundancy. Having two different DHCP servers ensures a highly available DHCP infrastructure because it could prevent issues which arise when network link failure occurs.&lt;br /&gt;    * If your network has multiple segments, you have to perform either of the following:&lt;br /&gt;          o Place a DHCP server on each segment&lt;br /&gt;          o Place a DHCP relay agent on each segment&lt;br /&gt;          o Configure your routers to forward Bootstrap Protocol (BootP) broadcasts.&lt;br /&gt;&lt;br /&gt;The failover methods which you should consider implementing when you design a DHCP implementation are:&lt;br /&gt;&lt;br /&gt;    * Deploy a standby DHCP server: In this failover method, the standby DHCP server is configured with the same scope of the primary DHCP server. The standby DHCP server is only brought online when the primary DHCP server has a failure.&lt;br /&gt;    * Deploy a clustered server: Implementing a clustered server provides failover capabilities.&lt;br /&gt;    * Split the scopes: You can split the scopes of your DHCP servers when they are placed on different subnets. This provides failover when the DHCP server has a failure, or when a subnet fails. When splitting the scopes, bear in mind that you do not need to split the scopes in equal proportions. It is recommended to place a larger portion of the scope on the DHCP server that actually serves the local subnet.&lt;br /&gt;&lt;br /&gt;Determining the number of DHCP servers and placement&lt;br /&gt;&lt;br /&gt;The number of DHCP servers you would need to implement is determined by the following factors:&lt;br /&gt;&lt;br /&gt;    * Network topology&lt;br /&gt;    * Server hardware would influence the number of DHCP clients which the DHCP server would be capable of servicing. Server hardware also affects the performance of your DHCP servers.&lt;br /&gt;    * Network configuration&lt;br /&gt;    * Routing configuration&lt;br /&gt;    * Availability requirements of the DHCP servers&lt;br /&gt;    * The number of clients which the DHCP servers are going to service.&lt;br /&gt;&lt;br /&gt;In a routed network, you would need DHCP relay agents if you plan to implement only one DHCP server. The systems that can use the DHCP Relay Agent are: Windows NT Server, Windows 2000 Server, and Windows Server 2003. It is recommended to place the DHCP server on the subnet that has the majority of hosts.&lt;br /&gt;DHCP server requirements&lt;br /&gt;&lt;br /&gt;If you are implementing only one DHCP server, you should definitely test that the DHCP server is capable of handling the client load. When deciding on which server to use to run the DHCP service, bear in mind that the performance of the server influences the performance of the DHCP service.&lt;br /&gt;&lt;br /&gt;The performance of a server can be enhanced when the server has:&lt;br /&gt;&lt;br /&gt;    * Multiple CPUs&lt;br /&gt;    * Multiple network cards&lt;br /&gt;    * High performance hard drives.&lt;br /&gt;&lt;br /&gt;If you are implementing multiple DHCP servers, place DHCP servers on all subnets which are connected via slow, unstable WAN links. This in turn prevents DHCP messages from being transmitted over the WAN.&lt;br /&gt;Enabling DHCP support for non Microsoft DHCP clients&lt;br /&gt;&lt;br /&gt;For networks that have only Microsoft client computers, setting up your DHCP clients is a fairly easy task. The type of clients which you want your DHCP server to service could lead to additional DHCP design and DHCP configuration requirements.&lt;br /&gt;&lt;br /&gt;The different types of clients are:&lt;br /&gt;&lt;br /&gt;    * Non Microsoft DHCP clients: These clients may need support for certain DHCP features. Non Microsoft DHCP clients do not necessarily support vendor extensions.&lt;br /&gt;    * Non DHCP Clients: Clients that do not support DHCP have to be manually assigned with IP addresses.&lt;br /&gt;    * BOOTP Clients: These are clients that do not support IP leases. BOOTP clients request IP addresses whenever they start.&lt;br /&gt;&lt;br /&gt;DHCP Security Considerations&lt;br /&gt;&lt;br /&gt;The aspects which you need to resolve to secure your DHCP environment are:&lt;br /&gt;&lt;br /&gt;    * Because the IP address number in a scope is limited, an unauthorized user could initiate a denial-of-service (DoS) attack by requesting/obtaining a large numbers of IP addresses.&lt;br /&gt;    * An unauthorized user could use a rogue DHCP server to offer incorrect IP addresses to your DHCP clients.&lt;br /&gt;    * A denial-of-service (DoS) attack can by launched through an unauthorized user that performs a large number of DNS dynamic updates via the DHCP server.&lt;br /&gt;    * Assigning DNS IP addresses and WINS IP addresses through the DHCP server increases the possibility of an unauthorized user using this information to attack your DNS and WINS servers.&lt;br /&gt;&lt;br /&gt;To secure your DHCP environment, use the following strategies:&lt;br /&gt;&lt;br /&gt;    * Implement firewalls.&lt;br /&gt;    * Close all open unused ports.&lt;br /&gt;    * If necessary, use VPN tunnels.&lt;br /&gt;    * You can use MAC address filters.&lt;br /&gt;    * Use 128-bit Wired Equivalent Privacy (WEP) encryption in wireless networks.&lt;br /&gt;    * Disable broadcasting the Service Set IDentifier (SSID) in wireless networks.&lt;br /&gt;&lt;br /&gt;DHCP Design Best Practices&lt;br /&gt;&lt;br /&gt;The best practices for designing a DHCP environment are summarized below:&lt;br /&gt;&lt;br /&gt;    * Plan your DHCP implementation strategy. You should identify all physical and logical subnets, and each router between your different subnets.&lt;br /&gt;    * If your routers can be configured to forward DHCP broadcasts, apply this configuration. You need to add a DHCP relay agent if your routers cannot be configured to forward DHCP broadcasts.&lt;br /&gt;    * It is recommended to configure a DHCP server for size as follows:&lt;br /&gt;          o 10, 0000 or less clients for which to provide services.&lt;br /&gt;          o 1, 000 or less scopes&lt;br /&gt;    * Improve the performance of your DHCP. This can be done by using the following:&lt;br /&gt;          o High performance hard drives&lt;br /&gt;          o Hardware RAID disk controller&lt;br /&gt;    * The DHCP service should not be running on a domain controller if it is going to update DNS records for legacy clients. You should place your DHCP servers and domain controllers on separate computers.&lt;br /&gt;    * Splitting the address range between two DHCP servers provides fault tolerance.&lt;br /&gt;    * Apply the 80/20 rule when you are creating scopes.&lt;br /&gt;    * All Windows NT 4 domain controllers should be upgraded to Windows Server 2003 before you deploy your DHCP servers.&lt;br /&gt;    * If you have two DHCP servers, and you are using reservations for clients; create the reservations on each DHCP server. This would enable a client to obtain its IP address from either of the DHCP servers.&lt;br /&gt;    * If you are using Windows Server 2003 DHCP services use the following DHCP specific features:&lt;br /&gt;          o Secure Updates: This forces a computer to be authenticated in Active Directory before it can obtain an IP address from a DHCP server.&lt;br /&gt;          o Dynamic DNS (DDNS) services: The DHCP server can register IP addresses in DNS on behalf of clients&lt;br /&gt;          o DHCP authorization: This ensures that a Windows 2000 DHCP server or Windows Server 2003 DHCP has to be authorized in Active Directory in order for it to operate in your networking environment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-1884730307833475328?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/1884730307833475328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=1884730307833475328' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/1884730307833475328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/1884730307833475328'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/11/understanding-dhcp.html' title='Understanding DHCP'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-7863859579793264036</id><published>2008-11-16T08:47:00.000-08:00</published><updated>2008-11-16T08:48:28.418-08:00</updated><title type='text'>Configuring DHCP</title><content type='html'>Configuring the DHCP Server Environment&lt;br /&gt;&lt;br /&gt;The primary steps required for configuring and managing your DHCP server environment are:&lt;br /&gt;&lt;br /&gt;    * Install the DHCP service on a server&lt;br /&gt;    * Authorize the DHCP server in Active Directory.&lt;br /&gt;    * Configure the necessary DHCP scopes for your subnets.&lt;br /&gt;    * Configure superscopes and multicast scopes&lt;br /&gt;    * Configure the DHCP lease duration.&lt;br /&gt;    * Configure the DHCP options.&lt;br /&gt;    * Configure the DHCP reservations.&lt;br /&gt;    * Configure the BOOTP tables.&lt;br /&gt;    * Configure DHCP and DDNS integration.&lt;br /&gt;    * Configure split scopes for fault tolerance.&lt;br /&gt;&lt;br /&gt;How to install the DHCP service&lt;br /&gt;&lt;br /&gt;   1. Click Start, Control Panel, and then click Add Or Remove Programs.&lt;br /&gt;   2. When the Add Or Remove Programs dialog box opens, click Add/Remove Windows Components.&lt;br /&gt;   3. This starts the Windows Components Wizard.&lt;br /&gt;   4. In the Components list box, select Networking Services, and then click the Details button.&lt;br /&gt;   5. The Networking Services dialog box opens.&lt;br /&gt;   6. In the Subcomponents Of Networking Services list box, check the Dynamic Host Configuration Protocol (DHCP) checkbox.&lt;br /&gt;   7. Click OK.&lt;br /&gt;   8. Click Next.&lt;br /&gt;   9. When The Completing The Windows Components Wizard page is displayed, click Finish.&lt;br /&gt;&lt;br /&gt;How to manage the DHCP service from the DHCP console&lt;br /&gt;&lt;br /&gt;The DHCP console, the management console for administering the DHCP service, is automatically installed when you install the DHCP service on a Windows 2000 or Windows Server 2003 computer. When you open the DHCP console, the left pane or console tree lists the available DHCP servers.&lt;br /&gt;&lt;br /&gt;Each DHCP server node has the following folders:&lt;br /&gt;&lt;br /&gt;    * Scope(s) folder&lt;br /&gt;    * Server Options folder&lt;br /&gt;&lt;br /&gt;      Each scope contains the following additional folders:&lt;br /&gt;          o Address Pool: This view lists address pool information.&lt;br /&gt;          o Address Leases: This view contains an entry for each existing IP address lease. An entry includes the following information:&lt;br /&gt;                + Client computer name to which the particular IP address lease was allocated.&lt;br /&gt;                + The IP address associated with the lease.&lt;br /&gt;                + Lease expiration information.&lt;br /&gt;          o Reservations: This view indicates which IP addresses are reserved, and the particular devices which have these reserved IP addresses.&lt;br /&gt;          o Scope Options: This view shows the options which are configured for the particular scope.&lt;br /&gt;&lt;br /&gt;The Action menu includes a number of options which are useful when managing your DHCP servers.&lt;br /&gt;&lt;br /&gt;To start, stop, pause, resume, or restart the DHCP service,&lt;br /&gt;&lt;br /&gt;   1. Click Start, All Programs, Administrative Tools and then click DHCP.&lt;br /&gt;   2. The DHCP console opens.&lt;br /&gt;   3. Select the DHCP server that you want to manage in the console tree.&lt;br /&gt;   4. From the Action menu, click All Tasks, and choose between the following options:&lt;br /&gt;          * Start, to start the DHCP service&lt;br /&gt;          * Stop, to stop the DHCP service&lt;br /&gt;          * Pause, to pause the DHCP service&lt;br /&gt;          * Resume, to continue the DHCP service after it was paused.&lt;br /&gt;          * Restart, to stop and then automatically restart the DHCP service&lt;br /&gt;&lt;br /&gt;How to manage the DHCP service from the command-line&lt;br /&gt;&lt;br /&gt;Use the following commands to manage the DHCP service from the command-line:&lt;br /&gt;&lt;br /&gt;    * Net Start Dhcpserver&lt;br /&gt;    * Net Stop Dhcpserver&lt;br /&gt;    * Net Pause Dhcpserver&lt;br /&gt;    * Net Continue Dhcpserver&lt;br /&gt;&lt;br /&gt;How to authorize the DHCP server in Active Directory&lt;br /&gt;&lt;br /&gt;If the Active Directory directory service is running in your networking environment, you have to authorize the DHCP in Active Directory so that it can provide IP addresses to your DHCP clients. When you authorize the DHCP server, the IP address of the server is added to the Active Directory object that contains the list of authorized DHCP servers.&lt;br /&gt;&lt;br /&gt;You would need to manually authorize the DHCP server in Active Directory under the following circumstances:&lt;br /&gt;&lt;br /&gt;    * When the DHCP service is installed on a stand-alone server&lt;br /&gt;    * When the DHCP service is installed on a member server of an Active Directory domain.&lt;br /&gt;&lt;br /&gt;To authorize the DHCP server in Active Directory&lt;br /&gt;&lt;br /&gt;   1. Click Start, All Programs, Administrative Tools and then click DHCP to open the DHCP console.&lt;br /&gt;   2. In the console tree, expand the DHCP server node.&lt;br /&gt;   3. Click the DHCP server that you want to authorize.&lt;br /&gt;   4. Click the Action menu, and then select Authorize.&lt;br /&gt;   5. After waiting for approximately 45 minutes for the authorization to occur, right-click the DHCP server, and verify that Unauthorize is displayed on the shortcut menu.&lt;br /&gt;&lt;br /&gt;The various administration tasks for configuring DHCP scopes&lt;br /&gt;&lt;br /&gt;The various functions associated with configuring and managing DHCP scopes are summarized below:&lt;br /&gt;&lt;br /&gt;    * Creating new scopes for your DHCP servers: You would need the following information when you create a new scope:&lt;br /&gt;          o The IP address range for the scope: The start and end IP addresses that defines the address range for the new scope.&lt;br /&gt;          o The IP addresses that should be excluded from the IP address pool.&lt;br /&gt;          o The IP addresses that should be reserved.&lt;br /&gt;          o The configuration parameters which you want to set for the DHCP options.&lt;br /&gt;    * Configuring properties for a scope&lt;br /&gt;    * Configuring scope options&lt;br /&gt;    * Configuring reservations&lt;br /&gt;    * Configuring exclusions&lt;br /&gt;    * Creating a new superscope&lt;br /&gt;    * Creating a multicast scope&lt;br /&gt;&lt;br /&gt;How to create a new scope&lt;br /&gt;&lt;br /&gt;   1. Click Start, All Programs, Administrative Tools and then click DHCP to open the DHCP console.&lt;br /&gt;   2. In the console tree, expand the DHCP server node.&lt;br /&gt;   3. Select the DHCP server.&lt;br /&gt;   4. Click the Action menu, and then select New Scope.&lt;br /&gt;   5. The New Scope Wizard starts.&lt;br /&gt;   6. Click Next on the initial page of the New Scope Wizard.&lt;br /&gt;   7. On the Scope Name page, enter a name for the new scope in the Name text box.&lt;br /&gt;   8. Enter a description in the Description text box. Click Next.&lt;br /&gt;   9. On the IP Address Range page, enter the start IP address and end IP address that defines the range of new scope in the Start IP Address text box, and End IP Address text box respectively.&lt;br /&gt;  10. Enter the subnet mask in the Subnet Mask text box.&lt;br /&gt;  11. Select the value in the Length spin box. The subnet length mask is automatically defined as 24. Click Next.&lt;br /&gt;  12. On the Add Exclusions page, using the Start IP Address and End IP Address text boxes, define any exclusions. Click Add. Click Next.&lt;br /&gt;  13. On the Lease Duration page, you can change the default lease duration of 8 days. Use the Days, Hours and Minutes boxes to define the lease duration. Click Next.&lt;br /&gt;  14. On Configure DHCP Options page, click the Yes, I Want To Configure These Options Now option and then click Next.&lt;br /&gt;  15. On the Router (Default Gateway) page, enter the IP address of the default gateway (router) that connects the subnet to the network. Click Add. Click Next.&lt;br /&gt;  16. On the Domain Name And DNS Servers page, enter the default parent domain name that clients will be using to locate network hosts, in the Parent Domain box.&lt;br /&gt;  17. Enter the name of the DNS server that you want clients to use for name to IP address resolution in the lower portion of the Domain Name And DNS Servers page. Click Add ad then click Next.&lt;br /&gt;  18. On the WINS Server page, if applicable, enter the IP address of the WINS server. Click Add and then click Next.&lt;br /&gt;  19. On the Activate Scope page, click the Yes, I want to activate this scope now option. Click Next.&lt;br /&gt;  20. On the Completing The New Scope Wizard page, click Next.&lt;br /&gt;&lt;br /&gt;How to change existing scope properties&lt;br /&gt;&lt;br /&gt;To change existing scope properties, use the General tab of the Scope Properties dialog box. The scope properties that can be changed are:&lt;br /&gt;&lt;br /&gt;    * Scope Name text box: Enables you to change the name of the scope.&lt;br /&gt;    * Start IP Address and End IP Address text boxes: Enables you to change the range of the existing scope.&lt;br /&gt;    * Subnet Mask text box: This is automatically populated, based on the IP address range that is specified.&lt;br /&gt;    * Lease Duration For DHCP Clients area of the General tab: Use the Days, Hours and Minutes boxes to change the existing lease duration for IP addresses of this scope.&lt;br /&gt;&lt;br /&gt;How to configure DHCP options&lt;br /&gt;&lt;br /&gt;DHCP options are settings which you define the DHCP server to distribute to your DHCP clients when it assigns IP addresses to clients. The DHCP options are client specific. If a DHCP client does not support a particular option, the option is ignored for the particular client.&lt;br /&gt;&lt;br /&gt;The common DHCP options which you can define in the DHCP console are:&lt;br /&gt;&lt;br /&gt;    * Router (003): Indicates the default gateway router.&lt;br /&gt;    * DNS Servers (006): Indicates the DNS servers&lt;br /&gt;    * DNS Domain Name (015): Indicates the parent DNS domain name for the DNS locater service.&lt;br /&gt;    * ARP Cache Timeout (035): Indicates the timeout for the ARP cache entries&lt;br /&gt;    * WINS Servers (044): Indicates the WINS servers.&lt;br /&gt;    * WINS Node Type (046): Indicates the NetBIOS.&lt;br /&gt;    * Classless Static Routes (249): Indicates the destination, router and mask for static routes.&lt;br /&gt;&lt;br /&gt;There are four different types of DHCP options. The DHCP options are applied in a particular sequence, with any previously applied option being overwritten by any conflicting later applied option.&lt;br /&gt;&lt;br /&gt;The DHCP options and the order in which they are applied are listed below:&lt;br /&gt;&lt;br /&gt;   1. Server options: These options apply to each scope configured on the DHCP server, and also apply to all clients that obtain an IP address from the particular DHCP server. Server options are always applied first.&lt;br /&gt;   2. Scope options: These options are applied at the scope level, and after the Server options are applied. Scope options are applicable to a particular scope only.&lt;br /&gt;   3. User and Vendor Class options: You can use User classes to assign options to clients that have the same requirements. Vendor classes can be used to assign vendor specific options to clients that have the same vendor.&lt;br /&gt;   4. Reserved options. Reservations work differently from the above mentioned options. Each reservation has to be manually configured by an administrator.&lt;br /&gt;&lt;br /&gt;To configure User Class options,&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console.&lt;br /&gt;   2. Right-click the DHCP server you want to work with, and select Define User Classes from the shortcut menu.&lt;br /&gt;   3. When the DHCP User Classes dialog box opens, click the Add button to create a new class.&lt;br /&gt;   4. The New Class dialog box opens.&lt;br /&gt;   5. In the Display name field, enter the name for the new class.&lt;br /&gt;   6. In the Description field, enter a description for new class.&lt;br /&gt;   7. In the ID field, enter the class ID.&lt;br /&gt;   8. Click OK to create the new user class.&lt;br /&gt;   9. The newly created class should be displayed in the DHCP User Classes dialog box.&lt;br /&gt;  10. Click Close to close the DHCP User Classes dialog box, and to return to the DHCP console.&lt;br /&gt;  11. If you want to configure the class options at the server level, right-click the Server Options node in the console tree and select Configure Options from the shortcut menu.&lt;br /&gt;  12. If you want to configure the class options at the scope level, right-click the Scope Options node and select Configure Options from the shortcut menu.&lt;br /&gt;  13. Click the Advanced tab, and choose the class which you just created from the User Class drop-down list.&lt;br /&gt;  14. Set the options which you want specified for the class.&lt;br /&gt;  15. Click OK.&lt;br /&gt;&lt;br /&gt;How to configure DHCP reservations&lt;br /&gt;&lt;br /&gt;   1. Open the DHCP console&lt;br /&gt;   2. Expand the DHCP server node in the console tree, and then expand the Scope node.&lt;br /&gt;   3. Right-click Reservations node, and select New Reservation from the shortcut menu.&lt;br /&gt;   4. When the New Reservation dialog box opens, enter the following information in the fields provided in the dialog box:&lt;br /&gt;          * Reservation Name: Enter a name for the new reservation that uniquely identifies the particular client that is being reserved.&lt;br /&gt;          * IP Address: Enter the reserved IP address in this text box&lt;br /&gt;          * MAC Address: Enter the MAC address of the NIC of the client.&lt;br /&gt;          * Description: Enter a useful description (optional).&lt;br /&gt;          * The options which can be selected under the Supported Types area of the New Reservation dialog box are:&lt;br /&gt;                o Both&lt;br /&gt;                o DHCP Only&lt;br /&gt;                o BOOTP Only&lt;br /&gt;   5. Click OK.&lt;br /&gt;      How to configure BOOTP table entries&lt;br /&gt;&lt;br /&gt;      The DHCP service in Windows Server 2003 includes support for BOOTP clients. Before you can configure BOOTP client support, you first have to allow the BOOTP table folder to be viewed in the DHCP console. To do this,&lt;br /&gt;         1. Open the DHCP console.&lt;br /&gt;         2. Right-click the DHCP server node and select Properties from the shortcut menu.&lt;br /&gt;         3. On the General tab, click the Show the BOOTP table folder checkbox.&lt;br /&gt;         4. Click OK.&lt;br /&gt;         5. Proceed to right-click the BOOTP table folder, and select New Boot Image from the shortcut menu.&lt;br /&gt;         6. When the Add BOOTP Entry dialog box opens, enter the following information:&lt;br /&gt;                * Boot image file name&lt;br /&gt;                * Server path to the boot file image&lt;br /&gt;                * IP address or name of the Trivial File Transfer Protocol (TFTP)&lt;br /&gt;         7. Click Add to create the new BOOTP table.&lt;br /&gt;&lt;br /&gt;      To enable dynamic BOOTP client support for a DHCP scope,&lt;br /&gt;         1. Open the DHCP console.&lt;br /&gt;         2. Expand the DHCP server node and the Scope node in the console tree.&lt;br /&gt;         3. Right-click the particular scope and then select Properties from the shortcut menu.&lt;br /&gt;         4. Click the Advanced tab.&lt;br /&gt;         5. In the Assign IP Addresses Dynamically To Clients Of area, select Both, or select BOOTP only.&lt;br /&gt;         6. In the Lease Duration For BOOTP Clients area, change the lease duration if required.&lt;br /&gt;         7. Click OK.&lt;br /&gt;&lt;br /&gt;      The available vendor extensions that a Windows Server 2003 DHCP server can offer a BOOTP client are listed below:&lt;br /&gt;          * BOOTP code 1; Subnet Mask&lt;br /&gt;          * BOOTP code 3; Router&lt;br /&gt;          * BOOTP code 4; Time Server&lt;br /&gt;          * BOOTP code 5; Name Server&lt;br /&gt;          * BOOTP code 9; LPR Server&lt;br /&gt;          * BOOTP code 12; Computer Name&lt;br /&gt;          * BOOTP code 15; Domain Name&lt;br /&gt;          * BOOTP code 17; Root Path&lt;br /&gt;          * BOOTP code 42; NTP Servers&lt;br /&gt;          * BOOTP code 44; WINS Server&lt;br /&gt;          * BOOTP code 45; NetBIOS over TCP/IP Datagram Distribution Server&lt;br /&gt;          * BOOTP code 46; NetBIOS over TCP/IP Node Type&lt;br /&gt;          * BOOTP code 47; NetBIOS over TCP/IP Scope&lt;br /&gt;          * BOOTP code 48; Window System Font Server&lt;br /&gt;          * BOOTP code 49; Window System Display Manager&lt;br /&gt;          * BOOTP code 69; SMTP Server&lt;br /&gt;          * BOOTP code 70; POP3 Server&lt;br /&gt;      How to create a DHCP superscope&lt;br /&gt;         1. Open the DHCP console&lt;br /&gt;         2. Right-click the DHCP server in the console tree, and select New Superscope from the shortcut menu.&lt;br /&gt;         3. The New Superscope Wizard starts.&lt;br /&gt;         4. On the initial page of the New Superscope Wizard, click Next.&lt;br /&gt;         5. On the Superscope Name page, provide a name for the new superscope. Click Next.&lt;br /&gt;         6. On the Select Scopes page, select one or numerous scopes that you want to be part of the new superscope. Click Next.&lt;br /&gt;         7. On the Completing the New Superscope Wizard page, click Finish to create the new superscope.&lt;br /&gt;         8. Verify that the newly created DHCP superscope is displayed in the DHCP console.&lt;br /&gt;&lt;br /&gt;      To activate a superscope&lt;br /&gt;         1. Open the DHCP console.&lt;br /&gt;         2. Right-click the superscope that you want to activate, and select Activate from the shortcut menu.&lt;br /&gt;      How to delete a superscope&lt;br /&gt;         1. Open the DHCP console.&lt;br /&gt;         2. Right-click the superscope that you want to delete, and select Delete from the shortcut menu.&lt;br /&gt;         3. Only the superscope is deleted. All the scopes that were contained in the deleted superscope remain intact.&lt;br /&gt;      How to create a multicast scope&lt;br /&gt;         1. Open the DHCP console&lt;br /&gt;         2. Right-click the DHCP server in the console tree, and select New Multicast Scope from the shortcut menu.&lt;br /&gt;         3. The New Multicast Scope Wizard starts.&lt;br /&gt;         4. On the initial page of the New Multicast Scope Wizard, click Next.&lt;br /&gt;         5. On the Multicast Name page, provide a name for the new multicast scope. Click Next.&lt;br /&gt;         6. On the IP Address Range page, enter the start IP address and the end IP address for the new multicast scope.&lt;br /&gt;         7. Specify the Time to Live (TTL), and then click Next.&lt;br /&gt;         8. On the Add Exclusions page, enter the IP addresses in the address range which should be excluded. Click Next.&lt;br /&gt;         9. On the Lease Duration page, accept or change the default lease duration of 30 days. Click Next.&lt;br /&gt;        10. On the Activate Multicast Scope page, click Yes to activate the scope immediately.&lt;br /&gt;        11. On the Completing the New Multicast Scope Wizard page, click Finish to create the new multicast scope.&lt;br /&gt;        12. Verify that the newly created multicast scope is displayed in the DHCP console.&lt;br /&gt;      How to enable DHCP and DNS integration&lt;br /&gt;         1. Open the DHCP console.&lt;br /&gt;         2. Right-click the DHCP server, and then select Properties from the shortcut menu.&lt;br /&gt;         3. When the Server Properties dialog box opens, click the DNS tab.&lt;br /&gt;         4. Ensure that the Enable DNS Dynamic Updates According To The Settings Below checkbox is selected&lt;br /&gt;         5. Select the Dynamically Update DNS A And PTR Records Only If Requested By The DHCP Clients option.&lt;br /&gt;         6. Select the Discard A And PTR Records When Lease Is Deleted checkbox.&lt;br /&gt;         7. Click OK.&lt;br /&gt;      How to configure clients for dynamic addressing from a DHCP server&lt;br /&gt;         1. Click Start, Control Panel, and then click Network Connections.&lt;br /&gt;         2. Right-click the network connection you want to work with, and then click Properties from the shortcut menu.&lt;br /&gt;         3. If you are working with the local area connection, on the General tab, select Internet Protocol (TCP/IP), and then click the Properties button&lt;br /&gt;         4. When the Internet Protocol (TCP/IP) Properties dialog box opens, click the Obtain An IP Address Automatically option.&lt;br /&gt;         5. If you want the client to automatically obtain DNS server information from the DHCP server, select the Obtain DNS Server Address Automatically option.&lt;br /&gt;         6. Click OK.&lt;br /&gt;      How to enable server-end conflict detection&lt;br /&gt;         1. Open the DHCP console&lt;br /&gt;         2. Right-click the DHCP server in the console tree, and select Properties from the shortcut menu.&lt;br /&gt;         3. When the Server Properties dialog box opens, click the Advanced tab.&lt;br /&gt;         4. Set the number of times that the DHCP server should run conflict detection prior to it leasing an IP address to a client.&lt;br /&gt;         5. Click OK.&lt;br /&gt;      How to configure split scopes and clustering for fault tolerance&lt;br /&gt;         1. Configure all the necessary scopes for your DHCP servers&lt;br /&gt;         2. Configure your exclusions, on the basis that the primary DHCP server will be managing 80 percent of the address pool, and the secondary will be managing 20 percent of the address pool.&lt;br /&gt;         3. Configure a superscope that includes all the scopes for the subnet.&lt;br /&gt;         4. From the Administrative Tools folder, open the Cluster Administrator management tool.&lt;br /&gt;         5. Choose the cluster that will host the DHCP service.&lt;br /&gt;         6. From the File menu, click Configure Application.&lt;br /&gt;         7. The Configure Application Wizard starts next.&lt;br /&gt;         8. Click Next on the initial page of the Configure Application Wizard.&lt;br /&gt;         9. Select the Use an Existing Virtual Server option.&lt;br /&gt;        10. Select the group, and select the Create A New Virtual Server option.&lt;br /&gt;        11. Create a new virtual server through the Wizard.&lt;br /&gt;        12. Select the Yes, Create A Cluster Resource For My Application Now option, and then select the DHCP resource type. Click Next.&lt;br /&gt;        13. Provide a name and description for the DHCP resource. Click Next.&lt;br /&gt;        14. Click Advanced Properties, and then click the Dependencies tab.&lt;br /&gt;        15. Click the Modify button.&lt;br /&gt;        16. Select the IP address, physical disk, and name for the DHCP server. Click OK.&lt;br /&gt;        17. On the Application Resource Name and Description page, click Next.&lt;br /&gt;        18. Verify your configuration settings, and then click Finish.&lt;br /&gt;        19. Right-click the DHCP resource, and select Bring Online from the shortcut menu.&lt;br /&gt;        20. You have to authorize the DHCP server in Active Directory.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-7863859579793264036?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/7863859579793264036/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=7863859579793264036' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/7863859579793264036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/7863859579793264036'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/11/configuring-dhcp.html' title='Configuring DHCP'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-8852711840927220619</id><published>2008-11-16T08:43:00.000-08:00</published><updated>2008-11-16T08:47:22.546-08:00</updated><title type='text'>DHCP Leasing</title><content type='html'>&lt;h2&gt;An Overview of DHCP&lt;/h2&gt; &lt;p&gt;In TCP/IP based networks, a unique IP address must be assigned to each computer. An IP address is a unique numeric identifier that identifies computers on the network. The Dynamic Host Configuration Protocol (&lt;a href="http://www.tech-faq.com/dhcp.shtml"&gt;DHCP&lt;/a&gt;) is a service that can be implemented to automatically assign unique IP addresses to DHCP clients. &lt;/p&gt; &lt;!-- google_ad_section_start(weight=ignore) --&gt;  &lt;table width="346" align="left" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;  &lt;!-- BEGIN NetShelter Ad Tag for Tech-Faq 336X280 --&gt; &lt;script language="JavaScript" type="text/javascript"&gt; if (!window.netshel_ord) { netshel_ord=Math.random()*10000000000000000; } if (!window.netshel_tile) { netshel_tile=1; } document.write('&lt;script language="JavaScript" src="http://ad.doubleclick.net/adj/ns.techfaq/general1;sz=336X280;tile='+netshel_tile+';ord=' + netshel_ord + '?" type="text/javascript"&gt;&lt;/scr' + 'ipt&gt;'); netshel_tile++; &lt;/script&gt;&lt;script language="JavaScript" src="http://ad.doubleclick.net/adj/ns.techfaq/general1;sz=336X280;tile=1;ord=8514303743830671?" type="text/javascript"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-4394305856464210&amp;amp;dt=1226853589290&amp;amp;lmt=1226853580&amp;amp;prev_fmts=728x15_0ads_al_s&amp;amp;output=html&amp;amp;slotname=1197925985&amp;amp;correlator=1226853585426&amp;amp;url=http%3A%2F%2Fwww.tech-faq.com%2Fdhcp-leasing.shtml&amp;amp;ea=0&amp;amp;eid=30143008&amp;amp;ref=http%3A%2F%2Fwww.google.co.in%2Fsearch%3Fhl%3Den%26client%3Dfirefox-a%26rls%3Dorg.mozilla%3Aen-US%3Aofficial%26hs%3DuV5%26sa%3DX%26oi%3Dspell%26resnum%3D0%26ct%3Dresult%26cd%3D1%26q%3Dhow%2Bto%2Bassign%2Bclient%2Bsystem%2Bip%2Baddress%2Bin%2Bdhcp%2Bconcept%2Bin%2Bwindows%26spell%3D1&amp;amp;frm=0&amp;amp;ga_vid=381451586.1226853585&amp;amp;ga_sid=1226853585&amp;amp;ga_hid=1236853945&amp;amp;flash=9.0.124&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=734&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=11&amp;amp;u_java=true&amp;amp;u_nplug=17&amp;amp;u_nmime=83&amp;amp;dtd=5" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" width="336" frameborder="0" height="280"&gt;&lt;/iframe&gt; &lt;!-- END AD TAG --&gt;  &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;  &lt;!-- google_ad_section_end --&gt;   &lt;p&gt;DHCP runs at the application layer of the TCP/IP protocol stack to provide the following functions in TCP/IP networks: &lt;/p&gt;  &lt;ul&gt;&lt;li&gt; 	Dynamically assign IP addresses to DHCP clients. &lt;/li&gt;&lt;li&gt; 	Allocate the following TCP/IP configuration information to DHCP clients: &lt;/li&gt;&lt;ul&gt;&lt;li&gt; 	&lt;a href="http://www.tech-faq.com/subnet-mask.shtml"&gt;Subnet mask&lt;/a&gt; information&lt;/li&gt;&lt;li&gt; 	Default gateway IP addresses&lt;/li&gt;&lt;li&gt; 	Domain Name System (&lt;a href="http://www.tech-faq.com/dns.shtml"&gt;DNS&lt;/a&gt;) IP addresses&lt;/li&gt;&lt;li&gt; 	Windows Internet Naming Service (&lt;a href="http://www.tech-faq.com/wins.shtml"&gt;WINS&lt;/a&gt;) IP addresses.&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;p&gt;RFC 2131 defines the framework for the DHCP protocol. The DHCP protocol stems from the Bootstrap Protocol (BOOTP) protocol. The DHCP server is configured with a predetermined pool of IP addresses, from which it allocates IP addresses to DHCP clients. During the boot process, DHCP clients request IP addresses, and obtain leases for IP addresses from the DHCP server. &lt;/p&gt;  &lt;p&gt;When the DHCP client boots up on the network, a negotiation process called the &lt;i&gt;DHCP lease process &lt;/i&gt;occurs between the DHCP server and client. The DHCP lease process is also known as the DHCP negotiation process, and is a fairly straightforward process. The remainder of this Article focuses on the DHCP leasing and the DHCP lease process&lt;/p&gt;   &lt;h2&gt;DHCP Leases&lt;/h2&gt; &lt;p&gt;The DHCP lease process is a process that occurs when a computer which is a DHCP client initially boots up on the network, to provide an IP address and any additional TCP/IP configuration parameters to these clients. &lt;/p&gt;  &lt;p&gt;The &lt;i&gt;terminology and concepts &lt;/i&gt;used when discussing DHCP leasing or the DHCP lease process is summarized below:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; 	&lt;i&gt;DHCP lease:  &lt;/i&gt;This is the amount of time for which a DHCP client is allowed to make use of a specific IP addresses. The default setting for the DHCP lease is 8 days.&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCP lease process: &lt;/i&gt;The process which occurs when the client initially boots up on the network. The DHCP lease process enables DHCP clients to automatically obtain IP addresses from a DHCP server. &lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCP Discovery Broadcast message: &lt;/i&gt;This is a message sent over the network by a client computer that wants to obtain an IP address from a DHCP server.&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCP Offer message: &lt;/i&gt;This is message sent by DHCP servers that serves as a reply to a Discovery Broadcast message.&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCP Request Broadcast message: &lt;/i&gt;This message indicates that the client accepted an IP address offer from the first DHCP server which responded to it. The client broadcasts this particular message so that all the other DHCP servers that offered addresses to the client can withdraw their IP addresses.&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCP Acknowledge message: &lt;/i&gt;This message is sent by the DHCP server to the DHCP client, and is the process whereby which the IP address lease is assigned to the client.&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;Unlimited lease duration: &lt;/i&gt;If you do not want the IP address assigned for a particular client to expire, you assign an &lt;i&gt;unlimited lease duration.&lt;/i&gt; &lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCP scopes: &lt;/i&gt;A &lt;i&gt;scope &lt;/i&gt;can be defined as a set of IP addresses which the DHCP server can allocate or assign to DHCP clients. A scope contains specific configuration information for clients that have IP addresses which are within a particular scope. Scope information for each DHCP server is specific to that particular DHCP server only, and is not shared between DHCP servers. During the DHCP lease process, the DHCP scopes configured for a DHCP server is used to provide a DHCP client with an IP address. &lt;/li&gt;&lt;li&gt; 	You can configure different&lt;i&gt; lease duration settings &lt;/i&gt;for each DHCP scope.&lt;/li&gt;&lt;li&gt; 	The &lt;i&gt;lease duration rules &lt;/i&gt;which should be implemented when you determine the lease duration time for the scope of each of your subnets are:&lt;/li&gt;&lt;ul&gt;&lt;li&gt; Use a shorter lease duration time if you have numerous mobile users, and if you are working in an environment that constantly has configuration changes.&lt;/li&gt;&lt;li&gt; 	Use a longer lease duration time if the following statements are true:&lt;/li&gt;&lt;ul&gt;&lt;li&gt; There are no mobile computers&lt;/li&gt;&lt;li&gt; The environment does not continually experience configuration changes&lt;/li&gt;&lt;/ul&gt;&lt;li&gt; Increase the default setting of 8 days if the number of IP addresses for each subnet is by far greater than the number of DHCP devices within your environment. &lt;/li&gt;&lt;li&gt; Use a shorter lease duration period if you have a limited number of IP addresses for each subnet, and you are near to meeting limit.&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;h2&gt;Understanding the DHCP Lease Process&lt;/h2&gt; &lt;p&gt;The DHCP lease process is a&lt;i&gt; four-step process &lt;/i&gt;that occurs when a DHCP client initially boots up on the network. The DHCP process remains unchanged since its initial introduction with Windows NT 4.0. During the DHCP lease process, negotiation for an IP address occurs between a DHCP server and a client that needs to obtain an IP address. &lt;/p&gt; &lt;p&gt;In a TCP/IP based network, to uniquely identify computers on the network, each computer must have a unique IP address. To communicate on the Internet and private TCP/IP network, all hosts defined on the network must have IP addresses. The 32-bit IP address identifies a particular host on the network. With DHCP, the system assigns IP addresses to clients, which in turn leads to less incorrect configurations of IP addresses. This is mainly due to IP configuration information being entered at one location, and the server distributing this information to clients. Duplicated IP addresses are also prevented.&lt;/p&gt;  &lt;p&gt;The DHCP lease process that occurs between the DHCP server and client is a simple process. The negotiation process for an IP address consists of four messages sent between the DHCP server and the DHCP client.&lt;/p&gt; &lt;ul&gt;&lt;li&gt; 	Two messages from the client&lt;/li&gt;&lt;li&gt; 	Two messages from the DHCP server&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;When the server assigns IP addresses to DHCP clients, it starts allocating addresses commencing from the bottom of its scope range, and starts moving to the top of its scope range. &lt;/p&gt;  &lt;p&gt;All unused addresses have to be used before the DHCP server:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; Allocates a previously used IP addresses to a new DHCP client. The DHCP server first assigns IP addresses that have not been used for the longest amount of time prior to assigning other previously used IP addresses.&lt;/li&gt;&lt;li&gt; 	Allocates an expired IP addresses to a new DHCP client&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;During the&lt;i&gt; four-step DHCP lease process, &lt;/i&gt;the events that occur are defined by the types of DHCP messages which are exchanged between the DHCP server and DHCP client:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; 	&lt;i&gt;DHCPDISCOVER message: &lt;/i&gt;This message is used to request an IP address lease from a DHCP server. The message is sent when the client boots up on the network. The message is sent as a broadcast packet over the network, requesting for a DHCP server to respond to it&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPOFFER message: &lt;/i&gt;This message is a response to a DHCPDISCOVER message, and is sent by one or numerous DHCP servers.&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPREQUEST message: &lt;/i&gt;The client sends the initial DHCP server which responded to its request a DHCP Request message. The message basically indicates that the client is requesting the particular IP address for lease. The other DHCP servers who offered addresses withdraw those addresses at this point. &lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPACK message: &lt;/i&gt;The DHCP Acknowledge message is sent by the DHCP server to the DHCP client and is the process whereby which the DHCP server assigns the IP address lease to the DHCP client.&lt;/li&gt;&lt;/ul&gt;	 &lt;p&gt;The four steps involved in the DHCP lease process is often called DORA:&lt;/p&gt;	 &lt;ul&gt;&lt;li&gt; 	&lt;b&gt;D&lt;/b&gt;iscover&lt;/li&gt;&lt;li&gt; 	&lt;b&gt;O&lt;/b&gt;ffer&lt;/li&gt;&lt;li&gt; 	&lt;b&gt;R&lt;/b&gt;equest&lt;/li&gt;&lt;li&gt; 	&lt;b&gt;A&lt;/b&gt;cknowledge&lt;/li&gt;&lt;/ul&gt; &lt;h2&gt;The Different Types of DHCP Messages&lt;/h2&gt; &lt;p&gt;A &lt;i&gt;complete list of all the different types of DHCP messages are:&lt;/i&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt; 	&lt;i&gt;DHCPDISCOVER message:  &lt;/i&gt;Used by DHCP clients to request an IP address lease from a DHCP server. &lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPOFFER message: &lt;/i&gt;The DHCP server sends this message in response to a DHCPDISCOVER message.&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPREQUEST message: &lt;/i&gt;The DHCP client sends this message to one of the DHCP servers that replied to its request to obtain an IP address&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPACK message: &lt;/i&gt;The DHCP Acknowledge message is sent by the DHCP server to the DHCP client, and is the process whereby which the DHCP server assigns the IP address lease to the DHCP client.&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPNACK message:&lt;/i&gt; This message is sent by the DHCP server to the DHCP client to indicate that the requested IP address is not invalid any more. &lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPRELEASE message: &lt;/i&gt;This is a message which a DHCP client sends to a DHCP server before its specified lease duration limit is reached. &lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPDECLINE message:&lt;/i&gt; This is a message sent by the DHCP client to the DHCP server. A DHCPDECLINE message indicates that the DHCP client is refusing the IP addresses lease offered by the particular DHCP server.&lt;/li&gt;&lt;li&gt; 	&lt;i&gt;DHCPINFORM messages: &lt;/i&gt;This a message used by the DHCP client and the DHCP server for the following purposes: &lt;/li&gt;&lt;ul&gt;&lt;li&gt; DHCP server end: This message is used when the DHCP service queries Active Directory to verify that the DHCP server is authorized to offer IP addresses to DHCP clients. &lt;/li&gt;&lt;li&gt; 	DHCP client end: When the DHCP client has an IP address, the message is used to obtain DHCP options.&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;h2&gt;STEP 1: The Discover Phase&lt;/h2&gt; &lt;p&gt;The discovery process is the initial step in the DHCP lease process. &lt;/p&gt;  &lt;p&gt;The discovery stage is initiated when the following events occur:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; 	When a DHCP client boots up for the first time, and starts the TCP/IP stack.&lt;/li&gt;&lt;li&gt; 	When you move from using a manually assigned IP address to using the DHCP protocol to dynamically assign IP addresses&lt;/li&gt;&lt;li&gt; 	When a particular IP address is requested, and is unavailable. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;A DHCP client starts the DHCP lease process by broadcasting for an IP address. A DHCP client can be configured by selecting the Obtain An IP Address Automatically option in the TCP/IP addressing properties of the particular client. &lt;/p&gt;  &lt;p&gt;The main events that occur, and points to remember about the initial step of the DHCP lease process can be summarized as follows:&lt;/p&gt; &lt;ol&gt;&lt;li&gt; A DHCP client boots up for the first time and starts the TCP/IP stack&lt;/li&gt;&lt;li&gt; The client broadcasts a DHCPDISCOVER message over the network, requesting an IP addresses from a DHCP server.&lt;/li&gt;&lt;li&gt; The DHCPDISCOVER message is sent on UDP port 68 and destination port 67.&lt;/li&gt;&lt;li&gt; Because the client has no IP address at this stage, and does not know the IP address of the DHCP servers running in the network, the discover message uses the following standard address information:&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 	Address of client: 0.0.0.0&lt;/li&gt;&lt;li&gt; 	Broadcast destination address: 255.255.255.255&lt;/li&gt;&lt;/ul&gt;&lt;li&gt; The discover message also contains the following information:  &lt;ul&gt;&lt;li&gt; 	Media Access Control (MAC) address of the requesting NIC&lt;/li&gt;&lt;li&gt; 	NetBIOS name of the client.&lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;li&gt; The DHCP servers that responds to the discover message use the MAC address and NetBIOS name to identify the client computer, so that it can forward the correct client computer the DHCP offer message.&lt;/li&gt;&lt;li&gt; After the client sends the initial discover message, the client waits for 1 second for an IP addresses offer from a DHCP server.&lt;/li&gt;&lt;li&gt; If no offer is received from a DHCP server, the client tries again at intervals of 2, 4, 6, and 16 seconds.&lt;/li&gt;&lt;li&gt; If no reply is received after this, the client automatically assigns its own IP address through Automatic Private IP Addressing (APIPA).&lt;/li&gt;&lt;li&gt; The client continues though to broadcast the discover message at 5 minute intervals until it obtains an IP address from a DHCP server.&lt;/li&gt;&lt;/ol&gt;   &lt;h2&gt;STEP 2: The Lease Offer Phase&lt;/h2&gt; &lt;p&gt;The DHCP servers listening on the segment of the client that broadcast the discover message, receives the broadcast message of the client. This step in the DHCP lease process occurs when the DHCP servers which have available valid IP addresses, offer the requesting client an IP address in the form of a DHCPOFFER message. &lt;/p&gt;  &lt;p&gt;The DHCPOFFER message contains the following information:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; 	IP address of the DHCP server which is offering the IP address.&lt;/li&gt;&lt;li&gt; 	MAC address of the DHCP server.&lt;/li&gt;&lt;li&gt; 	The offered IP address&lt;/li&gt;&lt;li&gt; 	The subnet mask associated with the offered IP address&lt;/li&gt;&lt;li&gt; 	The lease duration/period.&lt;/li&gt;&lt;li&gt; 	MAC address of the client.&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;When a DHCP server offers an IP address to a client, it reserves that particular IP address in its database for the DHCP client. This reservation prevents a DHCP server from offering the same IP address to a different DHCP client. Only when a client refuses an IP address, is the IP address no longer reserved in the database of a DHCP server.&lt;/p&gt; &lt;p&gt;The client accepts the IP address in the DHCP offer message from the first DHCP server which responds to its request. The client basically broadcasts a DHCPREQUEST message to indicate that it has accepted an IP address. &lt;/p&gt;   &lt;h2&gt;STEP 3: The Lease Selection Phase&lt;/h2&gt; &lt;p&gt;The third step in the DHCP lease process occurs when the client selects an IP addresses from the responses which it received from the DHCP servers. The client sends the first DHCP server that offered an IP address, a DHCPREQUEST message. This message indicates that the client accepted the offer from the first DHCP server which responded to it. It also indicates that the client is requesting the particular IP address for lease. The client&lt;i&gt; broadcasts &lt;/i&gt;the DHCPREQUEST message so that all other DHCP servers who offered addresses can withdraw those addresses. The DHCPREQUEST message contains the IP address of the DHCP server which it has selected.&lt;/p&gt;   &lt;h2&gt;STEP 4: The Lease Acknowledgment Phase&lt;/h2&gt; &lt;p&gt;When a DHCP server receives the DHCPREQUEST message from a client, it responds to the particular client with a DHCPACK message. At this stage, the DHCP server flags the IP address which it offered to the client as being leased in its database. &lt;/p&gt;  &lt;p&gt;The DHCPACK message contains the following information:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; 	IP address to be assigned to the client&lt;/li&gt;&lt;li&gt; 	Any other TCP/IP configuration information. &lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;It is also possible for a DHCP server to reply to the DHCP client with a DHCPNACK message. This message basically indicates that the DHCP server is withdrawing its previously offered IP address. A DHCPNACK message is sent when the IP address which was previously offered is no longer valid. A DHCPNACK message is usually sent when clients attempt to renew a lease for a previously assigned IP address.&lt;/p&gt;   &lt;h2&gt;DHCP Lease Renewal &lt;/h2&gt;  &lt;p&gt;If you do not want the IP address assigned for a particular client to expire, and you have enough IP addresses to assign, you can specify the lease duration as&lt;i&gt; an unlimited lease duration. &lt;/i&gt;In instances when the lease duration is not specified as an unlimited lease duration, the lease duration will expire.&lt;/p&gt;  &lt;p&gt;A DHCP client sends the DHCP server a new lease request message when the DHCP lease period is half over (at 50 percent), requesting the DHCP server to allow it to continue using the same IP address. This process is called &lt;i&gt;lease renewal. &lt;/i&gt;During lease renewal, the DHCP server resets the lease period, and passes the client any configuration option changes that need to be applied. If the DHCP server does not respond to a client's initial lease renewal request, the client continues to use the IP addresses. The DHCP client sends another lease renewal request to the DHCP server when 87.5 percent of the lease period has elapsed. At this stage, if the DHCP server does not respond, any other DHCP server responds to the message.&lt;/p&gt;  &lt;p&gt;The lease renewal process is an automatic process. A DHCP client can however manually initiate the lease renewal process. You can at any time, manually initiate the lease renewal process from the DHCP client end. The&lt;i&gt; ipconfig command's /renew and /release switches &lt;/i&gt;can be used to request a renewal of a lease, and to release an existing lease duration.&lt;/p&gt;  &lt;p&gt;The functions carried out by the switches of the ipconfig command are:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; ipconfig /renew: Used to request a lease renewal by the DHCP client. This command is usually used in combination with the ipconfig /release command.&lt;/li&gt;&lt;li&gt; ipconfig /release: Used to release an IP address lease. At this stage, the DHCP server flags the released IP address as being available again. The ipconfig /renew command usually follows the ipconfig /release command.&lt;/li&gt;&lt;li&gt; 	ipconfig /setclassid classID:  This command is used to set a class ID for the DHCP client&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-8852711840927220619?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/8852711840927220619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=8852711840927220619' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/8852711840927220619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/8852711840927220619'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/11/dhcp-leasing.html' title='DHCP Leasing'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-3311201270643724549</id><published>2008-11-16T08:30:00.000-08:00</published><updated>2008-11-16T08:32:25.444-08:00</updated><title type='text'>backup types</title><content type='html'>&lt;p class="heading1"&gt; &lt;a name="Introduction"&gt;Introduction&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt; ”Oh no, the hard disk crashed, all data is gone, what do I do now?” Recognize this? I hope not. Every administrator should have backed up all the data. And to do that we need some kind of software (ok, we can do it manually by using ctrl+c and ctrl+v, but do you want to do that?). The backup utility in Windows Server 2003 is such software. And it’s better then ever now, with things like Open File Backup (files can be accessed by users the same time it’s backed up). The storage medium can be a logical drive, such as your hard disk, a removable drive, or a library with disks or tapes controlled by a robot. Read on and find out what’s new, how you perform backups and how it works. &lt;/p&gt; &lt;p class="heading1"&gt; &lt;a name="WhatIsBackup"&gt;What is backup?&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt;Before we start with the actually backup we must know what we are doing. This section will give you all the information you need to understand how backup works. &lt;/p&gt; &lt;p class="heading2"&gt; &lt;a name="TypesOfBackup"&gt;Types of backups&lt;/a&gt; &lt;/p&gt; &lt;ul class="text"&gt;&lt;li&gt; &lt;b&gt;Normal backup&lt;/b&gt;&lt;br /&gt;The normal backup is…normal (surprised?). So, what does this mean? It simply means that it copies all the files you have marked to be backed up, and marks the files as having been backed up. You also only need the most recent copy of the backup file (other types of backups requires several files, see below) to restore. This type is usually what you use the first time you backup files. &lt;/li&gt;&lt;li&gt; &lt;b&gt; Incremental backup &lt;/b&gt;&lt;br /&gt;The incremental backup backs up only those files that have been created or changed since last incremental or normal backup. It also marks the files as having been backed up. A combination of Normal backups and Incremental backups is common, and also a very good combination. It also requires the least amount if storage space and is fast for backing up the data. The disadvantage of this is that it’s time-consuming to recover files, simply because you need the last normal backup set and all incremental backup sets, which can be stored on several backup drives or tapes. &lt;/li&gt;&lt;li&gt; &lt;b&gt; Differential backup &lt;/b&gt;&lt;br /&gt;The differential backup is similar to the incremental backup and only copies files that have been created or changed since the last normal or incremental backup. No, it wasn’t a typo, it doesn’t check if a differential backup has been run. This is because differential backups does not mark files as having been backed up. A combination of differential backups and normal backups is more time-consuming concerning the backup part then the incremental + normal backups are. But on the other hand it is faster to restore data because all you need is the last normal backup and the last differential backup. &lt;/li&gt;&lt;li&gt; &lt;b&gt; Copy backup &lt;/b&gt;&lt;br /&gt;A copy backup copies all the files you have selected, but does not mark the files as having been backed up. This backup type is useful when you must backup single files between normal and incremental backups because it does not affect these operations. &lt;/li&gt;&lt;li&gt; &lt;b&gt; Daily backup &lt;/b&gt;&lt;br /&gt;The daily backup copies all the files that you have selected that have been modified on the day, without marking the files as having been backed up. &lt;/li&gt;&lt;/ul&gt; &lt;p class="heading2"&gt; &lt;a name="VSCT"&gt;Volume Shadow Copy Technology&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt;This is a new technology in Windows Server 2003 that did not exist in Windows 2000 Server. This technology is used to create a copy of the original volume at the time a backup is initiated. Data is then backed up from the shadow copy instead of the original volume. By doing this, all activity such as file changes, will not affect the backup, because it is using the shadow copy instead, which is not changed. So with this new feature users can access files during a backup, files are not skipped because they were in use, files open appears to be closed. &lt;/p&gt; &lt;p class="text"&gt; You should use Volume Shadow Copy, but you can disable it. The only time when you want to disable it is when you don’t have enough free disk space. As you can imagine you need as much extra disk space as the file you will backup uses. This consumption of disk space is however temporarily and will be free when the backup is completed. &lt;/p&gt; &lt;p class="text"&gt;If sufficient temporary disk space is not available Windows Server 2003 cannot complete shadow copy and the backup will skip open files. &lt;/p&gt; &lt;p class="text"&gt; To use this feature you must use NTFS as file system. &lt;/p&gt; &lt;p class="text"&gt; Volume Shadow Copy does &lt;u&gt;not&lt;/u&gt; mean that you from now on can backup when the server usage is high. You should always backup when it’s low, for example at nights and weekends. &lt;/p&gt; &lt;p class="tip"&gt; [Volume Shadow Copy can be used for several other things. In this text I’m covering the backup part of Volume Shadow Copy.] &lt;/p&gt; &lt;p class="heading2"&gt; &lt;a name="Permissions"&gt;Permissions&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt; Not everyone can backup files and folders and you must have certain permission to do this. To be able to backup any file and folder on a local computer you must be an administrator or a backup operator in a local group on that computer. Likewise, to be able to backup any computer in a domain you must be administrator or backup operator on the domain or a domain with which they have a two-way trust relationship. &lt;/p&gt; &lt;p class="text"&gt;You can however always backup files and folders for which you have ownership of or one or more of the following permissions for the file and/or folder: Read, Read and execute, Modify, Full Control. &lt;/p&gt; &lt;p class="text"&gt;You can also be limited in the backup because of disk-quota restrictions that may restrict your access to the hard disk. To check this, right click the disk you want to save the data to and click &lt;b&gt;Properties&lt;/b&gt;. Then click the &lt;b&gt;Quota&lt;/b&gt; tab. &lt;/p&gt; &lt;p class="text"&gt; Good practice is to limit access to a backup file so only administrators and the owner (the one who created the backup file) is able to restore files and folders. This is available as an option during the backup wizard. &lt;/p&gt; &lt;p class="heading2"&gt; &lt;a name="SystemStateData"&gt;System state data&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt;You can choose to do a System State backup, and this is very important if you want to be able to get a functional system in the event of a crash. This table shows which components that are backed up on a System State backup. &lt;/p&gt; &lt;table class="text"&gt; &lt;tbody&gt;&lt;tr&gt;  &lt;td&gt;  Component  &lt;/td&gt;  &lt;td&gt;  Included in System State Backup  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Boot files and system files  &lt;/td&gt;  &lt;td&gt;  Yes  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Registry  &lt;/td&gt;  &lt;td&gt;  Yes  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  COM+  &lt;/td&gt;  &lt;td&gt;  Yes  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  System files under Windows File Protection  &lt;/td&gt;  &lt;td&gt;  Yes  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Active Directory, directory service  &lt;/td&gt;  &lt;td&gt;  If it’s a domain  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  SYSVOL directory  &lt;/td&gt;  &lt;td&gt;  If it’s a domain controller  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  IIS Metadirectory  &lt;/td&gt;  &lt;td&gt;  If it’s installed  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Certificate Services database  &lt;/td&gt;  &lt;td&gt;  If it’s a Certificate Services server  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Cluster Service information  &lt;/td&gt;  &lt;td&gt;  If it’s within a cluster  &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p class="text"&gt;You don’t have to know which of these components to backup. The Backup Utility included in Windows Server 2003 will choose this when you perform a System State backup. Likewise you cannot choose which components to restore; all the System State data will be restored. This is due to dependencies among the components. You can however restore the System State data to an alternative location. This does not mean that you can restore it to another computer and think it will work as the one you backed up. Not all data is restored when you restore to an alternative location. Only the components System boot files, registry files, SYSVOL directory files and Cluster database information files will be restored. &lt;/p&gt; &lt;p class="heading2"&gt; &lt;a name="RestoreSystemStateData"&gt;Restore system state data&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt;If you are running in a non-domain environment all you have to do is follow the restore wizard (more about this later). But if you have to restore a Domain Controller it is not that simple. There are three different restore methods: &lt;/p&gt; &lt;ul class="text"&gt;&lt;li&gt; Primary restore &lt;/li&gt;&lt;li&gt; Normal restore &lt;/li&gt;&lt;li&gt; Authoritative restore &lt;/li&gt;&lt;/ul&gt; &lt;p class="text"&gt;Depending on what you have to restore, if it must be restored to other Domain Controllers, or if you have more then one Domain Controller you use different methods. &lt;/p&gt; &lt;ul class="text"&gt;&lt;li&gt; &lt;b&gt; Primary restore &lt;/b&gt;&lt;br /&gt;This is the type you should use when all Domain Controllers are lost and you are building up the domain from backup. But you should only use this when restoring the first replica set (SYSVOL and File Replication Service is example of replicated data sets). This is also the type you use when restoring a standalone Domain Controller. &lt;/li&gt;&lt;li&gt; &lt;b&gt; Normal restore &lt;/b&gt;&lt;br /&gt;When doing a normal restore, Backup is working in nonauthoritative mode. That means that any data (including Active Directory objects) will have their original sequence number. This is the number AD replication uses to detect if there are any new objects to replicate to other servers. So when you use Normal restore any data will appear as old and will therefore not replicate to other servers. If newer data is available, it will of course replicate to the restored server. This method is used when restoring all but the first replica set and when restoring a single domain controller in a replicated environment. &lt;/li&gt;&lt;li&gt; &lt;b&gt; Authoritative restore &lt;/b&gt;&lt;br /&gt;This is the third method. To perform an authoritative restore you have to run a utility called Ntdsutil. This must be run after you have restored the System State data, but before you restart the server. When you perform this kind of restore the sequence number of Active Directory objects are changed so that it has a higher number. This will ensure that any data you restore will be replicated (because Active Directory replication thinks it’s new). This is a little bit difficult to understand, but if you compare this to Normal restore, Normal restore will always mark objects as old, and authoritative restore will always mark objects as new. So simply said, use Authoritative restore when you have changed something and the change has been replicated to all other servers and you want to undo the change. &lt;/li&gt;&lt;/ul&gt; &lt;p class="text"&gt;Remember: You must start a Domain Controller in Directory Services Restore Mode (press F8 during startup) to be able to restore System State data on a Domain Controller. &lt;/p&gt; &lt;p class="heading1"&gt; &lt;a name="BackupData"&gt;Backup data&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt; We will use this backup scheme to create our backups. &lt;/p&gt; &lt;table class="text" border="1"&gt; &lt;tbody&gt;&lt;tr&gt;  &lt;td&gt;  &lt;b&gt;  Day  &lt;/b&gt;  &lt;/td&gt;  &lt;td&gt;  &lt;b&gt;  Type of backup  &lt;/b&gt;  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Friday night  &lt;/td&gt;  &lt;td&gt;  Full backup (normal)  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Saturday night  &lt;/td&gt;  &lt;td&gt;  Incremental, files and folders only  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Sunday night  &lt;/td&gt;  &lt;td&gt;  Incremental, files and folders only  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Monday night  &lt;/td&gt;  &lt;td&gt;  Incremental, files and folders only  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Tuesday night  &lt;/td&gt;  &lt;td&gt;  Incremental, files and folders only  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Wednesday night  &lt;/td&gt;  &lt;td&gt;  Incremental, files and folders only  &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;  &lt;td&gt;  Thursday night  &lt;/td&gt;  &lt;td&gt;  Incremental, files and folders only  &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p class="text"&gt;Designing a good backup scheme is not always as simple as you might think. Questions like, what should I backup and when should I back it up occurs. The answer to these questions varies for every network and every server. Say that you will back up a Domain Controller and you add objects to Active Directory all the time. Then the above scheme would not be recommended. You’ll have to backup System State data at least one more time during the week (if not every day). The above scheme does likewise not have to apply web servers. You’ll have to find out when the load is as low as possible on the web server and use this information to find out what kind of backup scheme you want to use. Here are some general rules: &lt;/p&gt; &lt;ul class="text"&gt;&lt;li&gt; Backup when the load is as low as possible &lt;/li&gt;&lt;li&gt; If System State data is changed frequently, back it up more often &lt;/li&gt;&lt;li&gt; If files and folders are changed often, perform Full Backup more often &lt;/li&gt;&lt;li&gt;You will most likely have to perform backups beside this scheme. When doing this, if it is possible, do not use Full Backup or Incremental Backup because it can disturb the normal backup scheme (files are marked as already backed up). Sooner or later you won’t know where files are and it can be very time-consuming to restore. &lt;/li&gt;&lt;li&gt; Consider what you think is most important, a fast backup or to be able to restore fast, you cannot have both these features. &lt;/li&gt;&lt;/ul&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Click &lt;b&gt;Start&lt;/b&gt;-&gt;&lt;b&gt;Run&lt;/b&gt; and type &lt;i&gt;ntbackup&lt;/i&gt; &lt;/li&gt;&lt;li&gt; Click the &lt;b&gt;Advanced Mode&lt;/b&gt; link &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Backup Wizard (Advanced)&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Make sure &lt;b&gt;Back up everything on this computer&lt;/b&gt; is selected and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;center&gt;&lt;a href="http://www.ilopia.com/Articles/WindowsServer2003/backup02.jpg" target="_blank"&gt;&lt;img src="http://www.ilopia.com/Articles/WindowsServer2003/backup02-small.jpg" border="0" /&gt;&lt;/a&gt;&lt;/center&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; We will backup to a file, you can place it wherever you want, just make sure you name it &lt;i&gt;Friday&lt;/i&gt; and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;center&gt;&lt;a href="http://www.ilopia.com/Articles/WindowsServer2003/backup03.jpg" target="_blank"&gt;&lt;img src="http://www.ilopia.com/Articles/WindowsServer2003/backup03-small.jpg" border="0" /&gt;&lt;/a&gt;&lt;/center&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Click &lt;b&gt;Advanced&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Make sure &lt;b&gt;Normal&lt;/b&gt; is selected as type of backup and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;center&gt;&lt;a href="http://www.ilopia.com/Articles/WindowsServer2003/backup05.jpg" target="_blank"&gt;&lt;img src="http://www.ilopia.com/Articles/WindowsServer2003/backup05-small.jpg" border="0" /&gt;&lt;/a&gt;&lt;/center&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Check the box &lt;b&gt;Verify data after backup&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt; (You will most likely have errors when the backup is completed and verified. This is because System State data is changed all the time. If there are too many errors, there might be problems with the file you are using to back up data.) &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Replace the existing backups&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;center&gt;&lt;a href="http://www.ilopia.com/Articles/WindowsServer2003/backup07.jpg" target="_blank"&gt;&lt;img src="http://www.ilopia.com/Articles/WindowsServer2003/backup07-small.jpg" border="0" /&gt;&lt;/a&gt;&lt;/center&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Click &lt;b&gt;Later&lt;/b&gt; and in the &lt;b&gt;Job Name&lt;/b&gt; box type &lt;i&gt;Friday Nights&lt;/i&gt;, click &lt;b&gt;Set Schedule&lt;/b&gt; &lt;/li&gt;&lt;li&gt; In &lt;b&gt;Schedule Task&lt;/b&gt; select &lt;b&gt;Weekly&lt;/b&gt; and as &lt;b&gt;Start time&lt;/b&gt; 11:00 PM (or whenever you want the backup to be scheduled). Make sure it’s set to run every 1 week and on Fridays. Click &lt;b&gt;OK&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;center&gt;&lt;a href="http://www.ilopia.com/Articles/WindowsServer2003/backup08.jpg" target="_blank"&gt;&lt;img src="http://www.ilopia.com/Articles/WindowsServer2003/backup08-small.jpg" border="0" /&gt;&lt;/a&gt;&lt;/center&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; You will be prompted to run the task as a user. Use a user with privileges to backup data.  &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Finish&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p class="text"&gt;The Backup Wizard should close and you should be back in the Backup Utility. You can now verify that the backup is scheduled by clicking on the &lt;b&gt;Schedule Jobs&lt;/b&gt; tab.  &lt;/p&gt; &lt;center&gt;&lt;a href="http://www.ilopia.com/Articles/WindowsServer2003/backup10.jpg" target="_blank"&gt;&lt;img src="http://www.ilopia.com/Articles/WindowsServer2003/backup10-small.jpg" border="0" /&gt;&lt;/a&gt;&lt;/center&gt; &lt;p class="text"&gt; In case you want to edit the backup you can do it from here. Just click the backup symbol on the day you want to edit. &lt;/p&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Click the &lt;b&gt;Welcome&lt;/b&gt; tab and start the &lt;b&gt;Backup Wizard&lt;/b&gt; again. &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Select &lt;b&gt;Backup selected files, drives or network data&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Expand &lt;b&gt;My Computer&lt;/b&gt; in the left pane and select all drives (in my case C: and D:) and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;center&gt;&lt;a href="http://www.ilopia.com/Articles/WindowsServer2003/backup11.jpg" target="_blank"&gt;&lt;img src="http://www.ilopia.com/Articles/WindowsServer2003/backup11-small.jpg" border="0" /&gt;&lt;/a&gt;&lt;/center&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Name it &lt;i&gt;Monday&lt;/i&gt; and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Advanced&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Select &lt;b&gt;Incremental&lt;/b&gt; as type of backup and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Check the box &lt;b&gt;Verify data after backup&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Replace the existing backups&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Later&lt;/b&gt; and in the &lt;b&gt;Job Name&lt;/b&gt; box type &lt;i&gt;Monday Nights&lt;/i&gt;, click &lt;b&gt;Set Schedule&lt;/b&gt; &lt;/li&gt;&lt;li&gt; In &lt;b&gt;Scheduled Task&lt;/b&gt; select &lt;b&gt;Weekly&lt;/b&gt; and as &lt;b&gt;Start time&lt;/b&gt; 11:00 PM (or whenever you want the backup to be scheduled). Make sure it’s set to run every 1 week and on Mondays. &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Advanced&lt;/b&gt; and set the &lt;b&gt;Start Date&lt;/b&gt; the same day as when the full backup will run. In my case that is January 03, 2003, so that is the start date I choose. Click &lt;b&gt;OK&lt;/b&gt;, click &lt;b&gt;OK&lt;/b&gt; &lt;/li&gt;&lt;li&gt; You will be prompted to run the task as a user. Use a user with privileges to backup data. &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Finish&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p class="text"&gt; Use the steps above to create incremental backups for the other five days of week. Of course all this can be done by writing a script, but I’ll leave that for now. And again, this is only a suggestion for a backup strategy. A backup strategy varies from company to company and it is not something you develop in one hour. You must analyze and find out what fits your company best. Also remember that if you followed the steps above, you will only save the backup files for a week. This is probably not what you want, and you have to schedule a script to move the files every week. &lt;/p&gt; &lt;p class="heading2"&gt; &lt;a name="LogFiles"&gt;Where are the log files?&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt;Of course you should read the log files so you are sure that the backup was successful. You do this be looking in Event Viewer for error messages, and you can also read a complete report by clicking &lt;b&gt;Report&lt;/b&gt; on the &lt;b&gt;Tools&lt;/b&gt; menu. If you want to log more or less, take a look in the &lt;b&gt;Options&lt;/b&gt; on the &lt;b&gt;Tools&lt;/b&gt; menu, and click on the &lt;b&gt;Backup Log&lt;/b&gt; tab. &lt;/p&gt; &lt;p class="heading1"&gt; &lt;a name="RestoreData"&gt;Restore data&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt; It’s Wednesday, and you discover that an important file is corrupt. The question is, how do I restore the file from a backup? Well, it’s quite simple. The first thing we have to do is locate where the file are. If we know where on the disk it’s supposed to be, we can start from the latest incremental backup (Tuesday) and try to find it. If it’s not there, it means that the file was not altered, and we have to try the next file (Monday). On the other hand if we do not know where the file is, we have to restore the full backup file (Friday), find the file, and then find out if there is a newer version. &lt;/p&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; If the Backup Utility is not open, open it and click on the &lt;b&gt;Advanced Mode&lt;/b&gt; link. &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Restore Wizard&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Expand &lt;b&gt;Tuesday.bkf&lt;/b&gt;, find the file you want to restore and check the box in front of the file. In my case it is &lt;b&gt;0055.txt&lt;/b&gt; in &lt;b&gt;D:\sql&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;center&gt;&lt;a href="http://www.ilopia.com/Articles/WindowsServer2003/backup16.jpg" target="_blank"&gt;&lt;img src="http://www.ilopia.com/Articles/WindowsServer2003/backup16-small.jpg" border="0" /&gt;&lt;/a&gt;&lt;/center&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Advanced&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Select &lt;b&gt;Single Folder&lt;/b&gt;. This is because I am only restoring one file, and I don’t want to restore it to the original location. If I choose &lt;b&gt;Alternate Location&lt;/b&gt; it will keep the folder structure (in my case it will create the folder &lt;b&gt;sql&lt;/b&gt;). Usually you will use &lt;b&gt;Alternate Location&lt;/b&gt; when restoring files. &lt;/li&gt;&lt;/ul&gt; &lt;center&gt;&lt;a href="http://www.ilopia.com/Articles/WindowsServer2003/backup17.jpg" target="_blank"&gt;&lt;img src="http://www.ilopia.com/Articles/WindowsServer2003/backup17-small.jpg" border="0" /&gt;&lt;/a&gt;&lt;/center&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; In &lt;b&gt;Folder Name&lt;/b&gt; type where you want to restore the file (in my case &lt;b&gt;c:\restore&lt;/b&gt;) and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Select &lt;b&gt;Leave existing files&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Make sure &lt;b&gt;Restore security settings&lt;/b&gt; and &lt;b&gt;Preserve existing volume mount points&lt;/b&gt; are selected and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click &lt;b&gt;Finish&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p class="text"&gt; That’s it! The file is restored. &lt;/p&gt; &lt;p class="text"&gt;You use the same process to restore System State data. Just remember that if you are restoring the System State data on a Domain Controller you must start the computer in Directory Services Restore Mode, which you access be pressing F8 when the computer is starting. And if you want to perform an Authoritative restore, remember to run &lt;b&gt;ntdsutil&lt;/b&gt; before restarting the computer. More info about the &lt;b&gt;ntdsutil&lt;/b&gt; can be found by typing &lt;b&gt;ntdsutil /?&lt;/b&gt; in a command prompt. &lt;/p&gt; &lt;p class="heading1"&gt; &lt;a name="RestoreManageMedia"&gt;Use the Restore and Manage Media tab&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt; This is the tab where you format tapes, mark a tape as free, delete catalogs etc. And everything is very simple to do, just right click the object you want to do something with, and choose what you want to do. &lt;/p&gt; &lt;p class="heading1"&gt; &lt;a name="Advanced"&gt;Advanced Options&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt; There are a lot of other options you can set to get the Backup Utility to work as you want. You access this from the &lt;b&gt;Tools&lt;/b&gt; menu and then click &lt;b&gt;Options&lt;/b&gt;. I will not write about everything here, instead I recommend you take a look there and if there is some option you do not understand, use the &lt;b&gt;?&lt;/b&gt; in the upper right to get more info about it. &lt;/p&gt; &lt;p class="heading1"&gt; &lt;a name="RecoveryConsole"&gt;Recovery Console&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt; When nothing else works, Recovery Console saves you. You can use Recovery Console when you cannot boot into safe mode to read and write data (including NTFS) on local drives, enable and disable services, and many other things. &lt;/p&gt; &lt;p class="text"&gt; You can start the Recovery Console in two ways: &lt;/p&gt; &lt;ul class="text"&gt;&lt;li&gt;Boot the Windows Server 2003 CD and start the setup. When the text-based setup begins follow the prompts and choose recover by pressing &lt;b&gt;R&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Select Recovery Console from the list of available Operating Systems. To do this you must run a x86-based computer and install Recovery Console. &lt;/li&gt;&lt;/ul&gt; &lt;p class="text"&gt;When you have started the Recovery Console, you will have to choose which Operating System to recover (if you are multi-booting). After that you will be prompted for the password for the administrator account. When you are logged on you will get a console from which you perform all tasks. This console is very similar to the command prompt in Windows Server 2003. The only command you have to remember is &lt;b&gt;help&lt;/b&gt;. By writing that you will get a list of available commands to use. If you don’t know how to use a command, write the command name followed by &lt;b&gt;/?&lt;/b&gt; . To exit the Recovery Console, write &lt;b&gt;exit&lt;/b&gt;. &lt;/p&gt; &lt;p class="heading2"&gt; &lt;a name="InstallRecovery"&gt;Install Recovery Console&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt; You can only install the Recovery Console on a x86-based computer. &lt;/p&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Click &lt;b&gt;Start&lt;/b&gt; and then &lt;b&gt;Run&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Type (where x is the CD-ROM drive letter) &lt;b&gt;x:\i386\winnt32.exe /cmdcons&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Follow the wizard &lt;/li&gt;&lt;/ul&gt; &lt;p class="heading2"&gt; &lt;a name="RemoveRecovery"&gt;Remove Recovery Console&lt;/a&gt; &lt;/p&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Open &lt;b&gt;My Computer&lt;/b&gt; and double click the hard drive on which you installed the Recovery Console &lt;/li&gt;&lt;li&gt; Click on &lt;b&gt;Tools&lt;/b&gt;-&gt;&lt;b&gt;Folder Options&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click on the &lt;b&gt;View&lt;/b&gt; tab, check &lt;b&gt;Show hidden files and folders&lt;/b&gt; and clear the &lt;b&gt;Hide protected operating system files&lt;/b&gt; check box &lt;/li&gt;&lt;li&gt; At the root directory delete the folder &lt;b&gt;Cmdcons&lt;/b&gt; and the file &lt;b&gt;Cmldr&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Right click &lt;b&gt;My Computer&lt;/b&gt; and click &lt;b&gt;Properties&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Click on the &lt;b&gt;Advanced&lt;/b&gt; tab and under &lt;b&gt;Startup and Recovery&lt;/b&gt; click the &lt;b&gt;Settings&lt;/b&gt; button &lt;/li&gt;&lt;li&gt; In &lt;b&gt;System startup&lt;/b&gt; click the &lt;b&gt;Edit&lt;/b&gt; button. This will display boot.ini in Notepad &lt;/li&gt;&lt;li&gt; Remove the entry for Recovery Console, it will look like: &lt;b&gt;C:\cmdcons\bootsect.dat=”Microsoft Windows Recovery Console” /cmdcons&lt;/b&gt; &lt;/li&gt;&lt;li&gt; Save the file &lt;/li&gt;&lt;/ul&gt; &lt;p class="text"&gt; Remember that the boot.ini is a very important file, and if you modify this incorrectly you can cause the computer to not boot up. &lt;/p&gt; &lt;p class="heading1"&gt; &lt;a name="ASR"&gt;Automated System Recovery&lt;/a&gt; &lt;/p&gt; &lt;p class="text"&gt;Do you remember Emergency Repair Disk (ERD)? Forget about it. Well, ok, not yet, you have probably still some Windows 2000 Servers. But ERD is replaced by Automated System Recovery (ASR) in Windows Server 2003. ASR is a last resort and should only be used when options like Safe Mode and Last Known Good Configuration fails. ASR consists of two parts – backup and restore. The backup part can be accessed through the Automated System Recovery Preparation Wizard in the Backup Utility. This wizard backs up the System State data, system services and all disks associated with the operating system components. It also creates a floppy disk that you should store in a safe place. This floppy disk contains for example information about the backup. &lt;/p&gt; &lt;p class="text"&gt;When recovering by using ASR it will use the floppy disk to read the disk configuration and restore the disk signatures, volumes and partitions that is required to start your computer. ASR then installs a simple installation of Windows and automatically starts to restore from the backup ASR created in the wizard. &lt;/p&gt; &lt;p class="text"&gt; ASR will not backup data files. That should be backed up separately.  &lt;/p&gt; &lt;p class="heading2"&gt; &lt;a name="CreateASR"&gt;Create an ASR set&lt;/a&gt; &lt;/p&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Start the Backup Utility by clicking &lt;b&gt;Start&lt;/b&gt;-&gt;&lt;b&gt;Run&lt;/b&gt; and type &lt;b&gt;ntbackup&lt;/b&gt; &lt;/li&gt;&lt;li&gt; The Backup or Restore Wizard starts by default, we will not use this(though we could) , so click the &lt;b&gt;Advanced mode&lt;/b&gt; link &lt;/li&gt;&lt;li&gt; On the &lt;b&gt;Welcome&lt;/b&gt; tab, click &lt;b&gt;Automated System Recovery Wizard&lt;/b&gt; &lt;/li&gt;&lt;li&gt; The wizard is pretty self-explained so follow it &lt;/li&gt;&lt;/ul&gt; &lt;p class="heading2"&gt; &lt;a name="RecoverASR"&gt;Recover using ASR&lt;/a&gt; &lt;/p&gt; &lt;ul class="listtodo"&gt;&lt;li&gt; Boot from the Windows Server 2003 CD and start the installation. &lt;/li&gt;&lt;li&gt; If you have a mass storage controller and must install drivers for it, do that by pressing F6 when prompted &lt;/li&gt;&lt;li&gt; Press F2 when prompted. You will be prompted to insert the ASR floppy, do that. &lt;/li&gt;&lt;li&gt; Follow the wizard &lt;/li&gt;&lt;li&gt; You will reboot and if you pressed F6 previously, do that again when prompted &lt;/li&gt;&lt;li&gt; Follow the wizard &lt;/li&gt;&lt;/ul&gt;                &lt;!-- END TEXT --&gt;     &lt;!-- START BOTTOM BAR --&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-3311201270643724549?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/3311201270643724549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=3311201270643724549' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/3311201270643724549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/3311201270643724549'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/11/backup-types.html' title='backup types'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-7946837369327444493</id><published>2008-10-14T01:04:00.000-07:00</published><updated>2008-10-14T01:05:47.274-07:00</updated><title type='text'>vpn in cisco</title><content type='html'>&lt;span class="a3"&gt;&lt;p&gt; &lt;img src="http://media.techtarget.com/digitalguide/images/Misc/sf_snet_1.jpeg" align="center" /&gt;   &lt;/p&gt;&lt;p&gt;Below is the VPN gateway configuration that supports both of the hardware client examples (the second example elements are in red) we are implementing: &lt;/p&gt;&lt;p&gt;&lt;b&gt;I. AAA configuration:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;  &lt;table border="1"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td&gt;&lt;b&gt;GW 1 (Used for topology example 1 and 2)&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;GW 2 (Used for topology example 1 only)&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt; &lt;pre&gt;aaa new-model&lt;br /&gt;aaa authentication login default local&lt;br /&gt;aaa authentication login userauth local&lt;br /&gt;aaa authorization network groupauth local&lt;br /&gt;!&lt;br /&gt;username outlan-rtr1 password 0 outlan-rtr1&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;aaa new-model&lt;br /&gt;aaa authentication login default local&lt;br /&gt;aaa authentication login userauth local&lt;br /&gt;aaa authorization network groupauth local&lt;br /&gt;!&lt;br /&gt;username outlan-rtr1 password 0 outlan-rtr1&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;  &lt;/p&gt;&lt;p&gt;&lt;b&gt;II. ISAKMP Phase I configuration:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;table border="1"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;GW 1 (Used for topology example 1 and 2)&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;GW 2 (Used for topology example 1 only)&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt; &lt;pre&gt;crypto isakmp policy 10&lt;br /&gt;encr 3des&lt;br /&gt;hash md5&lt;br /&gt;authentication pre-share&lt;br /&gt;group 2&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;crypto isakmp policy 10&lt;br /&gt;encr 3des&lt;br /&gt;hash md5&lt;br /&gt;authentication pre-share&lt;br /&gt;group 2&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt; &lt;pre&gt;crypto isakmp client configuration group&lt;br /&gt;hard-client-fc&lt;br /&gt;key supersecret&lt;br /&gt;save-password&lt;br /&gt;pfs&lt;br /&gt;backup-gateway 45.240.90.2&lt;br /&gt;max-users 1&lt;br /&gt;max-logins 1&lt;br /&gt;!&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;crypto isakmp client configuration group&lt;br /&gt;hard-client-st&lt;br /&gt;key supersecret&lt;br /&gt;acl hard-client-nets&lt;br /&gt;save-password&lt;br /&gt;pfs&lt;br /&gt;backup-gateway 45.240.90.2&lt;br /&gt;max-users 1&lt;br /&gt;max-logins 1&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;crypto isakmp client configuration group&lt;br /&gt;hard-client-fc&lt;br /&gt;key supersecret&lt;br /&gt;save-password&lt;br /&gt;pfs&lt;br /&gt;backup-gateway 190.55.2.98&lt;br /&gt;max-users 1&lt;br /&gt;max-logins 1&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt; &lt;pre&gt;crypto isakmp profile hard-client&lt;br /&gt;description ISAKMP for Cisco Soft Clients&lt;br /&gt;match identity group hard-client&lt;br /&gt;client authentication list userauth&lt;br /&gt;isakmp authorization list groupauth&lt;br /&gt;client configuration address respond&lt;br /&gt;keepalive 20 retry 10&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;crypto isakmp profile hard-client&lt;br /&gt;description ISAKMP for Cisco Soft Clients&lt;br /&gt;match identity group hard-client&lt;br /&gt;client authentication list userauth&lt;br /&gt;isakmp authorization list groupauth&lt;br /&gt;client configuration address respond&lt;br /&gt;keepalive 20 retry 10&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt; &lt;pre&gt;&lt;span style="color:#ff0000;"&gt;&lt;br /&gt;ip access-list extended hard-client-nets&lt;br /&gt;permit ip 172.30.40.0 0.0.0.255 1.1.1.0 0.0.0.255&lt;br /&gt;permit ip 172.30.40.0 0.0.0.255 172.30.62.0 0.0.0.255&lt;br /&gt;permit ip 172.30.40.0 0.0.0.255 172.30.89.0 0.0.0.255&lt;br /&gt;permit ip 172.30.60.0 0.0.0.255 1.1.1.0 0.0.0.255&lt;br /&gt;permit ip 172.30.60.0 0.0.0.255 172.30.62.0 0.0.0.255&lt;br /&gt;permit ip 172.30.60.0 0.0.0.255 172.30.89.0 0.0.0.255&lt;br /&gt;permit ip 172.30.131.0 0.0.0.255 1.1.1.0 0.0.0.255&lt;br /&gt;permit ip 172.30.131.0 0.0.0.255 172.30.62.0 0.0.0.255&lt;br /&gt;permit ip 172.30.131.0 0.0.0.255 172.30.89.0 0.0.0.255&lt;br /&gt;permit ip 172.30.50.0 0.0.0.255 1.1.1.0 0.0.0.255&lt;br /&gt;permit ip 172.30.50.0 0.0.0.255 172.30.62.0 0.0.0.255&lt;br /&gt;permit ip 172.30.50.0 0.0.0.255 172.30.89.0 0.0.0.255&lt;br /&gt;permit ip 172.30.132.0 0.0.0.255 1.1.1.0 0.0.0.255&lt;br /&gt;permit ip 172.30.132.0 0.0.0.255 172.30.62.0 0.0.0.255&lt;br /&gt;permit ip 172.30.132.0 0.0.0.255 172.30.89.0 0.0.0.255&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;   &lt;/p&gt;&lt;p&gt;&lt;b&gt;III. ISAKMP Phase II configuration:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;  &lt;table border="1"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;GW 1 (Used for topology example 1 and 2)&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;GW 2 (Used for topology example 1 only)&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;&lt;pre&gt;crypto ipsec transform-set 3DES-MD5 esp-3des&lt;br /&gt;esp-md5-hmac&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;crypto ipsec transform-set 3DES-MD5 esp-3des&lt;br /&gt;esp-md5-hmac&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;&lt;td&gt;&lt;pre&gt;crypto dynamic-map hard-vpn-gateway 15&lt;br /&gt;set security-association lifetime seconds 12000&lt;br /&gt;set transform-set DES-MD5&lt;br /&gt;set pfs group2&lt;br /&gt;set isakmp-profile hard-client&lt;br /&gt;reverse-route&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;crypto dynamic-map hard-vpn-gateway 15&lt;br /&gt;set security-association lifetime seconds 12000&lt;br /&gt;set transform-set DES-MD5&lt;br /&gt;set pfs group2&lt;br /&gt;set isakmp-profile hard-client&lt;br /&gt;reverse-route&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;&lt;td&gt;&lt;pre&gt;crypto map secure-client 10 ipsec-isakmp dynamic&lt;br /&gt;hard-vpn-gateway&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;crypto map secure-client 10 ipsec-isakmp dynamic&lt;br /&gt;hard-vpn-gateway&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;  &lt;/p&gt;&lt;p&gt; &lt;b&gt;IV. Crypto map installation interfaces, Internet policy route and IP routing configuration:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;  &lt;table border="1"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;GW 1 (Used for topology example 1 and 2)&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt; GW 2 (Used for topology example 1 only) &lt;/b&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;&lt;pre&gt;interface FastEthernet0/0&lt;br /&gt;ip address 190.55.2.98 255.255.255.252&lt;br /&gt;crypto map secure-client&lt;br /&gt;!&lt;br /&gt;interface FastEthernet0/1&lt;br /&gt;ip address 172.30.40.31 255.255.255.0&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;interface FastEthernet0/0&lt;br /&gt;ip address 45.240.90.194 255.255.255.252&lt;br /&gt;ip policy route-map int-acc&lt;br /&gt;crypto map secure-client&lt;br /&gt;!&lt;br /&gt;interface FastEthernet0/1&lt;br /&gt;ip address 172.30.40.101 255.255.255.0&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;&lt;td&gt;&lt;pre&gt;router ospf 20&lt;br /&gt;log-adjacency-changes&lt;br /&gt;redistribute static metric 200 subnets&lt;br /&gt;network 172.30.40.0 0.0.0.255 area 0.0.0.0&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;router ospf 20&lt;br /&gt;log-adjacency-changes&lt;br /&gt;redistribute static metric 200 subnets&lt;br /&gt;network 172.30.40.0 0.0.0.255 area 0.0.0.0&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;&lt;td&gt;&lt;pre&gt;ip route 0.0.0.0 0.0.0.0 190.55.2.97&lt;/pre&gt;&lt;/td&gt; &lt;td&gt; &lt;pre&gt;ip route 0.0.0.0 0.0.0.0 45.240.90.193&lt;/pre&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;  &lt;/p&gt;&lt;p&gt;In order for the remote offices to communicate with each other, the core routers must utilize a dynamic routing protocol to announce the remote networks they have established peering relationships with. This is accomplished using a combination of a dynamic routing protocol, static route redistribution and Reverse Route Injection (RRI). RRI is enabled as one of the crypto map policy options using the configuration command &lt;i&gt;&lt;reverse-route&gt;&lt;/i&gt;. With RRI enabled, after the client and gateway establish IPsec peering the gateway device dynamically adds static routes to its routing table for the secured network and its associated remote tunnel endpoint. These static routes can then be redistributed via a routing protocol such as OSPF or BGP. In the example above, OSPF redistributes the remote networks. &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-7946837369327444493?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/7946837369327444493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=7946837369327444493' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/7946837369327444493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/7946837369327444493'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/10/vpn-in-cisco.html' title='vpn in cisco'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-2158297253247308979</id><published>2008-10-14T01:02:00.001-07:00</published><updated>2008-10-14T01:04:31.184-07:00</updated><title type='text'>vpn</title><content type='html'>&lt;h2 id="post-86"&gt;&lt;a href="http://itdaddy.wordpress.com/2008/05/19/windows-vpn-config-in-cisco-2600-series-router/" rel="bookmark" title="Permanent Link: Windows VPN config in Cisco 2600 series router"&gt;Windows VPN config in Cisco 2600 series router&lt;/a&gt;&lt;/h2&gt;           &lt;p style="text-align: justify;"&gt;&lt;strong&gt;&lt;a href="http://itdaddy.files.wordpress.com/2008/05/vpnpptp.png"&gt;&lt;img class="aligncenter size-full wp-image-87" src="http://itdaddy.files.wordpress.com/2008/05/vpnpptp.png?w=450&amp;amp;h=254" alt="" width="450" height="254" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;&lt;strong&gt;How to configure Cisco 2600 router using dhcp and NAT to allow VPN? (#14347) This is a simple configuration for a Cisco 2600 series router with one interface connected to your ISP using DHCP and NAT, and the second interface connected to your private network. With this configuration remote users can access your private network via a Windows VPN connection. &lt;/strong&gt;&lt;/p&gt; &lt;p&gt;!&lt;br /&gt;version 12.2&lt;br /&gt;no service pad&lt;br /&gt;service timestamps debug datetime msec&lt;br /&gt;service timestamps log datetime msec&lt;br /&gt;service password-encryption&lt;br /&gt;!&lt;br /&gt;hostname myrouter&lt;br /&gt;!&lt;br /&gt;no logging console&lt;br /&gt;!&lt;br /&gt;aaa new-model&lt;br /&gt;aaa authentication ppp default local&lt;br /&gt;aaa authorization network default if-authenticated&lt;br /&gt;aaa session-id common&lt;br /&gt;!&lt;br /&gt;enable secret 5 XXXXXXXXXXX&lt;br /&gt;enable password 7 XXXXXXXXX&lt;br /&gt;!&lt;br /&gt;username admin privilige 15 password 7 XXXXXXXXXXX&lt;br /&gt;username johndoe password 7 XXXXXXXXXXXXXXXXXX&lt;br /&gt;!&lt;br /&gt;ip routing&lt;br /&gt;ip subnet 0&lt;br /&gt;ip domain-name mydomain.com&lt;br /&gt;ip name-server 192.168.2.1&lt;br /&gt;ip icmp rate-limit unreachable 2000&lt;br /&gt;ip icmp rate-limit unreachable DF 2000&lt;br /&gt;no ip source route&lt;br /&gt;no ip finger&lt;br /&gt;no ip bootp server&lt;br /&gt;no service tcp-small-servers&lt;br /&gt;no service udp-small-servers&lt;br /&gt;no boot network&lt;br /&gt;no service config&lt;br /&gt;!&lt;br /&gt;router rip&lt;br /&gt;version 2&lt;br /&gt;network 192.168.0.0&lt;br /&gt;passive-interface FastEthernet 0/0&lt;br /&gt;no auto-summary&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;ip audit notify log&lt;br /&gt;ip audit smtp spam 25&lt;br /&gt;ip audit po max-events 50&lt;br /&gt;ip audit name AUDIT.1 info action alarm&lt;br /&gt;ip audit name AUDIT.1 attack action alarm drop reset&lt;br /&gt;!&lt;br /&gt;vpdn enable&lt;br /&gt;!&lt;br /&gt;vpdn-group 1&lt;br /&gt;accept-dialin&lt;br /&gt;protocol pptp&lt;br /&gt;virtual-template 1&lt;br /&gt;local name my-vpn&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;async-bootp dns-server 192.168.2.1&lt;br /&gt;async-bootp nbns-server 192.169.2.1&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;interface FastEthernet0/0&lt;br /&gt;description WAN Interface&lt;br /&gt;ip address dhcp&lt;br /&gt;ip nat outside&lt;br /&gt;ip access-group filter_wan_in in&lt;br /&gt;ip audit AUDIT.1 in&lt;br /&gt;no ip unreachables&lt;br /&gt;no ip directed-broadcast&lt;br /&gt;no ip proxy-arp&lt;br /&gt;no ip route-cache&lt;br /&gt;no cdp enable&lt;br /&gt;duplex auto&lt;br /&gt;speed auto&lt;br /&gt;!&lt;br /&gt;interface FastEthernet0/1&lt;br /&gt;description LAN Interface&lt;br /&gt;ip address 192.168.1.1 255.255.0.0&lt;br /&gt;ip nat inside&lt;br /&gt;ip access-group filter_lan_in in&lt;br /&gt;ip access-group filter_lan_out out&lt;br /&gt;cdp enable&lt;br /&gt;duplex auto&lt;br /&gt;speed auto&lt;br /&gt;!&lt;br /&gt;interface Virtual-Template1&lt;br /&gt;ip unnumbered FastEthernet0/1&lt;br /&gt;ip mroute-cache&lt;br /&gt;peer default ip address pool VPN-IN&lt;br /&gt;ppp encrypt mppe 40 required&lt;br /&gt;ppp authentication ms-chap&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;ip local pool VPN-IN 192.168.2.51 192.168.2.53&lt;br /&gt;!&lt;br /&gt;ip nat inside source list 1 interface FastEthernet0/0 overload&lt;br /&gt;ip nat inside source static tcp 192.168.1.1 1723 interface FastEthernet0/0 1723&lt;br /&gt;!&lt;br /&gt;ip classless&lt;br /&gt;no ip http server&lt;br /&gt;!&lt;br /&gt;ip access-list extended filter_wan_in&lt;br /&gt;! use this to deny any incoming traffic&lt;br /&gt;permit ip any any&lt;br /&gt;deny ip any any log&lt;br /&gt;!&lt;br /&gt;ip access-list extended filter_lan_in&lt;br /&gt;permit ip any host 192.168.2.51&lt;br /&gt;permit ip any host 192.168.2.52&lt;br /&gt;permit ip any host 192.168.2.53&lt;br /&gt;deny udp any eq 137 any&lt;br /&gt;deny udp any eq 138 any&lt;br /&gt;deny tcp any eq 135 any&lt;br /&gt;deny tcp any eq 139 any&lt;br /&gt;deny tcp any eq 445 any&lt;br /&gt;permit icmp any any&lt;br /&gt;permit ip 192.168.0.0 0.0.255.255 any&lt;br /&gt;deny ip 172.16.0.0 0.15.25.255 any log&lt;br /&gt;deny ip 10.0.0.0 0.255.255.255 any log&lt;br /&gt;deny ip any 192.168.0.0 0.0.255.255 log&lt;br /&gt;deny ip any 172.16.0.0 0.15.255.255 log&lt;br /&gt;deny ip any 10.0.0.0 0.255.255.255 log&lt;br /&gt;deny ip any any log&lt;br /&gt;!&lt;br /&gt;ip access-list extended filter_lan_out&lt;br /&gt;permit ip host 192.168.2.51 any&lt;br /&gt;permit ip host 192.168.2.52 any&lt;br /&gt;permit ip host 192.168.2.53 any&lt;br /&gt;permit icmp any any net-unreachable&lt;br /&gt;permit icmp any any host-unreachable&lt;br /&gt;permit icmp any any port-unreachable&lt;br /&gt;permit icmp any any packet-too-big&lt;br /&gt;permit icmp any any administratively-prohibited&lt;br /&gt;permit icmp any any source-quench&lt;br /&gt;permit icmp any any ttl-exceeded&lt;br /&gt;permit icmp any any echo-reply&lt;br /&gt;deny icmp any any&lt;br /&gt;deny udp any any eq 137&lt;br /&gt;deny udp any any eq 138&lt;br /&gt;deny tcp any any eq 135&lt;br /&gt;deny tcp any any eq 139&lt;br /&gt;deny tcp any any eq 445&lt;br /&gt;deny ip any any log&lt;br /&gt;!&lt;br /&gt;access-list 1 remark NAT Source Restrictions&lt;br /&gt;access-list 1 permit any&lt;br /&gt;!&lt;br /&gt;dialer-list 1 protocol ip permit&lt;br /&gt;dialer-list 1 protocol ipx permit&lt;br /&gt;!&lt;br /&gt;line con 0&lt;br /&gt;password 7 XXXXXXXXXXXXXXXXX&lt;br /&gt;line aux 0&lt;br /&gt;line vty 0 4&lt;br /&gt;password 7 XXXXXXXXXXXXXXXXXXXXXXXXX&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;end&lt;/p&gt; &lt;p&gt;&lt;strong&gt;The majority of the above configuration is fairly standard and can be found in other FAQs so I will just stick to the settings for getting the router to accept VPN connections. &lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="text-decoration: underline;"&gt;The first bit:&lt;/span&gt;&lt;/p&gt; &lt;p&gt;aaa new-model&lt;br /&gt;aaa authentication ppp default local&lt;br /&gt;aaa authorization network default if-authenticated&lt;br /&gt;aaa session-id common&lt;/p&gt; &lt;p&gt;simply enables the access control model for logins.&lt;/p&gt; &lt;p&gt;username admin privilige 15 password 7 XXXXXXXXXXX&lt;br /&gt;username johndoe password 7 XXXXXXXXXXXXXXXXXX&lt;/p&gt; &lt;p&gt;&lt;span style="text-decoration: underline;"&gt;defines the users and their passwords. These users can log in either over VPN or directly via telnet (or ssh if configured) &lt;/span&gt;&lt;/p&gt; &lt;p&gt;vpdn enable&lt;br /&gt;!&lt;br /&gt;vpdn-group 1&lt;br /&gt;accept-dialin&lt;br /&gt;protocol pptp&lt;br /&gt;virtual-template 1&lt;br /&gt;local name my-vpn&lt;/p&gt; &lt;p&gt;&lt;span style="text-decoration: underline;"&gt;this enables virtual private dialup networking (vpdn) using point-to-point tunneling protocol (pptp) &lt;/span&gt;&lt;/p&gt; &lt;p&gt;interface Virtual-Template1&lt;br /&gt;ip unnumbered FastEthernet0/1&lt;br /&gt;ip mroute-cache&lt;br /&gt;peer default ip address pool VPN-IN&lt;br /&gt;ppp encrypt mppe 40 required&lt;br /&gt;ppp authentication ms-chap&lt;/p&gt; &lt;p&gt;&lt;span style="text-decoration: underline;"&gt;creates a virtual-template bound to the LAN port of the router and assigns an ip address to the client from the VPN-IN pool &lt;/span&gt;&lt;/p&gt; &lt;p&gt;ip local pool VPN-IN 192.168.2.51 192.168.2.53&lt;/p&gt; &lt;p&gt;&lt;span style="text-decoration: underline;"&gt;defines the ip addresses available to the VPN clients (3 in this case) &lt;/span&gt;&lt;/p&gt; &lt;p&gt;ip nat inside source list 1 interface FastEthernet0/0 overload&lt;br /&gt;ip nat inside source static tcp 192.168.1.1 1723 interface FastEthernet0/0 1723&lt;/p&gt; &lt;p&gt;&lt;span style="text-decoration: underline;"&gt;defines the static port mappings for NAT 1723 is the port for pptp&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="text-decoration: underline;"&gt;The ACLs can be customized to you needs but note how the VPN client addresses are reversed….&lt;br /&gt;&lt;/span&gt;–&gt; Fa0/1 In –&gt;&lt;br /&gt;–&gt; Fa0/1 In –&gt;&lt;/p&gt; &lt;p&gt;Now all that left is to configure the client computers. With windows XP it’s easy….&lt;br /&gt;1) open up the Network Connections folder&lt;br /&gt;2) click “Create a new connection”&lt;br /&gt;3) click Next&lt;br /&gt;4) choose “Connect to the network at my workplace” then click Next&lt;br /&gt;5) select “Virtual Private Network connection” then click Next&lt;br /&gt;6) Enter a name for the connection and lick Next&lt;br /&gt;7) Now you can set the VPN connection to auto-dial or not, choose either, then click Next&lt;br /&gt; Enter the IP address of your Router (this is the public address). Since in our case it’s assigned by dhcp we could use a dyndns address here&lt;br /&gt;9) Click Next&lt;br /&gt;10) Click Finish&lt;/p&gt; &lt;p&gt;Once the Wizard has completed right-click the new connection, then click Properties. On the Security tab select “Advanced (custom settings)” and click the Settings button.&lt;/p&gt; &lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Verify that the Data encryption drop-down has “Require Encryption” selected. Then make sure Microsoft CHAP (MS-CHAP) and (MS-CHAP v2) are enabled and click Ok. &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Finally goto the Networking tab and change the “type of VPN” from Automatic to “PPTP VPN”, then click the Settings button and verify that:&lt;br /&gt;&lt;/span&gt;1) Enable LCP Extensions - is checked&lt;br /&gt;2) Enable software compression - is checked&lt;br /&gt;3) Negotiate multi-link - is not checked&lt;/p&gt; &lt;p&gt;Now your all set and ready to go…..&lt;/p&gt; &lt;p&gt;-b&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-2158297253247308979?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/2158297253247308979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=2158297253247308979' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/2158297253247308979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/2158297253247308979'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/10/vpn.html' title='vpn'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-5623790335238874877</id><published>2008-09-15T07:37:00.000-07:00</published><updated>2008-09-15T07:50:43.827-07:00</updated><title type='text'>Configuring Cisco router interfaces&amp;Global Configuration (Config)</title><content type='html'>&lt;div class="entrytitle"&gt; &lt;h2&gt; &lt;a href="http://shfind.blogspot.com/2008/02/global-configuration-config.html"&gt;Global Configuration (Config)&lt;/a&gt; &lt;/h2&gt; &lt;h3 class="date"&gt;(Friday, February 15, 2008)&lt;/h3&gt; &lt;/div&gt; &lt;p&gt;&lt;a name="sect3.1"&gt;To configure any feature of the router, you must enter configuration mode. This is the first sub-mode of the parent mode. In the parent mode, you issue the command &lt;code&gt;config&lt;/code&gt;.&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.1"&gt;  &lt;code&gt;   Router#config&lt;br /&gt; Router(config)#   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.1"&gt;As demonstrated above, the prompt changes to indicate the mode that you are now in.&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.1"&gt;  &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.1"&gt;In connfiguration mode you can set options that apply system-wide, also refered to as "global configurations." For instance, it is a good idea to name your router so that you can easily identify it. You do this in configuration mode with the &lt;code&gt;hostname&lt;/code&gt; command.&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.1"&gt;  &lt;code&gt;   Router(config)#hostname ExampleName&lt;br /&gt; ExampleName(config)#   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.1"&gt;As demonstrated above, when you set the name of the host with the &lt;code&gt;hostname&lt;/code&gt; command, the prompt immediately changes by replacing &lt;code&gt;Router&lt;/code&gt; with &lt;code&gt;ExampleName&lt;/code&gt;.  (&lt;b&gt;Note:&lt;/b&gt;  It is a good idea to name your routers with an organized naming scheme.)&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.1"&gt;  &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.1"&gt;Another useful command issued from config mode is the command to designate the DNS server to be used by the router:&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.1"&gt;  &lt;code&gt;   ExampleName(config)#ip name-server aa.bb.cc.dd&lt;br /&gt; ExampleName(config)#ctrl-Z&lt;br /&gt; ExampleName#   &lt;/code&gt;    &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.1"&gt;This is also where you set the password for privileged mode.&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.1"&gt;  &lt;code&gt;   ExampleName(config)#enable secret examplepassword&lt;br /&gt; ExampleName(config)#ctrl-Z&lt;br /&gt; ExampleName#   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.1"&gt;Until you hit &lt;code&gt;ctrl-Z&lt;/code&gt; (or type &lt;code&gt;exit&lt;/code&gt; until you reach parent mode) your command has not been put into affect. You can enter config mode, issue several different commands, then hit &lt;code&gt;ctrl-Z&lt;/code&gt; to activate them all.  Each time you hit &lt;code&gt;ctrl-Z&lt;/code&gt; you return  to parent mode and the prompt:&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.1"&gt;  &lt;code&gt;   ExampleName#   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.1"&gt;Here you use &lt;code&gt;show&lt;/code&gt; commands to verify the results of the commands you issued in config mode.  To verify the results of the &lt;code&gt;ip name-server&lt;/code&gt; command, issue the command &lt;code&gt;show host&lt;/code&gt;.&lt;/a&gt;&lt;/p&gt;  &lt;p class="date"&gt;            Posted in         Labels: &lt;a href="http://shfind.blogspot.com/search/label/Cisco" rel="tag"&gt;Cisco&lt;/a&gt; &lt;a class="comment-link" href="comment.g?blogID=1376535492432465458&amp;amp;postID=6763079248978421126" onclick=""&gt;0 comments&lt;/a&gt; Posted by shfind at &lt;a class="timestamp-link" href="http://shfind.blogspot.com/2008/02/global-configuration-config.html" title="permanent link"&gt;10:12 PM&lt;/a&gt; &lt;span class="item-control blog-admin pid-2034801283"&gt; &lt;a href="post-edit.g?blogID=1376535492432465458&amp;amp;postID=6763079248978421126" title="Edit Post"&gt; &lt;span class="quick-edit-icon"&gt; &lt;/span&gt; &lt;/a&gt; &lt;/span&gt; &lt;/p&gt;   &lt;a name="94881457970518947"&gt;&lt;/a&gt; &lt;div class="entrytitle"&gt; &lt;h2&gt; &lt;a href="http://shfind.blogspot.com/2008/02/configuring-cisco-router-interfaces.html"&gt;Configuring Cisco router interfaces&lt;/a&gt; &lt;/h2&gt; &lt;h3 class="date"&gt;(Wednesday, February 6, 2008)&lt;/h3&gt; &lt;/div&gt; &lt;p&gt;&lt;a name="sect3.2"&gt;&lt;code&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&lt;a name="sect3.2"&gt;"Media type" refers to the type of media that the port is an interface for, such as Ethernet, Token Ring, FDDI, serial, etc. Slot numbers are only applicable for routers that provide slots into which you can install modules. These modules contain several ports for a given media. The 7200 series is an example. These modules are even hot-swapable. You can remove a module from a slot and replace it with a different module, without interrupting service provided by the other modules installed in the router. These slots are numbered on the router.&lt;/a&gt;  &lt;a name="sect3.2"&gt;  &lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a name="sect3.2"&gt;Port number refers to the port in reference to the other ports in that module. Numbering is left-to-right, and all numbering starts at 0, not at one.&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.2"&gt;  &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.2"&gt;For example, a Cisco 7206 is a 7200 series router with six slots. To refer to an interface that is the third port of an Ethernet module installed in the sixth slot, it would be interface ethernet 6/2. Therefor, to display the configuration of that interface you use the command:&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.2"&gt;  &lt;code&gt;&lt;span style="font-style: italic;"&gt;   ExampleName#show interface ethernet 6/2&lt;/span&gt;   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.2"&gt;If your router does not have slots, like a 1600, then the interface name consists only of:&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.2"&gt;  &lt;code&gt;&lt;span style="font-style: italic;"&gt;   media type port#&lt;/span&gt;   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.2"&gt;For example:&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.2"&gt;  &lt;code&gt;&lt;span style="font-style: italic;"&gt;   ExampleName#show interface serial 0&lt;/span&gt;   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.2"&gt;Here is an example of configuring a serial port with an IP address:&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.2"&gt;  &lt;code&gt;&lt;span style="font-style: italic;"&gt;   ExampleName#config&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;   ExampleName(config)#interface serial 1/1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;   ExampleName(config-if)#ip address 192.168.155.2 255.255.255.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;   ExampleName(config-if)#no shutdown&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;   ExampleName(config-if)#ctrl-Z&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;   ExampleName#&lt;/span&gt;   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.2"&gt;Then to verify configuration:&lt;/a&gt;&lt;/p&gt; &lt;a style="font-style: italic;" name="sect3.2"&gt;  &lt;code&gt;   ExampleName#show interface serial 1/1   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.2"&gt;&lt;b&gt;Note&lt;/b&gt; the &lt;code&gt;no shutdown&lt;/code&gt; command. An interface may be correctly configured and physically connected, yet be "administratively down." In this state it will not function. The command for causing an interface to be administratively down is &lt;code&gt;shutdown&lt;/code&gt;.&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.2"&gt;  &lt;code&gt;&lt;span style="font-style: italic;"&gt;   ExampleName(config)#interface serial 1/1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;   ExampleName(config-if)#shutdown&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;   ExampleName(config-if)#ctrl-Z&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;   ExampleName#show interface serial 1/1&lt;/span&gt;   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.2"&gt;In the Cisco IOS, the way to reverse or delete the results of any command is to simply put &lt;code&gt;no&lt;/code&gt; infront of it.  For instance, if we wanted to unassign the IP address we had assigned to interface serial 1/1:&lt;/a&gt;&lt;/p&gt; &lt;a name="sect3.2"&gt;  &lt;code&gt;   ExampleName(config)#interface serail 1/1&lt;br /&gt;ExampleName(config-if)#no ip address 192.168.155.2 255.255.255.0&lt;br /&gt;ExampleName(config-if)ctrl-Z&lt;br /&gt;ExampleName#show interface serial 1/1   &lt;/code&gt;   &lt;/a&gt;&lt;p&gt;&lt;a name="sect3.2"&gt;Configuring most interfaces for LAN connections might consist only of assigning a network layer address and making sure the interface is not administratively shutdown. It is usually not necessary to stipulate data-link layer encapsulation. &lt;b&gt; Note&lt;/b&gt; that it is often necessary to stipulate the appropriate data-link layer encapsulation for WAN connections, such as frame-relay and ATM. Serial interfaces default to using HDLC. A discussion of data-link protocols is outside the scope of this document. You will need to look up the IOS command &lt;code&gt;encapsulation&lt;/code&gt; for more details.&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-5623790335238874877?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/5623790335238874877/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=5623790335238874877' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/5623790335238874877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/5623790335238874877'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/09/configuring-cisco-router-interfaces.html' title='Configuring Cisco router interfaces&amp;Global Configuration (Config)'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-5836367146668491157</id><published>2008-09-15T07:36:00.000-07:00</published><updated>2008-09-15T07:37:09.158-07:00</updated><title type='text'>ROUTER COMMANDS</title><content type='html'>&lt;span style="font-weight: bold;"&gt;ROUTER COMMANDS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Usermode Commands&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  1. disconnect, hapus sesi telnet dan logout&lt;br /&gt;  2. enable, masuk ke privilegemode&lt;br /&gt;  3. ping &lt;host ip=""&gt;&lt;br /&gt;  4. traceroute &lt;host ip=""&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Privilegemode Commands&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  1. clear arp-cache, hapus cache arp&lt;br /&gt;  2. configure terminal, masuk ke global configuration mode&lt;br /&gt;  3. copy running-config startup-config, simpan konfigurasi sekarang&lt;br /&gt;  4. copy startup-config running-config, load konfigurasi yang tersimpan&lt;br /&gt;  5. debug ip packet, debug paket dari tcp/ip&lt;br /&gt;  6. disable, kembali ke privilegemode dari global configuration mode&lt;br /&gt;  7. disconnect &lt;telnet&gt;&lt;br /&gt;  8. erase startup-config, hapus file konfigurasi dari router&lt;br /&gt;  9. logout, keluar dari privilegemode&lt;br /&gt; 10. ping &lt;hostname ip=""&gt;&lt;br /&gt; 11. reload, load kembali startup-config&lt;br /&gt; 12. resume &lt;telnet&gt;, konek kembali setelah diskonek&lt;br /&gt; 13. show access-list, memperlihatkan semua access-list dari semua protokol pada router&lt;br /&gt; 14. show banner, memperlihatkan banner&lt;br /&gt; 15. show cdp, memperlihatkan status CDP router&lt;br /&gt; 16. show cdp interface, memperlihatkan interface CDP&lt;br /&gt; 17. show cdp neighbor&lt;br /&gt; 18. show cdp traffic&lt;br /&gt; 19. show clock&lt;br /&gt; 20. show flash, memperlihatkan IOS image dan file yang tersimpan di flash memory&lt;br /&gt; 21. show frame-relay lmi, memperlihatkan statistik detail LMI&lt;br /&gt; 22. show frame-relay map&lt;br /&gt; 23. show frame-relay pvc &lt;nomer&gt;&lt;br /&gt; 24. show history, memperlihatkan semua perintah yang telah di eksekusi&lt;br /&gt; 25. show hosts, memperlihatkan static host yang disimpan&lt;br /&gt; 26. show interfaces, memperlihatkan interface yang dimiliki (semua) secara detail&lt;br /&gt; 27. show interfaces ethernet 0&lt;br /&gt; 28. show interfaces serial 0&lt;br /&gt; 29. show interfaces loopback 0&lt;br /&gt; 30. show ip arp&lt;br /&gt; 31. show ip eigrp neighbors&lt;br /&gt; 32. show ip eigrp neighbors detail&lt;br /&gt; 33. show ip eigrp topology&lt;br /&gt; 34. show ip eigrp traffic, memperlihatkan traffic statistik dari protokol eigrp&lt;br /&gt; 35. show ip interface&lt;br /&gt; 36. show ip interface brief, verify konfigurasi ip&lt;br /&gt; 37. show ip ospf database&lt;br /&gt; 38. show ip ospf interface&lt;br /&gt; 39. show ip ospf neighbor detail&lt;br /&gt; 40. show ip route, memperlihatkan konfigurasi routing&lt;br /&gt; 41. show protocols, memperlihatkan protokol routing yang telah dikonfigurasi dan sedang berjalan&lt;br /&gt; 42. show running-config, memperlihatkan konfigurasi global yang sedang berjalan&lt;br /&gt; 43. show sessions, memperlihatkan sesi yang ada sekarang&lt;br /&gt; 44. show startup-config, memperlihatkan konfigurasi yang tersimpan pada flash&lt;br /&gt; 45. show version, memperlihatkan informasi hardware dan firmware&lt;br /&gt; 46. telnet &lt;host ip=""&gt;&lt;br /&gt; 47. traceroute &lt;host ip=""&gt;&lt;br /&gt; 48. vlan database, mengakses vlan database atau masuk ke konfigurasi VTP&lt;br /&gt; 49. write erase&lt;br /&gt; 50. write memory&lt;br /&gt; 51. write terminal&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Global configuration mode Commands&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  1. access-list &lt;nomer&gt; {permit|deny} &lt;source&gt;&lt;br /&gt;  2. access-list &lt;nomer&gt; {permit|deny} &lt;any&gt;&lt;br /&gt;  3. access-list &lt;nomer&gt; {permit|deny} &lt;ip&gt; &lt;ip&gt;&lt;br /&gt;  4. access-list &lt;nomer&gt; {permit|deny} &lt;hostname&gt; &lt;ip&gt;&lt;br /&gt;  5. banner motd &lt;string&gt;&lt;br /&gt;  6. cdp advertise-v2&lt;br /&gt;  7. cdp holdtime &lt;detik&gt;, mengubah nilai holdtime cdp&lt;br /&gt;  8. cdp run&lt;br /&gt;  9. cdp timer &lt;detik&gt;, mengubah nilai cdp timer&lt;br /&gt; 10. config-register &lt;nilai&gt;&lt;br /&gt; 11. dialer-list &lt;nomer&gt; protocol ip permit&lt;br /&gt; 12. enable password &lt;passwordnya&gt;, set password untuk masuk ke mode privilege&lt;br /&gt; 13. enable secret &lt;passwordnya&gt;, set enkripsi untuk password yang disimpan&lt;br /&gt; 14. end, kembali ke mode privilege&lt;br /&gt; 15. hostname &lt;namahost&gt;, set nama host&lt;br /&gt; 16. interface ethernet 0, masuk ke subconfiguration interface ethernet 0&lt;br /&gt; 17. interface fastethernet 0, masuk ke subconfiguration interface fastethernet 0&lt;br /&gt; 18. interface serial 0, masuk ke subconfiguration interface serial 0&lt;br /&gt; 19. interface vlan &lt;nomer&gt;, masuk ke subconfiguration vlan&lt;br /&gt; 20. ip default-gateway &lt;ip&gt;, set default gateway&lt;br /&gt; 21. ip default-network &lt;ip&gt;&lt;br /&gt; 22. ip host &lt;nama&gt; &lt;ip&gt;, set static hostname lain&lt;br /&gt; 23. ip name-server &lt;ip&gt;, set DNS router&lt;br /&gt; 24. ip route &lt;prefix&gt; &lt;mask&gt; {next-hop-ip-addr|interface-type}&lt;br /&gt; 25. ip route 0.0.0.0 0.0.0.0 &lt;ip&gt;, set defaut gateway / static route&lt;br /&gt; 26. ip route &lt;ip&gt; &lt;mask&gt; &lt;ip&gt;, set static route&lt;br /&gt; 27. ip routing&lt;br /&gt; 28. ipx routing&lt;br /&gt; 29. isdn switch-type &lt;tipe&gt;&lt;br /&gt; 30. line aux&lt;br /&gt; 31. line console 0, masuk ke konfigurasi console nomer 0&lt;br /&gt; 32. line vty 0 4, masuk ke konfigurasi vty untuk 5 buah vty&lt;br /&gt; 33. no banner motd, menghapus banner&lt;br /&gt; 34. no ip routing, menghapus ip routing&lt;br /&gt; 35. no router igrp, menghapus konfigurasi route igrp&lt;br /&gt; 36. no router ospf, menghapus konfigurasi route ospf&lt;br /&gt; 37. no router rip, menghapus konfigurasi route rip&lt;br /&gt; 38. no vlan &lt;nomer&gt;, menghapus vlan nomer ke sekian&lt;br /&gt; 39. router eigrp &lt;auth_sys&gt;, masuk ke konfigurasi routing menggunakan eigrp&lt;br /&gt; 40. router ospf &lt;proses&gt;, masuk ke konfigurasi routing menggunakan ospf&lt;br /&gt; 41. router rip, masuk ke konfigurasi routing menggunakan rip&lt;br /&gt; 42. snmp-server enable traps vtp&lt;br /&gt; 43. username &lt;nama&gt; password &lt;passwordnya&gt;, set username dan passwordnya&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Interface subconfiguration mode Commands&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  1. bandwidth &lt;kilobits&gt;, set bandwidth yang akan dilalui interface ini dalam kilobits&lt;br /&gt;  2. cdp enable&lt;br /&gt;  3. clock rate &lt;bits&gt;, set clock rate dalam bits/s&lt;br /&gt;  4. compress stac &lt;nomer&gt; in&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Line subconfiguration mode Commands&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  1. exec-timeout &lt;menit&gt; [detik], pilihan detik opsional&lt;br /&gt;  2. login synchronous&lt;br /&gt;  3. password &lt;passwordnya&gt;, set passwordnya&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Subinterface subconfiguration mode Commands&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  1. description &lt;string&gt;, set deskripsi dari subinterface&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;IP Routing Protocol subconfiguration mode Commands&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  1. network &lt;ip&gt;, set ip network&lt;/ip&gt;&lt;/string&gt;&lt;/passwordnya&gt;&lt;/menit&gt;&lt;/nomer&gt;&lt;/bits&gt;&lt;/kilobits&gt;&lt;/passwordnya&gt;&lt;/nama&gt;&lt;/proses&gt;&lt;/auth_sys&gt;&lt;/nomer&gt;&lt;/tipe&gt;&lt;/ip&gt;&lt;/mask&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/mask&gt;&lt;/prefix&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/nama&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/nomer&gt;&lt;/namahost&gt;&lt;/passwordnya&gt;&lt;/passwordnya&gt;&lt;/nomer&gt;&lt;/nilai&gt;&lt;/detik&gt;&lt;/detik&gt;&lt;/string&gt;&lt;/ip&gt;&lt;/hostname&gt;&lt;/nomer&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/nomer&gt;&lt;/any&gt;&lt;/nomer&gt;&lt;/source&gt;&lt;/nomer&gt;&lt;/host&gt;&lt;/host&gt;&lt;/nomer&gt;&lt;/telnet&gt;&lt;/hostname&gt;&lt;/telnet&gt;&lt;/host&gt;&lt;/host&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7377386769469417985-5836367146668491157?l=khanusah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://khanusah.blogspot.com/feeds/5836367146668491157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7377386769469417985&amp;postID=5836367146668491157' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/5836367146668491157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7377386769469417985/posts/default/5836367146668491157'/><link rel='alternate' type='text/html' href='http://khanusah.blogspot.com/2008/09/router-commands.html' title='ROUTER COMMANDS'/><author><name>khanusah</name><uri>http://www.blogger.com/profile/09507758192944533608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7377386769469417985.post-1404923044791862256</id><published>2008-08-20T04:23:00.000-07:00</published><updated>2008-08-20T04:28:09.776-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='command list in router'/><title type='text'>Router config command list</title><content type='html'>&lt;h2&gt;Cisco Commands&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273650"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/h2&gt;  &lt;h3&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273650"&gt;IP Addressing Commands&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/h3&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p style="margin-left: 0.5in;"&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273651"&gt;&lt;b&gt;arp (global)&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273652"&gt;&lt;b&gt;arp (interface)&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273653"&gt;&lt;b&gt;arp timeout&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273654"&gt;&lt;b&gt;clear arp-cache&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273655"&gt;&lt;b&gt;clear host&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273656"&gt;&lt;b&gt;clear ip nat translation&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273657"&gt;&lt;b&gt;clear ip nhrp&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273658"&gt;&lt;b&gt;clear ip route&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid273659"&gt;&lt;b&gt;ip address&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736510"&gt;&lt;b&gt;ip broadcast-address&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736511"&gt;&lt;b&gt;ip classless&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736512"&gt;&lt;b&gt;ip default-gateway&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736513"&gt;&lt;b&gt;ip directed-broadcast&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736514"&gt;&lt;b&gt;ip domain-list&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736515"&gt;&lt;b&gt;ip domain-lookup&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736516"&gt;&lt;b&gt;ip domain-lookup nsap&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736517"&gt;&lt;b&gt;ip domain-name&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736518"&gt;&lt;b&gt;ip forward-protocol&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736519"&gt;&lt;b&gt;ip forward-protocol any-local-broadcast&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736520"&gt;&lt;b&gt;ip forward-protocol spanning-tree&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736521"&gt;&lt;b&gt;ip forward-protocol turbo-flood&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736522"&gt;&lt;b&gt;ip helper-address&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736523"&gt;&lt;b&gt;ip host&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736524"&gt;&lt;b&gt;ip hp-host&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736525"&gt;&lt;b&gt;ip irdp&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736526"&gt;&lt;b&gt;ip mobile arp&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736527"&gt;&lt;b&gt;ip name-server&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736528"&gt;&lt;b&gt;ip nat&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736529"&gt;&lt;b&gt;ip nat inside destination&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736530"&gt;&lt;b&gt;ip nat inside source&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736531"&gt;&lt;b&gt;ip nat outside source&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736532"&gt;&lt;b&gt;ip nat pool&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736533"&gt;&lt;b&gt;ip nat translation&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736534"&gt;&lt;b&gt;ip netmask-format&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736535"&gt;&lt;b&gt;ip nhrp authentication&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736536"&gt;&lt;b&gt;ip nhrp holdtime&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736537"&gt;&lt;b&gt;ip nhrp interest&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736538"&gt;&lt;b&gt;ip nhrp map&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736539"&gt;&lt;b&gt;ip nhrp map multicast&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736540"&gt;&lt;b&gt;ip nhrp max-send&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736541"&gt;&lt;b&gt;ip nhrp network-id&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736542"&gt;&lt;b&gt;ip nhrp nhs&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736543"&gt;&lt;b&gt;ip nhrp record&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736544"&gt;&lt;b&gt;ip nhrp responder&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736545"&gt;&lt;b&gt;ip nhrp use&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736546"&gt;&lt;b&gt;ip probe proxy&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736547"&gt;&lt;b&gt;ip proxy-arp&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736548"&gt;&lt;b&gt;ip redirects&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736549"&gt;&lt;b&gt;ip routing&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736550"&gt;&lt;b&gt;ip subnet-zero&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736551"&gt;&lt;b&gt;ip unnumbered&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736552"&gt;&lt;b&gt;ping (privileged)&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736553"&gt;&lt;b&gt;ping (user)&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736554"&gt;&lt;b&gt;show arp&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736555"&gt;&lt;b&gt;show hosts&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736556"&gt;&lt;b&gt;show ip aliases&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736557"&gt;&lt;b&gt;show ip arp&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736558"&gt;&lt;b&gt;show ip interface&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736559"&gt;&lt;b&gt;show ip irdp&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736560"&gt;&lt;b&gt;show ip masks&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736561"&gt;&lt;b&gt;show ip nat statistics&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736562"&gt;&lt;b&gt;show ip nat translations&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736563"&gt;&lt;b&gt;show ip nhrp&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736564"&gt;&lt;b&gt;show ip nhrp traffic&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736565"&gt;&lt;b&gt;show ip redirects&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736566"&gt;&lt;b&gt;term ip netmask-format&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736567"&gt;&lt;b&gt;trace (privileged)&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736568"&gt;&lt;b&gt;trace (user)&lt;/b&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/cs/csprtn1/csipadr.htm#xtocid2736569"&gt;&lt;b&gt;tunnel mode&lt;/b&gt;&lt;br /&gt; &lt;/a&gt;IP Addressing Commands&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;This chapter describes the function and displays the syntax for IP addressing commands. For more information about defaults and usage guidelines, see the corresponding chapter of the &lt;em&gt;Network Protocols Command Reference, Part 1&lt;/em&gt;.&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;arp (global)&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To add a permanent entry in the Address Resolution Protocol (ARP) cache, use the &lt;b&gt;arp&lt;/b&gt; global configuration command. To remove an entry from the ARP cache, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;arp &lt;/b&gt;&lt;i&gt;ip-address hardware-address type&lt;em&gt;&lt;b&gt; [&lt;/b&gt;&lt;/em&gt;&lt;/i&gt;&lt;b&gt;alias]&lt;br /&gt;no arp &lt;i&gt;ip-address hardware-address type&lt;em&gt; [&lt;/em&gt;&lt;/i&gt;alias]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;ip-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;IP address in four-part dotted-decimal format   corresponding to the local data link address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;hardware-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Local data link address (a 48-bit address). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;type&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Encapsulation description. For Ethernet interfaces, this   is typically the &lt;b&gt;arpa&lt;/b&gt; keyword. For Fiber Distributed Data Interface   (FDDI) and Token Ring interfaces, this is always &lt;b&gt;snap&lt;/b&gt;. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;alias&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Indicates that the Cisco IOS software should   respond to ARP requests as if it were the owner of the specified address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;arp (interface)&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To control the interface-specific handling of IP address resolution into 48-bit Ethernet, FDDI, and Token Ring hardware addresses, use the &lt;b&gt;arp&lt;/b&gt; interface configuration command. To disable an encapsulation type, use the &lt;b&gt;no &lt;/b&gt;form of this&lt;b&gt; &lt;/b&gt;command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;arp {arpa | probe | snap}&lt;br /&gt;no arp {arpa | probe | snap}&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;arpa&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Standard Ethernet-style ARP (RFC 826). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;probe&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;HP Probe protocol for IEEE-802.3 networks. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;snap&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;ARP packets conforming to RFC 1042. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;arp timeout&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To configure how long an entry remains in the ARP cache, use the &lt;b&gt;arp&lt;/b&gt; &lt;b&gt;timeout &lt;/b&gt;interface configuration command. To restore the default value, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;arp timeout &lt;i&gt;seconds&lt;br /&gt;&lt;/i&gt;no arp timeout &lt;/b&gt;&lt;i&gt;seconds&lt;/i&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;seconds &lt;/i&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Time (in seconds) that an entry remains in the ARP cache.   A value of zero means that entries are never cleared from the cache. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;clear arp-cache&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To delete all dynamic entries from the ARP cache, to clear the fast-switching cache, and to clear the IP route cache, use the &lt;b&gt;clear arp-cache&lt;/b&gt; EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;clear arp-cache&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;clear host&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To delete entries from the host-name-and-address cache, use the &lt;b&gt;clear host&lt;/b&gt; EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;clear host {&lt;/b&gt;&lt;i&gt;name&lt;/i&gt;&lt;b&gt; |&lt;/b&gt;&lt;i&gt; &lt;/i&gt;&lt;b&gt;*}&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Particular host entry to remove. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;*&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Removes all entries. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;clear ip nat translation &lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To clear dynamic Network Address Translation (NAT) translations from the translation table, use the &lt;b&gt;clear ip nat translation &lt;/b&gt;EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;clear ip nat translation {* | [inside &lt;i&gt;global-ip local-ip&lt;/i&gt;] [outside &lt;i&gt;local-ip&lt;/i&gt; &lt;i&gt;global-ip&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;]}&lt;br /&gt;&lt;/span&gt;clear ip nat translation &lt;i&gt;protocol &lt;/i&gt;inside &lt;i&gt;global-ip global-port local-ip local-port&lt;/i&gt; [outside&lt;br /&gt;&lt;i&gt;local-ip&lt;/i&gt; &lt;i&gt;global-ip&lt;/i&gt;]&lt;/b&gt; &lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt; &lt;!--[endif]--&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;*&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Clears all dynamic translations. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;inside&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Clears the inside translations containing the specified &lt;i&gt;global-ip&lt;/i&gt;   and &lt;i&gt;local-ip&lt;/i&gt; addresses. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;global-ip&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;When used without the arguments &lt;i&gt;protocol&lt;/i&gt;,&lt;i&gt;   global-port&lt;/i&gt;, and &lt;i&gt;local-port&lt;/i&gt;, clears a simple translation that also   contains the specified &lt;i&gt;local-ip&lt;/i&gt; address. When used with the arguments &lt;i&gt;protocol&lt;/i&gt;,&lt;i&gt;   global-port&lt;/i&gt;, and &lt;i&gt;local-port&lt;/i&gt;, clears an extended translation. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;local-ip&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Clears an entry that contains this local IP   address and the specified &lt;i&gt;global-ip&lt;/i&gt; address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;outside&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Clears the outside translations containing the specified &lt;i&gt;global-ip&lt;/i&gt;   and &lt;i&gt;local-ip&lt;/i&gt; addresses. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;protocol&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Clears an entry that contains this protocol and   the specified &lt;i&gt;global-ip&lt;/i&gt; address, &lt;i&gt;local-ip&lt;/i&gt; address, &lt;i&gt;global-port&lt;/i&gt;,   and &lt;i&gt;local-port&lt;/i&gt;. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;global-port&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Clears an entry that contains this &lt;i&gt;global-port&lt;/i&gt;   and the specified &lt;i&gt;protocol&lt;/i&gt;, &lt;i&gt;global-ip&lt;/i&gt; address, &lt;i&gt;local-ip&lt;/i&gt;   address, and &lt;i&gt;local-port&lt;/i&gt;. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;local-port&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Clears an entry that contains this &lt;i&gt;local-port&lt;/i&gt;   and the specified &lt;i&gt;protocol&lt;/i&gt;, &lt;i&gt;global-ip&lt;/i&gt; address, &lt;i&gt;local-ip&lt;/i&gt;   address, and &lt;i&gt;global-port&lt;/i&gt;. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;clear ip nhrp&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To clear all dynamic entries from the Next Hop Resolution Protocol (NHRP) cache, use the &lt;b&gt;clear ip nhrp &lt;/b&gt;EXEC command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;clear ip nhrp&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;clear ip route&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To delete routes from the IP routing table, use the &lt;b&gt;clear ip route&lt;/b&gt; EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;clear ip route {&lt;/b&gt;&lt;i&gt;network &lt;/i&gt;&lt;b&gt;[&lt;/b&gt;&lt;i&gt;mask&lt;/i&gt;&lt;b&gt;]&lt;/b&gt;&lt;i&gt; &lt;/i&gt;&lt;b&gt;| *}&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;network&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Network or subnet address to remove. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;mask&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Subnet address to remove. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;*&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Removes all routing table entries. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip address&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To set a primary or secondary IP address for an interface, use the &lt;b&gt;ip address&lt;/b&gt; interface configuration command. To remove an IP address or disable IP processing, use the&lt;b&gt; no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip address &lt;/b&gt;&lt;i&gt;ip-address mask&lt;/i&gt;&lt;b&gt; [secondary]&lt;br /&gt;no ip address &lt;i&gt;ip-address mask&lt;/i&gt; [secondary]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;ip-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;IP address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;mask&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Mask for the associated IP subnet. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;secondary&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Specifies that the configured address is a   secondary IP address. If this keyword is omitted, the configured address is   the primary IP address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip broadcast-address&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To define a broadcast address for an interface, use the &lt;b&gt;ip broadcast-address&lt;/b&gt; interface configuration command. To restore the default IP broadcast address, use the&lt;b&gt; no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip broadcast-address [&lt;/b&gt;&lt;i&gt;ip-address&lt;/i&gt;&lt;b&gt;]&lt;br /&gt;no ip broadcast-address [&lt;i&gt;ip-address&lt;/i&gt;]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;ip-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) IP broadcast address for a network. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip classless&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;At times the router might receive packets destined for a subnet of a network that has no network default route. To have the Cisco IOS software forward such packets to the best supernet route possible, use the &lt;b&gt;ip classless &lt;/b&gt;global configuration command. To disable this feature, use the &lt;b&gt;no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip classless&lt;br /&gt;no ip classless&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip default-gateway&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To define a default gateway (router) when IP routing is disabled, use the &lt;b&gt;ip default-gateway&lt;/b&gt; global configuration command. To disable this function, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip default-gateway &lt;i&gt;ip-address&lt;br /&gt;&lt;/i&gt;no ip default-gateway &lt;i&gt;ip-address&lt;/i&gt;&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;ip-address &lt;/i&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;IP address of the router. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip directed-broadcast&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable the translation of directed broadcast to physical broadcasts, use the &lt;b&gt;ip directed-broadcast&lt;/b&gt; interface configuration command. To disable this function, use the&lt;b&gt; no &lt;/b&gt;form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip directed-broadcast [&lt;/b&gt;&lt;i&gt;access-list-number&lt;/i&gt;&lt;b&gt;]&lt;br /&gt;no ip directed-broadcast [&lt;i&gt;access-list-number&lt;/i&gt;]&lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;access-list-number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Number of the access list. If specified, a broadcast   must pass the access list to be forwarded. If not specified, all broadcasts   are forwarded. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip domain-list&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To define a list of default domain names to complete unqualified host names, use the &lt;b&gt;ip domain-list&lt;/b&gt; global configuration command. To delete a name from a list, use the &lt;b&gt;no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip domain-list &lt;i&gt;name&lt;br /&gt;&lt;/i&gt;no ip domain-list &lt;i&gt;name&lt;/i&gt;&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Domain name. Do not include the initial period that   separates an unqualified name from the domain name. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip domain-lookup&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable the IP Domain Naming System (DNS)-based host name-to-address translation, use the &lt;b&gt;ip domain-lookup&lt;/b&gt; global configuration command. To disable the DNS, use the &lt;b&gt;no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip domain-lookup&lt;br /&gt;no ip domain-lookup&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip domain-lookup nsap&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To allow DNS queries for Connectionless Network System (CLNS) addresses, use the &lt;b&gt;ip domain-lookup nsap &lt;/b&gt;global configuration command. To disable this feature, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip domain-lookup nsap&lt;br /&gt;no ip domain-lookup nsap&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip domain-name&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To define a default domain name that the Cisco IOS software uses to complete unqualified host names (names without a dotted-decimal domain name), use the&lt;b&gt; ip domain-name&lt;/b&gt; global configuration command. To disable use of the DNS, use the&lt;b&gt; no &lt;/b&gt;form of this command&lt;i&gt;.&lt;/i&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip domain-name&lt;i&gt; name&lt;br /&gt;&lt;/i&gt;no ip domain-name&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Default domain name used to complete unqualified host   names. Do not include the initial period that separates an unqualified name   from the domain name. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip forward-protocol&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To specify which protocols and ports the router forwards when forwarding broadcast packets, use the &lt;b&gt;ip forward-protocol&lt;/b&gt; global configuration command. To remove a protocol or port, use the &lt;b&gt;no &lt;/b&gt;form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip forward-protocol {udp [&lt;i&gt;port&lt;/i&gt;] | nd | sdns}&lt;br /&gt;no ip forward-protocol {udp [&lt;i&gt;port&lt;/i&gt;] | nd | sdns}&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;udp&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Forward User Datagram Protocol (UDP) datagrams. See the   "Default" section below for a list of port numbers forwarded by   default. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;port&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Destination port that controls which UDP   services are forwarded. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;nd&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Forward Network Disk (ND) datagrams. This protocol is used   by older diskless Sun workstations. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;sdns&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Secure Data Network Service. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip forward-protocol any-local-broadcast&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To forward any broadcasts including local subnet broadcasts, use the &lt;b&gt;ip forward-protocol any-local-broadcast&lt;/b&gt; global configuration command. To disable this type of forwarding, use the &lt;b&gt;no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip forward-protocol any-local-broadcast&lt;br /&gt;no ip forward-protocol any-local-broadcast &lt;/b&gt;&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip forward-protocol spanning-tree&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To permit IP broadcasts to be flooded throughout the internetwork in a controlled fashion, use the &lt;b&gt;ip forward-protocol spanning-tree&lt;/b&gt; global configuration command. To disable the flooding of IP broadcasts, use the&lt;b&gt; no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip forward-protocol spanning-tree&lt;br /&gt;no ip forward-protocol spanning-tree&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip forward-protocol turbo-flood&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To speed up flooding of User Datagram Protocol (UDP) datagrams using the spanning-tree algorithm, use the &lt;b&gt;ip forward-protocol turbo-flood&lt;/b&gt; global configuration command. To disable this feature, use the&lt;b&gt; no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip forward-protocol turbo-flood&lt;br /&gt;no ip forward-protocol turbo-flood&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip helper-address&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To have the Cisco IOS software forward User Datagram Protocol (UDP) broadcasts, including BOOTP, received on an interface, use the &lt;b&gt;ip helper-address&lt;/b&gt; interface configuration command. To disable the forwarding of broadcast packets to specific addresses, use the&lt;b&gt; no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip helper-address &lt;i&gt;address&lt;br /&gt;&lt;/i&gt;no ip helper-address &lt;i&gt;address&lt;/i&gt;&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Destination broadcast or host address to be used when   forwarding UDP broadcasts. There can be more than one helper address per   interface. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip host&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To define a static host name-to-address mapping in the host cache, use the &lt;b&gt;ip host &lt;/b&gt;global configuration command. To&lt;b&gt; &lt;/b&gt;remove the name-to-address mapping, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip host &lt;i&gt;name &lt;em&gt;[&lt;/em&gt;tcp-port-number&lt;em&gt;]&lt;/em&gt; address1 &lt;em&gt;[&lt;/em&gt;address2...address8&lt;em&gt;]&lt;/em&gt;&lt;br /&gt;&lt;/i&gt;no ip host &lt;i&gt;name address1&lt;/i&gt;&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;name &lt;/i&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Name of the host. The first character can be either a   letter or a number. If you use a number, the operations you can perform are   limited. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;tcp-port-number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) TCP port number to connect to when using the   defined host name in conjunction with an EXEC connect or Telnet command. The   default is Telnet (port 23). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;address1&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Associated IP address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;address2...address8&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Additional associated IP address. You can bind   up to eight addresses to a host name. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip hp-host&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enter into the host table the host name of an HP host to be used for HP Probe Proxy service, use the&lt;b&gt; ip hp-host&lt;/b&gt; global configuration command. To remove a host name, use the &lt;b&gt;no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip hp-host &lt;i&gt;hostname ip-address&lt;br /&gt;&lt;/i&gt;no ip hp-host &lt;i&gt;hostname ip-address &lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;hostname&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Name of the host. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;ip-address &lt;/i&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;IP address of the host. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip irdp&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable ICMP Router Discovery Protocol (IRDP) processing on an interface, use the &lt;b&gt;ip irdp&lt;/b&gt;&lt;i&gt; &lt;/i&gt;interface configuration command. To disable IRDP routing, use the &lt;b&gt;no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip irdp &lt;/b&gt;[&lt;b&gt;multicast&lt;/b&gt; | &lt;b&gt;holdtime &lt;/b&gt;&lt;i&gt;seconds&lt;/i&gt; | &lt;b&gt;maxadvertinterval &lt;/b&gt;&lt;i&gt;seconds&lt;/i&gt; | &lt;b&gt;minadvertinterval&lt;br /&gt;&lt;i&gt;seconds&lt;/i&gt;&lt;/b&gt; | &lt;b&gt;preference &lt;/b&gt;&lt;i&gt;number&lt;/i&gt; | &lt;b&gt;address &lt;/b&gt;&lt;i&gt;address&lt;/i&gt; [&lt;i&gt;number&lt;/i&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;]]&lt;br /&gt;&lt;/span&gt;no ip irdp&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;multicast&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Use the multicast address (224.0.0.1) instead   of IP broadcasts. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;holdtime&lt;/b&gt;&lt;i&gt; seconds&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Length of time in seconds advertisements are   held valid. Default is three times the &lt;b&gt;maxadvertinterval&lt;/b&gt; value. Must   be greater than &lt;b&gt;maxadvertinterval&lt;/b&gt; and cannot be greater than 9000   seconds. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;maxadvertinterval &lt;/b&gt;&lt;i&gt;seconds&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Maximum interval in seconds between   advertisements. The default is 600 seconds. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;minadvertinterval&lt;/b&gt;&lt;i&gt; seconds&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Minimum interval in seconds between   advertisements. The default is 0.75 times the &lt;b&gt;maxadvertinterval&lt;/b&gt;. If   you change the &lt;b&gt;maxadvertinterval&lt;/b&gt; value, this value defaults to   three-quarters of the new value. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;preference&lt;/b&gt;&lt;i&gt; number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Preference value. The allowed range is -2&lt;sup&gt;31&lt;/sup&gt;   to 2&lt;sup&gt;31&lt;/sup&gt;. The default is 0. A higher value increases the router's   preference level. You can modify a particular router so that it will be the   preferred router to which others home. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;address&lt;/b&gt;&lt;i&gt; address &lt;/i&gt;[&lt;i&gt;number&lt;/i&gt;] &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) IP address (&lt;i&gt;address&lt;/i&gt;) to proxy-advertise,   and optionally, its preference value (&lt;i&gt;number&lt;/i&gt;). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip mobile arp&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable local-area mobility, use the &lt;b&gt;ip mobile arp&lt;/b&gt; interface configuration command. To disable local-area mobility, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip mobile arp&lt;/b&gt; [&lt;b&gt;timers &lt;/b&gt;&lt;i&gt;keepalive hold-time&lt;/i&gt;] [&lt;b&gt;access-group &lt;/b&gt;&lt;i&gt;access-list-number &lt;/i&gt;|&lt;i&gt; name&lt;/i&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;]&lt;br /&gt;&lt;/span&gt;no ip mobile arp [timers &lt;i&gt;keepalive hold-time&lt;/i&gt;] [access-group &lt;i&gt;access-list-number &lt;/i&gt;|&lt;i&gt; name&lt;/i&gt;] &lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;timers&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Indicates that you are setting local-area   mobility timers. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;keepalive&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Frequency, in seconds, at which the Cisco IOS   software sends unicast ARP messages to a relocated host to verify that the   host is present and has not moved. The default keepalive time is   300 seconds (5 minutes). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;hold-time&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Hold time, in seconds. This is the length of   time the software considers that a relocated host is present without   receiving some type of ARP broadcast or unicast from the host. Normally, the   hold time should be at least three times greater than the keepalive time. The   default hold time is 900 seconds (15 minutes). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;access-group&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Indicates that you are applying an access list.   This access list applies only to local-area mobility. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;access-list-number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Number of a standard IP access list. It is a   decimal number from 1 to 99. Only hosts with addresses permitted by this   access list are accepted for local-area mobility. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Name of an IP access list. The name cannot   contain a space or quotation mark, and must begin with an alphabetic   character to avoid ambiguity with numbered access lists. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip name-server&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To specify the address of one or more name servers to use for name and address resolution, use the&lt;b&gt; ip name-server &lt;/b&gt;global configuration command. To remove the addresses specified, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip name-server &lt;/b&gt;&lt;i&gt;server-address1 &lt;em&gt;&lt;b&gt;[[&lt;/b&gt;&lt;/em&gt;&lt;b&gt;server-address&lt;/b&gt;2&lt;/i&gt;&lt;b&gt;]&lt;i&gt;...server-address6&lt;/i&gt;]&lt;br /&gt;no ip name-server &lt;/b&gt;&lt;i&gt;server-address1 &lt;em&gt;&lt;b&gt;[[&lt;/b&gt;&lt;/em&gt;&lt;b&gt;server-address2&lt;/b&gt;&lt;/i&gt;&lt;b&gt;]&lt;i&gt;...server-address6&lt;/i&gt;&lt;/b&gt;] &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;server-address1&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;IP addresses of name server. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;server-address2...server-address6 &lt;/i&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) IP addresses of additional name servers (a   maximum of six name servers). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nat &lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To designate that traffic originating from or destined for the interface is subject to Network Address Translation (NAT), use the &lt;b&gt;ip nat &lt;/b&gt;interface configuration command. To prevent the interface from being able to translate, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nat {inside | outside}&lt;br /&gt;no ip nat {inside | outside}&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;inside&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Indicates the interface is connected to the inside network   (the network subject to NAT translation). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;outside&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Indicates the interface is connected to the outside   network. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nat inside destination&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable Network Address Translation (NAT) of the inside destination address, use the &lt;b&gt;ip nat inside destination &lt;/b&gt;global configuration command. To remove the dynamic association to a pool, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nat inside destination list {&lt;i&gt;access-list-number &lt;/i&gt;|&lt;i&gt; name&lt;/i&gt;}&lt;i&gt; &lt;/i&gt;pool &lt;i&gt;name&lt;br /&gt;&lt;/i&gt;no ip nat inside destination list {&lt;i&gt;access-list-number &lt;/i&gt;|&lt;i&gt; name&lt;/i&gt;}&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;list &lt;/b&gt;&lt;i&gt;access-list-number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Standard IP access list number. Packets with destination   addresses that pass the access list are translated using global addresses   from the named pool. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;list &lt;/b&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Name of a standard IP access list. Packets with   destination addresses that pass the access list are translated using global   addresses from the named pool. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;pool &lt;/b&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Name of the pool from which global IP addresses are   allocated during dynamic translation. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nat inside source&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable Network Address Translation (NAT) of the inside source address, use the &lt;b&gt;ip nat inside source &lt;/b&gt;global configuration command. To remove the static translation or remove the dynamic association to a pool, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nat inside source {list {&lt;i&gt;access-list-number &lt;/i&gt;|&lt;i&gt; name&lt;/i&gt;}&lt;i&gt; &lt;/i&gt;pool &lt;i&gt;name &lt;/i&gt;[overload] | static &lt;i&gt;local-ip&lt;br /&gt;global-ip&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;}&lt;br /&gt;&lt;/span&gt;no ip nat inside source {list {&lt;i&gt;access-list-number &lt;/i&gt;|&lt;i&gt; name&lt;/i&gt;}&lt;i&gt; &lt;/i&gt;pool &lt;i&gt;name &lt;/i&gt;[overload] | static &lt;i&gt;local-ip&lt;br /&gt;global-ip&lt;/i&gt;}&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;list &lt;/b&gt;&lt;i&gt;access-list-number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Standard IP access list number. Packets with source   addresses that pass the access list are dynamically translated using global   addresses from the named pool. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;list &lt;/b&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Name of a standard IP access list. Packets with source   addresses that pass the access list are dynamically translated using global   addresses from the named pool. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;pool &lt;/b&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Name of the pool from which global IP addresses are   allocated dynamically. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;overload&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Enables the router to use one global address   for many local addresses. When overloading is configured, each inside host's   TCP or UDP port number distinguishes between the multiple conversations using   the same local IP address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;static &lt;/b&gt;&lt;i&gt;local-ip&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Sets up a single static translation; this argument   establishes the local IP address assigned to a host on the inside network.   The address could be randomly chosen, allocated from RFC 1918, or obsolete. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;global-ip&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Sets up a single static translation; this argument   establishes the globally unique IP address of an inside host as it appears to   the outside world. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nat outside source&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable Network Address Translation (NAT) of the outside source address, use the &lt;b&gt;ip nat outside source &lt;/b&gt;global configuration command. To remove the static entry or the dynamic association, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nat outside source {list {&lt;i&gt;access-list-number &lt;/i&gt;|&lt;i&gt; name&lt;/i&gt;}&lt;i&gt; &lt;/i&gt;pool &lt;i&gt;name &lt;/i&gt;| static &lt;i&gt;global-ip local-ip&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;}&lt;br /&gt;&lt;/span&gt;no ip nat outside source {list {&lt;i&gt;access-list-number &lt;/i&gt;|&lt;i&gt; name&lt;/i&gt;}&lt;i&gt; &lt;/i&gt;pool &lt;i&gt;name &lt;/i&gt;| static &lt;i&gt;global-ip local-ip&lt;/i&gt;}&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;list &lt;/b&gt;&lt;i&gt;access-list-number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Standard IP access list number. Packets with source   addresses that pass the access list are translated using global addresses   from the named pool. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;list &lt;/b&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Name of a standard IP access list. Packets with source addresses   that pass the access list are translated using global addresses from the   named pool. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;pool &lt;/b&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Name of the pool from which global IP addresses are   allocated. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;static &lt;/b&gt;&lt;i&gt;global-ip&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Sets up a single static translation. This argument   establishes the globally unique IP address assigned to a host on the outside   network by its owner. It was allocated from globally routable network space. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;local-ip&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Sets up a single static translation. This argument   establishes the local IP address of an outside host as it appears to the   inside world. The address was allocated from address space routable on the   inside (RFC 1918, perhaps). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nat pool&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To define a pool of IP addresses for Network Address Translation (NAT), use the &lt;b&gt;ip nat pool &lt;/b&gt;global configuration command. To remove one or more addresses from the pool, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nat pool &lt;i&gt;name&lt;/i&gt; &lt;i&gt;start-ip end-ip&lt;/i&gt; {netmask &lt;i&gt;netmask&lt;/i&gt; | prefix-length &lt;i&gt;prefix-length&lt;/i&gt;}&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;    [&lt;/span&gt;type rotary]&lt;br /&gt;no ip nat pool &lt;i&gt;name&lt;/i&gt; &lt;i&gt;start-ip end-ip&lt;/i&gt; {netmask &lt;i&gt;netmask&lt;/i&gt; | prefix-length &lt;i&gt;prefix-length&lt;/i&gt;}&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;    [&lt;/span&gt;type rotary]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;name&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Name of the pool. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;start-ip&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Starting IP address that defines the range of addresses in   the address pool. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;end-ip&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Ending IP address that defines the range of addresses in   the address pool. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;netmask &lt;/b&gt;&lt;i&gt;netmask&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Network mask that indicates which address bits belong to   the network and subnetwork fields and which bits belong to the host field.   Specify the netmask of the network to which the pool addresses belong. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;prefix-length &lt;/b&gt;&lt;i&gt;prefix-length&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Number that indicates how many bits of the netmask are   ones (how many bits of the address indicate network). Specify the netmask of   the network to which the pool addresses belong. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;type&lt;/b&gt; &lt;b&gt;rotary&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Indicates that the range of address in the   address pool identify real, inside hosts among which TCP load distribution   will occur. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nat translation &lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To change the amount of time after which Network Address Translation (NAT) translations time out, use the &lt;b&gt;ip nat translation &lt;/b&gt;global configuration command. To disable the timeout, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nat translation {timeout | udp-timeout | dns-timeout | tcp-timeout | finrst-timeout&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;}&lt;br /&gt;&lt;/span&gt;&lt;i&gt;seconds&lt;br /&gt;&lt;/i&gt;no ip nat translation {timeout | udp-timeout | dns-timeout | tcp-timeout | finrst-timeout} &lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;timeout&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Specifies that the timeout value applies to dynamic   translations except for overload translations. Default is 86400 seconds (24   hours). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;udp-timeout&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Specifies that the timeout value applies to the UDP port.   Default is 300 seconds (5 minutes). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;dns-timeout&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Specifies that the timeout value applies to connections to   the Domain Naming System (DNS). Default is 60 seconds. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;tcp-timeout&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Specifies that the timeout value applies to the TCP port.   Default is 86400 seconds (24 hours). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;finrst-timeout&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Specifies that the timeout value applies to Finish and   Reset TCP packets, which terminate a connection. Default is 60 seconds. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;seconds&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Number of seconds after which the specified port   translation times out. Default values are listed in the Default section. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip netmask-format&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To specify the format in which netmasks are displayed in &lt;b&gt;show&lt;/b&gt; command output, use the &lt;b&gt;ip netmask-format &lt;/b&gt;line configuration command. To restore the default display format, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip netmask-format &lt;/b&gt;{&lt;b&gt;bitcount&lt;/b&gt; | &lt;b&gt;decimal &lt;/b&gt;| &lt;b&gt;hexadecimal&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;}&lt;br /&gt;&lt;/span&gt;no ip netmask-format [bitcount | decimal | hexadecimal]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;bitcount&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Addresses are followed by a slash and the total number of   bits in the netmask. For example, 131.108.11.0/24 indicates that the netmask   is 24 bits. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;decimal&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Network masks are displayed in dotted decimal notation   (for example, 255.255.255.0). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;hexadecimal&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Network masks are displayed in hexadecimal format, as   indicated by the leading 0X (for example, 0XFFFFFF00). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp authentication&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To configure the authentication string for an interface using Next Hop Resolution Protocol (NHRP), use the &lt;b&gt;ip nhrp authentication &lt;/b&gt;interface configuration command. To remove the authentication string, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp authentication &lt;i&gt;string&lt;br /&gt;&lt;/i&gt;no ip nhrp authentication [&lt;i&gt;string&lt;/i&gt;] &lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;string&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Authentication string configured for the source and   destination stations that controls whether NHRP stations allow   intercommunication. The string can be up to 8 characters long. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp holdtime&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To change the number of seconds that NHRP nonbroadcast, multiaccess (NBMA) addresses are advertised as valid in authoritative NHRP responses, use the &lt;b&gt;ip nhrp holdtime &lt;/b&gt;interface configuration command. To restore the default value, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp holdtime&lt;i&gt; seconds-positive &lt;/i&gt;[&lt;i&gt;seconds-negative&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;]&lt;br /&gt;&lt;/span&gt;no ip nhrp holdtime [&lt;i&gt;seconds-positive &lt;/i&gt;[&lt;i&gt;seconds-negative&lt;/i&gt;]]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;seconds-positive&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Time in seconds that NBMA addresses are advertised as   valid in positive authoritative NHRP responses. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;seconds-negative&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Time in seconds that NBMA addresses are   advertised as valid in negative authoritative NHRP responses. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp interest&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To control which IP packets can trigger sending a Next Hop Resolution Protocol (NHRP) Request, use the &lt;b&gt;ip nhrp interest &lt;/b&gt;interface configuration command. To restore the default value, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp interest &lt;i&gt;access-list-number&lt;br /&gt;&lt;/i&gt;no ip nhrp interest [&lt;i&gt;access-list-number&lt;/i&gt;] &lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;access-list-number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Standard or extended IP access list number in the range 1   to 199. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp map&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To statically configure the IP-to-NBMA address mapping of IP destinations connected to a nonbroadcast, multiaccess (NBMA) network, use the &lt;b&gt;ip nhrp map &lt;/b&gt;interface configuration command. To remove the static entry from NHRP cache, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp map &lt;i&gt;ip-address nbma-address&lt;br /&gt;&lt;/i&gt;no ip nhrp map &lt;i&gt;ip-address nbma-address&lt;/i&gt; &lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;ip-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;IP address of the destinations reachable through the NBMA   network. This address is mapped to the NBMA address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;nbma-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;NBMA address that is directly reachable through the NBMA   network. The address format varies depending on the medium you are using. For   example, ATM has an NSAP address, Ethernet has a MAC address, and SMDS has an   E.164 address. This address is mapped to the IP address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp map multicast&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To configure NBMA addresses used as destinations for broadcast or multicast packets to be sent over a tunnel network, use the &lt;b&gt;ip nhrp map multicast &lt;/b&gt;interface configuration command. To remove the destinations, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp map multicast &lt;i&gt;nbma-address&lt;br /&gt;&lt;/i&gt;no ip nhrp map multicast &lt;i&gt;nbma-address&lt;/i&gt; &lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;nbma-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Nonbroadcast, multiaccess (NBMA) address which is directly   reachable through the NBMA network. The address format varies depending on   the medium you are using. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp max-send&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To change the maximum frequency at which NHRP packets can be sent, use the &lt;b&gt;ip nhrp max-send &lt;/b&gt;interface configuration command. To restore this frequency to the default value, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp max-send &lt;/b&gt;&lt;i&gt;pkt-count&lt;/i&gt;&lt;b&gt; every &lt;i&gt;interval&lt;br /&gt;&lt;/i&gt;no ip nhrp max-send&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;pkt-count&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Number of packets which can be transmitted in the range   from 1 to 65535. Default is 5 packets. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;every&lt;/b&gt;&lt;i&gt; interval&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Time (in seconds) in the range from 10 to 65535. Default   is 10 seconds. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp network-id&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable the Next Hop Resolution Protocol (NHRP) on an interface, use the &lt;b&gt;ip nhrp network-id &lt;/b&gt;interface configuration command. To disable NHRP on the interface, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp network-id &lt;i&gt;number&lt;br /&gt;&lt;/i&gt;no ip nhrp network-id [&lt;i&gt;number&lt;/i&gt;]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Globally unique, 32-bit network identifier for a   nonbroadcast, multiaccess (NBMA) network. The range is 1 to 4294967295. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp nhs&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To specify the address of one or more NHRP Next Hop Servers, use the &lt;b&gt;ip nhrp nhs &lt;/b&gt;interface configuration command. To remove the address, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp nhs &lt;/b&gt;&lt;i&gt;nhs-address&lt;/i&gt; [&lt;i&gt;net-address &lt;/i&gt;[&lt;i&gt;netmask&lt;/i&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;]]&lt;br /&gt;&lt;/span&gt;no ip nhrp nhs &lt;i&gt;nhs-address&lt;/i&gt; [&lt;i&gt;net-address &lt;/i&gt;[&lt;i&gt;netmask&lt;/i&gt;]]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;nhs-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Address of the Next Hop Server being specified. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;net-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) IP address of a network served by the Next Hop   Server. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;netmask&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) IP network mask to be associated with the &lt;i&gt;net&lt;/i&gt;   IP address. The &lt;i&gt;net&lt;/i&gt; IP address is logically ANDed with the mask. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp record&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To re-enable the use of forward record and reverse record options in NHRP Request and Reply packets, use the &lt;b&gt;ip nhrp record &lt;/b&gt;interface configuration command. To suppress the use of such options, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp record&lt;br /&gt;no ip nhrp record&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp responder&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To designate which interface's primary IP address the Next Hop Server will use in NHRP Reply packets when the NHRP requestor uses the Responder Address option, use the &lt;b&gt;ip nhrp responder &lt;/b&gt;interface configuration command. To remove the designation, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp responder &lt;i&gt;type number&lt;br /&gt;&lt;/i&gt;no ip nhrp responder [&lt;i&gt;type&lt;/i&gt;] [&lt;i&gt;number&lt;/i&gt;] &lt;/b&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;type&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Interface type whose primary IP address is used when a   Next Hop Server complies with a Responder Address option (for example, &lt;b&gt;serial&lt;/b&gt;,   &lt;b&gt;tunnel&lt;/b&gt;). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Interface number whose primary IP address is used when a   Next Hop Server complies with a Responder Address option. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip nhrp use&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To configure the software so that NHRP is deferred until the system has attempted to send data traffic to a particular destination multiple times, use the &lt;b&gt;ip nhrp use &lt;/b&gt;interface configuration command. To restore the default value, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip nhrp use &lt;i&gt;usage-count&lt;br /&gt;&lt;/i&gt;no ip nhrp use &lt;i&gt;usage-count&lt;/i&gt;&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;usage-count&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Packet count in the range from 1 to 65535. Default is 1. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip probe proxy&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable the HP Probe Proxy support, which allows the Cisco IOS software to respond to HP Probe Proxy Name requests, use the &lt;b&gt;ip probe proxy &lt;/b&gt;interface configuration command. To disable HP Probe Proxy, use the &lt;b&gt;no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip probe proxy&lt;br /&gt;no ip probe proxy&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip proxy-arp&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable proxy ARP on an interface, use the &lt;b&gt;ip proxy-arp&lt;/b&gt; interface configuration command. To disable proxy ARP on the interface, use the &lt;b&gt;no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip proxy-arp&lt;br /&gt;no ip proxy-arp&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip redirects&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable the sending of redirect messages if the Cisco IOS software is forced to resend a packet through the same interface on which it was received, use the &lt;b&gt;ip redirects&lt;/b&gt; interface configuration command. To disable the sending of redirect messages, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip redirects&lt;br /&gt;no ip redirects&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip routing&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable IP routing, use the&lt;b&gt; ip routing&lt;/b&gt; global configuration command. To disable IP routing, use the &lt;b&gt;no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip routing&lt;br /&gt;no ip routing&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip subnet-zero&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable the use of subnet zero for interface addresses and routing updates, use the &lt;b&gt;ip subnet-zero&lt;/b&gt; global configuration command. To restore the default, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip subnet-zero&lt;br /&gt;no ip subnet-zero&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ip unnumbered&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To enable IP processing on a serial interface without assigning an explicit IP address to the interface, use the &lt;b&gt;ip unnumbered&lt;/b&gt; interface configuration command.&lt;b&gt; &lt;/b&gt;To disable the IP processing on the interface, use the&lt;b&gt; no &lt;/b&gt;form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ip unnumbered&lt;em&gt; type number&lt;/em&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;no ip unnumbered&lt;em&gt; type number&lt;/em&gt;&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;type number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Type and number of another interface on which the router   has an assigned IP address. It cannot be another unnumbered interface. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ping (privileged)&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To check host reachability and network connectivity, use the &lt;b&gt;ping&lt;/b&gt; (IP packet internet groper function) privileged EXEC command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ping [&lt;/b&gt;&lt;i&gt;protocol&lt;/i&gt;&lt;b&gt;] {&lt;/b&gt;&lt;i&gt;host&lt;/i&gt;&lt;b&gt; |&lt;/b&gt;&lt;i&gt; address&lt;/i&gt;&lt;b&gt;}&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;protocol&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Protocol keyword. The default is IP. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;host&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Host name of system to ping. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;IP address of system to ping. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;ping (user)&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To check host reachability and network connectivity, use the &lt;b&gt;ping&lt;/b&gt; (IP packet internet groper function) user EXEC command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;ping [&lt;i&gt;protocol&lt;/i&gt;] {&lt;i&gt;host&lt;/i&gt; |&lt;i&gt; address&lt;/i&gt;}&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;protocol&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Protocol keyword. The default is IP. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;host&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Host name of system to ping. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;IP address of system to ping. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show arp&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display the entries in the ARP table, use the &lt;b&gt;show arp&lt;/b&gt; privileged EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show arp&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show hosts&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display the default domain name, the style of name lookup service, a list of name server hosts, and the cached list of host names and addresses, use the &lt;b&gt;show hosts&lt;/b&gt; EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show hosts&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip aliases&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display the IP addresses mapped to TCP ports (aliases) and SLIP addresses, which are treated similarly to aliases, use the &lt;b&gt;show ip aliases&lt;/b&gt; EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip aliases&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip arp&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display the Address Resolution Protocol (ARP) cache, where SLIP addresses appear as permanent ARP table entries, use the &lt;b&gt;show ip arp&lt;/b&gt; EXEC command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip arp &lt;/b&gt;[&lt;i&gt;ip-address&lt;/i&gt;] [&lt;i&gt;hostname&lt;/i&gt;] [&lt;i&gt;mac-address&lt;/i&gt;] [&lt;i&gt;type number&lt;/i&gt;] &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;ip-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) ARP entries matching this IP address are   displayed. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;hostname&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Host name. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;mac-address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) 48-bit MAC address. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;type number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) ARP entries learned via this interface type and   number are displayed. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip interface&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display the usability status of interfaces configured for IP, use the &lt;b&gt;show ip interface&lt;/b&gt; EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip interface [&lt;i&gt;type number&lt;/i&gt;]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;type &lt;/i&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Interface type. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Interface number. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip irdp&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display IRDP values, use the &lt;b&gt;show ip irdp&lt;/b&gt; EXEC command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip irdp&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip masks&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display the masks used for network addresses and the number of subnets using each mask, use the &lt;b&gt;show ip masks&lt;/b&gt; EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip masks&lt;i&gt; address &lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;address&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Network address for which a mask is required. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip nat statistics&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display Network Address Translation (NAT) statistics, use the &lt;b&gt;show ip nat statistics &lt;/b&gt;EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip nat statistics &lt;/b&gt;&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip nat translations &lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display active Network Address Translation (NAT) translations, use the &lt;b&gt;show ip nat translations &lt;/b&gt;EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip nat translations [verbose] &lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;verbose&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Displays additional information for each   translation table entry, including how long ago the entry was created and   used. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip nhrp&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display the Next Hop Resolution Protocol (NHRP) cache, use the &lt;b&gt;show ip nhrp &lt;/b&gt;EXEC command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip nhrp &lt;/b&gt;[&lt;b&gt;dynamic | static] [&lt;i&gt;type number&lt;/i&gt;] &lt;/b&gt;&lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;dynamic&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Displays only the dynamic (learned) IP-to-NBMA   address cache entries. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;static&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Displays only the static IP-to-NBMA address   entries in the cache (configured through the &lt;b&gt;ip nhrp map&lt;/b&gt; command). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;type&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Interface type about which to display the NHRP   cache (for example, &lt;b&gt;atm&lt;/b&gt;, &lt;b&gt;tunnel&lt;/b&gt;). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;number&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Interface number about which to display the   NHRP cache. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip nhrp traffic&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display Next Hop Resolution Protocol (NHRP) traffic statistics, use the &lt;b&gt;show ip nhrp traffic &lt;/b&gt;EXEC command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip nhrp traffic&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;show ip redirects&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To display the address of a default gateway (router) and the address of hosts for which a redirect has been received, use the &lt;b&gt;show ip redirects&lt;/b&gt; EXEC command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;show ip redirects&lt;/b&gt; &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;term ip netmask-format&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To specify the format in which netmasks are displayed in &lt;b&gt;show&lt;/b&gt; command output, use the &lt;b&gt;term ip netmask-format &lt;/b&gt;EXEC command. To restore the default display format, use the &lt;b&gt;no&lt;/b&gt; form of this command. &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;term ip netmask-format &lt;/b&gt;{&lt;b&gt;bitcount&lt;/b&gt; | &lt;b&gt;decimal &lt;/b&gt;| &lt;b&gt;hexadecimal&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;}&lt;br /&gt;&lt;/span&gt;term no ip netmask-format [bitcount | decimal | hexadecimal]&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;bitcount&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Addresses are followed by a slash and the total number of   bits in the netmask. For example, 131.108.11.55/24 indicates that the netmask   is 24 bits. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;decimal&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Netmasks are displayed in dotted decimal notation (for   example, 255.255.255.0). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;hexadecimal&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Netmasks are displayed in hexadecimal format, as indicated   by the leading 0X (for example, 0XFFFFFF00). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;trace (privileged)&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To discover the routes the packets follow when traveling to their destination from the router, use the &lt;b&gt;trace&lt;/b&gt; privileged EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;trace &lt;em&gt;[&lt;/em&gt;&lt;/b&gt;&lt;i&gt;destination&lt;em&gt;&lt;b&gt;]&lt;/b&gt;&lt;/em&gt;&lt;/i&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;destination&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Destination address or host name on the command   line. The default parameters for the appropriate protocol are assumed and the   tracing action begins. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;trace (user)&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To discover the routes the router packets follow when traveling to their destination, use the &lt;b&gt;trace&lt;/b&gt; user EXEC command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;trace ip &lt;/b&gt;&lt;i&gt;destination&lt;/i&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;i&gt;destination&lt;/i&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Destination address or host name on the command line. The   default parameters for the appropriate protocol are assumed and the tracing   action begins. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;tunnel mode&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To set the encapsulation mode for the tunnel interface, use the &lt;b&gt;tunnel mode&lt;/b&gt; interface configuration command. To set to the default, use the &lt;b&gt;no&lt;/b&gt; form of this command.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;tunnel mode &lt;/b&gt;{&lt;b&gt;aurp | cayman | dvmrp | eon | gre ip &lt;/b&gt;[&lt;b&gt;multipoint] | nos&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;}&lt;br /&gt;&lt;/span&gt;no tunnel mode&lt;/b&gt; &lt;/p&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;aurp&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;AppleTalk Update-Based Routing Protocol (AURP). &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;cayman&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Cayman TunnelTalk AppleTalk encapsulation. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;dvmrp&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Distance Vector Multicast Routing Protocol. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;eon&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;EON compatible CLNS tunnel. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;gre ip&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;Generic routing   encapsulation (GRE) protocol over IP.&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;multipoint&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;(Optional) Enables a GRE tunnel to be used in a multipoint   fashion. Can be used with the &lt;b&gt;gre ip&lt;/b&gt; keyword only, and requires the   use of the &lt;b&gt;tunnel key&lt;/b&gt; command. &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;nos&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;KA9Q/NOS compatible IP over IP.&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;h1 style="margin: 0in 0in 0.0001pt; text-align: center;" align="center"&gt;&lt;span style="font-size: 18pt; font-family: Arial; color: maroon;"&gt;Cisco Routers&lt;/span&gt;&lt;/h1&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Also check: &lt;/span&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_routerconfig.htm"&gt;&lt;span style="color: navy;"&gt;http://www.tomax7.com/mcse/cisco_routerconfig.htm&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Routing with Cisco 2500 and 1000 Series for LAN-ISDN Service&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Commands&lt;/span&gt;&lt;/h2&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Commands - General&lt;/span&gt;&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;There are 3 different modes of operation within the Cisco IOS.&lt;/span&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0in;" start="1" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Disabled mode &lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Enabled mode &lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Configuration mode &lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;In the &lt;b&gt;Disabled&lt;/b&gt; mode you can use a limited number of commands. This is used primarily to monitor the router.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;The &lt;b&gt;Enabled&lt;/b&gt; mode is used to show configuration information, enter the configuration mode, and make changes to the configuration.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;The &lt;b&gt;Configuration&lt;/b&gt; mode is used to enter and update the runtime configuration.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;To get a list of the commands for the cisco type '?' at the prompt. To get further information about any command, type the command followed by a '?'.&lt;/span&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table style="" border="0" cellpadding="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;clear&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Reset functions&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;clock&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Manage the system clock&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;configure&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Enter configuration mode&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;debug&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Debugging functions (see also 'undebug')&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;disable&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Turn off privileged commands&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;enable&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Turn on privileged commands&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;erase&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Erase flash or configuration memory&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;exit&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Exit from the EXEC&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;help&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Description of the interactive help system&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;login&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Log in as a particular user&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;logout&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Exit from the EXEC&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;no&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Disable debugging functions&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;ping&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Send echo messages&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;reload&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Halt and perform a cold restart&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;setup&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Run the SETUP command facility&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;show&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Show running system information&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;telnet&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Open a telnet connection&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;terminal&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Set terminal line parameters&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;test&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Test subsystems, memory, and interfaces&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;traceroute&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Trace route to destination&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;tunnel&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Open a tunnel connection&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;undebug&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Disable debugging functions (see also 'debug')&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;verify&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Verify checksum of a Flash file&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;write&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Write running configuration to memory, network, or terminal&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td colspan="2" style="padding: 0.75pt;"&gt;   &lt;div class="MsoNormal" style="text-align: center;" align="center"&gt;   &lt;hr align="center" size="2" width="100%"&gt;   &lt;/div&gt;      &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;show&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;access-lists&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;List access lists&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;arp&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;ARP table&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;buffers&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Buffer pool statistics&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;configuration&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Contents of Non-Volatile memory&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;controllers&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Interface controller status&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;debugging&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;State of each debugging option&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;dialer&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Dialer parameters and statistics&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;extended&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Extended Interface Information&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;flash&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;System Flash information&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;flh-log&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Flash Load Helper log buffer&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;history&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Display the session command history&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;hosts&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;IP domain-name, lookup style, name servers, and host table&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;interfaces&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Interface status and configuration&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;ip&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;IP information&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;isdn&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;ISDN information&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;line&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;TTY line information&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;logging &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Show the contents of logging buffers&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;memory&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Memory statistics&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;privilege&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Show current privilege level&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;processes&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Active process statistics&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;protocols&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Active network routing protocols&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;queue&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Show queue contents&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;queueing&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Show queueing configuration&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;reload&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Scheduled reload information&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;route-map&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;route-map information&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;running-config &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Current operating configuration&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;sessions &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Information about Telnet connections&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;smf&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Software MAC filter&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;stacks&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Process stack utilization&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;startup-config&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Contents of startup configuration&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;subsys&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Show subsystem information&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;tcp&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Status of TCP connections&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;terminal&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Display terminal configuration parameters&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;users&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Display information about terminal lines&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;version&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0.75pt;"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;System hardware and software status&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Other Useful Commands&lt;/span&gt;&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#software"&gt;&lt;span style="color: navy;"&gt;View the Software Version&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#ethernet%20IP"&gt;&lt;span style="color: navy;"&gt;View the Ethernet IP&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#serial%20IP"&gt;&lt;span style="color: navy;"&gt;View the Serial IP&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#default%20route"&gt;&lt;span style="color: navy;"&gt;View the Default Route&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#filters"&gt;&lt;span style="color: navy;"&gt;View the Filters&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#bandwidth"&gt;&lt;span style="color: navy;"&gt;View the Bandwidth&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#static%20route"&gt;&lt;span style="color: navy;"&gt;Add a Static Route&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#change%20number"&gt;&lt;span style="color: navy;"&gt;Change the Dial Number&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#turn%20filters"&gt;&lt;span style="color: navy;"&gt;Turn Filters On and Off&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#ping"&gt;&lt;span style="color: navy;"&gt;Ping from the Router&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.tomax7.com/mcse/cisco_commands.htm#traceroute"&gt;&lt;span style="color: navy;"&gt;Traceroute from the Router&lt;/span&gt;&lt;/a&gt;&lt;span style="color: navy;"&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt; &lt;!--[endif]--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;View the Software Version&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Cisco&gt;en&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Cisco#wr term&lt;span style=""&gt;    &lt;/span&gt;&lt;--- Shows the running configuration&lt;span style=""&gt;    &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Building configuration...&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Current configuration:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;version 11.2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;no service udp-small-servers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;no service tcp-small-servers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;hostname Cisco&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;interface Ethernet0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; ip address 192.168.1.1 255.255.255.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;interface Serial0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; ip address 192.168.6.1 255.255.255.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; encapsulation frame-relay&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; frame-relay lmi-type ansi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;interface Serial1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; ip address 192.168.4.2 255.255.255.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; encapsulation frame-relay&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; bandwidth 1536&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; keepalive 5&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; frame-relay map ip 192.168.4.1 101 IETF&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;router rip&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; version 2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; network 192.168.4.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; network 192.168.6.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; neighbor 192.168.6.2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt; neighbor 192.168.4.1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip classless&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip route 0.0.0.0 0.0.0.0 192.168.6.2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip route 0.0.0.0 0.0.0.0 192.168.4.1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;line con 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;line aux 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;line vty 0 4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;login&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;end&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;View the Ethernet IP&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;From the enable command prompt:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#wr term&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;This will show the running configuration.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Within the configuration, you will see an interface ethernet 0 section:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;interface Ethernet0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip address 38.150.93.1 255.255.255.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;no ip directed-broadcast&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;View the Serial IP&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;From the enable command prompt:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#wr term&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Within the configuration, you will see an interface serial 0 section:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;interface Serial0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip address 38.21.10.100 255.255.255.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip broadcast-address 38.21.10.255&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip access-group 106 in&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;encapsulation frame-relay&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;bandwidth 56&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;no fair-queue&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;frame-relay map ip 38.21.10.1 500 IETF&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;View the Default Route&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;From the enable command prompt:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#wr term&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Within the configuration, you will see an ip route section. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;In the ip route section, look for a route:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip route 0.0.0.0 0.0.0.0 38.167.29.1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;The last ip address is the POP ip.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;View the Filters&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;From the enable command prompt:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#wr term&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Under interface serial 0, look for:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip access-group 104 in&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip access-group 105 out&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;This means that access-group 104 is the inbound filter set and&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-group 105 is the outbound filter set.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Then, continue to look in the configuration for the access-list statements:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;(Example access-list statements)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 104 deny&lt;span style=""&gt;   &lt;/span&gt;ip 38.166.101.0 0.0.0.255 any&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 104 permit tcp any any established&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 104 permit tcp any eq ftp-data any gt 1023&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 104 permit udp any eq domain any gt 1023&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 104 permit udp any eq domain any eq domain&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 104 permit icmp any any&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 104 permit udp any eq snmp any gt 1023&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 105 deny&lt;span style=""&gt;   &lt;/span&gt;ip any 38.166.101.0 0.0.0.255&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 105 permit tcp any any established&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 105 permit tcp any any eq ftp&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 105 deny&lt;span style=""&gt;   &lt;/span&gt;udp any eq netbios-ns any&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 105 deny&lt;span style=""&gt;   &lt;/span&gt;udp any eq netbios-dgm any&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;access-list 105 permit ip any any&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;View the Bandwidth&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;From the enable command prompt:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#wr term&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Within the config, you will see an interface serial 0 section:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;interface Serial0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip address 38.21.10.100 255.255.255.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip broadcast-address 38.21.10.255&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip access-group 106 in&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;encapsulation frame-relay&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;bandwidth 56&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;no fair-queue&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;frame-relay map ip 38.21.10.1 500 IETF&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Add a Static Route&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;From the enable command prompt:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Cisco#config t&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Enter configuration commands, one per line.&lt;span style=""&gt;  &lt;/span&gt;End with CNTL/Z.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Cisco(config)#ip route DEST.DEST.DEST.DEST MASK.MASK.MASK.MASK GATE.GATE.GATE.GATE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;where: DEST.DEST.DEST.DEST = The destination network the static route is for&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;&lt;span style=""&gt;       &lt;/span&gt;MASK.MASK.MASK.MASK = The subnet mask of the destination network&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;&lt;span style=""&gt;       &lt;/span&gt;GATE.GATE.GATE.GATE = The gateway of the static route&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Example route statement:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;ip route 38.222.75.0 255.255.255.0 38.20.5.1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Cisco(config)#^Z (hit &lt;control&gt; z)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Write the entry to memory:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Cisco#wr mem&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Building configuration...&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;[OK]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Change the Dial Number&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;At the prompt:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Type en to put the router in enable mode:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;test.com&gt;en&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;The password should be the same as the one used to telnet in.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Password:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;To view the router's configuration, type:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;test.com#show config&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;There will be a line in the configuration that says:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;dialer map IP 38.1.1.1 speed 64 name LD3330 2707000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;The 2707000 is the dial number.&lt;b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;b&gt;&lt;span style="font-family: Arial; color: navy;"&gt;NOTE: Record what interface the dialer map IP line is under&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre&gt;&lt;b&gt;&lt;span style="font-family: Arial; color: navy;"&gt;because you will need to use that interface when changing the number.&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; color: navy;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Type config t to configure from terminal.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;test.com#config t&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Enter configuration commands, one per line.&lt;span style=""&gt;  &lt;/span&gt;End with CNTL/Z.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Enter the interface that the dialer map IP line is under:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;test.com(config)#interface BRI0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Add in the new dialer map IP line with the new phone number:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;test.com(config)#dialer map IP 38.1.1.1 speed 64 name LD3330 [new number]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Now, remove the old dialer map IP line.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;To remove a line, type no and then the line.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;For example, to remove the old dialer map IP, type:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;test.com(config)#no dialer map IP 38.1.1.1 speed 64 name LD3330 2707020&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Now leave config mode:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;test.com(config)# [control] z&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Save changes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;test.com# write mem&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Building configuration...&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;[OK]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Verify the new number is in the config:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;test.com#show config&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;The new number should be in the dialer map IP line.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Turn Filters On and Off&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;From the enable command prompt:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;To turn the filters off:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#configure terminal&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router(config)#interface Serial0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router(config-if)#no ip access-group 104 in&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router(config-if)#no ip access-group 105 out&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router(config-if)# Hit CTRL-Z&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#wr mem&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Building configuration...&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;[OK]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;To turn the filters on:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#configure terminal&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router(config)#interface Serial0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router(config-if)#ip access-group 104 in&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router(config-if)#ip access-group 105 out&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router(config-if)# Hit CTRL-Z&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#wr mem&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Building configuration...&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;[OK]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Router#&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;h4 style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Arial; color: navy;"&gt;Ping from the Router&lt;/span&gt;&lt;/h4&gt;  &lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;From the enable command prompt, type:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Cisco#ping &lt;hostname&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Example:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;div style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color windowtext; border-width: medium medium 0.75pt; padding: 0in 0in 1pt;"&gt;&lt;pre style="border: medium none ; padding: 0in;"&gt;&lt;span style="font-family: Arial; color: navy;"&gt;Cisco#ping 38.8.14.2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Router Configuration Commands &lt;span style="font-size: 10pt;"&gt;(&lt;a href="http://www.tomax7.com/mcse/index.htm"&gt;click here for more Cisco stuff&lt;/a&gt;)&lt;/span&gt;&lt;/h3&gt;  &lt;table style="background: white none repeat scroll 0% 50%; width: 476.2pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" bgcolor="white" border="1" cellpadding="0" cellspacing="0" width="635"&gt;  &lt;tbody&gt;&lt;tr style="height: 4.75pt;"&gt;   &lt;td style="padding: 7.5pt; background: rgb(0, 0, 102) none repeat scroll 0% 50%; width: 224.25pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 4.75pt;" width="299"&gt;   &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: white;"&gt;Requirement&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; background: rgb(0, 0, 102) none repeat scroll 0% 50%; width: 251.95pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 4.75pt;" width="336"&gt;   &lt;h5&gt;Cisco Command&lt;/h5&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 27.8pt;"&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Set a console password to cisco&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;line con 0&lt;/strong&gt;&lt;br /&gt;  Router(config-line)#&lt;strong&gt;login&lt;/strong&gt;&lt;br /&gt;  Router(config-line)#&lt;strong&gt;password cisco&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 27.8pt;"&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Set a telnet password&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;line vty 0 4&lt;/strong&gt;&lt;br /&gt;  Router(config-line)#&lt;strong&gt;login&lt;/strong&gt;&lt;br /&gt;  Router(config-line)#&lt;strong&gt;password cisco&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 18.55pt;"&gt;   &lt;td style="padding: 7.5pt; height: 18.55pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Stop console timing out&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 18.55pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;line con 0&lt;/strong&gt;&lt;br /&gt;  Router(config-line)#&lt;strong&gt;exec-timeout 0 0&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.25pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Set the enable password to cisco&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;enable password cisco&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 27.8pt;"&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Set the enable secret password to peter. &lt;/p&gt;   &lt;p style="margin: 0in 0in 0.0001pt;"&gt;This password overrides the   enable password and is encypted within the config file&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;enable secret peter&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.25pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Enable an interface&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config-if)#&lt;strong&gt;no shutdown&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.25pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;To disable an interface&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config-if)#&lt;strong&gt;shutdown&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.95pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.95pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Set the clock rate for a router with a DCE cable to 64K&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.95pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config-if)&lt;strong&gt;clock rate 64000&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 18.55pt;"&gt;   &lt;td style="padding: 7.5pt; height: 18.55pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Set a logical bandwidth assignment of 64K to the serial   interface&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 18.55pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config-if)&lt;strong&gt;bandwidth 64&lt;/strong&gt;&lt;br /&gt;  &lt;strong&gt;Note that the zeroes are not missing&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 18.55pt;"&gt;   &lt;td style="padding: 7.5pt; height: 18.55pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;To add an IP address to a interface&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 18.55pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config-if)#&lt;strong&gt;ip addr 10.1.1.1 255.255.255.0&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 27.8pt;"&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;To enable RIP on all 172.16.x.y interfaces&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;router rip&lt;/strong&gt;&lt;br /&gt;  Router(config-router)#&lt;strong&gt;network 172.16.0.0&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.25pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Disable RIP &lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;no router rip&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 27.8pt;"&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;To enable IRGP with a AS of 200, to all interfaces&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 27.8pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;router igrp 200&lt;/strong&gt;&lt;br /&gt;  Router(config-router)#&lt;strong&gt;network 172.16.0.0&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.25pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Disable IGRP&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;no router igrp 200&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.25pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Static route the remote network is 172.16.1.0, with a mask   of 255.255.255.0, the next hop is 172.16.2.1, at a cost of 5 hops&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;ip route 172.16.1.0 255.255.255.0   172.16.2.1 5&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.25pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Disable CDP for the whole router&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;no cdp run&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.95pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.95pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Enable CDP for he whole router&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.95pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config)#&lt;strong&gt;cdp run&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 9.25pt;"&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Disable CDP on an interface&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 7.5pt; height: 9.25pt;" valign="top"&gt;   &lt;p class="MsoNormal"&gt;Router(config-if)&lt;strong&gt;#no cdp enable&lt;/strong&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt; &lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Router Show Commands&lt;/h3&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: white;"&gt;Requirement&lt;/span&gt;&lt;span style=""&gt;                                                                     &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: white;"&gt;Cisco Command&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;View version information&lt;span style=""&gt;                                                       &lt;/span&gt;show version&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;View current configuration (DRAM)&lt;span style=""&gt;                                     &lt;/span&gt;show running-config&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;View startup configuration (NVRAM)&lt;span style=""&gt;                                   &lt;/span&gt;show startup-config&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Show IOS file and flash space&lt;span style=""&gt;                                               &lt;/span&gt;show flash&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Shows all logs that the router has in its memory&lt;span style=""&gt;                      &lt;/span&gt;show log&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;View the interface status of interface e0&lt;span style=""&gt;                                 &lt;/span&gt;show interface e0&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Overview all interfaces on the router &lt;span style=""&gt;                                     &lt;/span&gt;show ip interfaces brief&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;View type of serial cable on s0&lt;span style=""&gt;                                              &lt;/span&gt;show controllers 0 (note the space between the 's' and the '0')&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Display a summary of connected cdp devices&lt;span style=""&gt;                        &lt;/span&gt;show cdp neighbor&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Display detailed information on all devices&lt;span style=""&gt;                             &lt;/span&gt;show cdp entry *&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Display current routing protocols&lt;span style=""&gt;                                           &lt;/span&gt;show ip protocols&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Display IP routing table&lt;span style=""&gt;                                                         &lt;/span&gt;show ip route&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Display access lists, this includes the number of displayed matches&lt;span style=""&gt;                                                                            &lt;/span&gt;show access-lists&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Check the router can see the ISDN switch&lt;span style=""&gt;                            &lt;/span&gt;show isdn status&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Check a Frame Relay PVC connections&lt;span style=""&gt;                                &lt;/span&gt;show frame-relay pvc&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;show lmi traffic stats&lt;span style=""&gt;                                                              &lt;/span&gt;show frame-relay lmi&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Display the frame inverse ARP table&lt;span style=""&gt;                                      &lt;/span&gt;show frame-relay map&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt; &lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Router Basic Operations&lt;/h3&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: white;"&gt;Requirement&lt;/span&gt;&lt;span style=""&gt;                                                    &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: white;"&gt;Cisco Command&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Enable&lt;span style=""&gt;                                                                 &lt;/span&gt;Enter privileged mode&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Return to user mode from privileged&lt;span style=""&gt;                     &lt;/span&gt;disable&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Exit Router&lt;span style=""&gt;                                                          &lt;/span&gt;Logout or exit or quit&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Recall last command&lt;span style=""&gt;                                            &lt;/span&gt;up arrow or &lt;ctrl-p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Recall next command&lt;span style=""&gt;                                           &lt;/span&gt;down arrow or &lt;ctrl-n&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Suspend or abort &lt;span style=""&gt;                                                &lt;/span&gt;&lt;shift&gt; and  &lt;ctrl&gt; and 6 then x&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Refresh screen output&lt;span style=""&gt;                                          &lt;/span&gt;&lt;ctrl-r&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Compleat Command&lt;span style=""&gt;                                            &lt;/span&gt;TAB&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt; &lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Router Copy Commands&lt;/h3&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: white;"&gt;Requirement&lt;/span&gt;&lt;span style=""&gt;                                                    &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: white;"&gt;Cisco Command&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Save the current configuration from DRAM to NVRAM&lt;span style=""&gt;                                                                                          &lt;/span&gt;copy running-config startup-config&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Merge NVRAM configuration to DRAM&lt;span style=""&gt;             &lt;/span&gt;copy startup-config running-config&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Copy DRAM configuration to a TFTP server&lt;span style=""&gt;       &lt;/span&gt;copy runing-config tftp&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Merge TFTP configuration with current router configuration held in DRAM&lt;span style=""&gt;                                                               &lt;/span&gt;copy tftp runing-config&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Backup the IOS onto a TFTP server&lt;span style=""&gt;                    &lt;/span&gt;copy flash tftp&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Upgrade the router IOS from a TFTP server&lt;span style=""&gt;        &lt;/span&gt;copy tftp flash&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt; &lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Router Debug Commands&lt;/h3&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: white;"&gt;Requirement&lt;/span&gt;&lt;span style=""&gt;                                                    &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: white;"&gt;Cisco Command&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Enable debug for RIP&lt;span style=""&gt;                                          &lt;/span&gt;debug ip rip&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Enable summary IGRP debug information&lt;span style=""&gt;             &lt;/span&gt;debug ip igrp events&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Enable detailed IGRP debug information&lt;span style=""&gt;              &lt;/span&gt;debug ip igrp transactions&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Debug IPX RIP&lt;span style=""&gt;                                                   &lt;/span&gt;debug ipx routing activity&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Debug IPX SAP&lt;span style=""&gt;                                                  &lt;/span&gt;debug IPX SAP&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Enable debug for CHAP or PAP&lt;span style=""&gt;                         &lt;/span&gt;debug ppp authentication&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Switch all debugging off&lt;span style=""&gt;                                       &lt;/span&gt;no debug all&lt;br /&gt;undebug all&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 20pt;"&gt;&lt;a href="http://www.tomax7.com/mcse/index.htm"&gt;http://www.tomax7.com/mcse/index.htm&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 20pt;"&gt;&lt;a href="http://www.preplogic.com/products/exams/pe_preview.aspx?source=B0508_mcmcsehmpg519x59_peprev_050908"&gt;http://www.preplogic.com/products/exams/pe_preview.aspx?source=B0508_mcmcsehmpg519x59_peprev_050908&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 20pt;"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 20pt;"&gt;&lt;a href="http://www.mcmcse.com/"&gt;http://www.mcmcse.com/&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 20pt;"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;LAB 1 Basic Cisco configuration commands&lt;/h2&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;1.&lt;span style="font-size: 7pt;"&gt;      &lt;/span&gt;Connect PC Ethernet port and Cisco router Ethernet port  by using:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;Cross-over UTP cable  (cable with pin 1 connected to pin 6 and pin 2 connected to pin 6, both on RJ45 connector) or by using&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;HUB and two straight UTP cables. &lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;2.&lt;span style="font-size: 7pt;"&gt;      &lt;/span&gt;Power on the router and look at the massages appearing on the screen, while the router is booting&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Part 1&lt;/p&gt;  &lt;p class="MsoNormal"&gt;BASIC COMMANDS&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Using the commands on the router:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;show version &lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;show ip interface brief        or:       show interface&lt;/p&gt;  &lt;p class="MsoNormal"&gt;answer the following questions:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;1. Router name:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;2. Router type:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;3. IOS version:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;4. Memory amount:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;5. Flash ROM amount:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;6. Number and types of interfaces:&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Part 2&lt;/p&gt;  &lt;p class="MsoNormal"&gt;IP address space for each working group (4 PC, 4 routers) is:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;WG1:               192.168.1.0/24&lt;/p&gt;  &lt;p class="MsoNormal"&gt;WG2:               192.168.2.0/24&lt;/p&gt;  &lt;p class="MsoNormal"&gt;WG3:               192.168.3.0/24&lt;/p&gt;  &lt;p class="MsoNormal"&gt;WG4:               192.168.4.0/24&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Each WG should split its IP address space to subnets by which they will be able to establish the following connections:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;                     Eth.                                                                            Eth.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;  &lt;v:stroke joinstyle="miter"&gt;  &lt;v:formulas&gt;   &lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;   &lt;v:f eqn="sum @0 1 0"&gt;   &lt;v:f eqn="sum 0 0 @1"&gt;   &lt;v:f eqn="prod @2 1 2"&gt;   &lt;v:f eqn="prod @3 21600 pixelWidth"&gt;   &lt;v:f eqn="prod @3 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @0 0 1"&gt;   &lt;v:f eqn="prod @6 1 2"&gt;   &lt;v:f eqn="prod @7 21600 pixelWidth"&gt;   &lt;v:f eqn="sum @8 21600 0"&gt;   &lt;v:f eqn="prod @7 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @10 21600 0"&gt;  &lt;/v:formulas&gt;  &lt;v:path extrusionok="f" gradientshapeok="t" connecttype="rect"&gt;  &lt;o:lock ext="edit" aspectratio="t"&gt; &lt;/v:shapetype&gt;&lt;v:shape id="_x0000_i1026" type="#_x0000_t75" alt="" style="'width:102pt;"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image001.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image001.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image001.gif" shapes="_x0000_i1026" border="0" height="2" width="136" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1027" type="#_x0000_t75" alt="" style="'width:1.5pt;height:15.75pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image002.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image002.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image002.gif" shapes="_x0000_i1027" border="0" height="21" width="2" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1028" type="#_x0000_t75" alt="" style="'width:1.5pt;height:15.75pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image002.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image002.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image002.gif" shapes="_x0000_i1028" border="0" height="21" width="2" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1029" type="#_x0000_t75" alt="" style="'width:102pt;height:1.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image001.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image001.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image001.gif" shapes="_x0000_i1029" border="0" height="2" width="136" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1030" type="#_x0000_t75" alt="" style="'width:1.5pt;height:15.75pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image002.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image002.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image002.gif" shapes="_x0000_i1030" border="0" height="21" width="2" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1031" type="#_x0000_t75" alt="" style="'width:1.5pt;height:15.75pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image002.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image002.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image002.gif" shapes="_x0000_i1031" border="0" height="21" width="2" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Router&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1032" type="#_x0000_t75" alt="Text Box: Router" style="'width:48pt;height:40.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image003.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image003.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image003.gif" alt="Text Box: Router" shapes="_x0000_i1032" border="0" height="54" width="64" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;PC2&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1033" type="#_x0000_t75" alt="Text Box: PC2" style="'width:48pt;height:40.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image003.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image003.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image003.gif" alt="Text Box: PC2" shapes="_x0000_i1033" border="0" height="54" width="64" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Router&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1034" type="#_x0000_t75" alt="Text Box: Router" style="'width:48pt;height:40.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image003.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image003.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image003.gif" alt="Text Box: Router" shapes="_x0000_i1034" border="0" height="54" width="64" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;PC1&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1035" type="#_x0000_t75" alt="Text Box: PC1" style="'width:48pt;height:40.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image003.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image003.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image003.gif" alt="Text Box: PC1" shapes="_x0000_i1035" border="0" height="54" width="64" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1036" type="#_x0000_t75" alt="" style="'width:102.75pt;height:1.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image004.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image004.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image004.gif" shapes="_x0000_i1036" border="0" height="2" width="137" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;                                                          Serial&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1037" type="#_x0000_t75" alt="" style="'width:1.5pt;height:87.75pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image005.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image005.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image005.gif" shapes="_x0000_i1037" border="0" height="117" width="2" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;  &lt;/p&gt;  &lt;p class="MsoNormal"&gt;                                            Serial&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;PC3&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1038" type="#_x0000_t75" alt="Text Box: PC3" style="'width:48pt;height:40.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image003.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image003.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image003.gif" alt="Text Box: PC3" shapes="_x0000_i1038" border="0" height="54" width="64" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Router&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1039" type="#_x0000_t75" alt="Text Box: Router" style="'width:48pt;height:40.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image003.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image003.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image003.gif" alt="Text Box: Router" shapes="_x0000_i1039" border="0" height="54" width="64" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;PC4&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1040" type="#_x0000_t75" alt="Text Box: PC4" style="'width:48pt;height:40.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image003.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image003.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image003.gif" alt="Text Box: PC4" shapes="_x0000_i1040" border="0" height="54" width="64" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Router&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1041" type="#_x0000_t75" alt="Text Box: Router" style="'width:48pt;height:40.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image003.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image003.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image003.gif" alt="Text Box: Router" shapes="_x0000_i1041" border="0" height="54" width="64" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;  &lt;/p&gt;  &lt;p class="MsoNormal"&gt;                                                         &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1042" type="#_x0000_t75" alt="" style="'width:1.5pt;height:16.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image006.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image006.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image006.gif" shapes="_x0000_i1042" border="0" height="22" width="2" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1043" type="#_x0000_t75" alt="" style="'width:1.5pt;height:16.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image006.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image006.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image006.gif" shapes="_x0000_i1043" border="0" height="22" width="2" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1044" type="#_x0000_t75" alt="" style="'width:1.5pt;height:16.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image006.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image006.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image006.gif" shapes="_x0000_i1044" border="0" height="22" width="2" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1045" type="#_x0000_t75" alt="" style="'width:1.5pt;height:16.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image006.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image006.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image006.gif" shapes="_x0000_i1045" border="0" height="22" width="2" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1046" type="#_x0000_t75" alt="" style="'width:1.5pt;height:16.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image006.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image006.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image006.gif" shapes="_x0000_i1046" border="0" height="22" width="2" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1047" type="#_x0000_t75" alt="" style="'width:1.5pt;height:16.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image006.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image006.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image006.gif" shapes="_x0000_i1047" border="0" height="22" width="2" /&gt;&lt;!--[endif]--&gt;                                                                                                   Eth&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1048" type="#_x0000_t75" alt="" style="'width:102.75pt;height:1.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image004.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image004.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image004.gif" shapes="_x0000_i1048" border="0" height="2" width="137" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1049" type="#_x0000_t75" alt="" style="'width:131.25pt;height:1.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image007.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image007.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image007.gif" shapes="_x0000_i1049" border="0" height="2" width="175" /&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id="_x0000_i1050" type="#_x0000_t75" alt="" style="'width:102pt;height:1.5pt'"&gt;  &lt;v:imagedata src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msoclip1/01/clip_image001.gif" href="http://www.tomax7.com/mcse/cisco_lab_files/image001.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/msoclip1/01/clip_image001.gif" shapes="_x0000_i1050" border="0" height="2" width="136" /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;  &lt;/p&gt;  &lt;p class="MsoNormal"&gt;            Eth.                                          Eth.               (this part only  WG 1, 2 and 3)&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Part 3&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Set up a new  IP address, mask and Default Gateway  on each  WG PC&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;Each WG should decide which IP addresses will be used (from each subnet) for PC to router connection and for router to router connection .  &lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;Start -&gt; Settings -&gt; Control pannel -&gt; Network -&gt; TCP/IP Ethernet… -&gt; Properties -&gt; IP address and Gateway&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Part 4&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Displaying the configurations&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Enter privilege mode (enable) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Display the configuration saved in NVRAM (show config) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Display the running configuration (show running-config)&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Setting and changing the configuration&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Enter the configuration mode (conf term) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Change the router name (hostname) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Exit the privilege mode (CTRL-Z), you are back in Privileged mode! &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Save the configuration (copy running-config startup-config)&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Setting the passwords (REMEMBER YOU PASSWORD – we prefer to always use “ceenet”)&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Enter the configuration mode (conf term) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Specify virtual terminal lines you would like to configure (line vty 0 4) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Request login authentication (login) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Set a password for the exec mode (password my_password) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Set a password for the privileged (enable secret my_password) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Exit the privilege mode (CTRL-Z), you are back in Privileged mode!&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Configuring the interface&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Enter the configuration mode (conf term) &lt;/p&gt;  &lt;p class="MsoBodyTextIndent" style="margin: 0in 0in 0.0001pt;"&gt;     Select first ethernet interface  (interface ethernet ?    you got all the types of interfaces &lt;/p&gt;  &lt;p class="MsoBodyTextIndent" style="margin: 0in 0in 0.0001pt;"&gt;                                                      from part 1 task – for example Interface Ethernet0/0) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Select the ip address and subnet mask (ip address your_IP_address  mask ) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Enable the interface (no shut) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Exit the privilege mode (CTRL-Z), you are back in Privileged mode!&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Checking router status and IP connectivity&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Check host connectivity (ping connected_PC_ip_address) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Check host reachability (trace connected_PC_ip_address) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Check status of an interface (show interface eth?) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Display debug information (debug ip icmp) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Disable debug information (undebug all)&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Part 5&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Establishing router to router connectivity:&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Configuring the Serial interface:&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Enter the configuration mode (conf term) &lt;/p&gt;  &lt;p class="MsoBodyTextIndent" style="margin: 0in 0in 0.0001pt;"&gt;     Select first Serial interface  (interface Serial ?    you got all the types of interfaces &lt;/p&gt;  &lt;p class="MsoBodyTextIndent" style="margin: 0in 0in 0.0001pt;"&gt;                                                      from part 1 task – for example Interface Serial0) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Select the ip address and subnet mask (ip address your_IP_address  mask ) &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Find out which Serial interface got connected DCE and which DTE CISCO cable&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.75in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;DTE (Data Terminal Equipment – MALE conector)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.75in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;DCE (Data Communication Equipment – FEMALE connector)&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     On Serial Interface with DCE cable enable line CLOCK by entering the command:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.75in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;clock rate 1000000 &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Enable the interface (no shut) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Exit the privilege mode (CTRL-Z), you are back in Privileged mode!&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Connect DTE and DCE cable&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Checking router status and IP connectivity&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Check neighbor router connectivity (ping connected_router_ip_address) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;     Check status of an interface (show interface serial?) &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Provide routers  with info where other (not directly connected) subnets  are by configuring static routes on each router:&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;The command is:&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;ip route &lt;subnet&gt; &lt;subnet_mask&gt; &lt;next_hop_ip_address&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;&lt;subnet&gt; is the subnet used for router-to-PC connection on the neighbor router&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in;"&gt;or the subnet between next two routers&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;&lt;next_hop_ip_address&gt; is IP address of  serial interface on the neighbor router&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Check  connectivity  (ping) from your PC to all other PC’s in your WG &lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;open DOS window  (Start -&gt; Programs -&gt; DOS)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;ping host_ip_address&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Check  reachibility (traceroute) from your PC to all other PS’s in your WG&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;open DOS window (Start -&gt; Programs -&gt; DOS)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;tracert host_ip_address &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Part 6  (optional)&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Connect your network to other WG network (by Ethernet or Serial connection):&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;decide which subnet will be used for interconnection&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;configure static routes to other subnets&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;Check  connectivity  (ping) from your PC to all other PC’s (in others WG)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;/span&gt;&lt;span style="font-size: 7pt;"&gt;        &lt;/span&gt;Check  reachibility (traceroute) from your PC to all other PS’s (in others WG)&lt;/p&gt;  &lt;h1 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Quick Tips&lt;/h1&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;Josh Gentry,&lt;/b&gt; &lt;em&gt;jgentry@swcp.com&lt;/em&gt;&lt;br /&gt;v.1.2, May 15, 2006&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Quick tips for performing common tasks with Cisco networking equipment, brought to you by the author of the widely used, &lt;a href="http://www.joshgentry.com/cisco/cisco.htm"&gt;Cisco Router Configuration Tutorial&lt;/a&gt;.&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;Restarting or Rebooting&lt;/h2&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol; font-weight: normal;"&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;Restart immediately&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;To restart or reboot a Cisco immediately, in &lt;a href="http://www.joshgentry.com/cisco/cisco.htm#sect2.1"&gt;enable mode&lt;/a&gt;:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router#reload &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol; font-weight: normal;"&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;Restart or Reload in N Minutes&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;To restart or reboot a Cisco in a certain number of minutes, in &lt;a href="http://www.joshgentry.com/cisco/cisco.htm#sect2.1"&gt;enable mode&lt;/a&gt;:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router#reload in 5 &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;Extra Tip: This is useful when you are afraid that the configuration changes you are about to make might break something or lock you out of the router. You tell the router to reload in a certain number of minutes, then make your changes. If it turns out your changes are catastrophic and you can't log back into the router to fix them, the router will reload in a few minutes and go back to its previous configuration.&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Routing&lt;/h2&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol; font-weight: normal;"&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;Add a Static Route on your Cisco routers&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;For example, in &lt;a href="http://www.joshgentry.com/cisco/cisco.htm#sect2.1"&gt;configuration mode&lt;/a&gt;:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router(config)#ip route 192.168.1.0 255.255.255.240 192.168.1.254 1 &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol; font-weight: normal;"&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;Show route table of Cisco router&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;In &lt;a href="http://www.joshgentry.com/cisco/cisco.htm#sect2.1"&gt;enable mode&lt;/a&gt;:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router#show ip route &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;Cisco ARP&lt;/h2&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol; font-weight: normal;"&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;Clear ARP Table of your Cisco router or switch&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;To clear the ARP table, in &lt;a href="http://www.joshgentry.com/cisco/cisco.htm#sect2.1"&gt;enable mode&lt;/a&gt;:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router#clear arp &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol; font-weight: normal;"&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;Show ARP table of a Cisco router or switch&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;To display the ARP table of a Cisco router, in &lt;a href="http://www.joshgentry.com/cisco/cisco.htm#sect2.1"&gt;enable mode&lt;/a&gt;:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router#show arp &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Load&lt;/h2&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol; font-weight: normal;"&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;Show Proccessor Load of your Cisco router or switch&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;Like any computer, a Cisco router can be limited by its processing power. To show the processor utilization, in &lt;a href="http://www.joshgentry.com/cisco/cisco.htm#sect2.1"&gt;enable mode&lt;/a&gt;:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router#show proc cpu &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;At the beginning of the output, look for a line like this:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;CPU utilization for five seconds: 37%/31%; one minute: 39%; five minutes: 40% &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Memory&lt;/h2&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 10pt; font-family: Symbol; font-weight: normal;"&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;Show Used and Available Memory of your Cisco router or switch&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;Like any computer, a Cisco router can be limited by its available memory. To show the used and available memory, in &lt;a href="http://www.joshgentry.com/cisco/cisco.htm#sect2.1"&gt;enable mode&lt;/a&gt;:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router#show proc mem &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;At the beginning of the output, look for a line like this:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Total: 200234528, Used: 70508188, Free: 129726340 &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;Cisco Committed Access Rate (CAR)&lt;/h2&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;An      example that limits an IP to 512K, with a nice, fat burst. &lt;/li&gt;&lt;/ul&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;First create the access lists.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;access-list 100 permit ip any host 192.168.100.100&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;access-list 100 permit ip host 192.168.100.100 any&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;Then apply rate limiting rules to the appropriate interface:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in;"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;rate-limit input access-group 100 512000 1024000 2048000 conform-action transmit exceed-action drop&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;rate-limit output access-group 100 512000 1024000 2048000 conform-action transmit exceed-action drop&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt 0.5in;"&gt;Extra Tip: If, in a rate-limit rule, you reference an access list that does not exist, the rule will match all traffic. Usually not good. &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;1. What this document covers&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;There are several methods available for configuring Cisco routers. It can be done over the network from a TFTP server. It can be done through the menu interface provided at bootup, and it can be done from the menu interface provided by using the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;setup&lt;/span&gt;&lt;/code&gt;. This tutorial does not cover these methods. It covers configuration from the IOS command-line interface only. Useful for anyone new to Cisco routers, and those studying for CCNA.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;Note&lt;/b&gt; that this tutorial &lt;b&gt;does not&lt;/b&gt; cover physically connecting the router to the networks it will be routing for. It covers operating system configuration only.&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;1.1 Reasons for using the command-line&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;The main reason for using the command-line interface instead of a menu driven interface is speed. Once you have invested the time to learn the command-line commands, you can perform many operations much more quickly than by using a menu. This is basically true of all command-line vs. menu interfaces. What makes it especially efficient to learn the command-line interface of the Cisco IOS is that it is standard across all Cisco routers. Also, some questions on the CCNA exam require you to know command-line commands.&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;2. Getting started with Cisco&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Initially you will probably configure your router from a terminal. If the router is already configured and at least one port is configured with an IP address, and it has a physical connection to the network, you might be able to &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;telnet&lt;/span&gt;&lt;/code&gt; to the router and configure it across the network. If it is not already configured, then you will have to directly connect to it with a terminal and a serial cable. With any Windows box you can use Hyperterminal to easily connect to the router. Plug a serial cable into a serial (COM) port on the PC and the other end into the console port on the Cisco router. Start Hyperterminal, tell it which COM port to use and click &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;OK&lt;/span&gt;&lt;/code&gt;. Set the speed of the connection to &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;9600 baud&lt;/span&gt;&lt;/code&gt; and click &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;OK&lt;/span&gt;&lt;/code&gt;. If the router is not on, turn it on.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;If you wish to configure the router from a &lt;b&gt;Linux&lt;/b&gt; box, either Seyon or Minicom should work. At least one of them, and maybe both, will come with your Linux distribution.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Often you will need to hit the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Enter&lt;/span&gt;&lt;/code&gt; key to see the prompt from the router. If it is unconfigured it will look like this:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router&gt; &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;If it has been previously configured with a hostname, it will look like this:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;hostname of router&gt; &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;If you have just turned on the router, after it boots it will ask you if you wish to begin initial configuration. &lt;b&gt;Say no.&lt;/b&gt; If you say &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;yes&lt;/span&gt;&lt;/code&gt;, it will put you in the menu interface. Say &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;no&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;2.1 Modes&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;The Cisco IOS command-line interface is organized around the idea of &lt;b&gt;modes&lt;/b&gt;. You move in and out of several different modes while configuring a router, and which mode you are in determines what commands you can use. Each mode has a set of commands available in that mode, and some of these commands are &lt;em&gt;only&lt;/em&gt; available in that mode. In any mode, typing a question mark will display a list of the commands available in that mode.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router&gt;? &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;2.2 Unprivileged and privileged modes&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;When you first connect to the router and provide the password (if necessary), you enter EXEC mode, the first mode in which you can issue commands from the command-line. From here you can use such &lt;b&gt;unprivileged&lt;/b&gt; commands as &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ping, telnet, and rlogin.&lt;/span&gt;&lt;/code&gt; You can also use some of the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show&lt;/span&gt;&lt;/code&gt; commands to obtain information about the system. In unprivileged mode you use commands like, &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show version&lt;/span&gt;&lt;/code&gt; to display the version of the IOS the router is running. Typing &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show ?&lt;/span&gt;&lt;/code&gt; will diplay all the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show&lt;/span&gt;&lt;/code&gt; commands available in the mode you are presently in.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router&gt;show ? &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;You must enter privileged mode to configure the router. You do this by using the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;enable&lt;/span&gt;&lt;/code&gt;. Privileged mode will usually be password protected unless the router is unconfigured. You have the option of not password protecting privileged mode, but it is HIGHLY recommended that you do. When you issue the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;enable&lt;/span&gt;&lt;/code&gt; and provide the password, you will enter privileged mode.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To help the user keep track of what mode they are in, the command-line prompt changes each time you enter a different mode. When you switch from unprivileged mode to privileged mode, the prompt changes from:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router&gt; &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;to&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router# &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;This would probably not be a big deal if there were just two modes. There are, in fact, numerous modes, and this feature is probably indispensable. Pay close attention to the prompt at all times.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Within privileged mode there are many &lt;b&gt;sub-modes&lt;/b&gt;. In this document I do not closely follow Cisco terminology for this hierarchy of modes. I think that my explanation is clearer, frankly. Cisco describes two modes, unprivileged and privileged, and then a hierarchy of commands used in privileged mode. I reason that it is much clearer to understand if you just consider there to be many sub-modes of privileged mode, which I will also call &lt;b&gt;parent&lt;/b&gt; mode. Once you enter privileged mode (parent mode) the prompt ends with a pound sign (#). There are numerous modes you can enter only after entering privileged mode. Each of these modes has a prompt of the form:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router(arguments)# &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;They still all end with the pound sign. They are subsumed within privileged mode. Many of these modes have sub-modes of their own. Once you enter priliged mode, you have access to all the configuration information and options the IOS provides, either directly from the parent mode, or from one of its submodes. &lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;3. Configuring your Cisco Router&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;If you have just turned on the router, it will be completely unconfigured. If it is already configured, you may want to view its current configuration. Even if it has not been previously configured, you should familiarize yourself with the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show&lt;/span&gt;&lt;/code&gt; commands before beginning to configure the router. Enter privileged mode by issuing the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;enable&lt;/span&gt;&lt;/code&gt;, then issue several &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show&lt;/span&gt;&lt;/code&gt; commands to see what they display. Remember, the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show ?&lt;/span&gt;&lt;/code&gt; will display all the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show&lt;/span&gt;&lt;/code&gt;commands aavailable in the current mode. Definately try out the following commands:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router#show interfaces&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;Router#show ip protocols&lt;/code&gt;&lt;br /&gt;&lt;code&gt;Router#show ip route&lt;/code&gt;&lt;br /&gt;&lt;code&gt;Router#show ip arp &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;When you enter privileged mode by using the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;enable&lt;/span&gt;&lt;/code&gt;, you are in the top-level mode of privileged mode, also known in this document as "parent mode." It is in this top-level or parent mode that you can display most of the information about the router. As you now know, you do this with the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show&lt;/span&gt;&lt;/code&gt; commands. Here you can learn the configuration of interfaces and whether they are up or down. You can display what IP protocols are in use, such as dynamic routing protocols. You can view the route and ARP tables, and these are just a few of the more important options.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;As you configure the router, you will enter various sub-modes to set options, then return to the parent mode to display the results of your commands. You also return to the parent mode to enter other sub-modes. To return to the parent mode, you hit &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ctrl-z&lt;/span&gt;&lt;/code&gt;. This puts any commands you have just issued into affect, and returns you to parent mode.&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;3.1 Global configuration (config)&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To configure any feature of the router, you must enter configuration mode. This is the first sub-mode of the parent mode. In the parent mode, you issue the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;config&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router#config&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;Router(config)# &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;As demonstrated above, the prompt changes to indicate the mode that you are now in.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;In connfiguration mode you can set options that apply system-wide, also refered to as "global configurations." For instance, it is a good idea to name your router so that you can easily identify it. You do this in configuration mode with the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;hostname&lt;/span&gt;&lt;/code&gt; command.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router(config)#hostname ExampleName&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config)# &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;As demonstrated above, when you set the name of the host with the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;hostname&lt;/span&gt;&lt;/code&gt; command, the prompt immediately changes by replacing &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;Router&lt;/span&gt;&lt;/code&gt; with &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName&lt;/span&gt;&lt;/code&gt;. (&lt;b&gt;Note:&lt;/b&gt; It is a good idea to name your routers with an organized naming scheme.)&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Another useful command issued from config mode is the command to designate the DNS server to be used by the router:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName(config)#ip name-server aa.bb.cc.dd&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config)#ctrl-Z&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName# &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;This is also where you set the password for privileged mode.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName(config)#enable secret examplepassword&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config)#ctrl-Z&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName# &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Until you hit &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ctrl-Z&lt;/span&gt;&lt;/code&gt; (or type &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;exit&lt;/span&gt;&lt;/code&gt; until you reach parent mode) your command has not been put into affect. You can enter config mode, issue several different commands, then hit &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ctrl-Z&lt;/span&gt;&lt;/code&gt; to activate them all. Each time you hit &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ctrl-Z&lt;/span&gt;&lt;/code&gt; you return to parent mode and the prompt:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName# &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Here you use &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show&lt;/span&gt;&lt;/code&gt; commands to verify the results of the commands you issued in config mode. To verify the results of the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ip name-server&lt;/span&gt;&lt;/code&gt; command, issue the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show host&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;3.2 Configuring Cisco router interfaces&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Cisco interface naming is straightforward. Individual interfaces are referred to by this convention:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;media type slot#/port# &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;"Media type" refers to the type of media that the port is an interface for, such as Ethernet, Token Ring, FDDI, serial, etc. Slot numbers are only applicable for routers that provide slots into which you can install modules. These modules contain several ports for a given media. The 7200 series is an example. These modules are even hot-swapable. You can remove a module from a slot and replace it with a different module, without interrupting service provided by the other modules installed in the router. These slots are numbered on the router.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Port number refers to the port in reference to the other ports in that module. Numbering is left-to-right, and all numbering starts at 0, not at one.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;For example, a Cisco 7206 is a 7200 series router with six slots. To refer to an interface that is the third port of an Ethernet module installed in the sixth slot, it would be interface ethernet 6/2. Therefor, to display the configuration of that interface you use the command:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#show interface ethernet 6/2 &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;If your router does not have slots, like a 1600, then the interface name consists only of:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;media type port# &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;For example:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#show interface serial 0 &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Here is an example of configuring a serial port with an IP address:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#config&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config)#interface serial 1/1&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-if)#ip address 192.168.155.2 255.255.255.0&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-if)#no shutdown&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-if)#ctrl-Z&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName# &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Then to verify configuration:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#show interface serial 1/1 &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;Note&lt;/b&gt; the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;no shutdown&lt;/span&gt;&lt;/code&gt; command. An interface may be correctly configured and physically connected, yet be "administratively down." In this state it will not function. The command for causing an interface to be administratively down is &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;shutdown&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName(config)#interface serial 1/1&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-if)#shutdown&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-if)#ctrl-Z&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName#show interface serial 1/1 &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;In the Cisco IOS, the way to reverse or delete the results of any command is to simply put &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;no&lt;/span&gt;&lt;/code&gt; infront of it. For instance, if we wanted to unassign the IP address we had assigned to interface serial 1/1:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName(config)#interface serail 1/1&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-if)#no ip address 192.168.155.2 255.255.255.0&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-if)ctrl-Z&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName#show interface serial 1/1 &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Configuring most interfaces for LAN connections might consist only of assigning a network layer address and making sure the interface is not administratively shutdown. It is usually not necessary to stipulate data-link layer encapsulation. &lt;b&gt;Note&lt;/b&gt; that it is often necessary to stipulate the appropriate data-link layer encapsulation for WAN connections, such as frame-relay and ATM. Serial interfaces default to using HDLC. A discussion of data-link protocols is outside the scope of this document. You will need to look up the IOS command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;encapsulation&lt;/span&gt;&lt;/code&gt; for more details.&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;3.3 Configuring Cisco Routing&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;IP routing is automatically enabled on Cisco routers. If it has been previously disabled on your router, you turn it back on in config mode with the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ip routing.&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName(config)#ip routing&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config)#ctrl-Z &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;There are two main ways a router knows where to send packets. The administrator can assign &lt;b&gt;static routes&lt;/b&gt;, or the router can learn routes by employing a &lt;b&gt;dynamic routing protocol.&lt;/b&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;These days static routes are generally used in very simple networks or in particular cases that necessitate their use. To create a static route, the administrator tells the router operating system that any network traffic destined for a specified network layer address should be forwarded to a similiarly specified network layer address. In the Cisco IOS this is done with the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ip route&lt;/span&gt;&lt;/code&gt; command.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#config&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config)#ip route 172.16.0.0 255.255.255.0 192.168.150.1&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config)#ctrl-Z&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName#show ip route &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Two things to be said about this example. First, the packet destination address must include the subnet mask for that destination network. Second, the address it is to be forwarded to is the specified addres of the next router along the path to the destination. This is the most common way of setting up a static route, and the only one this document covers. Be aware, however, that there are other methods.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Dynamic routing protocols, running on connected routers, enable those routers to share routing information. This enables routers to &lt;em&gt;learn&lt;/em&gt; the routes available to them. The advantage of this method is that routers are able to adjust to changes in network topologies. If a route is physically removed, or a neighbor router goes down, the routing protocol searches for a new route. Routing protocols can even dynamically choose between possible routes based on variables such as network congestion or network reliability.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;There are many different routing protocols, and they all use different variables, known as "metrics," to decide upon appropriate routes. Unfortunately, a router needs to be running the same routing protocols as its neighbors. Many routers can, however, run mutliple protocols. Also, many protocols are designed to be able to pass routing information to other routing protocols. This is called "redistribution." The author has no experience with trying to make redistribution work. There is an IOS &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;redistribute&lt;/span&gt;&lt;/code&gt; command you can research if you think this is something you need. This document's compagnion case study describes an alternative method to deal with different routing protocols in some circumstances.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Routing protocols are a complex topic and this document contains only this superficial description of them. There is much to learn about them, and there are many sources of information about them available. An excelent source of information on this topic is Cisco's website, &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;http://www.cisco.com&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;This document describes how to configure the Routing Information Protocol (RIP) on Cisco routers. From the command-line, we must explicitly tell the router which protocol to use, and what networks the protocol will route for.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#config&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config)#router rip&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-router)#network aa.bb.cc.dd&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-router)#network ee.ff.gg.hh&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName(config-router)#ctrl-Z&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName#show ip protocols &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Now when you issue the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show ip protocols&lt;/span&gt;&lt;/code&gt; command, you should see an entry describing RIP configuration.&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;3.4 Saving your Cisco Router configuration&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Once you have configured routing on the router, and you have configured individual interfaces, your router should be capable of routing traffic. Give it a few moments to talk to its neighbors, then issue the commands &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show ip route&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show ip arp&lt;/span&gt;&lt;/code&gt;. There should now be entries in these tables learned from the routing protocol.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;If you turned the router off right now, and turned it on again, you would have to start configuration over again. Your &lt;b&gt;running configuration&lt;/b&gt; is not saved to any perminent storage media. You can see this configuration with the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show running-config&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#show running-config &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;You &lt;b&gt;do&lt;/b&gt; want to save your successful running configuration. Issue the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;copy running-config startup-config&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#copy running-config startup-config &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Your configuration is now saved to &lt;b&gt;non-volatile RAM&lt;/b&gt; (NVRAM). Issue the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show startup-config&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#show startup-config &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Now any time you need to return your router to that configuration, issue the command &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;copy startup-config running-config&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#copy startup-config running-config &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;3.5 Example Cisco Router configuration&lt;/h3&gt;  &lt;ol style="margin-top: 0in;" start="1" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;Router&gt;enable      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Router#config      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Router(config)#hostname      N115-7206 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config)#interface      serial 1/1 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config-if)ip      address 192.168.155.2 255.255.255.0 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config-if)no      shutdown &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config-if)ctrl-z      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#show      interface serial 1/1 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#config      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config)#interface      ethernet 2/3 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config-if)#ip      address 192.168.150.90 255.255.255.0 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config-if)#no      shutdown &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config-if)#ctrl-z      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#show      interface ethernet 2/3 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#config      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config)#router      rip &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config-router)#network      192.168.155.0 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config-router)#network      192.168.150.0 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config-router)#ctrl-z      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#show      ip protocols &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#ping      192.168.150.1 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#config      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config)#ip      name-server 172.16.0.10 &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config)#ctrl-z      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#ping      archie.au &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#config      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config)#enable      secret password &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206(config)#ctrl-z      &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#copy      running-config startup-config &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;N115-7206#exit      &lt;/li&gt;&lt;/ol&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;4. Troubleshooting your Cisco router&lt;/h2&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Inevitably, there will be problems. Usually, it will come in the form of a user notifying you that they can not reach a certain destination, or any destinattion at all. You will need to be able to check how the router is attempting to route traffic, and you must be able to track down the point of failure.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;You are already familiar with the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show&lt;/span&gt;&lt;/code&gt; commands, both specific commands and how to learn what other &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;show&lt;/span&gt;&lt;/code&gt; commands are available. Some of the most basic, most useful commands you will use for troubleshooting are:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#show interfaces&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;br /&gt;&lt;code&gt;ExampleName#show ip protocols&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName#show ip route&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ExampleName#show ip arp &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;4.1 Testing connectivity&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;It is very possible that the point of failure is not in your router configuration, or at your router at all. If you examine your router's configuration and operation and everything looks good, the problem might be be farther up the line. In fact, it may be the line itself, or it could be another router, which may or may not be under your administration.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;One extremely useful and simple diagnostic tool is the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ping&lt;/span&gt;&lt;/code&gt; command. Ping is an implementation of the IP Message Control Protocol (ICMP). Ping sends an ICMP echo request to a destination IP address. If the destination machine receives the request, it responds with an ICMP echo response. This is a very simple exchange that consists of:&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;em&gt;Hello, are you alive?&lt;/em&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;em&gt;Yes, I am.&lt;/em&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#ping xx.xx.xx.xx &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;If the ping test is successful, you know that the destination you are having difficulty reaching is alive and physically reachable.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;If there are routers between your router and the destination you are having difficulty reaching, the problem might be at one of the other routers. Even if you &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ping&lt;/span&gt;&lt;/code&gt; a router and it responds, it might have other interfaces that are down, its routing table may be corrupted, or any number of other problems may exist.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;To see where packets that leave your router for a particular destination go, and how far, use the &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;trace&lt;/span&gt;&lt;/code&gt; command.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ExampleName#trace xx.xx.xx.xx &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;It may take a few minutes for this utility to finish, so give it some time. It will display a list of all the hops it makes on the way to the destination.&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;4.2 &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;debug&lt;/span&gt;&lt;/code&gt; commands&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;There are several &lt;code&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;debug&lt;/span&gt;&lt;/code&gt; commands provided by the IOS. These commands are not covered here. Refer to the Cisco website for more information.&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;4.3 Hardware and physical connections&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Do not overlook the possibility that the point of failure is a hardware or physical connection failure. Any number of things can go wrong, from board failures to cut cables to power failures. This document will not describew troubleshooting these problems, except for these simple things.&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;Check to see that the router is turned on. Also make sure that no cables are loose or damaged. Finally, make sure cables are plugged into the correct ports. Beyond this simple advice you will need to check other sources.&lt;/p&gt;  &lt;h3 style="margin: 0in 0in 0.0001pt;"&gt;4.4 Out of your control&lt;/h3&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;If the point of failure is farther up the line, the prolem might lie with equipment not under your administration. Your only option might be to contact the equipment's administrator, notify them of your problem, and ask them for help. It is in your interest to be courtious and respectful. The other administrator has their own problems, their own workload and their own priorities. Their agenda might even directly conflict with yours, such as their intention to change dynamic routing protocols, etc. You must work with them, even if the situation is frustrating. Alienating someone with the power to block important routes to your network is not a good idea.&lt;/p&gt;  &lt;h2 style="margin: 0in 0in 0.0001pt;"&gt;5. References&lt;/h2&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;Leinwand,      Pinsky and Culpepper &lt;em&gt;Cisco Router Configuration&lt;/em&gt;. Indianapolis,      Indiana: Cisco Press, 1998. &lt;/li&gt;&lt;div style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color windowtext; border-width: medium medium 0.75pt; padding: 0in 0in 1pt;"&gt;  &lt;li class="MsoNormal" style="border: medium none ; padding: 0in;"&gt;Cisco Systems, Inc., &lt;a href="http://www.cisco.com/"&gt;http://www.cisco.com&lt;/a&gt; &lt;/li&gt;  &lt;/div&gt;&lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;Router Simulator Supported Commands:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;table style="border: medium none ; width: 87%;" border="1" cellpadding="0" cellspacing="0" width="87%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="border: medium none ; padding: 0in; width: 100%;" width="100%"&gt;   &lt;div align="center"&gt;   &lt;table style="border: 0.75pt outset ;" border="0" cellpadding="0" cellspacing="0"&gt;    &lt;tbody&gt;&lt;tr&gt;     &lt;td colspan="3" style="border: 0.75pt inset ; padding: 0in; width: 501pt;" width="668"&gt;     &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;List of Router Commands&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Sl. No.&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt; text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Command&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt; text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Comments, if any.&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;1&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;access-list &lt;list-num&gt; {permit | deny}     &lt;source-ip-address&gt; &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Only standard access list of the format given is supported.&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;2&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;banner motd &lt;banner&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;3&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;bandwidth &lt;kilobits&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Required bandwidth, in kilobits per second.&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;4&lt;/span&gt; &lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;cdp advertise-v2&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;5&lt;/span&gt; &lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;cdp enable &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;6&lt;/span&gt; &lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;cdp run&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;7&lt;/span&gt; &lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;cdp holdtime &lt;seconds&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;8&lt;/span&gt; &lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;cdp timer &lt;seconds&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;9&lt;/span&gt; &lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;clear arp-cache&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;10&lt;/span&gt; &lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;clock rate &lt;bps&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Desired clock rate in bits per second: 1200, 2400, 4800, 9600,     19200, 38400, 56000, 64000 etc.&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;11&lt;/span&gt; &lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;config-register &lt;value&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Hexadecimal or decimal value that represents the 16-bit     configuration register value. It is used at the router start-up. The value     range is from 0x0 to 0xFFFF (0 to 65535 in decimal). Normally, the default     value is 0x2102&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;12&lt;/span&gt; &lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;configure terminal&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;13&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;copy running-config startup-config&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;14&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;copy startup-config running-config&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;15&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;description &lt;string&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Character string from 1 to 80 characters.&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;16&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;debug ip packet &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;17&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;disable &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;18&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;disconnect&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;19&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;disconnect &lt;telnet_id&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;20&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;enable&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;21&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;enable password &lt;password&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;22&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;enable secret &lt;password&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;23&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;erase startup-config&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;24&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;encapsulation  &lt;encapsulation-type&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Only PPP/HDLC are supported at this time by the simulator.&lt;br /&gt;    ex: encapsulation hdlc&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;25&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;end &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;26&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;exec-timeout &lt;minutes&gt; [seconds] &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;seconds is optional. &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;27&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;hostname &lt;host-name&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;28&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;interface ethernet 0&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;29&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;interface serial 0 &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;29&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;ip access-group &lt;num&gt; in&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;30&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;ip access-group &lt;num&gt; out &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;31&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;ip address &lt;ip-address&gt; &lt;sub-net&gt; &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;32&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;ip domain-lookup &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;33&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;ip route &lt;prefix&gt; &lt;mask&gt; {next-hop-ip-addr |     interface-type}&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;The command supported by the simulator are:&lt;br /&gt;    ip route &lt;prefix&gt; &lt;mask&gt; &lt;next-hop-ip&gt; and&lt;br /&gt;    ip route &lt;prefix&gt; &lt;mask&gt; serial &lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 46.5pt;" width="62"&gt;     &lt;p style="text-align: center;" align="center"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;34&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 4in;" width="384"&gt;     &lt;p style="margin-left: 5pt;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;ip route 0.0.0.0 0.0.0.0 &lt;ip-address&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/td&gt;     &lt;td style="border: 0.75pt inset ; padding: 0in; width: 166.5pt;" width="222"&gt;     &lt;p style="margin-left: 5pt;"&gt; &lt;/p&gt;     &lt;/td&gt;    &lt;/tr&gt;    &lt;tr&gt;     &lt;td style="border: 0.75pt inset
