cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4786
Views
10
Helpful
2
Replies

configuring line console

renon2000
Level 1
Level 1

hello

---------

there are two commands that i don't understand their meaning, when i configure the line con

router(config-line)#stopbits 1 // what does it mean and why i should write it

router(config-line)#transport input none // why ? what does it mean ?

:|

thanks for your help.

2 Replies 2

abahl
Level 1
Level 1

Greetings!

Stopbits command means:

stopbits 1

Improve throughput by reducing async framing overhead (default is stopbits 2).

Transport input command means:

To define which protocols to use to connect to a specific line of the router, use

the transport input line configuration command.

transport input {all | lat | mop | nasi | none | pad | rlogin | telnet | v120}

Syntax Description

all

Selects all protocols.

lat

Selects the Digital LAT protocol and specifies both incoming reverse LAT and host-initiated connections.

mop

Selects Maintenance Operation Protocol (MOP).

nasi

Select NetWare Access Servers Interface (NASI) as the input transport protocol.

none

Prevents any protocol selection on the line. This makes the port unusable by incoming connections.

pad

Selects X.3 packet assembler/disassembler (PAD) incoming connections.

rlogin

Selects the UNIX rlogin protocol.

telnet

Specifies all types of incoming TCP/IP connections.

v120

Selects the V.120 protocol for incoming asynchronous connections over ISDN.

Best Regards,

Anuj

thank u for your answer

Review Cisco Networking for a $25 gift card