Name

async mode — interface

Synopsis

async mode {dedicated | interactive} 
no async mode {dedicated | interactive}

Configures

The mode the user receives when connecting to an async interface

Default

Disabled

Description

The mode can either be dedicated or interactive.

dedicated

The interface is reserved for PPP and SLIP connections. No user prompt ever appears on a dedicated line when a user connects. Instead, the connection parameters are negotiated automatically.

interactive

Users are given a prompt when they connect to this interface. It is up to the user to start PPP or SLIP, or to interact directly with the router from the command prompt. The autoselect command can be used to detect PPP packets on an interactive async line and start PPP automatically. autoselect is not needed on dedicated mode async lines.

Example

On the first interface (async1), we set up a dedicated interface, which means that an IOS prompt doesn’t appear when a user connects to the router through this interface. We make the second interface interactive, allowing the user to enter IOS commands and requiring her to start PPP or SLIP manually.

interface async1
  peer default ip address 10.10.1.1
  async mode dedicated
  encapsulation ppp
!
interface async2
  peer default ip address 10.10.1.2
  async mode interactive

Get CISCO IOS in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.