Front panel interface draft#219
Draft
aliyahhoda wants to merge 28 commits into
Draft
Conversation
- Added missing samping-rate node in deviation file - Give error when delete op is done at collector/config nodes Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
-- Taken all changes till May 7, 2025 oc-interface version "3.8.0" Add interface-transitions and link-transitions counters 785b890a6369901d5cc227f1a86de98b694305d7 Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Supported interface tree
--------
```
module: openconfig-interfaces
+--rw interfaces
+--rw interface* [name]
+--rw name -> ../config/name
+--rw config
| +--rw name? string
| +--rw mtu? uint16
| +--rw description? string
| +--rw enabled? boolean
+--ro state
| +--ro name? string
| +--ro mtu? uint16
| +--ro description? string
| +--ro enabled? boolean
| +--ro admin-status enumeration
| +--ro counters
| +--ro in-octets? oc-yang:counter64
| +--ro in-pkts? oc-yang:counter64
| +--ro in-unicast-pkts? oc-yang:counter64
| +--ro in-broadcast-pkts? oc-yang:counter64
| +--ro in-multicast-pkts? oc-yang:counter64
| +--ro in-errors? oc-yang:counter64
| +--ro in-discards? oc-yang:counter64
| +--ro out-octets? oc-yang:counter64
| +--ro out-pkts? oc-yang:counter64
| +--ro out-unicast-pkts? oc-yang:counter64
| +--ro out-broadcast-pkts? oc-yang:counter64
| +--ro out-multicast-pkts? oc-yang:counter64
| +--ro out-discards? oc-yang:counter64
| +--ro out-errors? oc-yang:counter64
+--rw subinterfaces
| +--rw subinterface* [index]
| +--rw index -> ../config/index
| +--rw config
| | +--rw index? uint32
| +--ro state
| | +--ro index? uint32
| +--rw oc-ip:ipv4
| | +--rw oc-ip:addresses
| | +--rw oc-ip:address* [ip]
| | +--rw oc-ip:ip -> ../config/ip
| | +--rw oc-ip:config
| | | +--rw oc-ip:ip? oc-inet:ipv4-address
| | | +--rw oc-ip:prefix-length? uint8
| | +--ro oc-ip:state
| | +--ro oc-ip:ip? oc-inet:ipv4-address
| | +--ro oc-ip:prefix-length? uint8
| +--rw oc-ip:ipv6
| +--rw oc-ip:addresses
| | +--rw oc-ip:address* [ip]
| | +--rw oc-ip:ip -> ../config/ip
| | +--rw oc-ip:config
| | | +--rw oc-ip:ip? oc-inet:ipv6-address
| | | +--rw oc-ip:prefix-length uint8
| | +--ro oc-ip:state
| | +--ro oc-ip:ip? oc-inet:ipv6-address
| | +--ro oc-ip:prefix-length uint8
| +--rw oc-ip:config
| | +--rw oc-ip:enabled? boolean
| +--ro oc-ip:state
| +--ro oc-ip:enabled? boolean
+--rw oc-eth:ethernet
| +--rw oc-eth:config
| | +--rw oc-eth:auto-negotiate? boolean
| | +--rw oc-eth:port-speed? identityref
| | +--rw oc-lag:aggregate-id? -> /oc-if:interfaces/interface/name
| +--ro oc-eth:state
| +--ro oc-eth:auto-negotiate? boolean
| +--ro oc-eth:port-speed? identityref
| +--ro oc-eth:counters
| | +--ro oc-eth:in-oversize-frames? oc-yang:counter64
| | +--ro oc-eth:in-undersize-frames? oc-yang:counter64
| | +--ro oc-eth:in-jabber-frames? oc-yang:counter64
| | +--ro oc-eth:in-fragment-frames? oc-yang:counter64
| | +--ro oc-eth-ext:in-distribution
| | +--ro oc-eth-ext:in-frames-64-octets? oc-yang:counter64
| | +--ro oc-eth-ext:in-frames-65-127-octets? oc-yang:counter64
| | +--ro oc-eth-ext:in-frames-128-255-octets? oc-yang:counter64
| | +--ro oc-eth-ext:in-frames-256-511-octets? oc-yang:counter64
| | +--ro oc-eth-ext:in-frames-512-1023-octets? oc-yang:counter64
| | +--ro oc-eth-ext:in-frames-1024-1518-octets? oc-yang:counter64
| +--ro oc-lag:aggregate-id? -> /oc-if:interfaces/interface/name
+--rw oc-lag:aggregation
+--rw oc-lag:config
| +--rw oc-lag:min-links? uint16
+--ro oc-lag:state
+--ro oc-lag:min-links? uint16
```
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
config/type state/type state/ifindex state/oper-status state/last-change state/management state/cpu state/logical aggregate/lag-type Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
…sonic-net#166) * model based delete handling in transformer infra for openconfig yangs * corrected annotation string and description * removed commented out code for key-xfmr * addressed log related comments * fixed format-fix build erros Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
…penconfig yangs (sonic-net#172) * model based replace handling in transformer infra for openconfig yangs and bug fixes * corrected log Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
- Added missing samping-rate node in deviation file - Give error when delete op is done at collector/config nodes Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
…onic-net#176) Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
…conflicts Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
This PR introduces the new YANG models for gNSI Authz, Certz, Pathz and Credentialz. And, updates the list to include the new models. Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
Signed-off-by: Aliyah Hoda <ahoda@google.com>
|
/azp run |
|
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
Signed-off-by: Aliyah Hoda <ahoda@google.com>
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.