Cisco Terminal Server Logical Configuration Part 2

Поділитися
Вставка
  • Опубліковано 18 жов 2024
  • This video completes the logical configuration of the Cisco terminal server. The commands I entered to create the terminal server are:
    ip host s1 2033 10.0.0.1
    ip host s2 2034 10.0.0.1
    ip host s3 2035 10.0.0.1
    ip host s4 2036 10.0.0.1
    ip host l3 2037 10.0.0.1
    ip host r1 2041 10.0.0.1
    ip host r2 2042 10.0.0.1
    ip host r4 2043 10.0.0.1
    ip host r5 2044 10.0.0.1
    ip host r6 2045 10.0.0.1
    interface Loopback0
    ip address 10.0.0.1 255.255.255.255
    ------------
    line con 0
    password 7 021605481811003348
    logging synchronous
    transport preferred telnet !-- this command
    line 33 64
    session-timeout 15 !-- this command
    exec-timeout 0 0 !-- this command
    no exec !-- this command
    transport input telnet !-- this command
    Configuring a Terminal/Comm Server
    www.cisco.com/c...
    Understanding 16- and 32-Port Async Network Modules
    www.cisco.com/c...
    Where to match up line and port numbers
    www.cisco.com/c...

КОМЕНТАРІ • 2

  • @geraldirvin2423
    @geraldirvin2423 5 років тому

    My async interfaces are assigned to an IP in the host statement that isnt on my router. How can I fix this?