跳转到内容
Ask AI

portchannels

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

AsterNOS Model for port-channel groups

module: asternos-portchannels
+--rw portchannels
+--rw portchannel* [name]
+--rw name string
+--rw mac-address-learning? boolean
+--rw mode? enumeration
+--rw commit? boolean
+--rw lacp
| +--rw system-priority? uint16
| +--rw fallback? boolean
| +--rw fast-rate? boolean
| +--rw system-id? ietf-yang-types:mac-address
+--rw members
+--rw member* [port]
+--rw port cmn:ethernet-port-name
+--rw lacp-port-priority? uint16
rpcs:
+---x show-link-aggregation-summary
+--ro output
+--ro data? <anydata>
PathAccess
/portchannelsRead-Write
/portchannels/portchannelRead-Write
/portchannels/portchannel/nameRead-Write
/portchannels/portchannel/mac-address-learningRead-Write
/portchannels/portchannel/modeRead-Write
/portchannels/portchannel/commitRead-Write
/portchannels/portchannel/lacpRead-Write
/portchannels/portchannel/lacp/system-priorityRead-Write
/portchannels/portchannel/lacp/fallbackRead-Write
/portchannels/portchannel/lacp/fast-rateRead-Write
/portchannels/portchannel/lacp/system-idRead-Write
/portchannels/portchannel/membersRead-Write
/portchannels/portchannel/members/memberRead-Write
/portchannels/portchannel/members/member/portRead-Write
/portchannels/portchannel/members/member/lacp-port-priorityRead-Write

Path

/portchannels

Node Type

container

Access

Read-Write

Path

/portchannels/portchannel

Node Type

list

Description

The list of interfaces on the device.

Access

Read-Write

Path

/portchannels/portchannel/name

Node Type

leaf

Description

The name of the PortChannel and PortChannel sub interface.

Access

Read-Write

Data Type

/portchannels/portchannel/mac-address-learning

Section titled “/portchannels/portchannel/mac-address-learning”

Path

/portchannels/portchannel/mac-address-learning

Node Type

leaf

Description

Set interface mac-address learning, only support for vlan and its members.

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/portchannels/portchannel/mode

Node Type

leaf

Description

Choose port-channel mode: lacp for running LACP protocol, static for static load banlancing among members

Access

Read-Write

Data Type

Constraints

Enumeration with options:

  • lacp
  • static

Path

/portchannels/portchannel/commit

Node Type

leaf

Description

This is a special leaf to control behavior of server while processing configuration.

If set to false, configurations within this block setting to running datastore WOULD NOT be synchronized to operational datastore automatically.

If true, configurations will be synchronized to operational datastore automatically.

In most cases, this is useless and can be ignored.

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/portchannels/portchannel/lacp

Node Type

container

Description

LACP Protocol configuration of portchannels

Access

Read-Write

Constraints

When condition: ../mode = ‘lacp’

/portchannels/portchannel/lacp/system-priority

Section titled “/portchannels/portchannel/lacp/system-priority”

Path

/portchannels/portchannel/lacp/system-priority

Node Type

leaf

Description

The LACP system priority identifies the master switch ot the LAG.

The system with the lower system priority is preferred.

Access

Read-Write

Data Type

Constraints

Valid range: 0 to 65535

Path

/portchannels/portchannel/lacp/fallback

Node Type

leaf

Description

The fallback mode brings up one of the LACP member ports to ‘UP’ state before an LACP PDU is received by the LAG.

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/portchannels/portchannel/lacp/fast-rate

Node Type

leaf

Description

Fast-rate allows the LACP peer to send LACP PDUs at a rate of one per second after synchronization.

The default rate is one per 30 seconds.

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/portchannels/portchannel/lacp/system-id

Node Type

leaf

Description

Change LACP system id. Default to the system MAC

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.

Path

/portchannels/portchannel/members

Node Type

container

Access

Read-Write

Path

/portchannels/portchannel/members/member

Node Type

list

Access

Read-Write

/portchannels/portchannel/members/member/port

Section titled “/portchannels/portchannel/members/member/port”

Path

/portchannels/portchannel/members/member/port

Node Type

leaf

Access

Read-Write

Data Type

/portchannels/portchannel/members/member/lacp-port-priority

Section titled “/portchannels/portchannel/members/member/lacp-port-priority”

Path

/portchannels/portchannel/members/member/lacp-port-priority

Node Type

leaf

Description

The port priority determines which ports should be put in standby mode when there is a hardware limitation that prevents all compatible ports from aggregating.

Ports with lower port-priority are preferred.

Access

Read-Write

Data Type