IPI-G8031
Configure eps id
unique ID to identify a EPS Protection Group
This command is supported when following feature are enabled ELPS feature
Attribute Name: eps-id
Attribute Type: uint8
Attribute Range: 1-32
Attribute Name: bridge-id
Attribute Type: string
Attribute Range: 1-128
Netconf edit-config payload
<g8031 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-g8031">
<instances>
<instance> <!-- operation="delete"-->
<eps-id>1</eps-id>
<config>
<eps-id>1</eps-id>
<bridge-id>1</bridge-id>
</config>
</instance>
</instances>
</g8031>
Command Syntax
g8031 eps-id <1-32> bridge <1-32>
Configure working port
port for the working EPS path
This command is supported when following feature are enabled ELPS feature
Attribute Name: working-port
Attribute Type: string
Netconf edit-config payload
<g8031 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-g8031">
<instances>
<instance>
<eps-id>1</eps-id>
<config>
<eps-id>1</eps-id>
</config>
<working-port>IFNAME</working-port> <!-- operation="delete"-->
</instance>
</instances>
</g8031>
Command Syntax
working-port IFNAME
Configure protection port
port for the protection EPS path
This command is supported when following feature are enabled ELPS feature
Attribute Name: protection-port
Attribute Type: string
Netconf edit-config payload
<g8031 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-g8031">
<instances>
<instance>
<eps-id>1</eps-id>
<config>
<eps-id>1</eps-id>
</config>
<protection-port>IFNAME</protection-port> <!-- operation="delete"-->
</instance>
</instances>
</g8031>
Command Syntax
protection-port IFNAME
Configure elps instance id
MSTP Instance Identifier
This command is supported when following feature are enabled ELPS feature
Attribute Name: elps-instance-id
Attribute Type: uint8
Attribute Range: 1-63
Netconf edit-config payload
<g8031 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-g8031">
<instances>
<instance>
<eps-id>1</eps-id>
<config>
<eps-id>1</eps-id>
</config>
<elps-instance-id>1</elps-instance-id> <!-- operation="delete"-->
</instance>
</instances>
</g8031>
Command Syntax
instance <1-63>
Configure data vlans
VLAN Identifier
This command is supported when following feature are enabled ELPS feature
Attribute Name: data-vlans
Attribute Type: string
Attribute Range: 2-4094
Netconf edit-config payload
<g8031 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-g8031">
<instances>
<instance>
<eps-id>1</eps-id>
<config>
<eps-id>1</eps-id>
</config>
<data-vlans>VLAN_RANGE</data-vlans> <!-- operation="delete"-->
</instance>
</instances>
</g8031>
Command Syntax
vlan VLAN_RANGE
Configure primary vlan
Indicates if the given VLAN is primary VLAN of protection group
This command is supported when following feature are enabled ELPS feature
Attribute Name: primary-vlan
Attribute Type: uint16
Attribute Range: 2-4094
Netconf edit-config payload
<g8031 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-g8031">
<instances>
<instance>
<eps-id>1</eps-id>
<config>
<eps-id>1</eps-id>
</config>
<primary-vlan>2</primary-vlan> <!-- operation="delete"-->
</instance>
</instances>
</g8031>
Command Syntax
primary-vlan <2-4094>
Last modified date: 08/22/2023