Router Interfaces



Interfaces

To make changes to an interface, you use the interface command from global configuration mode:
Router(config)#interface ?
Async    Async interface
BVI    Bridge-Group Virtual Interface
CTunnel    CTunnel interface
Dialer    Dialer interface
FastEthernet    FastEthernet IEEE 802.3
Group-Async    Async Group interface
Lex    Lex interface
Loopback    Loopback interface
MFR    Multilink Frame Relay bundle interface
158

Multilink
Null Serial Tunnel Vif Virtual-Template Virtual-TokenRing range
Multilink-group interface Null interface Serial
Tunnel interface
PGM Multicast Host interface Virtual Template interface Virtual TokenRing interface range command
Router(config)#interface fastethernet 0/0

Router(config-if)#
Did you notice the prompt changed to Router(config-if)#? This tells you that you’re in interface configuration mode. And wouldn’t it be nice if the prompt also gave you an indication of what interface you were configuring? Well, at least for now we’ll have to live without the prompt information because it doesn’t. (Could this be one of the reasons Cisco administrators make more money than Windows administrators? Or is it just that we’re smarter and better looking?) One thing is for sure: You really have to pay attention when configuring a router!

Subinterfaces
Subinterfaces allow you to create logical interfaces within the router. The prompt then changes to

Router(config-subif)#:
Router(config)#int fastethernet0/0.? <0-4294967295> FastEthernet interface number

Router(config)#int fastethernet0/0.1
Router(config-subif)#

Line Commands
To configure user-mode passwords, use the line command. The prompt then becomes

Router(config-line)#:
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line ?
<0-70> First Line number
aux    Auxiliary line
Command-Line Interface    159
console Primary terminal line tty    Terminal controller
vty    Virtual terminal
x/y    Slot/Port for Modems

2600A(config)#line

Router(config)#line console 0

Router(config-line)#
The line console 0 command is known as a major command (also called a global command), and any command typed from the (config-line) prompt is known as a subcommand.

Share this tutorial:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Live
  • PlugIM
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati
  • TwitThis
  • YahooMyWeb
  • description
  • E-mail this story to a friend!
  • MisterWong
  • BlinkList
  • LinkedIn
  • MySpace
  • Print this article!
  • Yahoo! Buzz

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

About the Author

Adam has written 384 stories on this site.

Related Tutorials & Articles

Console Password
Console Password To set the console password, use the line console 0 command. But look at what happened when I tried to type line console 0 ? from the aux line configuration—I received an error. You can still type line console 0 and it will accept it, but the help screens just don’t work from that...Read more
Set Auxiliary Password
Auxiliary Password To configure the auxiliary password, go into global configuration mode and type line aux ?. You can see that you only get a choice of 0–0 (that’s because there’s only one port): Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line aux ? Command-Line Interface 167 <0-0> First Line number Router(config)#line aux 0 Router(config-line)#login Router(config-line)#password adam It’s important to...Read more
Virtual Local Area Network
Introduction A virtual LAN, commonly known as a VLAN , is a method of creating independent logical networks within a physical network. Explanation Basically VLAN setup that behave as single link while physically it connected with different segments of LANs(by manageable switches). VLAN configured through software rather then hardware (like in LAN).if two network in a VLAN so...Read more
Router Components (Hardware and Software)
Basic Routing Concept A device which communicate two networks either they are based on different protocols is called “Router”. Basic function of router is to define a logical path for data packet because it works on network layer. It is specialty of router that it doesn’t forward the second layer broadcast packets. Router components 1) ROM (Read only memory) 2)...Read more
10 Q&As Of CCNA Certification Exam
1. What are two reasons that a network administrator would use access lists? (Choose two.) A: to control vty access into a router B: to control broadcast traffic through a router C: to filter traffic as it passes through a router D: to filter traffic that originates from the router E: to replace passwords as a line of defense against...Read more

Write a Comment

Gravatars are small images that can show your personality. You can get your gravatar for free today!

Copyright © 2010 Sooper Tutorials. All rights reserved. Powered by WordPress.org, Website by ISolution.org.