public icon indicating copy to clipboard operation
public copied to clipboard

Introducing a optical-switch model

Open mrevang opened this issue 1 year ago • 2 comments

Change Scope

  • This change proposes a new model for optical switches.
  • As a new model backwards compatibility isn't a concern.
module: openconfig-optical-switch
  +--rw optical-switch
     +--rw config
     +--ro state
     +--rw optical-switch-topology
     |  +--ro state
     |     +--ro port-connectivity                  enumeration
     |     +--ro total-port-count                   int32
     |     +--ro total-optical-module-count         int32
     |     +--ro ingress-port-count                 int32
     |     +--ro egress-port-count                  int32
     |     +--ro ingress-start-index                int32
     |     +--ro egress-start-index                 int32
     |     +--ro inter-module-connection-support    boolean
     +--rw port-connections
     |  +--rw port-connection* [slot port]
     |     +--rw slot      -> ../config/slot
     |     +--rw port      -> ../config/port
     |     +--rw config
     |     |  +--rw slot?        string
     |     |  +--rw port?        string
     |     |  +--rw peer-port?   string
     |     |  +--rw peer-slot?   string
     |     +--ro state
     |        +--ro slot?        string
     |        +--ro port?        string
     |        +--ro peer-port?   string
     |        +--ro peer-slot?   string
     +--ro port-statuses
        +--ro port-status* [slot port]
           +--ro slot     -> ../state/slot
           +--ro port     -> ../state/port
           +--ro state
              +--ro slot?                  string
              +--ro port?                  string
              +--ro port-status?           enumeration
              +--ro port-status-message?   string

mrevang avatar Sep 20 '24 22:09 mrevang

/gcbrun

dplore avatar Sep 23 '24 17:09 dplore

No major YANG version changes in commit cf33e23622503344336b1444108fc8878486a75a

OpenConfigBot avatar Sep 23 '24 17:09 OpenConfigBot

/gcbrun

dplore avatar Nov 15 '24 20:11 dplore

mrevang our only open comment is that there should be some reference to at least 2 implementations which support this kind of functionality. This can be any documentation link that optical switch vendors say they support point to point programability on their devices.

dplore avatar Nov 15 '24 20:11 dplore

Don't have those available, closing for now.

mrevang avatar Nov 15 '24 20:11 mrevang