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:
Daniel W. Anner 2023-01-20 15:36:28 -05:00 committed by GitHub
parent ca7c2d7a35
commit 4061057407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -310,7 +310,10 @@
"virtual",
"bridge",
"lag",
"100base-fx",
"100base-lfx",
"100base-tx",
"100base-t1",
"1000base-t",
"1000base-x-gbic",
"1000base-x-sfp",