Hi Sathya,
If none of the protocol was configured for incoming and outgoing connections (Transport input and Transport output), Then it will use the protocol mentioned in transport preferred command.
Please find the below table for your reference.
|
|
Router(config-line)# transport input {lat | mop | nasi | none | pad | rlogin | ssh | telnet | v120}
|
Defines which protocols can be used to connect to a specific line.
|
Router(config-line)# transport output {lat | mop | nasi | none | pad | rlogin | telnet | v120}
|
Determines the protocols that can be used for outgoing connections from a line.
|
Router(config-line)# transport preferred {lat | mop| nasi | pad | rlogin | telnet | v120}
|
Specifies the protocol for the router to use if the user did not specify a protocol.
|
Router(config-line)# transport preferred none
|
Prevents errant connection attempts.
|
Regards,
Selva