Configuring ethernet switches (S3 and S4 series)
Note
Omnia is specifically designed to support the configuration of Ethernet switches that run on the Dell SmartFabric OS10 network operating system.
Edit the
network/ethernet_tor_input.ymlfile for all S3* and S4* PowerSwitches such as S3048-ON, S4048T-ON, S4112F-ON, S4048-ON, S4048T-ON, S4112F-ON, S4112T-ON, and S4128F-ON.
Caution
Do not remove or comment any lines in the network/ethernet_tor_input.yml file.
Name |
Details |
|---|---|
|
Global configurations for the switch.
|
|
By default, all ports are configured in the 10g-4x breakout mode in which a QSFP28 or QSFP+ port is split into four 10G interfaces. Choices:
|
|
The trap destination IP address is the IP address of the SNMP Server where the trap will be sent. Ensure that the SNMP IP is valid. |
|
An SNMP community string is a means of accessing statistics stored within a router or other device.
|
|
By default:
|
|
Change it to “true” only when you are certain that the updated configurations and commands are valid. WARNING: When set to “true”, the startup configuration file is updated. If incorrect configurations or commands are entered, the Ethernet switches may not operate as expected. Choices:
|
When initializing a factory reset switch, the user needs to ensure DHCP is enabled and an IPv6 address is not assigned.
Running the playbook:
cd network
ansible-playbook ethernet_switch_config.yml -i switch_inventory -e ethernet_switch_username=”” -e ethernet_switch_password=””
The
inventoryfile should be a list of switch IPs separated by newlines. Refer to the switch_inventory section in Sample Files for more information.The
ethernet_switch_usernameandethernet_switch_passwordare the credentials used to authenticate and access the switch using the management port.
If you have any feedback about Omnia documentation, please reach out at omnia.readme@dell.com.