Options

CCNA Question

supertech10supertech10 Member Posts: 26 ■□□□□□□□□□
1. For configuring security port in cisco router, what mean interface fa0/5?

2. when I configuring ssh in cisco router, there error occur in ios command line. the error is:-
switchx(config)#ip ssh version 2
*Mar 1 0:3:50.379: %SSH-5-ENABLED: SSH 1.99 has been enabled
switchx(config)#line vty 0 2
switchx(config-line)#login local
switchx(config-line)#username rama password rama
switchx(config)#transport input ssh
^
% Invalid input detected at '^' marker.

note:-

when type switchx(config-line)# password rama, no error.

when type switchx(config-line)#username rama password rama, there is error.

Comments

  • Options
    Jon_CiscoJon_Cisco Member Posts: 1,772 ■■■■■■■■□□
    1 - Fa0/5 would normally refer to the FastEthernet port numbered 0/5.
    If your reading a lab manual your equipment might use a different number.

    2 - It looks like you are typing at the wrong prompt.
    switchx(config)# (This is not the correct prompt for transport input)


    Based on your questions it looks like your trying to replicate labs from a manual.

    Make sure that you understand why the commands are needed. If is far more important then what you are actually typing.
  • Options
    mikeybinecmikeybinec Member Posts: 484 ■■■□□□□□□□
    1. For configuring security port in cisco router, what mean interface fa0/5?

    2. when I configuring ssh in cisco router, there error occur in ios command line. the error is:-
    switchx(config)#ip ssh version 2
    *Mar 1 0:3:50.379: %SSH-5-ENABLED: SSH 1.99 has been enabled
    switchx(config)#line vty 0 2
    switchx(config-line)#login local
    switchx(config-line)#username rama password rama
    switchx(config)#transport input ssh
    ^
    % Invalid input detected at '^' marker.

    note:-

    when type switchx(config-line)# password rama, no error.

    when type switchx(config-line)#username rama password rama, there is error.


    username and password is configured in privileged mode--not line vty mode


    when you did the password in vty mode, that command is taken OK..This is for logging in on the vty lines only

    When you do username in privileged mode, that is to log into the router on the console line not the vty line


    So for you switchx(config)#username rama pass rama

    switchx(config)#line vty 0 2
    switchx(config-line)# password rama
    switchx(config-line)# login local
    Cisco NetAcad Cuyamaca College
    A.S. LAN Management 2010 Grossmont College
    B.S. I.T. Management 2013 National University
Sign In or Register to comment.