diff --git a/README.md b/README.md
index 07cfb49..2ca4bca 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ services include:
3. Certificate management
4. Console access management
5. Secure Shell (ssh) certificate/key management
- 6. Associated YANG models for telemetry collection of gNSI systems.
+ 6. Associated YANG models for telemetry collection of gNSI systems are defined at the [OpenConfig public data model repository](https://github.com/openconfig/public/tree/master/release/models/gnsi)
## Releases
diff --git a/acctz/README.md b/acctz/README.md
index f735b44..8abfbd3 100644
--- a/acctz/README.md
+++ b/acctz/README.md
@@ -35,23 +35,6 @@ of this history should be configurable by the administrator. The default
depth and configurability are subject to implementation support, but should
be documented.
-## OpenConfig Extension for the gMNI gRPC-based Accounting telemetry
-### gnsi-acctz.yang
-An overview of the changes defined in the gnsi-acctz.yang file are shown below.
-
-```txt
-module: gnsi-acctz
- augment /oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server:
- +--ro counters
- +--ro last-cleared-on? oc-types:timeticks64
- +--ro client-counters
- | +--ro history_istruncated? oc-yang:counter64
- | +--ro IdleTimeouts? oc-yang:counter64
- | +--ro RecordRequests? oc-yang:counter64
- | +--ro RecordResponses? oc-yang:counter64
- +--ro source-counters
- +--ro source-records* [service type]
- +--ro service service-request
- +--ro type service-type
- +--ro records? oc-yang:counter64
-```
+## OpenConfig data models for gNSI Accounting
+
+Yang data models for acctz are defined in the [OpenConfig public repository(https://github.com/openconfig/public/tree/master/release/models/gnsi)]. Documentation for OpenConfig including searchable list of paths and tree representations are at [OpenConfig.net](https://openconfig.net/projects/models/)
diff --git a/authz/README.md b/authz/README.md
index 9f708a9..1230df3 100644
--- a/authz/README.md
+++ b/authz/README.md
@@ -316,479 +316,6 @@ expected result of the `gNSI.authz.Probe()` RPC is:
}
```
-## OpenConfig Extension for the gMNI gRPC-based Authorization Policy telemetry
-
-### `gnsi-authz.yang`
-
-An overview of the changes defined in the `gnsi-authz.yang` file are shown
-below.
-
-```txt
-module: gnsi-authz
-
- augment /oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state:
- +--ro grpc-authz-policy-version? version
- +--ro grpc-authz-policy-created-on? created-on
- augment /oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server:
- +--ro authz-policy-counters
- +--ro rpcs
- +--ro rpc* [name]
- +--ro name -> ../state/name
- +--ro state
- +--ro name? string
- +--ro access-rejects? oc-yang:counter64
- +--ro last-access-reject? oc-types:timeticks64
- +--ro access-accepts? oc-yang:counter64
- +--ro last-access-accept? oc-types:timeticks64
-```
-
-### `openconfig-system` tree
-The `openconfig-system` subtree after augments defined in the `gnsi-authz.yang`
-file is shown below.
-
-
-The diagram of the tree.
-
-
-```txt
-module: openconfig-system
- +--rw system
- +--rw config
- | +--rw hostname? oc-inet:domain-name
- | +--rw domain-name? oc-inet:domain-name
- | +--rw login-banner? string
- | +--rw motd-banner? string
- +--ro state
- | +--ro hostname? oc-inet:domain-name
- | +--ro domain-name? oc-inet:domain-name
- | +--ro login-banner? string
- | +--ro motd-banner? string
- | +--ro current-datetime? oc-yang:date-and-time
- | +--ro boot-time? oc-types:timeticks64
- +--rw clock
- | +--rw config
- | | +--rw timezone-name? timezone-name-type
- | +--ro state
- | +--ro timezone-name? timezone-name-type
- +--rw dns
- | +--rw config
- | | +--rw search* oc-inet:domain-name
- | +--ro state
- | | +--ro search* oc-inet:domain-name
- | +--rw servers
- | | +--rw server* [address]
- | | +--rw address -> ../config/address
- | | +--rw config
- | | | +--rw address? oc-inet:ip-address
- | | | +--rw port? oc-inet:port-number
- | | +--ro state
- | | +--ro address? oc-inet:ip-address
- | | +--ro port? oc-inet:port-number
- | +--rw host-entries
- | +--rw host-entry* [hostname]
- | +--rw hostname -> ../config/hostname
- | +--rw config
- | | +--rw hostname? string
- | | +--rw alias* string
- | | +--rw ipv4-address* oc-inet:ipv4-address
- | | +--rw ipv6-address* oc-inet:ipv6-address
- | +--ro state
- | +--ro hostname? string
- | +--ro alias* string
- | +--ro ipv4-address* oc-inet:ipv4-address
- | +--ro ipv6-address* oc-inet:ipv6-address
- +--rw ntp
- | +--rw config
- | | +--rw enabled? boolean
- | | +--rw ntp-source-address? oc-inet:ip-address
- | | +--rw enable-ntp-auth? boolean
- | +--ro state
- | | +--ro enabled? boolean
- | | +--ro ntp-source-address? oc-inet:ip-address
- | | +--ro enable-ntp-auth? boolean
- | | +--ro auth-mismatch? oc-yang:counter64
- | +--rw ntp-keys
- | | +--rw ntp-key* [key-id]
- | | +--rw key-id -> ../config/key-id
- | | +--rw config
- | | | +--rw key-id? uint16
- | | | +--rw key-type? identityref
- | | | +--rw key-value? string
- | | +--ro state
- | | +--ro key-id? uint16
- | | +--ro key-type? identityref
- | | +--ro key-value? string
- | +--rw servers
- | +--rw server* [address]
- | +--rw address -> ../config/address
- | +--rw config
- | | +--rw address? oc-inet:host
- | | +--rw port? oc-inet:port-number
- | | +--rw version? uint8
- | | +--rw association-type? enumeration
- | | +--rw iburst? boolean
- | | +--rw prefer? boolean
- | +--ro state
- | +--ro address? oc-inet:host
- | +--ro port? oc-inet:port-number
- | +--ro version? uint8
- | +--ro association-type? enumeration
- | +--ro iburst? boolean
- | +--ro prefer? boolean
- | +--ro stratum? uint8
- | +--ro root-delay? uint32
- | +--ro root-dispersion? uint64
- | +--ro offset? uint64
- | +--ro poll-interval? uint32
- +--rw ssh-server
- | +--rw config
- | | +--rw enable? boolean
- | | +--rw protocol-version? enumeration
- | | +--rw timeout? uint16
- | | +--rw rate-limit? uint16
- | | +--rw session-limit? uint16
- | +--ro state
- | +--ro enable? boolean
- | +--ro protocol-version? enumeration
- | +--ro timeout? uint16
- | +--ro rate-limit? uint16
- | +--ro session-limit? uint16
- +--rw telnet-server
- | +--rw config
- | | +--rw enable? boolean
- | | +--rw timeout? uint16
- | | +--rw rate-limit? uint16
- | | +--rw session-limit? uint16
- | +--ro state
- | +--ro enable? boolean
- | +--ro timeout? uint16
- | +--ro rate-limit? uint16
- | +--ro session-limit? uint16
- +--rw logging
- | +--rw console
- | | +--rw config
- | | +--ro state
- | | +--rw selectors
- | | +--rw selector* [facility severity]
- | | +--rw facility -> ../config/facility
- | | +--rw severity -> ../config/severity
- | | +--rw config
- | | | +--rw facility? identityref
- | | | +--rw severity? syslog-severity
- | | +--ro state
- | | +--ro facility? identityref
- | | +--ro severity? syslog-severity
- | +--rw remote-servers
- | +--rw remote-server* [host]
- | +--rw host -> ../config/host
- | +--rw config
- | | +--rw host? oc-inet:host
- | | +--rw source-address? oc-inet:ip-address
- | | +--rw remote-port? oc-inet:port-number
- | +--ro state
- | | +--ro host? oc-inet:host
- | | +--ro source-address? oc-inet:ip-address
- | | +--ro remote-port? oc-inet:port-number
- | +--rw selectors
- | +--rw selector* [facility severity]
- | +--rw facility -> ../config/facility
- | +--rw severity -> ../config/severity
- | +--rw config
- | | +--rw facility? identityref
- | | +--rw severity? syslog-severity
- | +--ro state
- | +--ro facility? identityref
- | +--ro severity? syslog-severity
- +--rw aaa
- | +--rw config
- | +--ro state
- | +--rw authentication
- | | +--rw config
- | | | +--rw authentication-method* union
- | | +--ro state
- | | | +--ro authentication-method* union
- | | +--rw admin-user
- | | | +--rw config
- | | | | +--rw admin-password? string
- | | | | +--rw admin-password-hashed? oc-aaa-types:crypt-password-type
- | | | +--ro state
- | | | +--ro admin-password? string
- | | | +--ro admin-password-hashed? oc-aaa-types:crypt-password-type
- | | | +--ro admin-username? string
- | | +--rw users
- | | +--rw user* [username]
- | | +--rw username -> ../config/username
- | | +--rw config
- | | | +--rw username? string
- | | | +--rw password? string
- | | | +--rw password-hashed? oc-aaa-types:crypt-password-type
- | | | +--rw ssh-key? string
- | | | +--rw role? union
- | | +--ro state
- | | +--ro username? string
- | | +--ro password? string
- | | +--ro password-hashed? oc-aaa-types:crypt-password-type
- | | +--ro ssh-key? string
- | | +--ro role? union
- | +--rw authorization
- | | +--rw config
- | | | +--rw authorization-method* union
- | | +--ro state
- | | | +--ro authorization-method* union
- | | | +--ro gnsi-authz:grpc-authz-policy-version? version
- | | | +--ro gnsi-authz:grpc-authz-policy-created-on? created-on
- | | +--rw events
- | | +--rw event* [event-type]
- | | +--rw event-type -> ../config/event-type
- | | +--rw config
- | | | +--rw event-type? identityref
- | | +--ro state
- | | +--ro event-type? identityref
- | +--rw accounting
- | | +--rw config
- | | | +--rw accounting-method* union
- | | +--ro state
- | | | +--ro accounting-method* union
- | | +--rw events
- | | +--rw event* [event-type]
- | | +--rw event-type -> ../config/event-type
- | | +--rw config
- | | | +--rw event-type? identityref
- | | | +--rw record? enumeration
- | | +--ro state
- | | +--ro event-type? identityref
- | | +--ro record? enumeration
- | +--rw server-groups
- | +--rw server-group* [name]
- | +--rw name -> ../config/name
- | +--rw config
- | | +--rw name? string
- | | +--rw type? identityref
- | +--ro state
- | | +--ro name? string
- | | +--ro type? identityref
- | +--rw servers
- | +--rw server* [address]
- | +--rw address -> ../config/address
- | +--rw config
- | | +--rw name? string
- | | +--rw address? oc-inet:ip-address
- | | +--rw timeout? uint16
- | +--ro state
- | | +--ro name? string
- | | +--ro address? oc-inet:ip-address
- | | +--ro timeout? uint16
- | | +--ro connection-opens? oc-yang:counter64
- | | +--ro connection-closes? oc-yang:counter64
- | | +--ro connection-aborts? oc-yang:counter64
- | | +--ro connection-failures? oc-yang:counter64
- | | +--ro connection-timeouts? oc-yang:counter64
- | | +--ro messages-sent? oc-yang:counter64
- | | +--ro messages-received? oc-yang:counter64
- | | +--ro errors-received? oc-yang:counter64
- | +--rw tacacs
- | | +--rw config
- | | | +--rw port? oc-inet:port-number
- | | | +--rw secret-key? oc-types:routing-password
- | | | +--rw secret-key-hashed? oc-aaa-types:crypt-password-type
- | | | +--rw source-address? oc-inet:ip-address
- | | +--ro state
- | | +--ro port? oc-inet:port-number
- | | +--ro secret-key? oc-types:routing-password
- | | +--ro secret-key-hashed? oc-aaa-types:crypt-password-type
- | | +--ro source-address? oc-inet:ip-address
- | +--rw radius
- | +--rw config
- | | +--rw auth-port? oc-inet:port-number
- | | +--rw acct-port? oc-inet:port-number
- | | +--rw secret-key? oc-types:routing-password
- | | +--rw secret-key-hashed? oc-aaa-types:crypt-password-type
- | | +--rw source-address? oc-inet:ip-address
- | | +--rw retransmit-attempts? uint8
- | +--ro state
- | +--ro auth-port? oc-inet:port-number
- | +--ro acct-port? oc-inet:port-number
- | +--ro secret-key? oc-types:routing-password
- | +--ro secret-key-hashed? oc-aaa-types:crypt-password-type
- | +--ro source-address? oc-inet:ip-address
- | +--ro retransmit-attempts? uint8
- | +--ro counters
- | +--ro retried-access-requests? oc-yang:counter64
- | +--ro access-accepts? oc-yang:counter64
- | +--ro access-rejects? oc-yang:counter64
- | +--ro timeout-access-requests? oc-yang:counter64
- +--rw memory
- | +--rw config
- | +--ro state
- | +--ro physical? uint64
- | +--ro reserved? uint64
- +--ro cpus
- | +--ro cpu* [index]
- | +--ro index -> ../state/index
- | +--ro state
- | +--ro index? union
- | +--ro total
- | | +--ro instant? oc-types:percentage
- | | +--ro avg? oc-types:percentage
- | | +--ro min? oc-types:percentage
- | | +--ro max? oc-types:percentage
- | | +--ro interval? oc-types:stat-interval
- | | +--ro min-time? oc-types:timeticks64
- | | +--ro max-time? oc-types:timeticks64
- | +--ro user
- | | +--ro instant? oc-types:percentage
- | | +--ro avg? oc-types:percentage
- | | +--ro min? oc-types:percentage
- | | +--ro max? oc-types:percentage
- | | +--ro interval? oc-types:stat-interval
- | | +--ro min-time? oc-types:timeticks64
- | | +--ro max-time? oc-types:timeticks64
- | +--ro kernel
- | | +--ro instant? oc-types:percentage
- | | +--ro avg? oc-types:percentage
- | | +--ro min? oc-types:percentage
- | | +--ro max? oc-types:percentage
- | | +--ro interval? oc-types:stat-interval
- | | +--ro min-time? oc-types:timeticks64
- | | +--ro max-time? oc-types:timeticks64
- | +--ro nice
- | | +--ro instant? oc-types:percentage
- | | +--ro avg? oc-types:percentage
- | | +--ro min? oc-types:percentage
- | | +--ro max? oc-types:percentage
- | | +--ro interval? oc-types:stat-interval
- | | +--ro min-time? oc-types:timeticks64
- | | +--ro max-time? oc-types:timeticks64
- | +--ro idle
- | | +--ro instant? oc-types:percentage
- | | +--ro avg? oc-types:percentage
- | | +--ro min? oc-types:percentage
- | | +--ro max? oc-types:percentage
- | | +--ro interval? oc-types:stat-interval
- | | +--ro min-time? oc-types:timeticks64
- | | +--ro max-time? oc-types:timeticks64
- | +--ro wait
- | | +--ro instant? oc-types:percentage
- | | +--ro avg? oc-types:percentage
- | | +--ro min? oc-types:percentage
- | | +--ro max? oc-types:percentage
- | | +--ro interval? oc-types:stat-interval
- | | +--ro min-time? oc-types:timeticks64
- | | +--ro max-time? oc-types:timeticks64
- | +--ro hardware-interrupt
- | | +--ro instant? oc-types:percentage
- | | +--ro avg? oc-types:percentage
- | | +--ro min? oc-types:percentage
- | | +--ro max? oc-types:percentage
- | | +--ro interval? oc-types:stat-interval
- | | +--ro min-time? oc-types:timeticks64
- | | +--ro max-time? oc-types:timeticks64
- | +--ro software-interrupt
- | +--ro instant? oc-types:percentage
- | +--ro avg? oc-types:percentage
- | +--ro min? oc-types:percentage
- | +--ro max? oc-types:percentage
- | +--ro interval? oc-types:stat-interval
- | +--ro min-time? oc-types:timeticks64
- | +--ro max-time? oc-types:timeticks64
- +--rw processes
- | +--ro process* [pid]
- | +--ro pid -> ../state/pid
- | +--ro state
- | +--ro pid? uint64
- | +--ro name? string
- | +--ro args* string
- | +--ro start-time? oc-types:timeticks64
- | +--ro cpu-usage-user? oc-yang:counter64
- | +--ro cpu-usage-system? oc-yang:counter64
- | +--ro cpu-utilization? oc-types:percentage
- | +--ro memory-usage? uint64
- | +--ro memory-utilization? oc-types:percentage
- +--ro alarms
- | +--ro alarm* [id]
- | +--ro id -> ../state/id
- | +--ro config
- | +--ro state
- | +--ro id? string
- | +--ro resource? string
- | +--ro text? string
- | +--ro time-created? oc-types:timeticks64
- | +--ro severity? identityref
- | +--ro type-id? union
- +--rw messages
- | +--rw config
- | | +--rw severity? oc-log:syslog-severity
- | +--ro state
- | | +--ro severity? oc-log:syslog-severity
- | | +--ro message
- | | +--ro msg? string
- | | +--ro priority? uint8
- | | +--ro app-name? string
- | | +--ro procid? string
- | | +--ro msgid? string
- | +--rw debug-entries
- | +--rw debug-service* [service]
- | +--rw service -> ../config/service
- | +--rw config
- | | +--rw service? identityref
- | | +--rw enabled? boolean
- | +--ro state
- | +--ro service? identityref
- | +--ro enabled? boolean
- +--rw license
- | +--rw licenses
- | +--rw license* [license-id]
- | +--rw license-id -> ../config/license-id
- | +--rw config
- | | +--rw license-id? string
- | | +--rw license-data? union
- | | +--rw active? boolean
- | +--ro state
- | +--ro license-id? string
- | +--ro license-data? union
- | +--ro active? boolean
- | +--ro description? string
- | +--ro issue-date? uint64
- | +--ro expiration-date? uint64
- | +--ro in-use? boolean
- | +--ro expired? boolean
- | +--ro valid? boolean
- +--rw oc-sys-grpc:grpc-servers
- +--rw oc-sys-grpc:grpc-server* [name]
- +--rw oc-sys-grpc:name -> ../config/name
- +--rw oc-sys-grpc:config
- | +--rw oc-sys-grpc:name? string
- | +--rw oc-sys-grpc:services* identityref
- | +--rw oc-sys-grpc:enable? boolean
- | +--rw oc-sys-grpc:port? oc-inet:port-number
- | +--rw oc-sys-grpc:transport-security? boolean
- | +--rw oc-sys-grpc:certificate-id? string
- | +--rw oc-sys-grpc:metadata-authentication? boolean
- | +--rw oc-sys-grpc:listen-addresses* union
- | +--rw oc-sys-grpc:network-instance? oc-ni:network-instance-ref
- +--ro oc-sys-grpc:state
- | +--ro oc-sys-grpc:name? string
- | +--ro oc-sys-grpc:services* identityref
- | +--ro oc-sys-grpc:enable? boolean
- | +--ro oc-sys-grpc:port? oc-inet:port-number
- | +--ro oc-sys-grpc:transport-security? boolean
- | +--ro oc-sys-grpc:certificate-id? string
- | +--ro oc-sys-grpc:metadata-authentication? boolean
- | +--ro oc-sys-grpc:listen-addresses* union
- | +--ro oc-sys-grpc:network-instance? oc-ni:network-instance-ref
- +--ro gnsi-authz:authz-policy-counters
- +--ro gnsi-authz:rpcs
- +--ro gnsi-authz:rpc* [name]
- +--ro gnsi-authz:name -> ../state/name
- +--ro gnsi-authz:state
- +--ro gnsi-authz:name? string
- +--ro gnsi-authz:access-rejects? oc-yang:counter64
- +--ro gnsi-authz:last-access-reject? oc-types:timeticks64
- +--ro gnsi-authz:access-accepts? oc-yang:counter64
- +--ro gnsi-authz:last-access-accept? oc-types:timeticks64
-
-```
-
- Element - [+]Expand all - [-]Collapse all - | -Schema | -Type | -Flags | -Opts | -Status | -Path | -
---|---|---|---|---|---|---|
-
-
-
- openconfig-system
-
- |
-module | - | ||||
-
-
-
- system
-
- |
- container | -- | config | -- | current | -/oc-sys:system | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:config | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:domain-name | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:login-banner | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:motd-banner | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:state | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:domain-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:login-banner | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:motd-banner | -
- - | -leaf | -oc-yang:date-and-time | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:current-datetime | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:boot-time | -
-
-
-
- clock
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:config | -
- - | -leaf | -timezone-name-type | - -config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:config/oc-sys:timezone-name | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:state | -
- - | -leaf | -timezone-name-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:state/oc-sys:timezone-name | -
-
-
-
- dns
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:config | -
- - | -leaf-list | -oc-inet:domain-name | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:config/oc-sys:search | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:state | -
- - | -leaf-list | -oc-inet:domain-name | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:state/oc-sys:search | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
-
-
-
- host-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries | -
-
-
-
- host-entry[hostname]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:hostname | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:hostname | -
- - | -leaf-list | -string | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv6-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:hostname | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv6-address | -
-
-
-
- ntp
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enable-ntp-auth | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enable-ntp-auth | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:auth-mismatch | -
-
-
-
- ntp-keys
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys | -
-
-
-
- ntp-key[key-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:key-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-id | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-type | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-value | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-id | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-type | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-value | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:version | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:association-type | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:iburst | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:prefer | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:version | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:association-type | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:iburst | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:prefer | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:stratum | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-delay | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-dispersion | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:offset | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:poll-interval | -
-
-
-
- ssh-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:session-limit | -
-
-
-
- telnet-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:session-limit | -
-
-
-
- logging
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging | -
-
-
-
- console
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:state | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- remote-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers | -
-
-
-
- remote-server[host]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:host | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:remote-port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:remote-port | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- aaa
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:state | -
-
-
-
- authentication
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config/oc-sys:authentication-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state/oc-sys:authentication-method | -
-
-
-
- admin-user
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password-hashed | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password-hashed | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-username | -
-
-
-
- users
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users | -
-
-
-
- user[username]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:username | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:username | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:password-hashed | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:ssh-key | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:role | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:username | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password-hashed | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:ssh-key | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:role | -
-
-
-
- authorization
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config/oc-sys:authorization-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state/oc-sys:authorization-method | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state/gnsi-authz:grpc-authz-policy-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state/gnsi-authz:grpc-authz-policy-created-on | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
-
-
-
- accounting
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config/oc-sys:accounting-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state/oc-sys:accounting-method | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:record | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:record | -
-
-
-
- server-groups
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups | -
-
-
-
- server-group[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:name | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:name | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:name | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:type | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:timeout | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-opens | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-closes | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-aborts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-failures | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-timeouts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-sent | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-received | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:errors-received | -
-
-
-
- tacacs
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:source-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:source-address | -
-
-
-
- radius
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:retransmit-attempts | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:retransmit-attempts | -
-
-
-
- counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:retried-access-requests | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:access-accepts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:access-rejects | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:timeout-access-requests | -
-
-
-
- memory
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:physical | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:reserved | -
-
-
-
- cpus
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus | -
-
-
-
- cpu[index]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:index | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:index | -
-
-
-
- total
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max-time | -
-
-
-
- user
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max-time | -
-
-
-
- kernel
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max-time | -
-
-
-
- nice
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max-time | -
-
-
-
- idle
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max-time | -
-
-
-
- wait
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max-time | -
-
-
-
- hardware-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max-time | -
-
-
-
- software-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max-time | -
-
-
-
- processes
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:processes | -
-
-
-
- process[pid]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:pid | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:pid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:name | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:args | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:start-time | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-user | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-system | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-utilization | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-usage | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-utilization | -
-
-
-
- alarms
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms | -
-
-
-
- alarm[id]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:id | -
-
-
-
- config
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:id | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:resource | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:text | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:time-created | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:severity | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:type-id | -
-
-
-
- messages
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:config | -
- - | -leaf | -oc-log:syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state | -
- - | -leaf | -oc-log:syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:severity | -
-
-
-
- message
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msg | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:priority | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:app-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:procid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msgid | -
-
-
-
- debug-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries | -
-
-
-
- debug-service[service]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:service | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:service | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:enabled | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:service | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:enabled | -
-
-
-
- license
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license | -
-
-
-
- licenses
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses | -
-
-
-
- license[license-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:license-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-id | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-data | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:active | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-id | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-data | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:active | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:description | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:issue-date | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expiration-date | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:in-use | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expired | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:valid | -
-
-
-
- oc-sys-grpc:grpc-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers | -
-
-
-
- oc-sys-grpc:grpc-server[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:name | -
-
-
-
- oc-sys-grpc:config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:network-instance | -
-
-
-
- oc-sys-grpc:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:network-instance | -
-
-
-
- gnsi-authz:authz-policy-counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters | -
-
-
-
- gnsi-authz:rpcs
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs | -
-
-
-
- gnsi-authz:rpc[name]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:name | -
-
-
-
- gnsi-authz:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:name | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:last-access-accept | -
- Element - [+]Expand all - [-]Collapse all - | -Schema | -Type | -Flags | -Opts | -Status | -Path | -
---|---|---|---|---|---|---|
-
-
-
- openconfig-system
-
- |
-module | - | ||||
-
-
-
- system
-
- |
- container | -- | config | -- | current | -/oc-sys:system | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:config | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:domain-name | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:login-banner | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:motd-banner | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:state | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:domain-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:login-banner | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:motd-banner | -
- - | -leaf | -oc-yang:date-and-time | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:current-datetime | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:boot-time | -
-
-
-
- clock
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:config | -
- - | -leaf | -timezone-name-type | - -config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:config/oc-sys:timezone-name | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:state | -
- - | -leaf | -timezone-name-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:state/oc-sys:timezone-name | -
-
-
-
- dns
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:config | -
- - | -leaf-list | -oc-inet:domain-name | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:config/oc-sys:search | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:state | -
- - | -leaf-list | -oc-inet:domain-name | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:state/oc-sys:search | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
-
-
-
- host-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries | -
-
-
-
- host-entry[hostname]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:hostname | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:hostname | -
- - | -leaf-list | -string | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv6-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:hostname | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv6-address | -
-
-
-
- ntp
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enable-ntp-auth | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enable-ntp-auth | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:auth-mismatch | -
-
-
-
- ntp-keys
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys | -
-
-
-
- ntp-key[key-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:key-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-id | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-type | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-value | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-id | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-type | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-value | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:version | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:association-type | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:iburst | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:prefer | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:version | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:association-type | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:iburst | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:prefer | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:stratum | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-delay | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-dispersion | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:offset | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:poll-interval | -
-
-
-
- ssh-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:session-limit | -
-
-
-
- telnet-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:session-limit | -
-
-
-
- logging
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging | -
-
-
-
- console
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:state | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- remote-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers | -
-
-
-
- remote-server[host]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:host | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:remote-port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:remote-port | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- aaa
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:state | -
-
-
-
- authentication
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config/oc-sys:authentication-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state/oc-sys:authentication-method | -
-
-
-
- admin-user
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password-hashed | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password-hashed | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-username | -
-
-
-
- users
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users | -
-
-
-
- user[username]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:username | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:username | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:password-hashed | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:ssh-key | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:role | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:username | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password-hashed | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:ssh-key | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:role | -
-
-
-
- authorization
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config/oc-sys:authorization-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state/oc-sys:authorization-method | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
-
-
-
- accounting
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config/oc-sys:accounting-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state/oc-sys:accounting-method | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:record | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:record | -
-
-
-
- server-groups
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups | -
-
-
-
- server-group[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:name | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:name | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:name | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:type | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:timeout | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-opens | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-closes | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-aborts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-failures | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-timeouts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-sent | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-received | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:errors-received | -
-
-
-
- tacacs
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:source-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:source-address | -
-
-
-
- radius
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:retransmit-attempts | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:retransmit-attempts | -
-
-
-
- counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:retried-access-requests | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:connection-accepts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:connection-rejects | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:timeout-access-requests | -
-
-
-
- memory
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:physical | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:reserved | -
-
-
-
- cpus
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus | -
-
-
-
- cpu[index]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:index | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:index | -
-
-
-
- total
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max-time | -
-
-
-
- user
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max-time | -
-
-
-
- kernel
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max-time | -
-
-
-
- nice
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max-time | -
-
-
-
- idle
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max-time | -
-
-
-
- wait
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max-time | -
-
-
-
- hardware-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max-time | -
-
-
-
- software-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max-time | -
-
-
-
- processes
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:processes | -
-
-
-
- process[pid]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:pid | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:pid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:name | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:args | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:start-time | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-user | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-system | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-utilization | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-usage | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-utilization | -
-
-
-
- alarms
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms | -
-
-
-
- alarm[id]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:id | -
-
-
-
- config
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:id | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:resource | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:text | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:time-created | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:severity | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:type-id | -
-
-
-
- messages
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:config | -
- - | -leaf | -oc-log:syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state | -
- - | -leaf | -oc-log:syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:severity | -
-
-
-
- message
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msg | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:priority | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:app-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:procid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msgid | -
-
-
-
- debug-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries | -
-
-
-
- debug-service[service]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:service | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:service | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:enabled | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:service | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:enabled | -
-
-
-
- license
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license | -
-
-
-
- licenses
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses | -
-
-
-
- license[license-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:license-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-id | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-data | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:active | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-id | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-data | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:active | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:description | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:issue-date | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expiration-date | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:in-use | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expired | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:valid | -
-
-
-
- oc-sys-grpc:grpc-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers | -
-
-
-
- oc-sys-grpc:grpc-server[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:name | -
-
-
-
- oc-sys-grpc:config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:network-instance | -
-
-
-
- oc-sys-grpc:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:network-instance | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:certificate-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:certificate-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:ca-trust-bundle-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:ca-trust-bundle-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:certificate-revocation-list-bundle-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:certificate-revocation-list-bundle-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:authentication-policy-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:authentication-policy-created-on | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:ssl-profile-id | -
-
-
-
- gnsi-certz:counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters/gnsi-certz:connection-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters/gnsi-certz:last-connection-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters/gnsi-certz:connection-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters/gnsi-certz:last-connection-accept | -
- Element - [+]Expand all - [-]Collapse all - | -Schema | -Type | -Flags | -Opts | -Status | -Path | -
---|---|---|---|---|---|---|
-
-
-
- openconfig-system
-
- |
-module | - | ||||
-
-
-
- system
-
- |
- container | -- | config | -- | current | -/oc-sys:system | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:config | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:domain-name | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:login-banner | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:motd-banner | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:state | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:domain-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:login-banner | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:motd-banner | -
- - | -leaf | -oc-yang:date-and-time | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:current-datetime | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:boot-time | -
-
-
-
- clock
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:config | -
- - | -leaf | -timezone-name-type | - -config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:config/oc-sys:timezone-name | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:state | -
- - | -leaf | -timezone-name-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:state/oc-sys:timezone-name | -
-
-
-
- dns
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:config | -
- - | -leaf-list | -oc-inet:domain-name | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:config/oc-sys:search | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:state | -
- - | -leaf-list | -oc-inet:domain-name | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:state/oc-sys:search | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
-
-
-
- host-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries | -
-
-
-
- host-entry[hostname]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:hostname | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:hostname | -
- - | -leaf-list | -string | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv6-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:hostname | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv6-address | -
-
-
-
- ntp
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enable-ntp-auth | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enable-ntp-auth | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:auth-mismatch | -
-
-
-
- ntp-keys
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys | -
-
-
-
- ntp-key[key-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:key-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-id | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-type | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-value | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-id | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-type | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-value | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:version | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:association-type | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:iburst | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:prefer | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:version | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:association-type | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:iburst | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:prefer | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:stratum | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-delay | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-dispersion | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:offset | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:poll-interval | -
-
-
-
- ssh-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:session-limit | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-trusted-user-ca-keys-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-trusted-user-ca-keys-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-host-certificate-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-host-certificate-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-host-key-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-host-key-version-created-on | -
-
-
-
- gnsi-credz:counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters/gnsi-credz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters/gnsi-credz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters/gnsi-credz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters/gnsi-credz:last-access-accept | -
-
-
-
- telnet-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:session-limit | -
-
-
-
- logging
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging | -
-
-
-
- console
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:state | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- remote-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers | -
-
-
-
- remote-server[host]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:host | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:remote-port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:remote-port | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- aaa
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:state | -
-
-
-
- authentication
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config/oc-sys:authentication-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state/oc-sys:authentication-method | -
-
-
-
- admin-user
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password-hashed | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password-hashed | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-username | -
-
-
-
- users
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users | -
-
-
-
- user[username]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:username | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:username | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:role | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:username | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password-hashed | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:role | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:password-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:password-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:authorized-users-list-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:authorized-users-list-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:authorized-keys-list-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:authorized-keys-list-created-on | -
-
-
-
- authorization
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config/oc-sys:authorization-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state/oc-sys:authorization-method | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
-
-
-
- accounting
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config/oc-sys:accounting-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state/oc-sys:accounting-method | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:record | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:record | -
-
-
-
- server-groups
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups | -
-
-
-
- server-group[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:name | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:name | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:name | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:type | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:timeout | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-opens | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-closes | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-aborts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-failures | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-timeouts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-sent | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-received | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:errors-received | -
-
-
-
- tacacs
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:source-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:source-address | -
-
-
-
- radius
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:retransmit-attempts | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:retransmit-attempts | -
-
-
-
- counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:retried-access-requests | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:access-accepts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:access-rejects | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:timeout-access-requests | -
-
-
-
- memory
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:physical | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:reserved | -
-
-
-
- cpus
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus | -
-
-
-
- cpu[index]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:index | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:index | -
-
-
-
- total
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max-time | -
-
-
-
- user
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max-time | -
-
-
-
- kernel
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max-time | -
-
-
-
- nice
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max-time | -
-
-
-
- idle
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max-time | -
-
-
-
- wait
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max-time | -
-
-
-
- hardware-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max-time | -
-
-
-
- software-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max-time | -
-
-
-
- processes
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:processes | -
-
-
-
- process[pid]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:pid | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:pid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:name | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:args | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:start-time | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-user | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-system | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-utilization | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-usage | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-utilization | -
-
-
-
- alarms
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms | -
-
-
-
- alarm[id]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:id | -
-
-
-
- config
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:id | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:resource | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:text | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:time-created | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:severity | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:type-id | -
-
-
-
- messages
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:config | -
- - | -leaf | -oc-log:syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state | -
- - | -leaf | -oc-log:syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:severity | -
-
-
-
- message
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msg | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:priority | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:app-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:procid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msgid | -
-
-
-
- debug-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries | -
-
-
-
- debug-service[service]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:service | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:service | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:enabled | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:service | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:enabled | -
-
-
-
- license
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license | -
-
-
-
- licenses
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses | -
-
-
-
- license[license-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:license-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-id | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-data | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:active | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-id | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-data | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:active | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:description | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:issue-date | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expiration-date | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:in-use | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expired | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:valid | -
-
-
-
- oc-sys-grpc:grpc-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers | -
-
-
-
- oc-sys-grpc:grpc-server[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:name | -
-
-
-
- oc-sys-grpc:config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:network-instance | -
-
-
-
- oc-sys-grpc:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:network-instance | -
-
-
-
- gnsi-credz:console
-
- |
- container | -- | config | -- | current | -/oc-sys:system/gnsi-credz:console | -
-
-
-
- gnsi-credz:config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:config | -
-
-
-
- gnsi-credz:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state | -
-
-
-
- gnsi-credz:counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters/gnsi-credz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters/gnsi-credz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters/gnsi-credz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters/gnsi-credz:last-access-accept | -
- Element - [+]Expand all - [-]Collapse all - | -Schema | -Type | -Flags | -Opts | -Status | -Path | -
---|---|---|---|---|---|---|
-
-
-
- openconfig-system
-
- |
-module | - | ||||
-
-
-
- system
-
- |
- container | -- | config | -- | current | -/oc-sys:system | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:config | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:domain-name | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:login-banner | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:motd-banner | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:state | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:domain-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:login-banner | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:motd-banner | -
- - | -leaf | -oc-yang:date-and-time | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:current-datetime | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:boot-time | -
-
-
-
- clock
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:config | -
- - | -leaf | -timezone-name-type | - -config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:config/oc-sys:timezone-name | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:state | -
- - | -leaf | -timezone-name-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:state/oc-sys:timezone-name | -
-
-
-
- dns
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:config | -
- - | -leaf-list | -oc-inet:domain-name | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:config/oc-sys:search | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:state | -
- - | -leaf-list | -oc-inet:domain-name | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:state/oc-sys:search | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
-
-
-
- host-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries | -
-
-
-
- host-entry[hostname]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:hostname | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:hostname | -
- - | -leaf-list | -string | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv6-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:hostname | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv6-address | -
-
-
-
- ntp
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enable-ntp-auth | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enable-ntp-auth | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:auth-mismatch | -
-
-
-
- ntp-keys
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys | -
-
-
-
- ntp-key[key-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:key-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-id | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-type | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-value | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-id | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-type | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-value | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:version | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:association-type | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:iburst | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:prefer | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:version | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:association-type | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:iburst | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:prefer | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:stratum | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-delay | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-dispersion | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:offset | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:poll-interval | -
-
-
-
- ssh-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:session-limit | -
-
-
-
- telnet-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:session-limit | -
-
-
-
- logging
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging | -
-
-
-
- console
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:state | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- remote-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers | -
-
-
-
- remote-server[host]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:host | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:remote-port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:remote-port | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- aaa
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:state | -
-
-
-
- authentication
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config/oc-sys:authentication-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state/oc-sys:authentication-method | -
-
-
-
- admin-user
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password-hashed | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password-hashed | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-username | -
-
-
-
- users
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users | -
-
-
-
- user[username]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:username | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:username | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:password-hashed | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:ssh-key | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:role | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:username | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password-hashed | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:ssh-key | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:role | -
-
-
-
- authorization
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config/oc-sys:authorization-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state/oc-sys:authorization-method | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
-
-
-
- accounting
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config/oc-sys:accounting-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state/oc-sys:accounting-method | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:record | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:record | -
-
-
-
- server-groups
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups | -
-
-
-
- server-group[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:name | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:name | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:name | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:type | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:timeout | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-opens | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-closes | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-aborts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-failures | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-timeouts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-sent | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-received | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:errors-received | -
-
-
-
- tacacs
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:source-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:source-address | -
-
-
-
- radius
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:retransmit-attempts | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:retransmit-attempts | -
-
-
-
- counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:retried-access-requests | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:access-accepts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:access-rejects | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:timeout-access-requests | -
-
-
-
- memory
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:physical | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:reserved | -
-
-
-
- cpus
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus | -
-
-
-
- cpu[index]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:index | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:index | -
-
-
-
- total
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max-time | -
-
-
-
- user
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max-time | -
-
-
-
- kernel
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max-time | -
-
-
-
- nice
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max-time | -
-
-
-
- idle
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max-time | -
-
-
-
- wait
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max-time | -
-
-
-
- hardware-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max-time | -
-
-
-
- software-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max-time | -
-
-
-
- processes
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:processes | -
-
-
-
- process[pid]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:pid | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:pid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:name | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:args | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:start-time | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-user | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-system | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-utilization | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-usage | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-utilization | -
-
-
-
- alarms
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms | -
-
-
-
- alarm[id]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:id | -
-
-
-
- config
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:id | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:resource | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:text | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:time-created | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:severity | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:type-id | -
-
-
-
- messages
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:config | -
- - | -leaf | -oc-log:syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state | -
- - | -leaf | -oc-log:syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:severity | -
-
-
-
- message
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msg | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:priority | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:app-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:procid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msgid | -
-
-
-
- debug-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries | -
-
-
-
- debug-service[service]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:service | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:service | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:enabled | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:service | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:enabled | -
-
-
-
- license
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license | -
-
-
-
- licenses
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses | -
-
-
-
- license[license-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:license-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-id | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-data | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:active | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-id | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-data | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:active | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:description | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:issue-date | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expiration-date | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:in-use | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expired | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:valid | -
-
-
-
- oc-sys-grpc:grpc-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers | -
-
-
-
- oc-sys-grpc:grpc-server[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:name | -
-
-
-
- oc-sys-grpc:config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:network-instance | -
-
-
-
- oc-sys-grpc:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:network-instance | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-pathz:gnmi-pathz-policy-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-pathz:gnmi-pathz-policy-created-on | -
-
-
-
- gnsi-pathz:gnmi-pathz-policy-counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters | -
-
-
-
- gnsi-pathz:paths
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths | -
-
-
-
- gnsi-pathz:path[xpath]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:xpath | -
-
-
-
- gnsi-pathz:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:xpath | -
-
-
-
- gnsi-pathz:reads
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads/gnsi-pathz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads/gnsi-pathz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads/gnsi-pathz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads/gnsi-pathz:last-access-accept | -
-
-
-
- gnsi-pathz:writes
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes/gnsi-pathz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes/gnsi-pathz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes/gnsi-pathz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes/gnsi-pathz:last-access-accept | -
-
-
-
- gnsi-pathz:gnmi-pathz-policies
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies | -
-
-
-
- gnsi-pathz:policies
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies | -
-
-
-
- gnsi-pathz:policy[instance]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:instance | -
-
-
-
- gnsi-pathz:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:state | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:state/gnsi-pathz:instance | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:state/gnsi-pathz:version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:state/gnsi-pathz:created-on | -
- Element - [+]Expand all - [-]Collapse all - | -Schema | -Type | -Flags | -Opts | -Status | -Path | -
---|---|---|---|---|---|---|
-
-
-
- openconfig-system
-
- |
-module | - | ||||
-
-
-
- system
-
- |
- container | -- | config | -- | current | -/oc-sys:system | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:config | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:domain-name | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:login-banner | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:config/oc-sys:motd-banner | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:state | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:hostname | -
- - | -leaf | -oc-inet:domain-name | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:domain-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:login-banner | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:motd-banner | -
- - | -leaf | -oc-yang:date-and-time | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:current-datetime | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:state/oc-sys:boot-time | -
-
-
-
- clock
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:config | -
- - | -leaf | -timezone-name-type | - -config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:config/oc-sys:timezone-name | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:clock/oc-sys:state | -
- - | -leaf | -timezone-name-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:clock/oc-sys:state/oc-sys:timezone-name | -
-
-
-
- dns
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:config | -
- - | -leaf-list | -oc-inet:domain-name | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:config/oc-sys:search | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:state | -
- - | -leaf-list | -oc-inet:domain-name | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:state/oc-sys:search | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
-
-
-
- host-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries | -
-
-
-
- host-entry[hostname]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:hostname | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:hostname | -
- - | -leaf-list | -string | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:config/oc-sys:ipv6-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:hostname | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:alias | -
- - | -leaf-list | -oc-inet:ipv4-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv4-address | -
- - | -leaf-list | -oc-inet:ipv6-address | - -no config | -* | -current | -/oc-sys:system/oc-sys:dns/oc-sys:host-entries/oc-sys:host-entry/oc-sys:state/oc-sys:ipv6-address | -
-
-
-
- ntp
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:config/oc-sys:enable-ntp-auth | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enabled | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:ntp-source-address | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:enable-ntp-auth | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:state/oc-sys:auth-mismatch | -
-
-
-
- ntp-keys
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys | -
-
-
-
- ntp-key[key-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:key-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-id | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-type | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:config/oc-sys:key-value | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-id | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-type | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:ntp-keys/oc-sys:ntp-key/oc-sys:state/oc-sys:key-value | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:port | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:version | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:association-type | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:iburst | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:prefer | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:port | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:version | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:association-type | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:iburst | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:prefer | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:stratum | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-delay | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:root-dispersion | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:offset | -
- - | -leaf | -uint32 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ntp/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:poll-interval | -
-
-
-
- ssh-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:protocol-version | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/oc-sys:session-limit | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-trusted-user-ca-keys-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-trusted-user-ca-keys-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-host-certificate-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-host-certificate-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-host-key-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:active-host-key-version-created-on | -
-
-
-
- gnsi-credz:counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters/gnsi-credz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters/gnsi-credz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters/gnsi-credz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:ssh-server/oc-sys:state/gnsi-credz:counters/gnsi-credz:last-access-accept | -
-
-
-
- telnet-server
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:enable | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:timeout | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:config/oc-sys:session-limit | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:enable | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:rate-limit | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:telnet-server/oc-sys:state/oc-sys:session-limit | -
-
-
-
- logging
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging | -
-
-
-
- console
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:state | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:console/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- remote-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers | -
-
-
-
- remote-server[host]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:host | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config | -
- - | -leaf | -oc-inet:host | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:config/oc-sys:remote-port | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state | -
- - | -leaf | -oc-inet:host | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:host | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:state/oc-sys:remote-port | -
-
-
-
- selectors
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors | -
-
-
-
- selector[facility severity]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:facility | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:severity | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:facility | -
- - | -leaf | -syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:logging/oc-sys:remote-servers/oc-sys:remote-server/oc-sys:selectors/oc-sys:selector/oc-sys:state/oc-sys:severity | -
-
-
-
- aaa
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:state | -
-
-
-
- authentication
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:config/oc-sys:authentication-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:state/oc-sys:authentication-method | -
-
-
-
- admin-user
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:config/oc-sys:admin-password-hashed | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-password-hashed | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:admin-user/oc-sys:state/oc-sys:admin-username | -
-
-
-
- users
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users | -
-
-
-
- user[username]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:username | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:username | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:config/oc-sys:role | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:username | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:password-hashed | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/oc-sys:role | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:password-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:password-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:authorized-users-list-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:authorized-users-list-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:authorized-keys-list-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authentication/oc-sys:users/oc-sys:user/oc-sys:state/gnsi-credz:authorized-keys-list-created-on | -
-
-
-
- authorization
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:config/oc-sys:authorization-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state/oc-sys:authorization-method | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state/gnsi-authz:grpc-authz-policy-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:state/gnsi-authz:grpc-authz-policy-created-on | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:authorization/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
-
-
-
- accounting
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:config/oc-sys:accounting-method | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:state/oc-sys:accounting-method | -
-
-
-
- events
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events | -
-
-
-
- event[event-type]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:event-type | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:event-type | -
- - | -leaf | -enumeration | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:config/oc-sys:record | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:event-type | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:accounting/oc-sys:events/oc-sys:event/oc-sys:state/oc-sys:record | -
-
-
-
- server-groups
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups | -
-
-
-
- server-group[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:name | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:name | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:config/oc-sys:type | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:name | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:state/oc-sys:type | -
-
-
-
- servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers | -
-
-
-
- server[address]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:address | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:address | -
- - | -leaf | -uint16 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:config/oc-sys:timeout | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:name | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:address | -
- - | -leaf | -uint16 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:timeout | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-opens | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-closes | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-aborts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-failures | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:connection-timeouts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-sent | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:messages-received | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:state/oc-sys:errors-received | -
-
-
-
- tacacs
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:config/oc-sys:source-address | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:tacacs/oc-sys:state/oc-sys:source-address | -
-
-
-
- radius
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:source-address | -
- - | -leaf | -uint8 | - -config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:config/oc-sys:retransmit-attempts | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:auth-port | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:acct-port | -
- - | -leaf | -oc-types:routing-password | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key | -
- - | -leaf | -oc-aaa-types:crypt-password-type | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:secret-key-hashed | -
- - | -leaf | -oc-inet:ip-address | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:source-address | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:retransmit-attempts | -
-
-
-
- counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:retried-access-requests | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:access-accepts | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:access-rejects | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:aaa/oc-sys:server-groups/oc-sys:server-group/oc-sys:servers/oc-sys:server/oc-sys:radius/oc-sys:state/oc-sys:counters/oc-sys:timeout-access-requests | -
-
-
-
- memory
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:memory/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:physical | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:memory/oc-sys:state/oc-sys:reserved | -
-
-
-
- cpus
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus | -
-
-
-
- cpu[index]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:index | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:index | -
-
-
-
- total
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:total/oc-sys:max-time | -
-
-
-
- user
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:user/oc-sys:max-time | -
-
-
-
- kernel
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:kernel/oc-sys:max-time | -
-
-
-
- nice
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:nice/oc-sys:max-time | -
-
-
-
- idle
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:idle/oc-sys:max-time | -
-
-
-
- wait
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:wait/oc-sys:max-time | -
-
-
-
- hardware-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:hardware-interrupt/oc-sys:max-time | -
-
-
-
- software-interrupt
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:instant | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:avg | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max | -
- - | -leaf | -oc-types:stat-interval | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:interval | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:min-time | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:cpus/oc-sys:cpu/oc-sys:state/oc-sys:software-interrupt/oc-sys:max-time | -
-
-
-
- processes
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:processes | -
-
-
-
- process[pid]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:pid | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:pid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:name | -
- - | -leaf-list | -string | - -no config | -* | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:args | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:start-time | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-user | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-usage-system | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:cpu-utilization | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-usage | -
- - | -leaf | -oc-types:percentage | - -no config | -? | -current | -/oc-sys:system/oc-sys:processes/oc-sys:process/oc-sys:state/oc-sys:memory-utilization | -
-
-
-
- alarms
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms | -
-
-
-
- alarm[id]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:id | -
-
-
-
- config
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:config | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:id | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:resource | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:text | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:time-created | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:severity | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:alarms/oc-sys:alarm/oc-sys:state/oc-sys:type-id | -
-
-
-
- messages
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:config | -
- - | -leaf | -oc-log:syslog-severity | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:config/oc-sys:severity | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state | -
- - | -leaf | -oc-log:syslog-severity | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:severity | -
-
-
-
- message
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msg | -
- - | -leaf | -uint8 | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:priority | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:app-name | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:procid | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:state/oc-sys:message/oc-sys:msgid | -
-
-
-
- debug-entries
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries | -
-
-
-
- debug-service[service]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:service | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config | -
- - | -leaf | -identityref | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:service | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:config/oc-sys:enabled | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state | -
- - | -leaf | -identityref | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:service | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:messages/oc-sys:debug-entries/oc-sys:debug-service/oc-sys:state/oc-sys:enabled | -
-
-
-
- license
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license | -
-
-
-
- licenses
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses | -
-
-
-
- license[license-id]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:license-id | -
-
-
-
- config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-id | -
- - | -leaf | -union | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:license-data | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:config/oc-sys:active | -
-
-
-
- state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-id | -
- - | -leaf | -union | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:license-data | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:active | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:description | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:issue-date | -
- - | -leaf | -uint64 | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expiration-date | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:in-use | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:expired | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys:license/oc-sys:licenses/oc-sys:license/oc-sys:state/oc-sys:valid | -
-
-
-
- oc-sys-grpc:grpc-servers
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers | -
-
-
-
- oc-sys-grpc:grpc-server[name]
-
- |
- list | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server | -
- - | -leaf | -leafref | - -config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:name | -
-
-
-
- oc-sys-grpc:config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:config/oc-sys-grpc:network-instance | -
-
-
-
- oc-sys-grpc:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:name | -
- - | -leaf-list | -identityref | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:services | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:enable | -
- - | -leaf | -oc-inet:port-number | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:port | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:transport-security | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:certificate-id | -
- - | -leaf | -boolean | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:metadata-authentication | -
- - | -leaf-list | -union | - -no config | -* | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:listen-addresses | -
- - | -leaf | -oc-ni:network-instance-ref | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/oc-sys-grpc:network-instance | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:certificate-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:certificate-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:ca-trust-bundle-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:ca-trust-bundle-created-on | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:certificate-revocation-list-bundle-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:certificate-revocation-list-bundle-created-on | -
-
-
-
- gnsi-certz:counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters/gnsi-certz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters/gnsi-certz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters/gnsi-certz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-certz:counters/gnsi-certz:last-access-accept | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-pathz:gnmi-pathz-policy-version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/oc-sys-grpc:state/gnsi-pathz:gnmi-pathz-policy-created-on | -
-
-
-
- gnsi-authz:authz-policy-counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters | -
-
-
-
- gnsi-authz:rpcs
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs | -
-
-
-
- gnsi-authz:rpc[name]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:name | -
-
-
-
- gnsi-authz:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:name | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-authz:authz-policy-counters/gnsi-authz:rpcs/gnsi-authz:rpc/gnsi-authz:state/gnsi-authz:last-access-accept | -
-
-
-
- gnsi-pathz:gnmi-pathz-policy-counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters | -
-
-
-
- gnsi-pathz:paths
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths | -
-
-
-
- gnsi-pathz:path[xpath]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:xpath | -
-
-
-
- gnsi-pathz:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state | -
- - | -leaf | -string | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:xpath | -
-
-
-
- gnsi-pathz:reads
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads/gnsi-pathz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads/gnsi-pathz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads/gnsi-pathz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:reads/gnsi-pathz:last-access-accept | -
-
-
-
- gnsi-pathz:writes
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes/gnsi-pathz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes/gnsi-pathz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes/gnsi-pathz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/oc-sys-grpc:grpc-servers/oc-sys-grpc:grpc-server/gnsi-pathz:gnmi-pathz-policy-counters/gnsi-pathz:paths/gnsi-pathz:path/gnsi-pathz:state/gnsi-pathz:writes/gnsi-pathz:last-access-accept | -
-
-
-
- gnsi-credz:console
-
- |
- container | -- | config | -- | current | -/oc-sys:system/gnsi-credz:console | -
-
-
-
- gnsi-credz:config
-
- |
- container | -- | config | -- | current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:config | -
-
-
-
- gnsi-credz:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state | -
-
-
-
- gnsi-credz:counters
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters/gnsi-credz:access-rejects | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters/gnsi-credz:last-access-reject | -
- - | -leaf | -oc-yang:counter64 | - -no config | -? | -current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters/gnsi-credz:access-accepts | -
- - | -leaf | -oc-types:timeticks64 | - -no config | -? | -current | -/oc-sys:system/gnsi-credz:console/gnsi-credz:state/gnsi-credz:counters/gnsi-credz:last-access-accept | -
-
-
-
- gnsi-pathz:gnmi-pathz-policies
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies | -
-
-
-
- gnsi-pathz:policies
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies | -
-
-
-
- gnsi-pathz:policy[instance]
-
- |
- list | -- | no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy | -
- - | -leaf | -leafref | - -no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:instance | -
-
-
-
- gnsi-pathz:state
-
- |
- container | -- | no config | -- | current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:state | -
- - | -leaf | -enumeration | - -no config | -? | -current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:state/gnsi-pathz:instance | -
- - | -leaf | -version | - -no config | -? | -current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:state/gnsi-pathz:version | -
- - | -leaf | -created-on | - -no config | -? | -current | -/oc-sys:system/gnsi-pathz:gnmi-pathz-policies/gnsi-pathz:policies/gnsi-pathz:policy/gnsi-pathz:state/gnsi-pathz:created-on | -