Configuring Interface Description : How to Configure Interface Description of a CISCO Router?
By rancidTaste
An interface description can be used to identify important information of a router. For example, you can specify the distant router, a circuit number or a specific network segment. It really helps the network engineer or the network administrator to find or remember specific information about the router. The description file exists in router memory but it doesn't affect the operation of a router. The CISCO router description can be included by maintaining or by applying a format. The CISCO router or any other router description can be included the following things:
- the purpose of the interface
- the location of the interface
- the devices those are connected to the interfaces
- circuit identifies
If the router description is configured then it provides great opportunities to the support personnel to better understand the problems about the interface or included to the interface. The most benefit is that they are able to faster resolution of the problem. This page contains the steps to configure interface description.
Steps to configure interface description of a CISCO router
The steps to configure interface description of a CISCO router is described below:
Step 1:
Enter global configuration mode. To enter global configuration mode, you have to put the command configure terminal.
Step 2:
Enter the interface which you want to configure description. For example, if you want to configure the description on ethernet 1/0, enter the command interface ethernet 1/0.
Step 3:
Now, enter the command description and then write the information which you want to display.
Step 4:
Now, exit the interface mode to privileged EXEC mode. Press Ctrl + Z to exit.
Step 5:
At last, save the configuration by the command copy running-config startup-config.
Real life example
Suppose, there is a central router of hubpages. To identify it easily to the network engineers or the network administrator, we will add the description of the router. So, to do this the configuration commands will be like the followings:
Commands to configure the description of hubpages central router
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface fastEthernet 1/0 Router(config-if)#description Central Router of Hubpages Router(config-if)#^Z %SYS-5-CONFIG_I: Configured from console by console Router#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] Router#
Description of the above commands
We want to put a short description of the hubpages central router. So, to do it, at first we have to access the global configuration mode. configure terminal command is used to access the global configuration mode. Then we have to select the interface that we want to configure. Suppose, we want to configure the interface description of fastEthernet 1/0 port. By entering the command interface fastEthernet 1/0, we access the interface mode. Now, we put the command description and then our own sentence to identify the router. Suppose, we write "Central Router of Hubpages" as the description of the router. Now, exit by holding Ctrl + Z together. To save the configuration, the last command is copy running-config startup-config or copy run start in short.
And that's all to configure the interface description of a CISCO router.
© Written by rancidTaste
Recent Pages of itis123
- How to install Twitter widget into your blog?
Twitter, is becoming very popular day-by-day and a free social messaging utility for staying connected in real-time with your friends.
- How to add "Top of the page" icon to your blog?
"Top of the page" icon link is an important thing if your blog post is long.
- How to find out and change the size of your blog's header image?
Blogger header image gives the uniqueness of your blog among the millions of blogs.
- Troubleshooting
If you are a compute user, then you may face several types of problems at different times.
- ESET NOD32
Virus, Malware, Trojan, Worm, Spyware, Adware, Botnet etc.
- NOD32 keys
ESET NOD32 is one of the best effective and most proactive antivirus software and malware protection.
- How to Get Free ESET NOD32 Antivirus Key And Password
Different antivirus software are used to protect our PC form virus.
- Changing Your Blog's Header Image
You can easily add your favorite image or photo as a blog's header image.
rancidTaste's Recent Pages
- Drawing a line: How to draw a line using HTML 5?
HTML5 canvas API provides basics tools and great supports to draw and style different types of sub paths including lines, arcs, Quadratic curves, and Bezier curves, as well as a means for creating paths by connecting sub paths. - 5 days ago
- SEO Pages
SEO, Search Engine Optimization and Keywords - these common three terms are the brainstorming terms for any content publisher, seo company, seo service provider, seo researcher, seo firm, seo consultant, seo professional or other seo lover. - 3 months ago
- WordPress.org vs. WordPress.com: An explained comparison between WordPress.org an WordPress.com
WordPress is a common name but do you know that there are two things: WordPress. - 3 months ago
- Creating database from cpanel: How to create a database from cpanel hosting?
A step by step full tutorial to create a database from cpanel hosting account for any dynamic website. - 3 months ago
- Natural Join in Database: Retrieving records from more than one table with Natural Joins
Natural Join is one of the sql joining. - 3 months ago
- Explanation of SQL Join: Obtaining data from multiple tables using Join
Explanation of SQL Join: Obtaining data from multiple tables using Join. - 3 months ago
- How to solve "CreateFile error 32 when trying set file time" Error During Oracle Installation
Solution of the Oracle installation problem on Windows 7 / Windows XP during Oracle installation start-up. - 3 months ago
- A Brief Explanation of SQL Statements and Classification
Any type of database is based on several statements. - 3 months ago
vanikad 8 months ago
Interface description is a very useful tool.