01-30-2003 09:14 AM - edited 03-02-2019 04:41 AM
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.
01-30-2003 08:48 PM
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
01-31-2003 03:13 AM
thank u for your answer
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide