hardware: defaults - add 26.4

This commit is contained in:
Ad Schellevis 2026-06-05 19:04:09 +02:00
parent fbbe7a47fe
commit 26937f401d
5 changed files with 690 additions and 43 deletions

View file

@ -0,0 +1,157 @@
<?xml version="1.0"?>
<opnsense>
<trigger_initial_wizard/>
<theme>opnsense</theme>
<sysctl>
<item>
<descr>Page Table Isolation (Meltdown mitigation, requires reboot.)</descr>
<tunable>vm.pmap.pti</tunable>
<value>0</value>
</item>
<item>
<descr>Disable Indirect Branch Restricted Speculation (Spectre V2 mitigation)</descr>
<tunable>hw.ibrs_disable</tunable>
<value>1</value>
</item>
</sysctl>
<system>
<serialspeed>115200</serialspeed>
<primaryconsole>serial</primaryconsole>
<optimization>normal</optimization>
<hostname>OPNsense</hostname>
<domain>localdomain</domain>
<dnsallowoverride>1</dnsallowoverride>
<group>
<name>admins</name>
<description>System Administrators</description>
<scope>system</scope>
<gid>1999</gid>
<member>0</member>
<priv>page-all</priv>
</group>
<user>
<name>root</name>
<descr>System Administrator</descr>
<scope>system</scope>
<groupname>admins</groupname>
<password>$2y$10$YRVoF4SgskIsrXOvOQjGieB9XqHPRra9R7d80B3BZdbY/j21TwBfS</password>
<uid>0</uid>
</user>
<timezone>Etc/UTC</timezone>
<timeservers>0.opnsense.pool.ntp.org 1.opnsense.pool.ntp.org 2.opnsense.pool.ntp.org 3.opnsense.pool.ntp.org</timeservers>
<webgui>
<protocol>https</protocol>
</webgui>
<disablenatreflection>yes</disablenatreflection>
<usevirtualterminal>1</usevirtualterminal>
<disableconsolemenu/>
<disablevlanhwfilter>0</disablevlanhwfilter>
<disablechecksumoffloading>1</disablechecksumoffloading>
<disablesegmentationoffloading>1</disablesegmentationoffloading>
<disablelargereceiveoffloading>1</disablelargereceiveoffloading>
<ipv6allow>1</ipv6allow>
<powerd_enable>1</powerd_enable>
<powerd_ac_mode>hadp</powerd_ac_mode>
<powerd_battery_mode>hadp</powerd_battery_mode>
<powerd_normal_mode>hadp</powerd_normal_mode>
<thermal_hardware>amdtemp</thermal_hardware>
<bogons>
<interval>monthly</interval>
</bogons>
<pf_share_forward>1</pf_share_forward>
<lb_use_sticky>1</lb_use_sticky>
<ssh>
<group>admins</group>
</ssh>
<firmware version="1.0.0">
<mirror>https://opnsense-update.deciso.com/FILL-IN-YOUR-LICENSE-HERE</mirror>
<flavour>latest</flavour>
<type>business</type>
</firmware>
<rrdbackup>-1</rrdbackup>
<netflowbackup>-1</netflowbackup>
</system>
<interfaces>
<wan>
<enable>1</enable>
<if>igc1</if>
<mtu/>
<ipaddr>dhcp</ipaddr>
<ipaddrv6>dhcp6</ipaddrv6>
<subnet/>
<gateway/>
<blockpriv>1</blockpriv>
<blockbogons>1</blockbogons>
<dhcphostname/>
<media/>
<mediaopt/>
<dhcp6-ia-pd-len>0</dhcp6-ia-pd-len>
</wan>
<lan>
<enable>1</enable>
<if>igc0</if>
<ipaddr>192.168.1.1</ipaddr>
<subnet>24</subnet>
<ipaddrv6>track6</ipaddrv6>
<subnetv6>64</subnetv6>
<media/>
<mediaopt/>
<track6-interface>wan</track6-interface>
<track6-prefix-id>0</track6-prefix-id>
</lan>
</interfaces>
<dhcpd>
<lan>
<enable/>
<range>
<from>192.168.1.100</from>
<to>192.168.1.199</to>
</range>
</lan>
</dhcpd>
<unbound>
<enable>1</enable>
</unbound>
<snmpd>
<syslocation/>
<syscontact/>
<rocommunity>public</rocommunity>
</snmpd>
<nat>
<outbound>
<mode>automatic</mode>
</outbound>
</nat>
<filter>
<rule>
<type>pass</type>
<ipprotocol>inet</ipprotocol>
<descr>Default allow LAN to any rule</descr>
<interface>lan</interface>
<source>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
</rule>
<rule>
<type>pass</type>
<ipprotocol>inet6</ipprotocol>
<descr>Default allow LAN IPv6 to any rule</descr>
<interface>lan</interface>
<source>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
</rule>
</filter>
<rrd>
<enable/>
</rrd>
<ntpd>
<prefer>0.opnsense.pool.ntp.org</prefer>
</ntpd>
</opnsense>

View file

@ -0,0 +1,162 @@
<?xml version="1.0"?>
<opnsense>
<trigger_initial_wizard/>
<theme>opnsense</theme>
<sysctl>
<item>
<descr>Page Table Isolation (Meltdown mitigation, requires reboot.)</descr>
<tunable>vm.pmap.pti</tunable>
<value>0</value>
</item>
<item>
<descr>Disable Indirect Branch Restricted Speculation (Spectre V2 mitigation)</descr>
<tunable>hw.ibrs_disable</tunable>
<value>1</value>
</item>
<item>
<tunable>ice_ddp_load</tunable>
<value>YES</value>
<descr>Include DDP package file for Intel ice driver</descr>
</item>
</sysctl>
<system>
<serialspeed>115200</serialspeed>
<primaryconsole>serial</primaryconsole>
<optimization>normal</optimization>
<hostname>OPNsense</hostname>
<domain>localdomain</domain>
<dnsallowoverride>1</dnsallowoverride>
<group>
<name>admins</name>
<description>System Administrators</description>
<scope>system</scope>
<gid>1999</gid>
<member>0</member>
<priv>page-all</priv>
</group>
<user>
<name>root</name>
<descr>System Administrator</descr>
<scope>system</scope>
<groupname>admins</groupname>
<password>$2y$10$YRVoF4SgskIsrXOvOQjGieB9XqHPRra9R7d80B3BZdbY/j21TwBfS</password>
<uid>0</uid>
</user>
<timezone>Etc/UTC</timezone>
<timeservers>0.opnsense.pool.ntp.org 1.opnsense.pool.ntp.org 2.opnsense.pool.ntp.org 3.opnsense.pool.ntp.org</timeservers>
<webgui>
<protocol>https</protocol>
</webgui>
<disablenatreflection>yes</disablenatreflection>
<usevirtualterminal>1</usevirtualterminal>
<disableconsolemenu/>
<disablevlanhwfilter>0</disablevlanhwfilter>
<disablechecksumoffloading>1</disablechecksumoffloading>
<disablesegmentationoffloading>1</disablesegmentationoffloading>
<disablelargereceiveoffloading>1</disablelargereceiveoffloading>
<ipv6allow>1</ipv6allow>
<powerd_enable>1</powerd_enable>
<powerd_ac_mode>hadp</powerd_ac_mode>
<powerd_battery_mode>hadp</powerd_battery_mode>
<powerd_normal_mode>hadp</powerd_normal_mode>
<thermal_hardware>amdtemp</thermal_hardware>
<bogons>
<interval>monthly</interval>
</bogons>
<pf_share_forward>1</pf_share_forward>
<lb_use_sticky>1</lb_use_sticky>
<ssh>
<group>admins</group>
</ssh>
<firmware version="1.0.0">
<mirror>https://opnsense-update.deciso.com/FILL-IN-YOUR-LICENSE-HERE</mirror>
<flavour>latest</flavour>
<type>business</type>
</firmware>
<rrdbackup>-1</rrdbackup>
<netflowbackup>-1</netflowbackup>
</system>
<interfaces>
<wan>
<enable>1</enable>
<if>igc1</if>
<mtu/>
<ipaddr>dhcp</ipaddr>
<ipaddrv6>dhcp6</ipaddrv6>
<subnet/>
<gateway/>
<blockpriv>1</blockpriv>
<blockbogons>1</blockbogons>
<dhcphostname/>
<media/>
<mediaopt/>
<dhcp6-ia-pd-len>0</dhcp6-ia-pd-len>
</wan>
<lan>
<enable>1</enable>
<if>igc0</if>
<ipaddr>192.168.1.1</ipaddr>
<subnet>24</subnet>
<ipaddrv6>track6</ipaddrv6>
<subnetv6>64</subnetv6>
<media/>
<mediaopt/>
<track6-interface>wan</track6-interface>
<track6-prefix-id>0</track6-prefix-id>
</lan>
</interfaces>
<dhcpd>
<lan>
<enable/>
<range>
<from>192.168.1.100</from>
<to>192.168.1.199</to>
</range>
</lan>
</dhcpd>
<unbound>
<enable>1</enable>
</unbound>
<snmpd>
<syslocation/>
<syscontact/>
<rocommunity>public</rocommunity>
</snmpd>
<nat>
<outbound>
<mode>automatic</mode>
</outbound>
</nat>
<filter>
<rule>
<type>pass</type>
<ipprotocol>inet</ipprotocol>
<descr>Default allow LAN to any rule</descr>
<interface>lan</interface>
<source>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
</rule>
<rule>
<type>pass</type>
<ipprotocol>inet6</ipprotocol>
<descr>Default allow LAN IPv6 to any rule</descr>
<interface>lan</interface>
<source>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
</rule>
</filter>
<rrd>
<enable/>
</rrd>
<ntpd>
<prefer>0.opnsense.pool.ntp.org</prefer>
</ntpd>
</opnsense>

View file

@ -0,0 +1,161 @@
<?xml version="1.0"?>
<opnsense>
<trigger_initial_wizard/>
<theme>opnsense</theme>
<sysctl>
<item>
<descr>Page Table Isolation (Meltdown mitigation, requires reboot.)</descr>
<tunable>vm.pmap.pti</tunable>
<value>0</value>
</item>
<item>
<descr>Disable Indirect Branch Restricted Speculation (Spectre V2 mitigation)</descr>
<tunable>hw.ibrs_disable</tunable>
<value>1</value>
</item>
<item>
<descr>AMD temp offset</descr>
<tunable>dev.amdtemp.0.sensor_offset</tunable>
<value>-10</value>
</item>
</sysctl>
<system>
<serialspeed>115200</serialspeed>
<primaryconsole>serial</primaryconsole>
<optimization>normal</optimization>
<hostname>OPNsense</hostname>
<domain>localdomain</domain>
<dnsallowoverride>1</dnsallowoverride>
<group>
<name>admins</name>
<description>System Administrators</description>
<scope>system</scope>
<gid>1999</gid>
<member>0</member>
<priv>page-all</priv>
</group>
<user>
<name>root</name>
<descr>System Administrator</descr>
<scope>system</scope>
<groupname>admins</groupname>
<password>$2y$10$YRVoF4SgskIsrXOvOQjGieB9XqHPRra9R7d80B3BZdbY/j21TwBfS</password>
<uid>0</uid>
</user>
<timezone>Etc/UTC</timezone>
<timeservers>0.opnsense.pool.ntp.org 1.opnsense.pool.ntp.org 2.opnsense.pool.ntp.org 3.opnsense.pool.ntp.org</timeservers>
<webgui>
<protocol>https</protocol>
</webgui>
<disablenatreflection>yes</disablenatreflection>
<usevirtualterminal>1</usevirtualterminal>
<disableconsolemenu/>
<disablevlanhwfilter>0</disablevlanhwfilter>
<disablechecksumoffloading>1</disablechecksumoffloading>
<disablesegmentationoffloading>1</disablesegmentationoffloading>
<disablelargereceiveoffloading>1</disablelargereceiveoffloading>
<ipv6allow>1</ipv6allow>
<powerd_enable>1</powerd_enable>
<powerd_ac_mode>hadp</powerd_ac_mode>
<powerd_battery_mode>hadp</powerd_battery_mode>
<powerd_normal_mode>hadp</powerd_normal_mode>
<bogons>
<interval>monthly</interval>
</bogons>
<pf_share_forward>1</pf_share_forward>
<lb_use_sticky>1</lb_use_sticky>
<ssh>
<group>admins</group>
</ssh>
<firmware version="1.0.0">
<mirror>https://opnsense-update.deciso.com/FILL-IN-YOUR-LICENSE-HERE</mirror>
<flavour>latest</flavour>
<type>business</type>
</firmware>
<use_mfs_var>1</use_mfs_var>
<use_mfs_tmp>1</use_mfs_tmp>
</system>
<interfaces>
<wan>
<enable>1</enable>
<if>igc1</if>
<mtu/>
<ipaddr>dhcp</ipaddr>
<ipaddrv6>dhcp6</ipaddrv6>
<subnet/>
<gateway/>
<blockpriv>1</blockpriv>
<blockbogons>1</blockbogons>
<dhcphostname/>
<media/>
<mediaopt/>
<dhcp6-ia-pd-len>0</dhcp6-ia-pd-len>
</wan>
<lan>
<enable>1</enable>
<if>igc0</if>
<ipaddr>192.168.1.1</ipaddr>
<subnet>24</subnet>
<ipaddrv6>track6</ipaddrv6>
<subnetv6>64</subnetv6>
<media/>
<mediaopt/>
<track6-interface>wan</track6-interface>
<track6-prefix-id>0</track6-prefix-id>
</lan>
</interfaces>
<dhcpd>
<lan>
<enable/>
<range>
<from>192.168.1.100</from>
<to>192.168.1.199</to>
</range>
</lan>
</dhcpd>
<unbound>
<enable>1</enable>
</unbound>
<snmpd>
<syslocation/>
<syscontact/>
<rocommunity>public</rocommunity>
</snmpd>
<nat>
<outbound>
<mode>automatic</mode>
</outbound>
</nat>
<filter>
<rule>
<type>pass</type>
<ipprotocol>inet</ipprotocol>
<descr>Default allow LAN to any rule</descr>
<interface>lan</interface>
<source>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
</rule>
<rule>
<type>pass</type>
<ipprotocol>inet6</ipprotocol>
<descr>Default allow LAN IPv6 to any rule</descr>
<interface>lan</interface>
<source>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
</rule>
</filter>
<rrd>
<enable/>
</rrd>
<ntpd>
<prefer>0.opnsense.pool.ntp.org</prefer>
</ntpd>
</opnsense>

View file

@ -0,0 +1,161 @@
<?xml version="1.0"?>
<opnsense>
<trigger_initial_wizard/>
<theme>opnsense</theme>
<sysctl>
<item>
<descr>Page Table Isolation (Meltdown mitigation, requires reboot.)</descr>
<tunable>vm.pmap.pti</tunable>
<value>0</value>
</item>
<item>
<descr>Disable Indirect Branch Restricted Speculation (Spectre V2 mitigation)</descr>
<tunable>hw.ibrs_disable</tunable>
<value>1</value>
</item>
<item>
<descr>AMD temp offset</descr>
<tunable>dev.amdtemp.0.sensor_offset</tunable>
<value>-10</value>
</item>
</sysctl>
<system>
<serialspeed>115200</serialspeed>
<primaryconsole>serial</primaryconsole>
<optimization>normal</optimization>
<hostname>OPNsense</hostname>
<domain>localdomain</domain>
<dnsallowoverride>1</dnsallowoverride>
<group>
<name>admins</name>
<description>System Administrators</description>
<scope>system</scope>
<gid>1999</gid>
<member>0</member>
<priv>page-all</priv>
</group>
<user>
<name>root</name>
<descr>System Administrator</descr>
<scope>system</scope>
<groupname>admins</groupname>
<password>$2y$10$YRVoF4SgskIsrXOvOQjGieB9XqHPRra9R7d80B3BZdbY/j21TwBfS</password>
<uid>0</uid>
</user>
<timezone>Etc/UTC</timezone>
<timeservers>0.opnsense.pool.ntp.org 1.opnsense.pool.ntp.org 2.opnsense.pool.ntp.org 3.opnsense.pool.ntp.org</timeservers>
<webgui>
<protocol>https</protocol>
</webgui>
<disablenatreflection>yes</disablenatreflection>
<usevirtualterminal>1</usevirtualterminal>
<disableconsolemenu/>
<disablevlanhwfilter>0</disablevlanhwfilter>
<disablechecksumoffloading>1</disablechecksumoffloading>
<disablesegmentationoffloading>1</disablesegmentationoffloading>
<disablelargereceiveoffloading>1</disablelargereceiveoffloading>
<ipv6allow>1</ipv6allow>
<powerd_enable>1</powerd_enable>
<powerd_ac_mode>hadp</powerd_ac_mode>
<powerd_battery_mode>hadp</powerd_battery_mode>
<powerd_normal_mode>hadp</powerd_normal_mode>
<bogons>
<interval>monthly</interval>
</bogons>
<pf_share_forward>1</pf_share_forward>
<lb_use_sticky>1</lb_use_sticky>
<ssh>
<group>admins</group>
</ssh>
<firmware version="1.0.0">
<mirror>https://opnsense-update.deciso.com/FILL-IN-YOUR-LICENSE-HERE</mirror>
<flavour>latest</flavour>
<type>business</type>
</firmware>
<rrdbackup>-1</rrdbackup>
<netflowbackup>-1</netflowbackup>
</system>
<interfaces>
<wan>
<enable>1</enable>
<if>igc1</if>
<mtu/>
<ipaddr>dhcp</ipaddr>
<ipaddrv6>dhcp6</ipaddrv6>
<subnet/>
<gateway/>
<blockpriv>1</blockpriv>
<blockbogons>1</blockbogons>
<dhcphostname/>
<media/>
<mediaopt/>
<dhcp6-ia-pd-len>0</dhcp6-ia-pd-len>
</wan>
<lan>
<enable>1</enable>
<if>igc0</if>
<ipaddr>192.168.1.1</ipaddr>
<subnet>24</subnet>
<ipaddrv6>track6</ipaddrv6>
<subnetv6>64</subnetv6>
<media/>
<mediaopt/>
<track6-interface>wan</track6-interface>
<track6-prefix-id>0</track6-prefix-id>
</lan>
</interfaces>
<dhcpd>
<lan>
<enable/>
<range>
<from>192.168.1.100</from>
<to>192.168.1.199</to>
</range>
</lan>
</dhcpd>
<unbound>
<enable>1</enable>
</unbound>
<snmpd>
<syslocation/>
<syscontact/>
<rocommunity>public</rocommunity>
</snmpd>
<nat>
<outbound>
<mode>automatic</mode>
</outbound>
</nat>
<filter>
<rule>
<type>pass</type>
<ipprotocol>inet</ipprotocol>
<descr>Default allow LAN to any rule</descr>
<interface>lan</interface>
<source>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
</rule>
<rule>
<type>pass</type>
<ipprotocol>inet6</ipprotocol>
<descr>Default allow LAN IPv6 to any rule</descr>
<interface>lan</interface>
<source>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
</rule>
</filter>
<rrd>
<enable/>
</rrd>
<ntpd>
<prefer>0.opnsense.pool.ntp.org</prefer>
</ntpd>
</opnsense>

View file

@ -10,113 +10,119 @@ Below you will find the list of our currently available models:
========= ============ ========================================================================
Model Formfactor config
========= ============ ========================================================================
DEC675 Desktop :download:`25.7/25.10 <configs/25.4/A10V2-SD-config.xml>`
DEC675 Desktop :download:`26.4 <configs/26.4/A8-SD-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10V2-SD-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10V2-SD-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10V2-SD-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A10V2-SD-config.xml>`
:download:`22.7/22.10 <configs/22.10/A10V2-SD-config.xml>`
DEC677 Desktop :download:`25.7/25.10 <configs/25.4/A10V2-SD-config.xml>`
DEC677 Desktop :download:`26.4 <configs/26.4/A8-SD-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10V2-SD-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10V2-SD-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10V2-SD-config.xml>`
DEC695 Desktop :download:`25.7/25.10 <configs/25.4/A10V2-config.xml>`
DEC695 Desktop :download:`26.4 <configs/26.4/A8-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10V2-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10V2-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10V2-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A10V2-config.xml>`
:download:`22.7/22.10 <configs/22.10/A10V2-config.xml>`
DEC697 Desktop :download:`25.7/25.10 <configs/25.4/A10V2-config.xml>`
DEC697 Desktop :download:`26.4 <configs/26.4/A8-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10V2-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10V2-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10V2-config.xml>`
DEC740 Desktop :download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
DEC740 Desktop :download:`26.4 <configs/26.4/A10-gen3-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10-gen3-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10-gen3-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A10-gen3-config.xml>`
:download:`22.7/22.10 <configs/22.10/A10-gen3-config.xml>`
DEC750 Desktop :download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
DEC750 Desktop :download:`26.4 <configs/26.4/A10-gen3-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10-gen3-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10-gen3-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A10-gen3-config.xml>`
:download:`22.7/22.10 <configs/22.10/A10-gen3-config.xml>`
DEC840 Desktop :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC840 Desktop :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC850 Desktop :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC850 Desktop :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC2685 Rack :download:`25.7/25.10 <configs/25.4/A10V2-config.xml>`
DEC2685 Rack :download:`26.4 <configs/26.4/A8-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10V2-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10V2-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10V2-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A10V2-config.xml>`
:download:`22.7/22.10 <configs/22.10/A10V2-config.xml>`
DEC2687 Rack :download:`25.7/25.10 <configs/25.4/A10V2-config.xml>`
DEC2687 Rack :download:`26.4 <configs/26.4/A8-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10V2-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10V2-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10V2-config.xml>`
DEC2750 Rack :download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
DEC2750 Rack :download:`26.4 <configs/26.4/A10-gen3-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10-gen3-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10-gen3-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A10-gen3-config.xml>`
:download:`22.7/22.10 <configs/22.10/A10-gen3-config.xml>`
DEC2752 Rack :download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
DEC2752 Rack :download:`26.4 <configs/26.4/A10-gen3-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10-gen3-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10-gen3-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A10-gen3-config.xml>`
:download:`22.7/22.10 <configs/22.10/A10-gen3-config.xml>`
DEC2770 Rack :download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
DEC2770 Rack :download:`26.4 <configs/26.4/A10-gen3-config.xml>`
:download:`25.7/25.10 <configs/25.4/A10-gen3-config.xml>`
:download:`25.1/25.4 <configs/25.4/A10-gen3-config.xml>`
:download:`24.7/24.10 <configs/24.10/A10-gen3-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A10-gen3-config.xml>`
:download:`22.7/22.10 <configs/22.10/A10-gen3-config.xml>`
DEC3840 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC3840 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC3842 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC3842 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC3852 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC3852 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC3850 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC3850 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC3862 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC3862 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC3860 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC3860 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC4020 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC3920 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
DEC3940 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
DEC3960 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
DEC4020 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC4040 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC4040 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC4240 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC4240 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
DEC4280 Rack :download:`25.7/25.10 <configs/25.4/A20-config.xml>`
DEC4280 Rack :download:`26.4 <configs/26.4/A20-config.xml>`
:download:`25.7/25.10 <configs/25.4/A20-config.xml>`
:download:`25.1/25.4 <configs/25.4/A20-config.xml>`
:download:`24.7/24.10 <configs/24.10/A20-config.xml>`
:download:`23.1 ... 24.4 <configs/23.4/A20-config.xml>`
:download:`22.7/22.10 <configs/22.10/A20-config.xml>`
========= ============ ========================================================================