Telnet ON ASA

Поділитися
Вставка
  • Опубліковано 24 кві 2020
  • How to Enable TELNET on ASA?
    Note - Telnet cannot be configured on an interface with security level 0
    Commands on ASA
    ! Let’s assign hostname and configure an IP address on ASA and R2
    ON ASA
    Configure terminal
    Hostname ASA
    !
    interface GigabitEthernet0/0
    nameif INSIDE
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    no shutdown
    exit
    ON R2
    Enable
    Configure terminal
    Hostname R2
    !
    interface Ethernet0/0
    ip address 192.168.1.2 255.255.255.0
    no shutdown
    !
    Do ping 192.168.1.1
    -------------------------------
    ON ASA
    ! Let’s create a new username with the privilege of 15
    username Dinesh password cisco privilege 15
    ! Now I’m going to enable telnet on the INSIDE interface.
    ! Make sure INSIDE interface should not have security-level 0
    Show nameif
    ! we can see security level 100 and we are ready to go
    telnet 192.168.1.0 255.255.255.0 INSIDE
    ! Assign Pass to access ASA without a username
    passwd cisco123
    !
    ! Now we want to access ASA with local Username
    aaa authentication telnet console LOCAL
    !
    ! Thank you for watching and I hope you enjoyed.

КОМЕНТАРІ •