Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

AristaSwitch

Arista Switch

<~XSIAM> This pack includes Cortex XSIAM content.

Configuration on Server Side

This section describes the basic mandatory steps you should perform on Arista's switch in order to forward the audited event logs to XSIAM via Syslog. In addition, you may wish to customize the logging level and logging format of the audited events as described below.

Configure Syslog forwarding

Arista's switch supports forwarding the audited events to a remote Syslog server. This is done via the logging host command.

Follow these steps to configure forwarding of event logs from an Arista switch to an XSIAM Syslog Broker VM via UDP:

  1. Connect to the switch CLI (Command Line Interface).
  2. Type enable (or en) to enter the Privileged EXEC command mode, followed by the password if prompted.
  3. Type configure (or config) to enter the Global Configuration command mode.
  4. Type logging host <IP> <Port> where <IP> and <Port> are the corresponding IP address and port of the XSIAM Syslog Broker VM.
  5. Type write (or running-config startup-config) to commit the updated configuration settings to the start-up configuration file.
  6. Type exit to exit the Global Configuration command mode and return back to the Privileged EXEC command mode.
  7. Type exit again to terminate the session.

Bellow is an example execution of the commands above:

   switch> enable
   Password:
   switch# configure
   switch(config)# logging host 192.168.0.10 514
   switch(config)# write
   switch(config)# exit
   switch# exit

Remarks:

Collect Events from Vendor

In order to use the collector, use the Broker VM option.

Broker VM

To create or configure the Broker VM, use the information described here.

You can configure the specific vendor and product for this instance.

  1. Navigate to SettingsConfigurationData BrokerBroker VMs.
  2. Go to the apps tab and add the Syslog app for the relevant broker instance. If the Syslog app already exists, hover over it and then click Configure.
  3. Click Add New.
  4. When configuring the Syslog Collector, set the following values:
    Parameter Value
    Protocol The protocol that was defined in the Syslog configuration on the Arista switch (UDP for the default or Secure TCP for the Syslog with TLS Support configuration.
    Port The Syslog service port that was defined in the Syslog configuration on the Arista switch.
    Vendor Enter Arista.
    Product Enter Switch.

</~XSIAM>