Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions device-types/Niagara/3225-PTC-2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
manufacturer: Niagara
model: Network TAP Passive Fiber Optics 3225-PTC-2
slug: niagara-tap-3225-ptc-2
part_number: 3225-PTC-2
u_height: 1
is_full_depth: false
airflow: passive
comments: '[TAP Datasheet](https://info.niagaranetworks.com/hubfs/Product%20Data%20Sheets/3225/3225.pdf)'
module-bays:
- name: Slot 1
position: '1'
- name: Slot 2
position: '2'
- name: Slot 3
position: '3'
- name: Slot 4
position: '4'
- name: Slot 5
position: '5'
- name: Slot 6
position: '6'
- name: Slot 7
position: '7'
- name: Slot 8
position: '8'
- name: Slot 9
position: '9'
- name: Slot 10
position: '10'
- name: Slot 11
position: '11'
- name: Slot 12
position: '12'
- name: Slot 13
position: '13'
- name: Slot 14
position: '14'
- name: Slot 15
position: '15'
- name: Slot 16
position: '16'
- name: Slot 17
position: '17'
- name: Slot 18
position: '18'
- name: Slot 19
position: '19'
- name: Slot 20
position: '20'
- name: Slot 21
position: '21'
- name: Slot 22
position: '22'
- name: Slot 23
position: '23'
- name: Slot 24
position: '24'
- name: Slot 25
position: '25'
19 changes: 19 additions & 0 deletions module-types/Niagara/3211-S-LR-50-50.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
manufacturer: Niagara
model: Network TAP Passive Fiber Optics Module Single Width 1310nm 1550nm 50/50
part_number: 3211-S-LR-50/50
comments: '[TAP Datasheet](https://info.niagaranetworks.com/hubfs/Product%20Data%20Sheets/3225/3225.pdf)'
interfaces:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If these are passive taps then they won't have 100GB interfaces they will just be LC ports

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes they are passive but I can't put lc as an interface type. Should I move them to the front/rear ports?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes these should be probably front ports linked to the same rear ports, I guess is the best way

- name: Port/{module}/A_Monitor
type: 100gbase-x-qsfp28
description: Passive optical single mode simplex LC
- name: Port/{module}/B_Monitor
type: 100gbase-x-qsfp28
description: Passive optical single mode simplex LC
front-ports:
- name: Port/{module}/A
type: lc
rear_port: Port/{module}/B
rear-ports:
- name: Port/{module}/B
type: lc
19 changes: 19 additions & 0 deletions module-types/Niagara/3211-S-SR-50-50.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
manufacturer: Niagara
model: Network TAP Passive Fiber Optics Module Single Width 850nm 50/50
part_number: 3211-S-SR-50/50
comments: '[TAP Datasheet](https://info.niagaranetworks.com/hubfs/Product%20Data%20Sheets/3225/3225.pdf)'
interfaces:
- name: Port/{module}/A_Monitor
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again if these are passive they should just be LC ports

type: 10gbase-x-sfpp
description: Passive optical multi mode simplex LC
- name: Port/{module}/B_Monitor
type: 10gbase-x-sfpp
description: Passive optical multi mode simplex LC
front-ports:
- name: Port/{module}/A
type: lc
rear_port: Port/{module}/B
rear-ports:
- name: Port/{module}/B
type: lc
Loading