Follow these instructions to send logs from AdTran NetVanta AOS to the Comm Broker via syslog..
Prerequisites
AOS 12 or Higher
1st Generation NetVanta 3200/3205 (1200860Lx and 1200870Lx)
Using the Web interface
Configuring logging via the Web Interface is supported in AOS firmware revisions 12 and higher. If your AOS device does not support AOS firmware revision 12, use the procedure in Using the command line interface.
Enable logging:
Click Logging under Utilities in the left menu.
Select the Event History checkbox.
Enable syslog:
Click the Syslog Forwarding tab.
Select the Syslog Forwarding checkbox.
Configure syslog options:
Choose a Syslog Forwarding Priority Level. Info (0) is the most verbose and fatal (5) is the least verbose. For general information about interface state changes and firewall messages, choose Notice (3).
Enter the Syslog Receiver IP Address. This is the IP Address of the Trellix Comm Broker Sender.
Choose a Logging Facility between Local 0 and Local 9. The logging facility level is an arbitrary value that can be used in the Syslog Server software for filtering.
Click Apply.
Save the configuration:
Click Save in the upper-right corner.
Caution
Not clicking Save will cause the router to lose your changes with the next reboot.
Using the command line interface
You can use the Command Line Interface (CLI) to configure syslog logging in all versions of AOS.
Access global configuration code:
Enter
enableto enter privileged exec mode. You may be prompted for a password. If you do not know this password, see the “Password Recovery in AOS” guide.Enter
configure terminalto access global configuration mode.
Enter
event-history onto enable event logging.Enter
logging forwarding onto enable syslog logging.Configure syslog options:
Enter
logging facility local0to set the logging facility. The logging facility option is used by the syslog server for filtering.Enter
logging forwarding receiver-ip <ip-address>to set the IP address to which syslog entries should be forwarded (the Trellix Comm Broker Sender). For example,logging forwarding receiver-ip 192.168.1.1.Enter
logging forwarding priority-level <priority-level>to set the priority level. The priority level options areerror,fatal,warning,noticeandinfoin ascending order of verbosity (that is,erroris the least verbose andinfois the most verbose). For example,logging forwarding priority-level notice.
Example
! event-history on logging forwarding on logging facility local0 logging forwarding priority-level info logging forwarding receiver-ip 192.168.1.1 !