⌊ K™¦krizzna.web.id ⌉

Sekedar coretan seorang nyubi

How to name an interface in cisco ios?

Posted on

In the cisco ios, what command configures an interface with the text

ISP LINK

? I used to know, but forgot. Also is it entered during global configuration mode? For example, if the interface was fa0/0 how do I configure it as stated above? And what does the prompt look like? Thanks.

Share and Enjoy:
  • printfriendly How to name an interface in cisco ios?
  • digg How to name an interface in cisco ios?
  • delicious How to name an interface in cisco ios?
  • facebook How to name an interface in cisco ios?
  • yahoobuzz How to name an interface in cisco ios?
  • twitter How to name an interface in cisco ios?
  • googlebookmark How to name an interface in cisco ios?
  • email link How to name an interface in cisco ios?
  • linkedin How to name an interface in cisco ios?
  • live How to name an interface in cisco ios?
  • myspace How to name an interface in cisco ios?
  • pdf How to name an interface in cisco ios?
  • plurk How to name an interface in cisco ios?
  • slashdot How to name an interface in cisco ios?
  • technorati How to name an interface in cisco ios?
  • tumblr How to name an interface in cisco ios?
  • hackernews How to name an interface in cisco ios?

Tags: , ,


  • terrance m

    Only thing I can think of that meets your description is to provide a description on the interface.

    conf t
    int fa0/0
    description ISP-LINK

  • Quadratic

    You don’t need to add a “-”. The Description command will accept spaces between words. Here is the syntax, with the command prompt appearance as requested:

    Router>
    Router>enable
    Router#configure terminal
    Enter configuration commands, one per line. End with CNTL/Z.
    Router(config)#interface fastethernet 0/0
    Router(config-if)#description ISP LINK
    Router(config-if)#do write
    Building configuration…
    [OK]
    Router(config-if)#

    And if you’d like to verify your work:

    Router>show interface fastethernet 0/0
    FastEthernet0/0 is administratively down, line protocol is down (disabled)
    Hardware is Lance, address is 0001.9740.3701 (bia 0001.9740.3701)
    Description: ISP LINK