You can access the vro through the terminal console, tty line, vty line, SNMP-based network management, and rmon.
The terminal console simulates the terminal into the vro and configures the vro.
Router # configure terminal (entering Configuration Mode)
Router # Line con 0 (enter the console configuration)
In line con configuration mode, you can set the timeout time for idle time to exit the console, such as timeout and password.
Tty line, Cisco router asynchronous port, remote PC, Macintosh or UNIX host access through MODEM dialing.
Router # configure terminal (entering Configuration Mode)
Router # Line tty line-number [ending-line-number] (enter the TTY configuration)
You can set the user name, password, and other security access control for the dial-in.
Vty line, corresponding synchronization ports, such as Ethernet, serial, Token Ring, and FDDI interfaces, accessed through Telnet.
Router # configure terminal (entering Configuration Mode)
Router # Line vty line-number [ending-line-number] (enter the vty configuration)
Ending-line-number is the final vty number. It indicates that several Telnet connections are allowed at the same time.
Router # Exec-Timeout minutes [seconds] sets the idle timeout time and exits Telnet access.
The SNMP-based network management protocol is specified on the vro. All Network Software Based on SNMP can manage the vro.
Router # SNMP-server community string [view-name] [Ro | RW] [number]
Vty: virtual terminal type
TTY: tele terminal type