If there is no input or output for this connection within a specified time, this connection will expire, and
this LINE will be restored to the free status.
The following example sets the connection timeout to 5’30’’.
Ruijie(config-line)#exec-timeout 5 30
The following example executes a command to configure an IP address for the specified interface.
Ruijie#execute flash:mybin/config.text
executing script file mybin/config.text ......
executing done
Ruijie#config
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)#interface gigabitEthernet 0/1
Ruijie(config-if-GigabitEthernet 0/1)#ip address 192.168.21.158 24
Ruijie(config-if-GigabitEthernet 0/1)#end
*Sep 29 23:35:49: %SYS-5-CONFIG_I: Configured from console by console
Ruijie#