跳转到内容
Ask AI

user-bind

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

AsterNOS YANG Model for user-bind.

module: asternos-user-bind
+--rw user-bind
+--rw user-bind-entries
| +--rw user-bind-entry* [ip-address mac-address if-name vlan-name]
| +--rw vlan-name cmn:vlan-name
| +--rw mac-address yang:mac-address
| +--rw ip-address inet:ip-address-no-zone
| +--rw if-name cmn:ethernet-port-name
+--rw alarms
+--rw alarm* [if-name]
+--rw if-name union
+--rw enable? boolean
+--rw threshold? uint32
rpcs:
+---x show-user-bind-counter
| +---w input
| | +---w if-name? union
| +--ro output
| +--ro data
| +--ro counter* []
| +--ro if-name? union
| +--ro packets? uint64
+---x clear-user-bind-counter
+--ro output
+--ro data? string
PathAccess
/user-bindRead-Write
/user-bind/user-bind-entriesRead-Write
/user-bind/user-bind-entries/user-bind-entryRead-Write
/user-bind/user-bind-entries/user-bind-entry/vlan-nameRead-Write
/user-bind/user-bind-entries/user-bind-entry/mac-addressRead-Write
/user-bind/user-bind-entries/user-bind-entry/ip-addressRead-Write
/user-bind/user-bind-entries/user-bind-entry/if-nameRead-Write
/user-bind/alarmsRead-Write
/user-bind/alarms/alarmRead-Write
/user-bind/alarms/alarm/if-nameRead-Write
/user-bind/alarms/alarm/enableRead-Write
/user-bind/alarms/alarm/thresholdRead-Write

Path

/user-bind

Node Type

container

Description

Container for user-bind configurations.

Access

Read-Write

Path

/user-bind/user-bind-entries

Node Type

container

Description

Container for static user binding entries.

Access

Read-Write

/user-bind/user-bind-entries/user-bind-entry

Section titled “/user-bind/user-bind-entries/user-bind-entry”

Path

/user-bind/user-bind-entries/user-bind-entry

Node Type

list

Access

Read-Write

/user-bind/user-bind-entries/user-bind-entry/vlan-name

Section titled “/user-bind/user-bind-entries/user-bind-entry/vlan-name”

Path

/user-bind/user-bind-entries/user-bind-entry/vlan-name

Node Type

leaf

Description

VLAN name associated with the static user binding.

Access

Read-Write

Data Type

/user-bind/user-bind-entries/user-bind-entry/mac-address

Section titled “/user-bind/user-bind-entries/user-bind-entry/mac-address”

Path

/user-bind/user-bind-entries/user-bind-entry/mac-address

Node Type

leaf

Description

MAC address of the static user binding.

Access

Read-Write

Data Type

Constraints

The mac-address type represents an IEEE 802 MAC address.

The canonical representation uses lowercase characters.

In the value set and its semantics, this type is equivalent to the MacAddress textual convention of the SMIv2.

/user-bind/user-bind-entries/user-bind-entry/ip-address

Section titled “/user-bind/user-bind-entries/user-bind-entry/ip-address”

Path

/user-bind/user-bind-entries/user-bind-entry/ip-address

Node Type

leaf

Description

IP address of the static user binding.

Access

Read-Write

Data Type

Constraints

Multiple constraints:

  • An IPv6 address without a zone index. This type, derived from the type ipv6-address, may be used in situations where the zone is known from the context and no zone index is needed.
  • An IPv4 address without a zone index. This type, derived from the type ipv4-address, may be used in situations where the zone is known from the context and no zone index is needed.

/user-bind/user-bind-entries/user-bind-entry/if-name

Section titled “/user-bind/user-bind-entries/user-bind-entry/if-name”

Path

/user-bind/user-bind-entries/user-bind-entry/if-name

Node Type

leaf

Description

Interface name associated with the static user binding.

Access

Read-Write

Data Type

Path

/user-bind/alarms

Node Type

container

Description

Container for security-related alarms.

Access

Read-Write

Path

/user-bind/alarms/alarm

Node Type

list

Access

Read-Write

Path

/user-bind/alarms/alarm/if-name

Node Type

leaf

Description

Interface, sub-ethernet interface or VLAN name associated with the alarm.

Access

Read-Write

Data Type

Path

/user-bind/alarms/alarm/enable

Node Type

leaf

Description

Enable or disable the alarm.

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/user-bind/alarms/alarm/threshold

Node Type

leaf

Description

Threshold value for the alarm. Alarms will be triggered when this value is exceeded.

Access

Read-Write

Data Type

Constraints

Valid range: 10 to 65536