Skip to content

Commit 6698bc7

Browse files
committed
Finished module types
1 parent 44da5ca commit 6698bc7

File tree

5 files changed

+50
-60
lines changed

5 files changed

+50
-60
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
manufacturer: Niagara
3-
model: Network TAP Passive Fiber Optics
3+
model: Network TAP Passive Fiber Optics 3225-PTC-2
44
slug: niagara-tap-3225-ptc-2
55
part_number: 3225-PTC-2
66
u_height: 1
@@ -9,52 +9,52 @@ airflow: passive
99
comments: '[TAP Datasheet](https://info.niagaranetworks.com/hubfs/Product%20Data%20Sheets/3225/3225.pdf)'
1010
module-bays:
1111
- name: Slot 1
12-
position: 1
12+
position: '1'
1313
- name: Slot 2
14-
position: 2
14+
position: '2'
1515
- name: Slot 3
16-
position: 3
16+
position: '3'
1717
- name: Slot 4
18-
position: 4
18+
position: '4'
1919
- name: Slot 5
20-
position: 5
20+
position: '5'
2121
- name: Slot 6
22-
position: 6
22+
position: '6'
2323
- name: Slot 7
24-
position: 7
24+
position: '7'
2525
- name: Slot 8
26-
position: 8
26+
position: '8'
2727
- name: Slot 9
28-
position: 9
28+
position: '9'
2929
- name: Slot 10
30-
position: 10
30+
position: '10'
3131
- name: Slot 11
32-
position: 11
32+
position: '11'
3333
- name: Slot 12
34-
position: 12
34+
position: '12'
3535
- name: Slot 13
36-
position: 13
36+
position: '13'
3737
- name: Slot 14
38-
position: 14
38+
position: '14'
3939
- name: Slot 15
40-
position: 15
40+
position: '15'
4141
- name: Slot 16
42-
position: 16
42+
position: '16'
4343
- name: Slot 17
44-
position: 17
44+
position: '17'
4545
- name: Slot 18
46-
position: 18
46+
position: '18'
4747
- name: Slot 19
48-
position: 19
48+
position: '19'
4949
- name: Slot 20
50-
position: 20
50+
position: '20'
5151
- name: Slot 21
52-
position: 21
52+
position: '21'
5353
- name: Slot 22
54-
position: 22
54+
position: '22'
5555
- name: Slot 23
56-
position: 23
56+
position: '23'
5757
- name: Slot 24
58-
position: 24
58+
position: '24'
5959
- name: Slot 25
60-
position: 25
60+
position: '25'
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
---
22
manufacturer: Niagara
33
model: Network TAP Passive Fiber Optics Module Single Width 1310nm 1550nm 50/50
4-
slug: niagara-tap-module-3211-s-lr-50-50
54
part_number: 3211-S-LR-50/50
6-
airflow: passive
75
comments: '[TAP Datasheet](https://info.niagaranetworks.com/hubfs/Product%20Data%20Sheets/3225/3225.pdf)'
86
interfaces:
9-
- name: Port/{module}/1
7+
- name: Port/{module}/A_Monitor
108
type: 100gbase-x-qsfp28
9+
description: Passive optical single mode simplex LC
10+
- name: Port/{module}/B_Monitor
11+
type: 100gbase-x-qsfp28
12+
description: Passive optical single mode simplex LC
13+
front-ports:
14+
- name: Port/{module}/A
15+
type: lc
16+
rear_port: Port/{module}/B
17+
rear-ports:
18+
- name: Port/{module}/B
19+
type: lc
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
---
22
manufacturer: Niagara
33
model: Network TAP Passive Fiber Optics Module Single Width 850nm 50/50
4-
slug: niagara-tap-module-3211-s-sr-50-50
54
part_number: 3211-S-SR-50/50
6-
airflow: passive
75
comments: '[TAP Datasheet](https://info.niagaranetworks.com/hubfs/Product%20Data%20Sheets/3225/3225.pdf)'
86
interfaces:
9-
- name: Port/{module}/1
7+
- name: Port/{module}/A_Monitor
108
type: 10gbase-x-sfpp
9+
description: Passive optical multi mode simplex LC
10+
- name: Port/{module}/B_Monitor
11+
type: 10gbase-x-sfpp
12+
description: Passive optical multi mode simplex LC
13+
front-ports:
14+
- name: Port/{module}/A
15+
type: lc
16+
rear_port: Port/{module}/B
17+
rear-ports:
18+
- name: Port/{module}/B
19+
type: lc

module-types/Niagara/3213-W-LR-50-50.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

module-types/Niagara/3213-W-SR-50-50.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)