-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Added Niagara TAP 3225-PTC-2 #3526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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' | ||
| 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: | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
harryajc marked this conversation as resolved.
Show resolved
Hide resolved
harryajc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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 | ||
| 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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
Uh oh!
There was an error while loading. Please reload this page.