diff --git a/device-types/Cisco/ME-3400EG-2CS-A.yaml b/device-types/Cisco/ME-3400EG-2CS-A.yaml new file mode 100644 index 00000000..f0d94495 --- /dev/null +++ b/device-types/Cisco/ME-3400EG-2CS-A.yaml @@ -0,0 +1,34 @@ +--- +manufacturer: Cisco +model: ME-3400EG-2CS-A +slug: cisco-me-3400eg-2cs-a +part_number: ME-3400EG-2CS-A +is_full_depth: false +u_height: 1 +weight: 3.4 +weight_unit: lb +airflow: front-to-rear +console-ports: + - name: Console + type: rj-45 +module-bays: + - name: PSU1 + position: '1' + - name: PSU2 + position: '2' +interfaces: + - name: Management + type: 100base-tx + mgmt_only: true + - name: Gi0/1 + type: 1000base-x-sfp + - name: Gi0/2 + type: 1000base-x-sfp + - name: Gi0/3 + type: 1000base-x-sfp + - name: Gi0/4 + type: 1000base-x-sfp + - name: Fa0/1 + type: 100base-tx + - name: Fa0/2 + type: 100base-tx diff --git a/device-types/F5/BIG-IP-r2600.yaml b/device-types/F5/BIG-IP-r2600.yaml new file mode 100644 index 00000000..aab4d785 --- /dev/null +++ b/device-types/F5/BIG-IP-r2600.yaml @@ -0,0 +1,44 @@ +--- +manufacturer: F5 +model: BIG-IP r2600 +slug: f5-big-ip-r2600 +part_number: r2600 +u_height: 1 +is_full_depth: true +airflow: front-to-rear +weight: 20 +weight_unit: lb +front_image: true +rear_image: true +console-ports: + - name: Console + type: rj-45 + - name: usb1 + type: usb-a +module-bays: + - name: PSU1 + position: '1' + - name: PSU2 + position: '2' +interfaces: + - name: mgmt + type: 1000base-t + mgmt_only: true + - name: failover + type: 1000base-t + - name: '1.0' + type: 10gbase-t + - name: '2.0' + type: 10gbase-t + - name: '3.0' + type: 10gbase-t + - name: '4.0' + type: 10gbase-t + - name: '5.0' + type: 25gbase-x-sfp28 + - name: '6.0' + type: 25gbase-x-sfp28 + - name: '7.0' + type: 25gbase-x-sfp28 + - name: '8.0' + type: 25gbase-x-sfp28 diff --git a/elevation-images/F5/f5-big-ip-r2600.front.png b/elevation-images/F5/f5-big-ip-r2600.front.png new file mode 100644 index 00000000..6af31bba Binary files /dev/null and b/elevation-images/F5/f5-big-ip-r2600.front.png differ diff --git a/elevation-images/F5/f5-big-ip-r2600.rear.png b/elevation-images/F5/f5-big-ip-r2600.rear.png new file mode 100644 index 00000000..5ee46229 Binary files /dev/null and b/elevation-images/F5/f5-big-ip-r2600.rear.png differ