mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
Add Schema Interface Types & Correctly Identify Adapters (AT FS Series) (#1024)
* Adding 3 new adapter types. 100base-fx, 100base-lfx, and 100base-t1. This addition is contingent on [Netbox PR#11377](https://github.com/netbox-community/netbox/pull/11377) being completed first. This will not be merged until that is complete * Based on the addition of 100base-fx in the upstream netbox repo, this will allow us to correctly identify these ports * updated 100base-fx interface names
This commit is contained in:
parent
ca7c2d7a35
commit
4061057407
@ -4,7 +4,7 @@ model: FS201
|
||||
part_number: AT-FS201
|
||||
comments: 10/100TX to 100FX (ST) media and rate converter
|
||||
interfaces:
|
||||
- name: Port 1 (Slot {module} - 100Base-FX)
|
||||
type: other
|
||||
- name: Slot {module} - Port 1
|
||||
type: 100base-fx
|
||||
- name: Port 2 (Slot {module})
|
||||
type: 100base-tx
|
||||
|
@ -4,7 +4,7 @@ model: FS202
|
||||
part_number: AT-FS202
|
||||
comments: Fast Ethernet to Fiber Media and Rate Converter
|
||||
interfaces:
|
||||
- name: Port 1 (Slot {module} - 100Base-FX)
|
||||
type: other
|
||||
- name: Slot {module} - Port 1
|
||||
type: 100base-fx
|
||||
- name: Port 2 (Slot {module})
|
||||
type: 100base-tx
|
||||
|
@ -4,7 +4,7 @@ model: FS232/1
|
||||
part_number: AT-FS232/1
|
||||
comments: Fast Ethernet to Fiber Media and Rate Converter
|
||||
interfaces:
|
||||
- name: Port 1 (Slot {module} - 100Base-FX)
|
||||
type: other
|
||||
- name: Slot {module} - Port 1
|
||||
type: 100base-fx
|
||||
- name: Port 2 (Slot {module})
|
||||
type: 100base-tx
|
||||
|
@ -4,7 +4,7 @@ model: FS232/2
|
||||
part_number: AT-FS232/2
|
||||
comments: Fast Ethernet to Fiber Media and Rate Converter
|
||||
interfaces:
|
||||
- name: Port 1 (Slot {module} - 100Base-FX)
|
||||
type: other
|
||||
- name: Slot {module} - Port 1
|
||||
type: 100base-fx
|
||||
- name: Port 2 (Slot {module})
|
||||
type: 100base-tx
|
||||
|
@ -4,7 +4,7 @@ model: FS232
|
||||
part_number: AT-FS232
|
||||
comments: Fast Ethernet to Fiber Media and Rate Converter
|
||||
interfaces:
|
||||
- name: Port 1 (Slot {module} - 100Base-FX)
|
||||
type: other
|
||||
- name: Slot {module} - Port 1
|
||||
type: 100base-fx
|
||||
- name: Port 2 (Slot {module})
|
||||
type: 100base-tx
|
||||
|
@ -4,7 +4,7 @@ model: FS238A/1
|
||||
part_number: AT-FS238A/1
|
||||
comments: 10/100TX to 100LX (SC) BiDi media and rate converter
|
||||
interfaces:
|
||||
- name: Port 1 (Slot {module} - 100Base-FX)
|
||||
type: other
|
||||
- name: Slot {module} - Port 1
|
||||
type: 100base-fx
|
||||
- name: Port 2 (Slot {module})
|
||||
type: 100base-tx
|
||||
|
@ -4,7 +4,7 @@ model: FS238B/1
|
||||
part_number: AT-FS238B/1
|
||||
comments: Fast Ethernet to Fiber BiDi Media and Rate Converter
|
||||
interfaces:
|
||||
- name: Port 1 (Slot {module} - 100Base-FX)
|
||||
type: other
|
||||
- name: Slot {module} - Port 1
|
||||
type: 100base-fx
|
||||
- name: Port 2 (Slot {module})
|
||||
type: 100base-tx
|
||||
|
@ -310,7 +310,10 @@
|
||||
"virtual",
|
||||
"bridge",
|
||||
"lag",
|
||||
"100base-fx",
|
||||
"100base-lfx",
|
||||
"100base-tx",
|
||||
"100base-t1",
|
||||
"1000base-t",
|
||||
"1000base-x-gbic",
|
||||
"1000base-x-sfp",
|
||||
|
Loading…
Reference in New Issue
Block a user