m26singhvi
m26singhvi
In openconfig-macsec model - macsec/interfaces/interface/mka/state/counters, there are leafs as follows - ``` leaf in-sak-mkpdu { type oc-yang:counter64; description "Validated MKPDU received SAK count"; } ``` Based on the description, there...
In openconfig-macsec model - macsec/interfaces/interface/mka/state/counters, there are leafs as follows - ``` leaf in-cak-mkpdu { type oc-yang:counter64; description "Validated MKPDU received CAK count"; } leaf out-cak-mkpdu { type oc-yang:counter64; description...
Currently, openconfig macsec model - public/release/models/macsec/openconfig-macsec.yang has a keychain container for configuring keys. Recently, a keychain model was published here - https://github.com/openconfig/public/blob/master/release/models/keychain/openconfig-keychain.yang which allows configuration of keys as well -...
In isis/openconfig-isis.yang, for grouping isis-interface-config, it has leaf "passive". Same is also present in grouping isis-interface-level-config. Why are there two mappings for "passive" ? "passive" per interface per level should...
In openconfig-keychain model, ``` leaf crypto-algorithm { type identityref { base oc-keychain-types:CRYPTO_TYPE; } description "Cryptographic algorithm associated with the key. Note that not all cryptographic algorithms are available in all...