question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Addition Interface Type for ATM/xDSL Interfaces

See original GitHub issue

NetBox version

v2.11.3

Feature type

Data model extension

Proposed functionality

Add support for an interface-type that covers DSL connections. Specifically, adding support for xDSL

Use case

My OOB network uses DSL from another provider to provide access to a number of console servers. These circuits have static addresses that cannot be tracked on an accurately classified interface.

For now, I’m using the ‘other’ interface type, but tracking these as what they actually would be preferable.

Database changes

No schema changes

External dependencies

None

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
craizedcommented, Sep 17, 2021

Thank you-- this is definitely good enough for my purposes and I appreciate the addition.

0reactions
jeremystretchcommented, Sep 14, 2021

This seems to have stagnated. I’m just going to add a new xDSL type as that’s what the original request was for. Happy to entertain additional proposals under a new issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Handbook - Interfaces - TypeScript
One of TypeScript's core principles is that type checking focuses on the shape that values have. This is sometimes called “duck typing” or...
Read more >
Extending object-like types with interfaces in TypeScript
Interfaces are one of TypeScript's core features. Let's explore interfaces' characteristics and how to better leverage them in programs.
Read more >
TypeScript Interfaces - TutorialsTeacher
Learn about interface in TypeScript. TypeScript interface is defined with 'interface' keyword and can include one or more methods or property declarations.
Read more >
A Simple Guide to Typescript Interfaces: declaration & use cases
By adding types to your code, you can spot or avoid errors early and get rid of errors at compilation. In TypeScript, an...
Read more >
Interfaces - define behavior for multiple types - Microsoft Learn
That capability is important in C# because the language doesn't support multiple inheritance of classes. In addition, you must use an interface ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found