Serial port Configure Application mode
IX30 User Guide
229
loopback
setup
(config)>
Repeat this step to include additional firewall zones.
vi. (Optional) Enable Multicast DNS (mDNS):
(config)>serial port1 service telnet mdns enable true
(config)>
17. Configure serial port logging:
a. Enable serial port logging:
(config)>path-paramenable true
(config)>
b. Set the size of the log file:
(config)>path-paramsize value
(config)>
where value is the size of the log file in bytes. The default is 65536.
The log file is saved to the /opt/serial directory. Because this is being save to the device's
memory, you should use serial logging for diagnostic purposes, rather than having it
permanently enabled.
18. Save the configuration and apply the change:
(config)> save
Configuration saved.
>
19. Type exit to exit the Admin CLI.
Depending on your device configuration, you may be presented with an Access selection
menu. Type quit to disconnect from the device.
Configure Application mode
Application mode provides access to the serial device from Python applications. See Use Python to
access serial ports for information about creating Python applications that access the serial port.
To change the configuration to match the serial configuration of the device to which you want to
connect:
Web