跳转到内容
Ask AI

aaa

此内容尚不支持你的语言。

AsterNOS Model for Authentication, Accounting, Authorization

module: asternos-aaa
+--rw aaa
+--rw accounting
| +--rw protocol* enumeration
+--rw authentication
| +--rw protocol* enumeration
| +--rw failthrough? boolean
| +--rw fallback? boolean
| +--rw debug? boolean
+--rw authorization
+--rw protocol* enumeration
+--rw auth-service? boolean
+--rw auth-cmd? boolean
+--rw debug? boolean
rpcs:
+---x show-aaa
+--ro output
+--ro data? <anydata>
PathAccess
/aaaRead-Write
/aaa/accountingRead-Write
/aaa/accounting/protocolRead-Write
/aaa/authenticationRead-Write
/aaa/authentication/protocolRead-Write
/aaa/authentication/failthroughRead-Write
/aaa/authentication/fallbackRead-Write
/aaa/authentication/debugRead-Write
/aaa/authorizationRead-Write
/aaa/authorization/protocolRead-Write
/aaa/authorization/auth-serviceRead-Write
/aaa/authorization/auth-cmdRead-Write
/aaa/authorization/debugRead-Write

Path

/aaa

Node Type

container

Access

Read-Write

Path

/aaa/accounting

Node Type

container

Description

AAA accounting

Access

Read-Write

Path

/aaa/accounting/protocol

Node Type

leaf-list

Description

AAA accounting protocol.

Access

Read-Write

Data Type

Constraints

Enumeration with options:

  • tacacs+
  • local
  • radius

Path

/aaa/authentication

Node Type

container

Description

AAA authentication

Access

Read-Write

Path

/aaa/authentication/protocol

Node Type

leaf-list

Description

AAA authentication login mode.

Currently, when you set primary protocol to non-local, the sencond protocol can only be set to local.

Otherwise,an error is raised out.

Access

Read-Write

Data Type

Constraints

Enumeration with options:

  • local
  • tacacs+
  • radius

Path

/aaa/authentication/failthrough

Node Type

leaf

Description

Allow AAA fail-through

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/aaa/authentication/fallback

Node Type

leaf

Description

Allow AAA fallback

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/aaa/authentication/debug

Node Type

leaf

Description

Authentication debug

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/aaa/authorization

Node Type

container

Description

AAA authentication

Access

Read-Write

Path

/aaa/authorization/protocol

Node Type

leaf-list

Description

AAA authorization protocol.

Access

Read-Write

Data Type

Constraints

Enumeration with options:

  • tacacs+
  • local
  • radius

Path

/aaa/authorization/auth-service

Node Type

leaf

Description

AAA Authentication for service

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/aaa/authorization/auth-cmd

Node Type

leaf

Description

AAA Authentication for cmd

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/aaa/authorization/debug

Node Type

leaf

Description

Authentication debug

Access

Read-Write

Data Type

Constraints

Valid in [true, false]