IPI-BRIDGE-DOMAIN
Configure domain id
Network Instance Name. For VRF and MAC VRF, instance name can be up to 32 chars long. For VPWS and VPLS instances, instance name can be up to 128 chars long. For L2NI (bridge) instance, instance name has to be a number between (1-32). For Cross-Connect, instance name can be up to 30 chars long. For Bridge-domain, instance, instance name has to be a number between (1-2147483647).
Attribute Name: instance-name
Attribute Type: string
Attribute Name: domain-id
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>bridge-domain</instance-type>
<config>
<instance-type>bridge-domain</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<bridge-domain>
<config>
<domain-id>WORD</domain-id>
</config>
</bridge-domain>
</network-instance>
</network-instances>
Command Syntax
bridge-domain <1-2147483647>
Configure member interfaces
This attribute specifies the subif for bridge-domain
This command is supported when following feature are enabled subinterface feature
Attribute Name: member-interfaces
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>WORD</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>bridge-domain</instance-type>
</config>
<instance-type>bridge-domain</instance-type>
<bridge-domain xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge-domain">
<config>
<member-interfaces>IFNAME</member-interfaces> <!-- operation="delete"-->
</config>
</bridge-domain>
</network-instance>
</network-instances>
Command Syntax
interface IFNAME
Configure description
This attribute secifies the description for bridge domain
This command is supported when following feature are enabled subinterface feature
Attribute Name: description
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>WORD</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>bridge-domain</instance-type>
</config>
<instance-type>bridge-domain</instance-type>
<bridge-domain xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge-domain">
<config>
<description>LINE</description> <!-- operation="delete"-->
</config>
</bridge-domain>
</network-instance>
</network-instances>
Command Syntax
description LINE
Configure bridge id
Map bridge mst instance to bridge-domain
This command is supported when following feature are enabled subinterface feature
Attribute Name: bridge-id
Attribute Type: string
Attribute Name: instance-id
Attribute Type: uint8
Attribute Range: 1-63
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>WORD</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>bridge-domain</instance-type>
</config>
<instance-type>bridge-domain</instance-type>
<bridge-domain xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge-domain">
<bridge-instance>
<config>
<instance-id>1</instance-id>
<bridge-id>1</bridge-id>
</config>
</bridge-instance>
</bridge-domain>
</network-instance>
</network-instances>
Command Syntax
stp-instance <1-63> bridge <1-32>
Configure instance id
Value of instance id
This command is supported when following feature are enabled subinterface feature
Attribute Name: instance-id
Attribute Type: uint8
Attribute Range: 1-63
Attribute Name: bridge-id
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>WORD</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>bridge-domain</instance-type>
</config>
<instance-type>bridge-domain</instance-type>
<bridge-domain xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge-domain">
<bridge-instance>
<config>
<bridge-id>1</bridge-id>
<instance-id>1</instance-id>
</config>
</bridge-instance>
</bridge-domain>
</network-instance>
</network-instances>
Command Syntax
stp-instance <1-63> bridge <1-32>
clear mac address-table dynamic bridge-domain all
Netconf RPC payload
<clear-bridge-domain-mac-address-all-table xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge-domain"/>
Command Syntax
clear mac address-table dynamic bridge-domain all
clear mac address-table dynamic bridge-domain id <1-2147483647> (interface IFNAME|) (address MACADDR|)
Attribute Name: bridge-domain
Attribute Type: string
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Attribute Name: mac-address
Attribute Type: string
Netconf RPC payload
<clear-bridge-domain-mac-address-table xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge-domain">
<bridge-domain>id 1</bridge-domain>
<interface-name>IFNAME</interface-name>
<mac-address>MACADDR</mac-address>
</clear-bridge-domain-mac-address-table>
Command Syntax
clear mac address-table dynamic bridge-domain id <1-2147483647> (interface IFNAME|) (address MACADDR|)