跳转到内容
Ask AI

ipsg

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

AsterNOS YANG Model for IPSG.

module: asternos-ipsg
+--rw ipsg
+--rw interfaces
+--rw interface* [name ip-type]
+--rw name union
+--rw ip-type enumeration
+--rw enable? boolean
+--rw trust-enable? boolean
+--rw trusted-interfaces* cmn:ethernet-port-name
PathAccess
/ipsgRead-Write
/ipsg/interfacesRead-Write
/ipsg/interfaces/interfaceRead-Write
/ipsg/interfaces/interface/nameRead-Write
/ipsg/interfaces/interface/ip-typeRead-Write
/ipsg/interfaces/interface/enableRead-Write
/ipsg/interfaces/interface/trust-enableRead-Write
/ipsg/interfaces/interface/trusted-interfacesRead-Write

Path

/ipsg

Node Type

container

Description

Container for IPSG configurations.

Access

Read-Write

Path

/ipsg/interfaces

Node Type

container

Access

Read-Write

Path

/ipsg/interfaces/interface

Node Type

list

Description

Configure IPSG interfaces based on VLAN or PORT.

Note: ‘enable’ and ‘trust-enable’ cannot be configured as true at the same time

Access

Read-Write

Path

/ipsg/interfaces/interface/name

Node Type

leaf

Description

Name of the interface.

Access

Read-Write

Data Type

Path

/ipsg/interfaces/interface/ip-type

Node Type

leaf

Access

Read-Write

Data Type

Constraints

Enumeration with options:

  • v4
  • v6

Path

/ipsg/interfaces/interface/enable

Node Type

leaf

Description

Enable or disable the configuration for interface.

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

Path

/ipsg/interfaces/interface/trust-enable

Node Type

leaf

Description

Enable or disable the trust for ethernet interface.

Only valid for ethernet interface, not VLAN interface.

Suitable for configuration scenarios with multiple VLANs on the interface.

When configured as true, trust any VLAN on the interface

Access

Read-Write

Data Type

Constraints

Valid in [true, false]

/ipsg/interfaces/interface/trusted-interfaces

Section titled “/ipsg/interfaces/interface/trusted-interfaces”

Path

/ipsg/interfaces/interface/trusted-interfaces

Node Type

leaf-list

Description

List of trusted ethernet port or sub-ethernet interfaces for VLAN.

Only valid for VLAN interface.

Access

Read-Write

Data Type