OcNOS-RON : NetConf Command Reference Guide : NetConf Command Reference
NetConf Command Reference
IPI-MANAGEMENT-SERVER
Configure feature enabled
Enable callhome feature on the Netconf server
This command is supported when following feature are enabled NETCONF feature
Attribute Name: feature-enabled
Attribute Type: empty
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome> <!-- operation="delete"-->
</feature-enabled>
</callhome>
</netconf-server>
Command Syntax
feature netconf callhome enable
Configure management port
Interface to be used to connect the callhome server
This command is supported when following feature are enabled NETCONF feature
Attribute Name: management-port
Attribute Type: string
Default Value: eth0
Attribute Range: 1-49
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<management-port>IFNAME</management-port> <!-- operation="delete"-->
</callhome>
</netconf-server>
Command Syntax
management-port IFNAME
Configure enable
Specifies whether server will reconnect after client closes the session
This command is supported when following feature are enabled NETCONF feature
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<reconnect> <!-- operation="delete"-->
</enable>
</reconnect>
</callhome>
</netconf-server>
Command Syntax
reconnect enable
Configure retry max attempts
Specifies the number of retry attempts the server should attempt to the callhome server before giving up. Set 0 to retry infinitely.
This command is supported when following feature are enabled NETCONF feature
Attribute Name: retry-max-attempts
Attribute Type: uint8
Default Value: 3
Attribute Range: 0-255
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<reconnect>
<retry-max-attempts>0</retry-max-attempts> <!-- operation="delete"-->
</reconnect>
</callhome>
</netconf-server>
Command Syntax
retry-max-attempts <0-255>
Configure retry interval
Specifies the number of seconds to wait after a connect attempt to the callhome server has failed
This command is supported when following feature are enabled NETCONF feature
Attribute Name: retry-interval
Attribute Type: uint32
Default Value: 300
Attribute Range: 1-86400
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<reconnect>
<retry-interval>1</retry-interval> <!-- operation="delete"-->
</reconnect>
</callhome>
</netconf-server>
Command Syntax
retry-interval <1-86400>
Configure port
Callhome server listening port number
This command is supported when following feature are enabled NETCONF feature
Attribute Name: port
Attribute Type: inet:port-number
Default Value: 4334
Attribute Range: 1-65535
Attribute Name: address
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<netconf-client> <!-- operation="delete"-->
<name>WORD</name>
<address>A.B.C.D|X:X::X:X|HOSTNAME</address>
<port>1</port>
</netconf-client>
</callhome>
</netconf-server>
Command Syntax
callhome server WORD (A.B.C.D|X:X::X:X|HOSTNAME) (port <1-65535>|)
Configure callhome debug
Enable debugging info for callhome
This command is supported when following feature are enabled NETCONF feature
Attribute Name: callhome-debug
Attribute Type: empty
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<debug>
</callhome-debug><!-- operation="delete"-->
</debug>
</netconf-server>
Command Syntax
debug callhome
IPI-MANAGEMENT-SERVER-NOTIFICATION
Configure severity
If notification enabled, all the notifications having severity higher than or equal to this severity allowed.If notification disabled, all the notifications having severity lower than or equal to this severity not allowed
Attribute Name: severity
Attribute Type: enum (all|info|warning|minor|major|critical)
Default Value: all
Attribute Name: enable
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<management-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<notifications>
<module-notification>
<module-name>auth</module-name>
<config>
<module-name>auth</module-name>
<enable>enable</enable>
</config>
<severity>all</severity>
</module-notification>
</notifications>
</management-server>
Command Syntax
module (auth|bgp|cmm|hostp|hsl|lag|l2mrib|mstp|mrib|nsm|onm|oam|ospf|ospf6|ptp|rip|pim|rib|vrrp|sflow|pserv|cml|ndd|ripng|vlog|all) notification (disable|enable) (severity (all|info|warning|minor|major|critical)|)
IPI-VRF
Configure instance name
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.
Attribute Name: instance-name
Attribute Type: string
Attribute Name: vrf-name
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>vrf</instance-type>
<config>
<instance-type>vrf</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<vrf>
<config>
<vrf-name>WORD</vrf-name>
</config>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ip vrf WORD
Configure description
VRF-specific description
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>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<config>
<description>LINE</description> <!-- operation="delete"-->
</config>
</vrf>
</network-instance>
</network-instances>
Command Syntax
description LINE
Configure router id
VRF Router ID
Attribute Name: router-id
Attribute Type: inet:ipv4-address
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>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<config>
<router-id>A.B.C.D</router-id> <!-- operation="delete"-->
</config>
</vrf>
</network-instance>
</network-instances>
Command Syntax
router-id A.B.C.D
Configure snmp context name
Use this attribute to set the SNMP context for VRF.
This command is supported when following feature are enabled SNMP feature
Attribute Name: snmp-context-name
Attribute Type: string
Attribute Range: 1-32
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>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<snmp>
<config>
<snmp-context-name>WORD</snmp-context-name> <!-- operation="delete"-->
</config>
</snmp>
</vrf>
</network-instance>
</network-instances>
Command Syntax
snmp context-name WORD
clear router-id
Netconf RPC payload
<clear-default-router-id xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf"/>
Command Syntax
clear router-id
clear router-id vrf (VRFNAME|)
Attribute Name: vrfName
Attribute Type: string
Netconf RPC payload
<clear-vrf-router-id xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<vrfName>VRFNAME</vrfName>
</clear-vrf-router-id>
Command Syntax
clear router-id vrf (VRFNAME|)
IPI-INTERFACE
Configure name
The textual name of the interface. The value of this object should be the name of the interface as assigned by the local device and should be suitable for use in commands entered at the device’s ‘console’. This might be a text name, such as ‘le0’ or a simple port number, such as ‘1’, depending on the interface naming syntax of the device. If several entries in the ifTable together represent a single interface as named by the device, then each will have the same value of name. Note that for an agent which responds to SNMP queries concerning an interface on some other (proxied) device, then the value of name for such an interface is the proxied device’s local name for it. If there is no local name, or this object is otherwise not applicable, then this object contains a zero-length string.
Attribute Name: name
Attribute Type: string
Attribute Range: 1-33
Attribute Name: enable-switchport
Attribute Type: uint8
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</enable-switchport>
</config>
</interface>
</interfaces>
Command Syntax
interface IFNAME (switchport|)
Configure enable switchport
This attribute is used to set the mode of the Hybrid Switch Router feature to switched only.All interfaces are configured routed by default
Attribute Name: enable-switchport
Attribute Type: empty
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
</enable-switchport><!-- operation="delete"-->
</interface>
</interfaces>
Command Syntax
switchport
Configure vrf name
This attribute is used to associates an interface with a VRF
Attribute Name: vrf-name
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<vrf-name>WORD</vrf-name> <!-- operation="delete"-->
</interface>
</interfaces>
Command Syntax
ip vrf forwarding WORD
Configure vr name
This attribute is used to associates an interface with a VR
Attribute Name: vr-name
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<vr-name>WORD</vr-name> <!-- operation="delete"-->
</interface>
</interfaces>
Command Syntax
virtual-router forwarding WORD
Configure mtu
This attribute is used to set mtu value to interface.The size of the largest packet which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
Attribute Name: mtu
Attribute Type: uint32
Attribute Range: 64-65535
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<mtu>64</mtu> <!-- operation="delete"-->
</interface>
</interfaces>
Command Syntax
mtu <64-65535>
Configure dot1ad ether type
This attribute is used to configure the ethertype value for the interface in the format 0xhhhh. Currently supported values are 0x8100 (default) or 0x88a8 or 0x9100 or 0x9200.
Attribute Name: dot1ad-ether-type
Attribute Type: string
Attribute Range: 6-6
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<dot1ad-ether-type>ETHERTYPE</dot1ad-ether-type> <!-- operation="delete"-->
</interface>
</interfaces>
Command Syntax
dot1ad ethertype ETHERTYPE
Configure description
Use this attribute to set description for the interface
Attribute Name: description
Attribute Type: string
Attribute Range: 1-128
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<description>1</description> <!-- operation="delete"-->
</interface>
</interfaces>
Command Syntax
description LINE
Configure shutdown
Use this attribute to enable the selected interface. This leaf contains the configured, desired state of the interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with ifAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, ifAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state).
Attribute Name: shutdown
Attribute Type: empty
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
</shutdown><!-- operation="delete"-->
</interface>
</interfaces>
Command Syntax
shutdown
Configure if loopback
This attribute is used to enable port loopback
Attribute Name: if-loopback
Attribute Type: enum (tx|rx)
Attribute Name: if-loopback-level
Attribute Type: enum (mac|phy)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<interface-loopback>
<config>
<if-loopback-level>mac</if-loopback-level>
<if-loopback>tx</if-loopback>
</config>
</interface-loopback>
</interface>
</interfaces>
Command Syntax
loopback (tx|rx) (mac|phy)
clear interface (IFNAME|) counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<clear-interface-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<name>IFNAME</name>
</clear-interface-counters>
Command Syntax
clear interface (IFNAME|) counters
IPI-IF-ETHERNET
Configure duplex mode
Use this attribute to set the duplex mode for the interface. Auto-negotiation if enabled, is turned off when duplex mode is set for the interface. When auto-negotiation is enabled, the interface should negotiate the duplex mode directly (typically full-duplex).
Attribute Name: duplex-mode
Attribute Type: enum (half|full)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<config>
<duplex-mode>half</duplex-mode> <!-- operation="delete"-->
</config>
</ethernet>
</interface>
</interfaces>
Command Syntax
duplex (half|full)
Configure mac address
Use this attribute to set the mac address for an interface. If not specified, the corresponding operational state leaf is expected to show the system-assigned MAC address.
Attribute Name: mac-address
Attribute Type: string
Attribute Range: 1-20
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<config>
<mac-address>MAC</mac-address> <!-- operation="delete"-->
</config>
</ethernet>
</interface>
</interfaces>
Command Syntax
mac-address (MAC|use-physical)
Configure port speed
This attribute is used to set the link speed for the interface. To enable auto-negotiation for the interface, set this attribute to value auto. When auto-negotiation is enabled, it is expected that the interface will select the highest speed available based on negotiation. When auto-negotiation is not enabled, sets the link speed to a fixed value -- supported values are defined by IF_INTERFACE_SPEED_T enum.
Attribute Name: port-speed
Attribute Type: enum (10m|100m|1g|2.5g|10g|20g|25g|40g|50g|100g|auto)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<config>
<port-speed>10m</port-speed> <!-- operation="delete"-->
</config>
</ethernet>
</interface>
</interfaces>
Command Syntax
speed (10m|100m|1g|2.5g|10g|20g|25g|40g|50g|100g|auto)
Configure name
The textual name of the interface. The value of this object should be the name of the interface as assigned by the local device and should be suitable for use in commands entered at the device’s ‘console’. This might be a text name, such as ‘le0’ or a simple port number, such as ‘1’, depending on the interface naming syntax of the device. If several entries in the ifTable together represent a single interface as named by the device, then each will have the same value of name. Note that for an agent which responds to SNMP queries concerning an interface on some other (proxied) device, then the value of name for such an interface is the proxied device’s local name for it. If there is no local name, or this object is otherwise not applicable, then this object contains a zero-length string.
Attribute Name: name
Attribute Type: string
Attribute Name: enable-rcv
Attribute Type: enum (off|on)
Attribute Name: enable-snd
Attribute Type: enum (off|on)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet>
<flow-control>
<config>
<enable-rcv>off</enable-rcv>
<enable-snd>off</enable-snd>
</config>
</flow-control>
</ethernet>
</interface>
</interfaces>
Command Syntax
flowcontrol both
Configure enable rcv
This attribute is used to show flow control on receive
This command is supported when following feature are enabled L2 feature
Attribute Name: enable-rcv
Attribute Type: enum (off|on)
Default Value: off
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<flow-control>
<config>
<enable-rcv>off</enable-rcv> <!-- operation="delete"-->
</config>
</flow-control>
</ethernet>
</interface>
</interfaces>
Command Syntax
flowcontrol receive (off|on)
Configure enable snd
This attribute is used to show flow control on send
This command is supported when following feature are enabled L2 feature
Attribute Name: enable-snd
Attribute Type: enum (off|on)
Default Value: off
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<flow-control>
<config>
<enable-snd>off</enable-snd> <!-- operation="delete"-->
</config>
</flow-control>
</ethernet>
</interface>
</interfaces>
Command Syntax
flowcontrol send (off|on)
IPI-IF-IP
Configure primary ip addr
Use this attribute to specify that an IP address and prefix length will be used by this interface. If the secondary parameter is not specified, this attribute overwrites the primary IP address. If the secondary parameter is specified, this attribute adds a new IP address to the interface. The secondary address cannot be configured in the absence of a primary IP address. The primary address cannot be removed when a secondary address is present.
Attribute Name: primary-ip-addr
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv4 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
<primary-ip-addr>A.B.C.D/M|A.B.C.D A.B.C.D</primary-ip-addr> <!-- operation="delete"-->
</config>
</ipv4>
</interface>
</interfaces>
Command Syntax
ip address (A.B.C.D/M|A.B.C.D A.B.C.D)
Configure enable dhcp ip address
Use this attribute to specify that a DHCP client will be used to obtain an IP address for an interface.
Attribute Name: enable-dhcp-ip-address
Attribute Type: empty
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv4 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
</enable-dhcp-ip-address><!-- operation="delete"-->
</config>
</ipv4>
</interface>
</interfaces>
Command Syntax
ip address dhcp
Configure ip addr label
Label of this address.
Attribute Name: ip-addr-label
Attribute Type: string
Default Value: NULL
Attribute Name: primary-ip-addr
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv4 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
<primary-ip-addr>A.B.C.D/M|A.B.C.D A.B.C.D</primary-ip-addr> <!-- operation="delete"-->
<ip-addr-label>LINE</ip-addr-label> <!-- operation="delete"-->
</config>
</ipv4>
</interface>
</interfaces>
Command Syntax
ip address (A.B.C.D/M|A.B.C.D A.B.C.D) label LINE
Configure ipv4 unnumbered if name
This attribute is used to Enable IP processing without an explicit address
Attribute Name: ipv4-unnumbered-if-name
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv4 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
<ipv4-unnumbered-if-name>IFNAME</ipv4-unnumbered-if-name> <!-- operation="delete"-->
</config>
</ipv4>
</interface>
</interfaces>
Command Syntax
ip unnumbered IFNAME
Configure remote address
This attribute is used to set the remote address of the PPP link
Attribute Name: remote-address
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv4 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
<remote-address>A.B.C.D/M</remote-address> <!-- operation="delete"-->
</config>
</ipv4>
</interface>
</interfaces>
Command Syntax
ip remote-address A.B.C.D/M
Configure ip address
Use this attribute to specify a secondary IP address that will be used by this interface. The secondary address cannot be configured in the absence of a primary IP address. The primary address cannot be removed when a secondary address is present.
Attribute Name: ip-address
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv4 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<secondary-addresses> <!-- operation="delete"-->
<ip-address>A.B.C.D/M|A.B.C.D A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D/M|A.B.C.D A.B.C.D</ip-address>
</config>
</secondary-addresses>
</ipv4>
</interface>
</interfaces>
Command Syntax
ip address (A.B.C.D/M|A.B.C.D A.B.C.D) secondary
Configure ip label
Use this attribute to specify a descriptive label for this IPv4 address.
Attribute Name: ip-label
Attribute Type: string
Default Value: NULL
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv4 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<secondary-addresses>
<ip-address>A.B.C.D/M|A.B.C.D A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D/M</ip-address>
</config>
<ip-label>LINE</ip-label> <!-- operation="delete"-->
</secondary-addresses>
</ipv4>
</interface>
</interfaces>
Command Syntax
ip address (A.B.C.D/M|A.B.C.D A.B.C.D) secondary label LINE
Configure ipv6 unnumbered if name
Use this attribute to enable IP processing without an explicit address
This command is supported when following feature are enabled IPV6 feature
Attribute Name: ipv6-unnumbered-if-name
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv6 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
<ipv6-unnumbered-if-name>IFNAME</ipv6-unnumbered-if-name> <!-- operation="delete"-->
</config>
</ipv6>
</interface>
</interfaces>
Command Syntax
ipv6 unnumbered IFNAME
Configure enable dhcp ipv6 address
Use this attribute to specify that a DHCP client will be used to obtain an IP address for an interface.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: enable-dhcp-ipv6-address
Attribute Type: empty
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv6 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
</enable-dhcp-ipv6-address><!-- operation="delete"-->
</config>
</ipv6>
</interface>
</interfaces>
Command Syntax
ipv6 address dhcp
Configure enable dhcp temporary ipv6 address
Use this attribute to specify that a DHCP client will be used to obtain an temporary IP address for an interface.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: enable-dhcp-temporary-ipv6-address
Attribute Type: empty
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv6 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
</enable-dhcp-temporary-ipv6-address><!-- operation="delete"-->
</config>
</ipv6>
</interface>
</interfaces>
Command Syntax
ipv6 address dhcp temporary
Configure dhcp address prefix length
Use this attribute to configure the prefix length for the dynamically learnt ipv6 address
This command is supported when following feature are enabled IPV6 feature
Attribute Name: dhcp-address-prefix-length
Attribute Type: uint8
Attribute Range: 1-128
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv6 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
<dhcp-address-prefix-length>1</dhcp-address-prefix-length> <!-- operation="delete"-->
</config>
</ipv6>
</interface>
</interfaces>
Command Syntax
ipv6 dhcp address-prefix-length <1-128>
Configure enable auto config
Use this attribute to enable autoconfiguration of IPv6 address in host interface. IPv6 address are formed using the Prefix learned from RA and suffix formed using EUI-64 method.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: enable-auto-config
Attribute Type: boolean
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv6 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
<enable-auto-config>true</enable-auto-config> <!-- operation="delete"-->
</config>
</ipv6>
</interface>
</interfaces>
Command Syntax
ipv6 address autoconfig
Configure ipv6 address
Use this attribute to set the IPv6 address of an interface
This command is supported when following feature are enabled IPV6 feature
Attribute Name: ipv6-address
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv6 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<addresses> <!-- operation="delete"-->
<ipv6-address>X:X::X:X/M</ipv6-address>
<config>
<ipv6-address>X:X::X:X/M</ipv6-address>
</config>
</addresses>
</ipv6>
</interface>
</interfaces>
Command Syntax
ipv6 address X:X::X:X/M
Configure anycast
Use this attribute to set the anycast flag for the IPv6 address of an interface. Anycast flag cannot be deleted for an IPv6 address once set. Please delete IPv6 address and reconfigure to remove anycast property.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: anycast
Attribute Type: empty
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ipv6 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<addresses>
<ipv6-address>X:X::X:X/M</ipv6-address>
<config>
<ipv6-address>X:X::X:X/M</ipv6-address>
</config>
</anycast><!-- operation="delete"-->
</addresses>
</ipv6>
</interface>
</interfaces>
Command Syntax
ipv6 address X:X::X:X/M anycast
Configure disable ip forwarding
Enable IP forwarding for the router
Attribute Name: disable-ip-forwarding
Attribute Type: uint8
Netconf edit-config payload
<ip-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
</disable-ip-forwarding><!-- operation="delete"-->
</config>
</ip-global>
Command Syntax
no ip forwarding
Configure disable ipv6 forwarding
Enable IPv6 forwarding for the router
Attribute Name: disable-ipv6-forwarding
Attribute Type: uint8
Netconf edit-config payload
<ip-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
</disable-ipv6-forwarding><!-- operation="delete"-->
</config>
</ip-global>
Command Syntax
no ipv6 forwarding
Configure router id
Router id of the router - an unsigned 32-bit integer expressed in dotted quad notation
Attribute Name: router-id
Attribute Type: string
Netconf edit-config payload
<ip-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
<router-id>A.B.C.D</router-id> <!-- operation="delete"-->
</config>
</ip-global>
Command Syntax
router-id A.B.C.D
Configure enable auto router id selection
Turn on Automatic Selection of Router ID
Attribute Name: enable-auto-router-id-selection
Attribute Type: empty
Netconf edit-config payload
<ip-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
</enable-auto-router-id-selection><!-- operation="delete"-->
</config>
</ip-global>
Command Syntax
automatic-router-id-selection enable
Configure default vrf enable icmp broadcast
This attribute is used to control ICMP echo broadcast reply. It ignores ICMP echo broacast when set to true
Attribute Name: default-vrf-enable-icmp-broadcast
Attribute Type: empty
Netconf edit-config payload
<ip-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<config>
</default-vrf-enable-icmp-broadcast><!-- operation="delete"-->
</config>
</ip-global>
Command Syntax
ip icmp-broadcast
Configure disable ip vrf forwarding
Turn on IP forwarding for the VRF instance
Attribute Name: disable-ip-vrf-forwarding
Attribute Type: uint8
Netconf edit-config payload
<ip-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<vrf>
<vrfName>NAME</vrfName>
<config>
</disable-ip-vrf-forwarding><!-- operation="delete"-->
</config>
</vrf>
</ip-global>
Command Syntax
no ip forwarding vrf NAME
Configure disable ipv6 vrf forwarding
Turn on IPv6 forwarding for the VRF instance
Attribute Name: disable-ipv6-vrf-forwarding
Attribute Type: uint8
Netconf edit-config payload
<ip-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<vrf>
<vrfName>NAME</vrfName>
<config>
</disable-ipv6-vrf-forwarding><!-- operation="delete"-->
</config>
</vrf>
</ip-global>
Command Syntax
no ipv6 forwarding vrf NAME
Configure enable icmp broadcast
This attribute is used to control ICMP echo broadcast reply for VRF instance. It ignores ICMP echo broacast when set to true
This command is supported when following feature are enabled Virtual routing and forwarding
Attribute Name: enable-icmp-broadcast
Attribute Type: empty
Netconf edit-config payload
<ip-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ip">
<vrf>
<vrfName>NAME</vrfName>
<config>
</enable-icmp-broadcast><!-- operation="delete"-->
</config>
</vrf>
</ip-global>
Command Syntax
ip icmp-broadcast vrf NAME
IPI-IF-EXTENDED
Configure link flap error disable
This object specifies whether the interface is enabled for link-flap error-disable or not. If this is ’0’, then interface is not enabled. Otherwise it is enabled.
Attribute Name: link-flap-error-disable
Attribute Type: uint8
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<config>
</link-flap-error-disable><!-- operation="delete"-->
</config>
</extended>
</interface>
</interfaces>
Command Syntax
no link-flap errdisable
Configure mac move limit error disable
This object specifies whether the interface is enabled for mac-move-limit error-disable or not. If this is ’0’, then interface is not enabled. Otherwise it is enabled.
Attribute Name: mac-move-limit-error-disable
Attribute Type: uint8
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<config>
</mac-move-limit-error-disable><!-- operation="delete"-->
</config>
</extended>
</interface>
</interfaces>
Command Syntax
no mac-move-limit errdisable
Configure disable multicast
This attribute is used to set multicast flag for the interface. For a MAC layer protocol, this includes both Group and Functional addresses. Multicast is enabled by default for L3 interfaces. Setting multicast flag for loopback and L2 subinterface is not allowed
Attribute Name: disable-multicast
Attribute Type: uint8
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<config>
</disable-multicast><!-- operation="delete"-->
</config>
</extended>
</interface>
</interfaces>
Command Syntax
no multicast
Configure disable snmp trap link status
This Object is used to set the snmp trap link status in an interface
Attribute Name: disable-snmp-trap-link-status
Attribute Type: uint8
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<config>
</disable-snmp-trap-link-status><!-- operation="delete"-->
</config>
</extended>
</interface>
</interfaces>
Command Syntax
no snmp trap link-status
Configure mau default type
This attribute is used to set the mau type in an interface
Attribute Name: mau-default-type
Attribute Type: enum (dot3MauType10BaseTHD|dot3MauType10BaseTFD|dot3MauType100BaseTXHD|dot3MauType100BaseTXFD|dot3MauType1000BaseXHD|dot3MauType1000BaseXFD|dot3MauType10GigBaseCX4|dot3MauType10GbaseKX4|dot3MauType10GbaseKR|dot3MauType40GbaseCR4)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<config>
<mau-default-type>dot3MauType10BaseTHD</mau-default-type> <!-- operation="delete"-->
</config>
</extended>
</interface>
</interfaces>
Command Syntax
mau-default-type (dot3MauType10BaseTHD|dot3MauType10BaseTFD|dot3MauType100BaseTXHD|dot3MauType100BaseTXFD|dot3MauType1000BaseXHD|dot3MauType1000BaseXFD|dot3MauType10GigBaseCX4|dot3MauType10GbaseKX4|dot3MauType10GbaseKR|dot3MauType40GbaseCR4)
Configure debounce time
Use this attribute to set the interface debounce timer value
Attribute Name: debounce-time
Attribute Type: uint16
Attribute Range: 250-5000
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<config>
<debounce-time>250</debounce-time> <!-- operation="delete"-->
</config>
</extended>
</interface>
</interfaces>
Command Syntax
debounce-time <250-5000>
Configure protected port
Attribute to change port protectedtype value
Attribute Name: protected-port
Attribute Type: enum (community|isolated|promiscuous)
Default Value: promiscuous
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<config>
<protected-port>promiscuous</protected-port> <!-- operation="delete"-->
</config>
</extended>
</interface>
</interfaces>
Command Syntax
switchport protected (community|isolated|promiscuous)
Configure enable re routing
Enable re-routing when the bandwidth crosses down the minimum bandwidth
Attribute Name: enable-re-routing
Attribute Type: empty
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<bandwidth-management>
<config>
</enable-re-routing><!-- operation="delete"-->
</config>
</bandwidth-management>
</extended>
</interface>
</interfaces>
Command Syntax
re-routing
Configure enable speed
This object is used to enable port-monitoring for the specified parameters, average speed of the interface
Attribute Name: enable-speed
Attribute Type: empty
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<port-monitor>
<config>
</enable-speed><!-- operation="delete"-->
</config>
</port-monitor>
</extended>
</interface>
</interfaces>
Command Syntax
monitor speed
Configure enable queue drops
This object is used to enable queue-drops of the interface
Attribute Name: enable-queue-drops
Attribute Type: empty
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<port-monitor>
<config>
</enable-queue-drops><!-- operation="delete"-->
</config>
</port-monitor>
</extended>
</interface>
</interfaces>
Command Syntax
monitor queue-drops
Configure warning threshold
This object is used to specify warning threshold for port speed monitor. Warning threshold must be greater than recovery threshold. Default value of warning-threshold is 90.
Attribute Name: warning-threshold
Attribute Type: uint8
Attribute Range: 1-100
Attribute Name: recovery-threshold
Attribute Type: uint8
Attribute Range: 1-100
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<port-monitor>
<port-monitor-threshold>
<config>
<recovery-threshold>1</recovery-threshold>
<warning-threshold>1</warning-threshold>
</config>
</port-monitor-threshold>
</port-monitor>
</extended>
</interface>
</interfaces>
Command Syntax
monitor speed threshold warning <1-100> recovery <1-100>
Configure linkup debounce time
Link debounce timer value for down-up transition
Attribute Name: linkup-debounce-time
Attribute Type: uint16
Attribute Range: 0-5000
Attribute Name: linkdown-debounce-time
Attribute Type: uint16
Attribute Range: 0-5000
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<link-debounce-time>
<config>
<linkdown-debounce-time>0</linkdown-debounce-time>
<linkup-debounce-time>0</linkup-debounce-time>
</config>
</link-debounce-time>
</extended>
</interface>
</interfaces>
Command Syntax
link-debounce-time <0-5000> <0-5000>
Configure l2cp type
This attribute is used to configure the layer2 control-protocol type
Attribute Name: l2cp-type
Attribute Type: enum (stp|lacp|dot1x|lldp|efm|elmi)
Attribute Name: protocol-process
Attribute Type: enum (peer|tunnel|discard)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<extended xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<l2-control-protocol>
<l2cp-type>stp</l2cp-type>
<config>
<l2cp-type>stp</l2cp-type>
<protocol-process>peer</protocol-process>
</config>
</l2-control-protocol>
</extended>
</interface>
</interfaces>
Command Syntax
l2protocol (stp|lacp|dot1x|lldp|efm|elmi) (peer|tunnel|discard)
Configure forward err correction
This Object is used to set forward-error-correction to interface
Attribute Name: forward-err-correction
Attribute Type: enum (off|on|auto)
Default Value: auto
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<extended-ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<config>
<forward-err-correction>auto</forward-err-correction> <!-- operation="delete"-->
</config>
</extended-ethernet>
</ethernet>
</interface>
</interfaces>
Command Syntax
fec (off|on|auto)
Configure load interval
This attribute is used to configure load interval period in multiples of 30 seconds
Attribute Name: load-interval
Attribute Type: uint16
Default Value: 300
Attribute Range: 30-300
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<extended-ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<config>
<load-interval>30</load-interval> <!-- operation="delete"-->
</config>
</extended-ethernet>
</ethernet>
</interface>
</interfaces>
Command Syntax
load-interval <30-300>
Configure bcast value
This attribute is used to set the storm control configuration, Set Broadcast Rate Limiting of layer2 Interface
This command is supported when following feature are enabled rate limit feature
Attribute Name: bcast-value
Attribute Type: union
Attribute Name: bcast-rate-limit-format
Attribute Type: enum (level|kbps|mbps|gbps)
Attribute Name: bcast-burst-value
Attribute Type: uint32
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<storm-control xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<broadcast>
<config>
<bcast-rate-limit-format>0</bcast-rate-limit-format>
<bcast-burst-value>32</bcast-burst-value>
<bcast-value>LEVEL</bcast-value>
</config>
</broadcast>
</storm-control>
</ethernet>
</interface>
</interfaces>
Command Syntax
storm-control broadcast level LEVEL (burst-size <32-128000>|)
Configure bcast rate limit format
This attribute is used to set the storm control configuration, Set the format for units in kbps|mbps|gbps or level for threshold percentage
This command is supported when following feature are enabled rate limit feature
Attribute Name: bcast-rate-limit-format
Attribute Type: enum (level|kbps|mbps|gbps)
Attribute Name: bcast-value
Attribute Type: union
Attribute Name: bcast-burst-value
Attribute Type: uint32
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<storm-control xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<broadcast>
<config>
<bcast-value>0</bcast-value>
<bcast-burst-value>32</bcast-burst-value>
<bcast-rate-limit-format>level</bcast-rate-limit-format>
</config>
</broadcast>
</storm-control>
</ethernet>
</interface>
</interfaces>
Command Syntax
storm-control broadcast <0-1000000000> (kbps|mbps|gbps) (burst-size <32-128000>|)
Configure mcast value
This attribute is used to set the storm control configuration,Set Multicast Rate Limiting of layer2 Interface
This command is supported when following feature are enabled rate limit feature
Attribute Name: mcast-value
Attribute Type: union
Attribute Name: mcast-rate-limit-format
Attribute Type: enum (level|kbps|mbps|gbps)
Attribute Name: mcast-burst-value
Attribute Type: uint32
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<storm-control xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<multicast>
<config>
<mcast-rate-limit-format>0</mcast-rate-limit-format>
<mcast-burst-value>32</mcast-burst-value>
<mcast-value>LEVEL</mcast-value>
</config>
</multicast>
</storm-control>
</ethernet>
</interface>
</interfaces>
Command Syntax
storm-control multicast level LEVEL (burst-size <32-128000>|)
Configure mcast rate limit format
This attribute is used to set the storm control configuration, Set the format for units in kbps|mbps|gbps or level for threshold percentage
This command is supported when following feature are enabled rate limit feature
Attribute Name: mcast-rate-limit-format
Attribute Type: enum (level|kbps|mbps|gbps)
Attribute Name: mcast-value
Attribute Type: union
Attribute Name: mcast-burst-value
Attribute Type: uint32
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<storm-control xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<multicast>
<config>
<mcast-value>0</mcast-value>
<mcast-burst-value>32</mcast-burst-value>
<mcast-rate-limit-format>level</mcast-rate-limit-format>
</config>
</multicast>
</storm-control>
</ethernet>
</interface>
</interfaces>
Command Syntax
storm-control multicast <0-1000000000> (kbps|mbps|gbps) (burst-size <32-128000>|)
Configure dlf bcast value
This attribute is used to set the storm control configuration,Set DLF Broadcast Rate Limiting of layer2 Interface
This command is supported when following feature are enabled rate limit feature
Attribute Name: dlf-bcast-value
Attribute Type: union
Attribute Name: dlf-bcast-rate-limit-format
Attribute Type: enum (level|kbps|mbps|gbps)
Attribute Name: dlf-bcast-burst-value
Attribute Type: uint32
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<storm-control xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<dlf-broadcast>
<config>
<dlf-bcast-rate-limit-format>0</dlf-bcast-rate-limit-format>
<dlf-bcast-burst-value>32</dlf-bcast-burst-value>
<dlf-bcast-value>LEVEL</dlf-bcast-value>
</config>
</dlf-broadcast>
</storm-control>
</ethernet>
</interface>
</interfaces>
Command Syntax
storm-control dlf level LEVEL (burst-size <32-128000>|)
Configure dlf bcast rate limit format
This attribute is used to set the storm control configuration, Set the format for units in kbps|mbps|gbps or level for threshold percentage
This command is supported when following feature are enabled rate limit feature
Attribute Name: dlf-bcast-rate-limit-format
Attribute Type: enum (level|kbps|mbps|gbps)
Attribute Name: dlf-bcast-value
Attribute Type: union
Attribute Name: dlf-bcast-burst-value
Attribute Type: uint32
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<ethernet xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-ethernet">
<storm-control xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<dlf-broadcast>
<config>
<dlf-bcast-value>0</dlf-bcast-value>
<dlf-bcast-burst-value>32</dlf-bcast-burst-value>
<dlf-bcast-rate-limit-format>level</dlf-bcast-rate-limit-format>
</config>
</dlf-broadcast>
</storm-control>
</ethernet>
</interface>
</interfaces>
Command Syntax
storm-control dlf <0-1000000000> (kbps|mbps|gbps) (burst-size <32-128000>|)
Configure port mode
This Object is to set port mode
This command is supported when following feature are enabled Flexport Feature
Attribute Name: port-mode
Attribute Type: enum (4X10g|4X25g|2X50g|40g|100g)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<hardware-profile-flexport>
<config>
<port-mode>4X10g</port-mode> <!-- operation="delete"-->
</config>
</hardware-profile-flexport>
</global>
</interfaces>
Command Syntax
hardware-profile portmode (4X10g|4X25g|2X50g|40g|100g)
Configure error disable stp bpdu guard
This object is used to configure error disable STP BPDU Guard
Attribute Name: error-disable-stp-bpdu-guard
Attribute Type: boolean
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<error-disable>
<config>
<error-disable-stp-bpdu-guard>true</error-disable-stp-bpdu-guard> <!-- operation="delete"-->
</config>
</error-disable>
</global>
</interfaces>
Command Syntax
no errdisable cause stp-bpdu-guard
Configure reason
This object is to enable various error-disable reasons like lag-mismatch, stp-bpdu-guard, link-flap and loopback-detection. As the datatype is BITS, 0th bit corresponds to lag-mismatch, 1st bit corresponds to stp-bpdu-guard, 2nd bit corresponds to link-flap
Attribute Name: reason
Attribute Type: bits (lag-mismatch|link-flap|mac-move-limit)
Attribute Name: error-disable-stp-bpdu-guard
Attribute Type: boolean
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<error-disable>
<config>
<error-disable-stp-bpdu-guard>true</error-disable-stp-bpdu-guard> <!-- operation="delete"-->
<reason>lag-mismatch</reason> <!-- operation="delete"-->
</config>
</error-disable>
</global>
</interfaces>
Command Syntax
errdisable cause stp-bpdu-guard {lag-mismatch|link-flap|mac-move-limit}
Configure link flap timer interval
This object is configure timer interval for link-flap timer
Attribute Name: link-flap-timer-interval
Attribute Type: uint32
Attribute Range: 1-1800
Attribute Name: link-flap-max-count
Attribute Type: uint32
Attribute Range: 1-100
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<error-disable>
<config>
<link-flap-max-count>1</link-flap-max-count> <!-- operation="delete"-->
<link-flap-timer-interval>1</link-flap-timer-interval> <!-- operation="delete"-->
</config>
</error-disable>
</global>
</interfaces>
Command Syntax
errdisable link-flap-setting max-flaps <1-100> time <1-1800>
Configure reason
This object is to enable various error-disable reasons like lag-mismatch, stp-bpdu-guard, link-flap and loopback-detection. As the datatype is BITS, 0th bit corresponds to lag-mismatch, 1st bit corresponds to stp-bpdu-guard, 2nd bit corresponds to link-flap
Attribute Name: reason
Attribute Type: bits (lag-mismatch|link-flap|mac-move-limit)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<error-disable>
<config>
<reason>lag-mismatch</reason> <!-- operation="delete"-->
</config>
</error-disable>
</global>
</interfaces>
Command Syntax
errdisable cause {lag-mismatch|link-flap|mac-move-limit}
Configure error disable stp bpdu guard
This object is used to configure error disable STP BPDU Guard
Attribute Name: error-disable-stp-bpdu-guard
Attribute Type: boolean
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<error-disable>
<config>
<error-disable-stp-bpdu-guard>true</error-disable-stp-bpdu-guard> <!-- operation="delete"-->
</config>
</error-disable>
</global>
</interfaces>
Command Syntax
errdisable cause stp-bpdu-guard
Configure timeout interval
This object is to configure timeout for error-disable automatic recovery timer
Attribute Name: timeout-interval
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-1000000
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<error-disable>
<config>
<timeout-interval>0</timeout-interval> <!-- operation="delete"-->
</config>
</error-disable>
</global>
</interfaces>
Command Syntax
errdisable timeout interval <0-1000000>
Configure mac move limit
This object configures threshold for mac movement
Attribute Name: mac-move-limit
Attribute Type: uint32
Default Value: 100
Attribute Range: 1-1000
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<error-disable>
<config>
<mac-move-limit>1</mac-move-limit> <!-- operation="delete"-->
</config>
</error-disable>
</global>
</interfaces>
Command Syntax
errdisable mac-move-limit <1-1000>
clear interface (IFNAME|) cpu counters
Attribute Name: if-name
Attribute Type: string
Netconf RPC payload
<clear-interface-cpu-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<if-name>IFNAME</if-name>
</clear-interface-cpu-counters>
Command Syntax
clear interface (IFNAME|) cpu counters
clear interface (IFNAME|) fec
Attribute Name: if-name
Attribute Type: string
Netconf RPC payload
<clear-interface-forward-error-correction-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<if-name>IFNAME</if-name>
</clear-interface-forward-error-correction-counters>
Command Syntax
clear interface (IFNAME|) fec
clear interface IFNAME error-disable
Attribute Name: if-name
Attribute Type: string
Netconf RPC payload
<clear-interface-error-disable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<if-name>IFNAME</if-name>
</clear-interface-error-disable>
Command Syntax
clear interface IFNAME error-disable
clear l2protocol interface (IFNAME|) counters (peer|tunnel|discard|tunnel-discard|)
Attribute Name: if-name
Attribute Type: string
Attribute Name: protocol
Attribute Type: enum (peer|tunnel|discard|tunnel-discard|all)
Default Value: all
Netconf RPC payload
<clear-l2protocol-interface-counter xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-extended">
<if-name>IFNAME</if-name>
<protocol>all</protocol>
</clear-l2protocol-interface-counter>
Command Syntax
clear l2protocol interface (IFNAME|) counters (peer|tunnel|discard|tunnel-discard|)
IPI-SYSTEM
Configure hostname
Use this command to set the network name for the device. OcNOS uses this name in system prompts and default configuration filenames. Setting a host name using this command also sets the host name in the kernel.After giving the hostname command, you must write to memory using the write command. If you do not write to memory, the change made by this command (the new host name) is not set after the device reboots.
Attribute Name: hostname
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<system-info xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-system">
<config>
<hostname>WORD</hostname> <!-- operation="delete"-->
</config>
</system-info>
Command Syntax
hostname WORD
Configure timezone name
The attribute display timezone name used for the system
Attribute Name: timezone-name
Attribute Type: string
Netconf edit-config payload
<system-info xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-system">
<clock>
<config>
<timezone-name>WORD</timezone-name> <!-- operation="delete"-->
</config>
</clock>
</system-info>
Command Syntax
clock timezone WORD
IPI-NETWORK-SERVICES-MANAGER
Configure options
Use this attribute to debug nsm
Attribute Name: options
Attribute Type: bits (addressmonitor|events|hal events|hal ipc|linkmonitor|packet|packet detail|packet recv|packet recv detail|packet send|packet send detail|all)
Netconf edit-config payload
<network-services-manager xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager">
<debug>
<nsm>
<config>
<options>addressmonitor</options> <!-- operation="delete"-->
</config>
</nsm>
</debug>
</network-services-manager>
Command Syntax
debug nsm ((addressmonitor|events|hal events|hal ipc|linkmonitor|packet|packet detail|packet recv|packet recv detail|packet send|packet send detail|all)|)
Configure options
Use this attribute to debug vlan packet
Attribute Name: options
Attribute Type: bits (l2 protocol cfm|l2 protocol eapol|l2 protocol efm|l2 protocol igmp-snoop|l2 protocol lacp|l2 protocol lldp|l2 protocol mldp-snoop|l2 protocol mstp|l2 protocol ptp|l2 protocol all)
Netconf edit-config payload
<network-services-manager xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager">
<debug>
<pkt-mgr>
<config>
<options>l2 protocol cfm</options> <!-- operation="delete"-->
</config>
</pkt-mgr>
</debug>
</network-services-manager>
Command Syntax
debug pktmgr (l2 protocol cfm|l2 protocol eapol|l2 protocol efm|l2 protocol igmp-snoop|l2 protocol lacp|l2 protocol lldp|l2 protocol mldp-snoop|l2 protocol mstp|l2 protocol ptp|l2 protocol all)
Configure module name
Use this attribute to set debug HSL module
This command is supported when following feature are enabled HSL feature
Attribute Name: module-name
Attribute Type: enum (general|ifmgr|bridge|msg|fib|fdb|devdrv|pktdrv|platform|pbr|lacp|qos|helper|rbridge|nvo|ofl|mlag|srv6|ptp|extphy)
Attribute Name: level
Attribute Type: bits (all|default|info|debug|warn|error|fatal|admin|counter|pkt)
Netconf edit-config payload
<network-services-manager xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager">
<debug>
<hsl>
<hsl-module> <!-- operation="delete"-->
<module-name>general</module-name>
<config>
<module-name>general</module-name>
<level>all</level>
</config>
</hsl-module>
</hsl>
</debug>
</network-services-manager>
Command Syntax
debug hsl (general|ifmgr|bridge|msg|fib|fdb|devdrv|pktdrv|platform|pbr|lacp|qos|helper|rbridge|nvo|ofl|mlag|srv6|ptp|extphy) {all|default|info|debug|warn|error|fatal|admin|counter|pkt}
debug nsm ((addressmonitor|events|hal events|hal ipc|linkmonitor|packet|packet detail|packet recv|packet recv detail|packet send|packet send detail|all)|)
Attribute Name: terminal-debug-options
Attribute Type: bits (addressmonitor|events|hal events|hal ipc|linkmonitor|packet|packet detail|packet recv|packet recv detail|packet send|packet send detail|all)
Netconf RPC payload
<nsm-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager">
<terminal-debug-options>addressmonitor</terminal-debug-options>
</nsm-terminal-debug-on>
Command Syntax
debug nsm ((addressmonitor|events|hal events|hal ipc|linkmonitor|packet|packet detail|packet recv|packet recv detail|packet send|packet send detail|all)|)
no debug nsm ((addressmonitor|events|hal events|hal ipc|linkmonitor|packet|packet detail|packet recv|packet recv detail|packet send|packet send detail|all)|)
Attribute Name: terminal-debug-options
Attribute Type: bits (addressmonitor|events|hal events|hal ipc|linkmonitor|packet|packet detail|packet recv|packet recv detail|packet send|packet send detail|all)
Netconf RPC payload
<nsm-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager">
<terminal-debug-options>addressmonitor</terminal-debug-options>
</nsm-terminal-debug-off>
Command Syntax
no debug nsm ((addressmonitor|events|hal events|hal ipc|linkmonitor|packet|packet detail|packet recv|packet recv detail|packet send|packet send detail|all)|)
debug hsl (general|ifmgr|bridge|msg|fib|fdb|devdrv|pktdrv|platform|pbr|lacp|qos|helper|rbridge|nvo|ofl|mlag|srv6|ptp|extphy) {all|default|info|debug|warn|error|fatal|admin|counter|pkt}
Attribute Name: module-name
Attribute Type: enum (general|ifmgr|bridge|msg|fib|fdb|devdrv|pktdrv|platform|pbr|lacp|qos|helper|rbridge|nvo|ofl|mlag|srv6|ptp|extphy)
Attribute Name: level
Attribute Type: bits (all|default|info|debug|warn|error|fatal|admin|counter|pkt)
Netconf RPC payload
<hsl-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager">
<module-name>general</module-name>
<level>all</level>
</hsl-terminal-debug-on>
Command Syntax
debug hsl (general|ifmgr|bridge|msg|fib|fdb|devdrv|pktdrv|platform|pbr|lacp|qos|helper|rbridge|nvo|ofl|mlag|srv6|ptp|extphy) {all|default|info|debug|warn|error|fatal|admin|counter|pkt}
no debug hsl (general|ifmgr|bridge|msg|fib|fdb|devdrv|pktdrv|platform|pbr|lacp|qos|helper|rbridge|nvo|ofl|mlag|srv6|ptp|extphy) {all|default|info|debug|warn|error|fatal|admin|counter|pkt}
Attribute Name: module-name
Attribute Type: enum (general|ifmgr|bridge|msg|fib|fdb|devdrv|pktdrv|platform|pbr|lacp|qos|helper|rbridge|nvo|ofl|mlag|srv6|ptp|extphy)
Attribute Name: level
Attribute Type: bits (all|default|info|debug|warn|error|fatal|admin|counter|pkt)
Netconf RPC payload
<hsl-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager">
<module-name>general</module-name>
<level>all</level>
</hsl-terminal-debug-off>
Command Syntax
no debug hsl (general|ifmgr|bridge|msg|fib|fdb|devdrv|pktdrv|platform|pbr|lacp|qos|helper|rbridge|nvo|ofl|mlag|srv6|ptp|extphy) {all|default|info|debug|warn|error|fatal|admin|counter|pkt}
debug pktmgr (l2 protocol cfm|l2 protocol eapol|l2 protocol efm|l2 protocol igmp-snoop|l2 protocol lacp|l2 protocol lldp|l2 protocol mldp-snoop|l2 protocol mstp|l2 protocol ptp|l2 protocol all)
Attribute Name: terminal-debug-options
Attribute Type: bits (l2 protocol cfm|l2 protocol eapol|l2 protocol efm|l2 protocol igmp-snoop|l2 protocol lacp|l2 protocol lldp|l2 protocol mldp-snoop|l2 protocol mstp|l2 protocol ptp|l2 protocol all)
Netconf RPC payload
<pktmgr-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager">
<terminal-debug-options>l2 protocol cfm</terminal-debug-options>
</pktmgr-terminal-debug-on>
Command Syntax
debug pktmgr (l2 protocol cfm|l2 protocol eapol|l2 protocol efm|l2 protocol igmp-snoop|l2 protocol lacp|l2 protocol lldp|l2 protocol mldp-snoop|l2 protocol mstp|l2 protocol ptp|l2 protocol all)
no debug pktmgr
Netconf RPC payload
<pktmgr-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager"/>
Command Syntax
no debug pktmgr
debug pktmgr enable
Netconf RPC payload
<pktmgr-debug-statistics-enable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager"/>
Command Syntax
debug pktmgr enable
debug pktmgr disable
Netconf RPC payload
<pktmgr-debug-statistics-disable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager"/>
Command Syntax
debug pktmgr disable
debug pktmgr stats
Netconf RPC payload
<pktmgr-debug-statistics-get xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager"/>
Command Syntax
debug pktmgr stats
debug pktmgr (stats|pkt-errors)
Attribute Name: debug-error-statistics
Attribute Type: enum (stats|pkt-errors)
Netconf RPC payload
<pktmgr-debug-error-statistics-get xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager">
<debug-error-statistics>stats</debug-error-statistics>
</pktmgr-debug-error-statistics-get>
Command Syntax
debug pktmgr (stats|pkt-errors)
clear nsm ipc stats
Netconf RPC payload
<clear-nsm-ipc-statistics xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager"/>
Command Syntax
clear nsm ipc stats
snmp restart nsm
Netconf RPC payload
<nsm-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-services-manager"/>
Command Syntax
snmp restart nsm
IPI-BRIDGE
Configure instance name
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.
Attribute Name: instance-name
Attribute Type: string
Attribute Name: disable-dynamic-learning
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-type>vrf</instance-type>
<config>
<instance-type>vrf</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<bridge>
<config>
</disable-dynamic-learning>
</config>
</bridge>
</network-instance>
</network-instances>
Command Syntax
no bridge <1-32> acquire
Configure protocol
Bridge protocol type
Attribute Name: protocol
Attribute Type: enum (ieee|ieee vlan-bridge|rstp|rstp vlan-bridge|mstp|provider-rstp|provider-mstp|rpvst+|rstp ring|mstp ring|provider-rstp edge|provider-mstp edge|rstp vlan-bridge ring)
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<config>
<protocol>ieee</protocol>
</config>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> protocol (ieee|ieee vlan-bridge|rstp|rstp vlan-bridge|mstp|provider-rstp|provider-mstp|rpvst+|rstp ring|mstp ring|provider-rstp edge|provider-mstp edge|rstp vlan-bridge ring)
Configure l2 protocol destination mac
This attribute changes L2 protocol destination MAC
Attribute Name: l2-protocol-destination-mac
Attribute Type: string
Default Value: 0100.C2CD.CDD0
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<config>
<l2-protocol-destination-mac>XXXX.XXXX.XXXX</l2-protocol-destination-mac> <!-- operation="delete"-->
</config>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> l2protocol encapsulation dest-mac XXXX.XXXX.XXXX
Configure spanning tree protocol status
Attribute specifies to enable/disable Spanning Tree Protocol on a interface
Attribute Name: spanning-tree-protocol-status
Attribute Type: enum (enable|disable)
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<bridge-ports>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<spanning-tree-protocol-status>enable</spanning-tree-protocol-status>
</interface>
</bridge-ports>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> (spanning-tree (enable|disable)|)
Configure disable mac learning
Use this attribute to disable MAC learning on a interface
Attribute Name: disable-mac-learning
Attribute Type: uint8
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<fdb>
<interfaces>
<interface>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>WORD</interface-name>
</config>
</disable-mac-learning><!-- operation="delete"-->
</interface>
</interfaces>
</fdb>
</bridge>
</network-instance>
</network-instances>
Command Syntax
no mac-address-table learning bridge <1-32> interface IFNAME
Configure interface name
The textual name of the interface
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Attribute Name: action
Attribute Type: enum (discard|forward)
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<fdb>
<static-mac-table>
<entry>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<action>discard</action>
</config>
<interface-name>IFNAME</interface-name>
</entry>
</static-mac-table>
</fdb>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> address XXXX.XXXX.XXXX (discard|forward) IFNAME
clear mac address-table (multicast) cvlan VID svlan VID bridge <1-32>
Attribute Name: mac-type
Attribute Type: enum (multicast)
Attribute Name: cvlan-id
Attribute Type: uint16
Attribute Name: svlan-id
Attribute Type: uint16
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<bridge-clear-provider-edge-mac-address-table xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<mac-type>multicast</mac-type>
<cvlan-id>VID</cvlan-id>
<svlan-id>VID</svlan-id>
<bridge-id>1</bridge-id>
</bridge-clear-provider-edge-mac-address-table>
Command Syntax
clear mac address-table (multicast) cvlan VID svlan VID bridge <1-32>
clear mac address-table (multicast) (interface IFNAME|) (address MACADDR|) (vlan VID|) bridge <1-32>
Attribute Name: mac-type
Attribute Type: enum (multicast)
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Attribute Name: mac-address
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<bridge-clear-mac-address-table xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<mac-type>multicast</mac-type>
<interface-name>IFNAME</interface-name>
<mac-address>MACADDR</mac-address>
<vlan-id>VID</vlan-id>
<bridge-id>1</bridge-id>
</bridge-clear-mac-address-table>
Command Syntax
clear mac address-table (multicast) (interface IFNAME|) (address MACADDR|) (vlan VID|) bridge <1-32>
clear mac address-table dynamic cvlan VID svlan VID bridge <1-32>
Attribute Name: cvlan-id
Attribute Type: uint16
Attribute Name: svlan-id
Attribute Type: uint16
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<bridge-clear-provider-edge-dynamic-mac-address-table xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<cvlan-id>VID</cvlan-id>
<svlan-id>VID</svlan-id>
<bridge-id>1</bridge-id>
</bridge-clear-provider-edge-dynamic-mac-address-table>
Command Syntax
clear mac address-table dynamic cvlan VID svlan VID bridge <1-32>
clear mac address-table dynamic (interface IFNAME|) (address MACADDR|) (vlan VID|) bridge <1-32>
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Attribute Name: mac-address
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<bridge-clear-dynamic-mac-address-table xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<interface-name>IFNAME</interface-name>
<mac-address>MACADDR</mac-address>
<vlan-id>VID</vlan-id>
<bridge-id>1</bridge-id>
</bridge-clear-dynamic-mac-address-table>
Command Syntax
clear mac address-table dynamic (interface IFNAME|) (address MACADDR|) (vlan VID|) bridge <1-32>
clear allowed-ethertype statistics (IFNAME|)
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Netconf RPC payload
<bridge-clear-allowed-ethertype-stats xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<interface-name>IFNAME</interface-name>
</bridge-clear-allowed-ethertype-stats>
Command Syntax
clear allowed-ethertype statistics (IFNAME|)
clear mac address-table dynamic interface IFNAME instance INST bridge <1-32>
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Attribute Name: instance-id
Attribute Type: uint32
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<bridge-clear-mstp-port-dynamic-mac-address-table xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<interface-name>IFNAME</interface-name>
<instance-id>INST</instance-id>
<bridge-id>1</bridge-id>
</bridge-clear-mstp-port-dynamic-mac-address-table>
Command Syntax
clear mac address-table dynamic interface IFNAME instance INST bridge <1-32>
IPI-VLAN
Configure disable mac learning
Use attribute to disable mac address learning
Attribute Name: disable-mac-learning
Attribute Type: uint8
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<vlans xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<vlan>
<vlan-id>VLAN_RANGE</vlan-id>
<config>
<vlan-id>VLAN_RANGE</vlan-id>
</config>
</disable-mac-learning><!-- operation="delete"-->
</vlan>
</vlans>
</bridge>
</network-instance>
</network-instances>
Command Syntax
no mac-address-table learning bridge <1-32> vlan VLAN_RANGE
Configure vlan id
Vlan identifier
Attribute Name: vlan-id
Attribute Type: string
Attribute Range: 2-4094
Attribute Name: type
Attribute Type: enum (customer)
Attribute Name: name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: state
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<vlans xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<vlan> <!-- operation="delete"-->
<vlan-id>VLAN_RANGE</vlan-id>
<config>
<vlan-id>VLAN_RANGE</vlan-id>
</config>
<customer-vlan>
<config>
<type>customer</type>
<name>WORD</name>
<state>disable</state>
</config>
</customer-vlan>
</vlan>
</vlans>
</bridge>
</network-instance>
</network-instances>
Command Syntax
vlan VLAN_RANGE (type (customer)|) bridge <1-32> (name WORD|) (state (disable|enable)|)
Configure vlan id
Vlan identifier
Attribute Name: vlan-id
Attribute Type: string
Attribute Range: 2-4094
Attribute Name: type
Attribute Type: enum (point-point|multipoint-multipoint|rooted-multipoint)
Attribute Name: state
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<vlans xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<vlan> <!-- operation="delete"-->
<vlan-id>VLAN_RANGE</vlan-id>
<config>
<vlan-id>VLAN_RANGE</vlan-id>
</config>
<service-vlan>
<config>
<type>point-point</type>
<state>disable</state>
</config>
</service-vlan>
</vlan>
</vlans>
</bridge>
</network-instance>
</network-instances>
Command Syntax
vlan VLAN_RANGE type service (point-point|multipoint-multipoint|rooted-multipoint) bridge <1-32> (state (disable|enable)|)
Configure vlan id
Vlan identifier
Attribute Name: vlan-id
Attribute Type: string
Attribute Range: 2-4094
Attribute Name: type
Attribute Type: enum (point-point|multipoint-multipoint|rooted-multipoint)
Attribute Name: name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: state
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<vlans xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<vlan> <!-- operation="delete"-->
<vlan-id>VLAN_RANGE</vlan-id>
<config>
<vlan-id>VLAN_RANGE</vlan-id>
</config>
<service-vlan>
<config>
<type>point-point</type>
<name>WORD</name>
<state>disable</state>
</config>
</service-vlan>
</vlan>
</vlans>
</bridge>
</network-instance>
</network-instances>
Command Syntax
vlan VLAN_RANGE type service (point-point|multipoint-multipoint|rooted-multipoint) bridge <1-32> name WORD (state (disable|enable)|)
Configure type
private vlan type
Attribute Name: type
Attribute Type: enum (community|isolated|primary)
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<vlans xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<vlan>
<vlan-id>VLAN_RANGE</vlan-id>
<config>
<vlan-id>VLAN_RANGE</vlan-id>
</config>
<private-vlan>
<config>
<type>community</type>
</config>
</private-vlan>
</vlan>
</vlans>
</bridge>
</network-instance>
</network-instances>
Command Syntax
private-vlan <2-4094> (community|isolated|primary) bridge <1-32>
Configure secondary vlan
Use this attribute to configure associated secondary vlan for private vlan
Attribute Name: secondary-vlan
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<vlans xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<vlan>
<vlan-id>VLAN_RANGE</vlan-id>
<config>
<vlan-id>VLAN_RANGE</vlan-id>
</config>
<private-vlan>
<association>
<config>
<secondary-vlan>VLAN_ID</secondary-vlan> <!-- operation="delete"-->
</config>
</association>
</private-vlan>
</vlan>
</vlans>
</bridge>
</network-instance>
</network-instances>
Command Syntax
private-vlan <2-4094> association add VLAN_ID bridge <1-32>
Configure mac address
Use this attribute to configure classifier for given MAC address
This command is supported when following feature are enabled VLAN Classifier feature
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<vlan-classifier xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<classifier-rule>
<rule-id>1</rule-id>
<config>
<rule-id>1</rule-id>
</config>
<rule-criteria>
<config>
<mac-address>WORD</mac-address> <!-- operation="delete"-->
</config>
</rule-criteria>
</classifier-rule>
</vlan-classifier>
Command Syntax
vlan classifier rule <1-256> mac WORD
Configure ipv4 address
Use this attribute to configure classifier for given IPv4 address
This command is supported when following feature are enabled VLAN Classifier feature
Attribute Name: ipv4-address
Attribute Type: string
Netconf edit-config payload
<vlan-classifier xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<classifier-rule>
<rule-id>1</rule-id>
<config>
<rule-id>1</rule-id>
</config>
<rule-criteria>
<config>
<ipv4-address>A.B.C.D/M</ipv4-address> <!-- operation="delete"-->
</config>
</rule-criteria>
</classifier-rule>
</vlan-classifier>
Command Syntax
vlan classifier rule <1-256> ipv4 A.B.C.D/M
Configure ether type
Use this attribute to configure classifier for protocols based on Ethertype value
This command is supported when following feature are enabled VLAN Classifier feature
Attribute Name: ether-type
Attribute Type: union
Netconf edit-config payload
<vlan-classifier xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<classifier-rule>
<rule-id>1</rule-id>
<config>
<rule-id>1</rule-id>
</config>
<rule-criteria>
<config>
<ether-type>VLAN_CLASSIFIER_ETHERTYPE_T</ether-type>
</config>
</rule-criteria>
</classifier-rule>
</vlan-classifier>
Command Syntax
vlan classifier rule <1-256> proto (ETHERTYPE|ip|x25|arp|g8bpqx25|ieeepup|ieeeaddrtrans|dec|decdnadumpload|decdnaremoteconsole|decdnarouting|declat|decdiagnostics|rarp|atalkddp|atalkaarp|ipx|ipv6|atmmulti|pppdiscovery|pppsession|atmtransport)
Configure group id
VLAN classifier group ID
Attribute Name: group-id
Attribute Type: uint8
Attribute Range: 1-16
Netconf edit-config payload
<vlan-classifier xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<classifier-group>
<rule-id>1</rule-id>
<config>
<rule-id>1</rule-id>
<group-id>1</group-id>
</config>
<group-id>1</group-id>
</classifier-group>
</vlan-classifier>
Command Syntax
vlan classifier group <1-16> add rule <1-256>
Configure group id
VLAN classifier group ID
Attribute Name: group-id
Attribute Type: uint8
Attribute Range: 1-16
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 2-4094
Netconf edit-config payload
<vlan-classifier xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<port>
<group-id>1</group-id>
<config>
<group-id>1</group-id>
<port-name>WORD</port-name>
<vlan-id>2</vlan-id>
</config>
<port-name>WORD</port-name>
</port>
</vlan-classifier>
Command Syntax
vlan classifier activate <1-16> vlan <2-4094>
Configure vlan id
Vlan identifier
Attribute Name: vlan-id
Attribute Type: string
Attribute Range: 2-4094
Netconf edit-config payload
<vlan-reservation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<reserve-vlan> <!-- operation="delete"-->
<vlan-id>VLAN_RANGE</vlan-id>
<config>
<vlan-id>VLAN_RANGE</vlan-id>
</config>
</reserve-vlan>
</vlan-reservation>
Command Syntax
vlan-reservation VLAN_RANGE
Configure disable vlan classifier feature
Use this command to enable or disable VLAN classifier feature.
Attribute Name: disable-vlan-classifier-feature
Attribute Type: uint8
Netconf edit-config payload
<layer2-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<config>
</disable-vlan-classifier-feature><!-- operation="delete"-->
</config>
</layer2-global>
Command Syntax
no feature vlan classifier
Configure disable port security
Use this attribute to disable or enable port-security globally.
Attribute Name: disable-port-security
Attribute Type: uint8
Netconf edit-config payload
<layer2-global xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<config>
</disable-port-security>
</config>
</layer2-global>
Command Syntax
port-security disable
Configure table name
Use this to configure the name of the CVLAN registration table.
Attribute Name: table-name
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>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<cvlan-registration-tables xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<cvlan-registration-table>
<table-name>WORD</table-name>
<config>
<table-name>WORD</table-name>
</config>
</cvlan-registration-table>
</cvlan-registration-tables>
</bridge>
</network-instance>
</network-instances>
Command Syntax
cvlan registration table WORD bridge <1-32>
Configure cvlan cfi
Canonical Format Indicator in the DEI field of the CTAG
This command is supported when following feature are enabled VLAN feature,Provider Bridging feature
Attribute Name: cvlan-cfi
Attribute Type: uint8
Attribute Range: 0-1
Attribute Name: translated-cvlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: svlan-cos
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: svlan-cfi
Attribute Type: uint8
Attribute Range: 0-1
Attribute Name: cvlan-cos
Attribute Type: uint8
Attribute Range: 0-7
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>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<cvlan-registration-tables xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<cvlan-registration-table>
<table-name>WORD</table-name>
<config>
<table-name>WORD</table-name>
</config>
<cvlan-mappings>
<cvlan-mapping>
<cvlan-id>VLAN_RANGE2</cvlan-id>
<config>
<cvlan-id>VLAN_RANGE2</cvlan-id>
<svlan-id>1</svlan-id>
<translated-cvlan-id>1</translated-cvlan-id>
<svlan-cos>0</svlan-cos>
<svlan-cfi>0</svlan-cfi>
<cvlan-cos>0</cvlan-cos>
</config>
<svlan-id>1</svlan-id>
<cvlan-cfi>0</cvlan-cfi>
</cvlan-mapping>
</cvlan-mappings>
</cvlan-registration-table>
</cvlan-registration-tables>
</bridge>
</network-instance>
</network-instances>
Command Syntax
cvlan VLAN_RANGE2 cvlan <1-4094> svlan <1-4094> ({ scos <0-7>| scfi <0-1>| ccos <0-7>| ccfi <0-1> }|)
Configure untagged ep
Customer/provider edge port is untagged for specified CVLAN
This command is supported when following feature are enabled VLAN feature,Provider Bridging feature
Attribute Name: untagged-ep
Attribute Type: bits (default|untagged-pep|untagged-cep)
Attribute Name: svlan-cos
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: svlan-cfi
Attribute Type: uint8
Attribute Range: 0-1
Attribute Name: cvlan-cos
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: cvlan-cfi
Attribute Type: uint8
Attribute Range: 0-1
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>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<cvlan-registration-tables xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<cvlan-registration-table>
<table-name>WORD</table-name>
<config>
<table-name>WORD</table-name>
</config>
<cvlan-mappings>
<cvlan-mapping>
<cvlan-id>VLAN_RANGE2</cvlan-id>
<config>
<cvlan-id>VLAN_RANGE2</cvlan-id>
<svlan-id>1</svlan-id>
<svlan-cos>0</svlan-cos>
<svlan-cfi>0</svlan-cfi>
<cvlan-cos>0</cvlan-cos>
<cvlan-cfi>0</cvlan-cfi>
</config>
<svlan-id>1</svlan-id>
<untagged-ep>untagged-pep</untagged-ep>
</cvlan-mapping>
</cvlan-mappings>
</cvlan-registration-table>
</cvlan-registration-tables>
</bridge>
</network-instance>
</network-instances>
Command Syntax
cvlan VLAN_RANGE2 svlan <1-4094> ({ scos <0-7>| scfi <0-1>| ccos <0-7>| ccfi <0-1>| untagged-pep|untagged-cep }|)
Configure svlan id
Service VLAN ID in registration table
This command is supported when following feature are enabled VLAN feature,Provider Bridging feature
Attribute Name: svlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: translated-cvlan-id
Attribute Type: uint16
Attribute Range: 1-4094
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>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<cvlan-registration-tables xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<cvlan-registration-table>
<table-name>WORD</table-name>
<config>
<table-name>WORD</table-name>
</config>
<cvlan-mappings>
<cvlan-mapping>
<cvlan-id>VLAN_RANGE2</cvlan-id>
<config>
<cvlan-id>VLAN_RANGE2</cvlan-id>
<svlan-id>1</svlan-id>
<translated-cvlan-id>1</translated-cvlan-id>
</config>
<svlan-id>1</svlan-id>
</cvlan-mapping>
</cvlan-mappings>
</cvlan-registration-table>
</cvlan-registration-tables>
</bridge>
</network-instance>
</network-instances>
Command Syntax
cvlan VLAN_RANGE2 cvlan <1-4094> svlan <1-4094>
Configure svlan id
Service VLAN ID in registration table
This command is supported when following feature are enabled VLAN feature,Provider Bridging feature
Attribute Name: svlan-id
Attribute Type: uint16
Attribute Range: 1-4094
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>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<cvlan-registration-tables xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan">
<cvlan-registration-table>
<table-name>WORD</table-name>
<config>
<table-name>WORD</table-name>
</config>
<cvlan-mappings>
<cvlan-mapping>
<cvlan-id>VLAN_RANGE2</cvlan-id>
<config>
<cvlan-id>VLAN_RANGE2</cvlan-id>
<svlan-id>1</svlan-id>
</config>
<svlan-id>1</svlan-id>
</cvlan-mapping>
</cvlan-mappings>
</cvlan-registration-table>
</cvlan-registration-tables>
</bridge>
</network-instance>
</network-instances>
Command Syntax
cvlan VLAN_RANGE2 svlan <1-4094>
IPI-PORT-VLAN
Configure isolated vlan id
Isolated VLAN identifier
Attribute Name: isolated-vlan-id
Attribute Type: string
Attribute Range: 2-4094,2-4094
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<global>
<config>
<isolated-vlan-id>2</isolated-vlan-id> <!-- operation="delete"-->
</config>
</global>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport (provider-network) isolated-vlan WORD
Configure cvlan registration table
cvlan registration table
Attribute Name: cvlan-registration-table
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<global>
<config>
<cvlan-registration-table>WORD</cvlan-registration-table> <!-- operation="delete"-->
</config>
</global>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport (customer-edge) vlan registration WORD
Configure interface mode
Set the interface to access or trunk or hybrid mode for VLANs
Attribute Name: interface-mode
Attribute Type: enum (access|hybrid|trunk|provider-network|customer-edge access|customer-edge hybrid|customer-edge trunk)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan> <!-- operation="delete"-->
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport mode (access|hybrid|trunk|provider-network|customer-edge access|customer-edge hybrid|customer-edge trunk)
Configure acceptable frame type
Use this attribute to set the interface acceptable frame types. This processing occurs after VLAN classification
Attribute Name: acceptable-frame-type
Attribute Type: enum (vlan-tagged|all)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan>
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
<acceptable-frame-type>all</acceptable-frame-type> <!-- operation="delete"-->
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport mode (hybrid) acceptable-frame-type (vlan-tagged|all)
Configure acceptable frame type
Use this attribute to set the interface acceptable frame types. This processing occurs after VLAN classification
Attribute Name: acceptable-frame-type
Attribute Type: enum (vlan-tagged|all)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan>
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
<acceptable-frame-type>all</acceptable-frame-type> <!-- operation="delete"-->
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport mode (customer-edge hybrid) acceptable-frame-type (vlan-tagged|all)
Configure disable native vlan
Use this attribute to disable native VLAN for the port. Untagged frames will be dropped.
Attribute Name: disable-native-vlan
Attribute Type: uint8
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan>
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
</disable-native-vlan><!-- operation="delete"-->
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport mode (trunk) disable-native-vlan
Configure remove default vlan
Use this attribute to remove default VLAN for the port. Untagged frames will be dropped.
Attribute Name: remove-default-vlan
Attribute Type: uint8
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan>
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
</remove-default-vlan><!-- operation="delete"-->
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport mode (trunk) remove-default-vlan
Configure ingress filter
Use this attribute to set the switching characteristics of the interface as hybrid, and classify both tagged and untagged frames. Received frames are classified based on the VLAN characteristics, then accepted or discarded based on the specified filtering criteria.
Attribute Name: ingress-filter
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan>
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
<ingress-filter>disable</ingress-filter> <!-- operation="delete"-->
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport mode (access|hybrid|trunk|provider-network|customer-edge access|customer-edge hybrid|customer-edge trunk) ingress-filter (disable|enable)
Configure vlan id
Default VLAN identifier
Attribute Name: vlan-id
Attribute Type: uint16
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan>
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
<vlans>
<config>
<vlan-id>2</vlan-id> <!-- operation="delete"-->
</config>
</vlans>
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport (access|hybrid) vlan <2-4094>
Configure vlan id
Default VLAN identifier
Attribute Name: vlan-id
Attribute Type: uint16
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan>
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
<vlans>
<config>
<vlan-id>2</vlan-id> <!-- operation="delete"-->
</config>
</vlans>
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport (customer-edge access) vlan <2-4094>
Configure vlan id
Default VLAN identifier
Attribute Name: vlan-id
Attribute Type: uint16
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan>
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
<vlans>
<config>
<vlan-id>1</vlan-id> <!-- operation="delete"-->
</config>
</vlans>
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport (customer-edge hybrid) vlan <1-4094>
Configure native vlan id
Native VLAN ID
Attribute Name: native-vlan-id
Attribute Type: uint16
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<switched-vlan>
<interface-mode>access</interface-mode>
<config>
<interface-mode>access</interface-mode>
</config>
<vlans>
<config>
<native-vlan-id>2</native-vlan-id> <!-- operation="delete"-->
</config>
</vlans>
</switched-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport (trunk) native vlan <2-4094>
Configure logging
port security logging
Attribute Name: logging
Attribute Type: uint8
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<port-security>
<config>
</logging><!-- operation="delete"-->
</config>
</port-security>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport port-security logging enable
Configure mode
port security mode type
Attribute Name: mode
Attribute Type: enum (static|default)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<port-security>
<config>
<mode>2</mode>
</config>
</port-security>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport port-security
Configure mode
port security mode type
Attribute Name: mode
Attribute Type: enum (static|default)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<port-security>
<config>
<mode>static</mode>
</config>
</port-security>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport port-security (static)
Configure maximum limit
Maximum limit for port security
Attribute Name: maximum-limit
Attribute Type: uint16
Default Value: 1
Attribute Range: 1-1000
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<port-security>
<config>
<maximum-limit>1</maximum-limit> <!-- operation="delete"-->
</config>
</port-security>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport port-security maximum <1-1000>
Configure mac address
Use this attribute to configure the static forwarding entry for port-security
This command is supported when following feature are enabled Provider bridging feature
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<port-security>
<secure-mac>
<default-vlan-mapping> <!-- operation="delete"-->
<mac-address>XXXX.XXXX.XXXX</mac-address>
<config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
</default-vlan-mapping>
</secure-mac>
</port-security>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport port-security mac-address XXXX.XXXX.XXXX
Configure cvlan id
Use this attribute to configure the port-security with static forwarding entry and CVLAN ID
This command is supported when following feature are enabled Provider bridging feature
Attribute Name: cvlan-id
Attribute Type: uint16
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<port-security>
<secure-mac>
<vlan-mapping>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
<cvlan-id>2</cvlan-id> <!-- operation="delete"-->
</vlan-mapping>
</secure-mac>
</port-security>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport port-security mac-address XXXX.XXXX.XXXX vlanId <2-4094>
Configure svlan id
Use this attribute to configure the port-security with static forwarding entry and SVLAN ID
This command is supported when following feature are enabled Provider bridging feature
Attribute Name: svlan-id
Attribute Type: uint16
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<port-security>
<secure-mac>
<vlan-mapping>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
<svlan-id>2</svlan-id> <!-- operation="delete"-->
</vlan-mapping>
</secure-mac>
</port-security>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport port-security mac-address XXXX.XXXX.XXXX svlanId <2-4094>
Configure svlan id
Use this attribute to configure the port-security with static forwarding entry and SVLAN ID
This command is supported when following feature are enabled Provider bridging feature
Attribute Name: svlan-id
Attribute Type: uint16
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<port-security>
<secure-mac>
<cvlan-svlan-mapping> <!-- operation="delete"-->
<svlan-id>2</svlan-id>
<config>
<svlan-id>2</svlan-id>
<cvlan-id>2</cvlan-id>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
<cvlan-id>2</cvlan-id>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</cvlan-svlan-mapping>
</secure-mac>
</port-security>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport port-security mac-address XXXX.XXXX.XXXX vlanId <2-4094> svlanId <2-4094>
Configure mode
Use this attribute to make a layer2 port as a host port or promiscuous port or pvlan-trunk port
This command is supported when following feature are enabled Private VLAN feature
Attribute Name: mode
Attribute Type: enum (host|promiscuous)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<private-vlan>
<config>
<mode>host</mode>
</config>
</private-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport mode private-vlan (host|promiscuous)
Configure associate vlan id
Private VLAN Association
Attribute Name: associate-vlan-id
Attribute Type: uint16
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<private-vlan>
<association>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
</config>
<associate-vlan-id>2</associate-vlan-id>
</association>
</private-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport private-vlan host-association <2-4094> add <2-4094>
Configure vlan id
Primary vlan identifier
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Name: mapping-vlan-id
Attribute Type: string
Attribute Range: 2-4094
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<private-vlan>
<association> <!-- operation="delete"-->
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
<mapping-vlan-id>VLAN_ID</mapping-vlan-id>
</config>
</association>
</private-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport private-vlan mapping <2-4094> add VLAN_ID
Configure association trunk vlan id
private-vlan Mapping
Attribute Name: association-trunk-vlan-id
Attribute Type: uint16
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<port-vlan xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<private-vlan>
<association>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
</config>
<association-trunk-vlan-id>2</association-trunk-vlan-id>
</association>
</private-vlan>
</port-vlan>
</interface>
</interfaces>
Command Syntax
switchport private-vlan association-trunk <2-4094> <2-4094>
Configure vlan id
Specifies VLAN identifier for static MAC entry in case of provider-network VLAN will be considered as service VLAN
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 2-4094
Attribute Name: action
Attribute Type: enum (discard|forward)
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<vlan-static-fdb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<entry>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<action>discard</action>
<interface-name>IFNAME</interface-name>
</config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</entry>
</vlan-static-fdb>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> address XXXX.XXXX.XXXX (discard|forward) IFNAME vlan <2-4094>
Configure vlan id
Specifies VLAN identifier for static MAC entry in case of provider-network VLAN will be considered as service VLAN
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 2-4094
Attribute Name: action
Attribute Type: enum (discard|forward)
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<vlan-static-fdb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-vlan">
<entry>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<action>discard</action>
<interface-name>IFNAME</interface-name>
</config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</entry>
</vlan-static-fdb>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> address XXXX.XXXX.XXXX (discard|forward) IFNAME vlan <2-4094>
IPI-VLAN-XC
Configure xconnect name
This attribute uniquely identifies a cross connect on the device
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: xconnect-name
Attribute Type: string
Attribute Range: 1-30
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect> <!-- operation="delete"-->
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
</cross-connect>
</cross-connects>
Command Syntax
cross-connect WORD
Configure disable
Disable this cross connect
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: disable
Attribute Type: empty
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
</disable><!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
disable
Configure backup endpoint 1
Configure backup endpoint-1
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: backup-endpoint-1
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<backup-endpoint-1>IFNAME</backup-endpoint-1> <!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
backup ep1 IFNAME
Configure backup endpoint 2
Configure backup endpoint-2
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: backup-endpoint-2
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<backup-endpoint-2>IFNAME</backup-endpoint-2> <!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
backup ep2 IFNAME
Configure revertive
Enable revertive operation for this XC
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: revertive
Attribute Type: empty
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
</revertive><!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
cross-connect switchover type revertive
Configure link fault pass through enable
Configure link fault pass through
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: link-fault-pass-through-enable
Attribute Type: empty
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
</link-fault-pass-through-enable><!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
link-fault-pass-through enable
Configure port endpoint 1
Configure port endpoint-1
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: port-endpoint-1
Attribute Type: string
Attribute Name: port-endpoint-2
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<cross-connect-port>
<config>
<port-endpoint-2>IFNAME</port-endpoint-2>
<port-endpoint-1>IFNAME</port-endpoint-1>
</config>
</cross-connect-port>
</cross-connect>
</cross-connects>
Command Syntax
ep1 IFNAME ep2 IFNAME
Configure vlan endpoint 1
Configure vlan endpoint-1
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: vlan-endpoint-1
Attribute Type: string
Attribute Name: vlan-endpoint-2
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<cross-connect-vlan>
<config>
<vlan-endpoint-2>IFNAME</vlan-endpoint-2>
<vlan-endpoint-1>IFNAME</vlan-endpoint-1>
</config>
</cross-connect-vlan>
</cross-connect>
</cross-connects>
Command Syntax
vlan ep1 IFNAME ep2 IFNAME
Configure outer vlan range
Use this attribute to set the outer vlan id for XC.
Attribute Name: outer-vlan-range
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<cross-connect-vlan>
<vlan-xc-entries>
<vlan-xc-entry>
<inner-vlan-range>WORD</inner-vlan-range>
<config>
<inner-vlan-range>WORD</inner-vlan-range>
<outer-vlan-range>WORD</outer-vlan-range>
</config>
<outer-vlan-range>WORD</outer-vlan-range>
</vlan-xc-entry>
</vlan-xc-entries>
</cross-connect-vlan>
</cross-connect>
</cross-connects>
Command Syntax
outer-vlan WORD
Configure inner vlan range
Use this attribute to set the inner vlan id for XC.
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: inner-vlan-range
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<cross-connect-vlan>
<vlan-xc-entries>
<vlan-xc-entry>
<inner-vlan-range>WORD</inner-vlan-range>
<config>
<inner-vlan-range>WORD</inner-vlan-range>
<outer-vlan-range>WORD</outer-vlan-range>
</config>
<outer-vlan-range>WORD</outer-vlan-range>
</vlan-xc-entry>
</vlan-xc-entries>
</cross-connect-vlan>
</cross-connect>
</cross-connects>
Command Syntax
outer-vlan WORD inner-vlan WORD
clear cross-connect counters (NAME|)
Attribute Name: xc-name
Attribute Type: string
Netconf RPC payload
<clear-cross-connect-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<xc-name>NAME</xc-name>
</clear-cross-connect-counters>
Command Syntax
clear cross-connect counters (NAME|)
IPI-XSTP
Configure ageing time
Use this attribute to specify the aging-out time for a learned MAC address. The learned MAC address persists until this specified time. Setting value to 0 would disable ageing of the bridge.
Attribute Name: ageing-time
Attribute Type: union
Default Value: 300
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<config>
<ageing-time>300</ageing-time> <!-- operation="delete"-->
</config>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> ageing disable
Configure ageing time
Use this attribute to specify the aging-out time for a learned MAC address. The learned MAC address persists until this specified time. Setting value to 0 would disable ageing of the bridge.
Attribute Name: ageing-time
Attribute Type: union
Default Value: 300
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<config>
<ageing-time>300</ageing-time> <!-- operation="delete"-->
</config>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> ageing-time (0|<10-1000000>)
Configure enable cisco interoperability
Use this attribute to enable/disable Cisco interoperability for MSTP (Multiple Spanning Tree Protocol). If Cisco interoperability is required, all devices in the switched LAN must be Cisco-interoperability enabled. When router interoperates with Cisco, the only criteria used to classify a region are the region name and revision level. VLAN-to-instance mapping is not used to classify regions when interoperating with Cisco.
Attribute Name: enable-cisco-interoperability
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<config>
</enable-cisco-interoperability><!-- operation="delete"-->
</config>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> cisco-interoperability enable
Configure forwarding delay
Use this attribute to set the time (in seconds) after which (if this bridge is the root bridge) each port changes states to learning and forwarding. This value is used by all instances
Attribute Name: forwarding-delay
Attribute Type: uint8
Default Value: 15
Attribute Range: 4-30
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<config>
<forwarding-delay>4</forwarding-delay> <!-- operation="delete"-->
</config>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> forward-time <4-30>
Configure hello time
Use this attribute to set the hello-time, the time in seconds after which (if this bridge is the root bridge) all the bridges in a bridged LAN exchange Bridge Protocol Data Units (BPDUs). A very low value of this parameter leads to excessive traffic on the network, while a higher value delays the detection of topology change.This value is used by all instances.Configure the bridge instance name beforeusing this attribute. The allowable range of values is 1-10 seconds. However, make sure that the value of hello time is always greater than the value of hold time (2 seconds by default)
Attribute Name: hello-time
Attribute Type: uint8
Default Value: 2
Attribute Range: 1-10
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<config>
<hello-time>1</hello-time> <!-- operation="delete"-->
</config>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> hello-time <1-10>
Configure max age
Use this attribute to set the maximum age for a bridge. This value is used by all instances. Maximum age is the maximum time in seconds for which (if a bridge is the root bridge) a message is considered valid. This prevents the frames from looping indefinitely. The value of maximum age should be greater than twice the value of hello time plus 1, but less than twice the value of forward delay minus 1. The allowable range for max-age is 6-40 seconds. Configure this value sufficiently high, so that a frame generated by root can be propagated to the leaf nodes without exceeding the maximum age.
Attribute Name: max-age
Attribute Type: uint8
Default Value: 20
Attribute Range: 6-40
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<config>
<max-age>6</max-age> <!-- operation="delete"-->
</config>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> max-age <6-40>
Configure max hops
Use this attribute to specify the maximum allowed hops for a BPDU in an MST region. This parameter is used by all the instances of the MST. Specifying the maximum hops for a BPDU prevents the messages from looping indefinitely in the network. When a bridge receives an MST BPDU that has exceeded the allowed maximum hops, it discards the BPDU.
Attribute Name: max-hops
Attribute Type: uint8
Default Value: 20
Attribute Range: 1-40
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<config>
<max-hops>1</max-hops> <!-- operation="delete"-->
</config>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> max-hops <1-40>
Configure bridge priority
Use this attribute to set the bridge priority for the common instance. Using a lower priority indicates a greater likelihood of the bridge becoming root. The priority values can be set only in increments of 4096.
Attribute Name: bridge-priority
Attribute Type: uint32
Default Value: 32768
Attribute Range: 0-61440
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<config>
<bridge-priority>0</bridge-priority> <!-- operation="delete"-->
</config>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> priority <0-61440>
Configure transmit hold count
Use this attribute to set the maximum number of transmissions of BPDUs by the transmit state machine
Attribute Name: transmit-hold-count
Attribute Type: uint8
Default Value: 6
Attribute Range: 1-10
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<config>
<transmit-hold-count>1</transmit-hold-count> <!-- operation="delete"-->
</config>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> transmit-holdcount <1-10>
Configure enable bpdu filter
All ports that have their BPDU filter set to default take the same value of BPDU filter as that of the bridge. The Spanning Tree Protocol sends BPDUs from all ports. Enabling the BPDU Filter feature ensures that PortFast-enabled ports do not transmit or receive any BPDUs.
Attribute Name: enable-bpdu-filter
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<global>
<config>
</enable-bpdu-filter><!-- operation="delete"-->
</config>
</global>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> spanning-tree portfast bpdu-filter
Configure enable bpdu guard
Use this attribute to set the portfast BPDU (Bridge Protocol Data Unit) guard or filter for the bridge
Attribute Name: enable-bpdu-guard
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<global>
<config>
</enable-bpdu-guard><!-- operation="delete"-->
</config>
</global>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> spanning-tree portfast bpdu-guard
Configure enable error disable timeout
Use this attribute to enable the error-disable-timeout facility, which sets a timeout for ports that are disabled due to the BPDU guard feature. The BPDU guard feature shuts down the port on receiving a BPDU on a BPDU-guard enabled port. This attribute associates a timer with the feature such that the port gets enabled back without manual intervention after a set interval.
Attribute Name: enable-error-disable-timeout
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<global>
<config>
</enable-error-disable-timeout><!-- operation="delete"-->
</config>
</global>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> spanning-tree errdisable-timeout enable
Configure force version
Use this attribute to set the version for the bridge. A version identifier of less than a value of 2 enforces the spanning tree protocol. Although the attribute supports an input range of 0-4, for RSTP, the valid range is 0-2. When the force-version is set for a bridge, all ports of the bridge have the same spanning tree version set.
Attribute Name: force-version
Attribute Type: uint8
Default Value: 0
Attribute Range: 0-4
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<global>
<config>
<force-version>0</force-version> <!-- operation="delete"-->
</config>
</global>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> spanning-tree force-version <0-4>
Configure path cost method
Use this attribute to set a spanning-tree path cost method. If the short parameter is used, the switch uses a value for the default path cost a number in the range 1 through 65,535. If the long parameter is used, the switch uses a value for the default path cost a number in the range 1 through 200,000,000.
Attribute Name: path-cost-method
Attribute Type: enum (short|long|default)
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<global>
<config>
<path-cost-method>default</path-cost-method> <!-- operation="delete"-->
</config>
</global>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> spanning-tree pathcost method (short|long)
Configure instance name
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.
Attribute Name: instance-name
Attribute Type: string
Attribute Name: bridge-type
Attribute Type: enum (spanning-tree|rapid-spanning-tree|multiple-spanning-tree|rapid-pervlan-spanning-tree)
Attribute Name: disable-spanning-tree
Attribute Type: uint8
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>l2ni</instance-type>
<config>
<instance-type>l2ni</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<stp>
<global>
<bridge-admin>
<bridge-type>spanning-tree</bridge-type>
</disable-spanning-tree>
</bridge-admin>
</global>
</stp>
</network-instance>
</network-instances>
Command Syntax
no bridge <1-32> (rapid-spanning-tree|multiple-spanning-tree|rapid-pervlan-spanning-tree) enable
Configure instance name
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.
Attribute Name: instance-name
Attribute Type: string
Attribute Name: bridge-type
Attribute Type: enum (spanning-tree|rapid-spanning-tree|multiple-spanning-tree|rapid-pervlan-spanning-tree)
Attribute Name: disable-spanning-tree
Attribute Type: uint8
Attribute Name: bridge-forwarding
Attribute Type: enum (bridge-blocked|bridge-forward)
Default Value: bridge-blocked
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>l2ni</instance-type>
<config>
<instance-type>l2ni</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<stp>
<global>
<bridge-admin>
<bridge-type>spanning-tree</bridge-type>
</disable-spanning-tree>
<config>
<bridge-forwarding>bridge-blocked</bridge-forwarding>
</config>
</bridge-admin>
</global>
</stp>
</network-instance>
</network-instances>
Command Syntax
no bridge <1-32> (rapid-spanning-tree|multiple-spanning-tree|rapid-pervlan-spanning-tree) enable (bridge-blocked|bridge-forward)
Configure instance name
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.
Attribute Name: instance-name
Attribute Type: string
Attribute Name: bridge-type
Attribute Type: enum (spanning-tree|rapid-spanning-tree|multiple-spanning-tree|rapid-pervlan-spanning-tree)
Attribute Name: disable-spanning-tree
Attribute Type: uint8
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>l2ni</instance-type>
<config>
<instance-type>l2ni</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<stp>
<global>
<bridge-admin>
<bridge-type>spanning-tree</bridge-type>
</disable-spanning-tree>
</bridge-admin>
</global>
</stp>
</network-instance>
</network-instances>
Command Syntax
no bridge <1-32> spanning-tree enable
Configure instance name
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.
Attribute Name: instance-name
Attribute Type: string
Attribute Name: bridge-type
Attribute Type: enum (spanning-tree|rapid-spanning-tree|multiple-spanning-tree|rapid-pervlan-spanning-tree)
Attribute Name: disable-spanning-tree
Attribute Type: uint8
Attribute Name: bridge-forwarding
Attribute Type: enum (bridge-blocked|bridge-forward)
Default Value: bridge-blocked
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>l2ni</instance-type>
<config>
<instance-type>l2ni</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<stp>
<global>
<bridge-admin>
<bridge-type>spanning-tree</bridge-type>
</disable-spanning-tree>
<config>
<bridge-forwarding>bridge-blocked</bridge-forwarding>
</config>
</bridge-admin>
</global>
</stp>
</network-instance>
</network-instances>
Command Syntax
no bridge <1-32> spanning-tree enable (bridge-blocked|bridge-forward)
Configure instance name
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.
Attribute Name: instance-name
Attribute Type: string
Attribute Name: enable-shutdown
Attribute Type: uint8
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>l2ni</instance-type>
<config>
<instance-type>l2ni</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<stp>
<global>
<bridge-shutdown>
</enable-shutdown>
</bridge-shutdown>
</global>
</stp>
</network-instance>
</network-instances>
Command Syntax
bridge shutdown <1-32>
Configure instance name
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.
Attribute Name: instance-name
Attribute Type: string
Attribute Name: enable-shutdown
Attribute Type: uint8
Attribute Name: bridge-forwarding
Attribute Type: enum (bridge-blocked|bridge-forward)
Default Value: bridge-blocked
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>l2ni</instance-type>
<config>
<instance-type>l2ni</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<stp>
<global>
<bridge-shutdown>
</enable-shutdown>
<config>
<bridge-forwarding>bridge-blocked</bridge-forwarding>
</config>
</bridge-shutdown>
</global>
</stp>
</network-instance>
</network-instances>
Command Syntax
bridge shutdown <1-32> (bridge-blocked|bridge-forward)
Configure region name
Use this attribute to create an MST region and specify its name. MST bridges of a region form different spanning trees for different VLANs.
Attribute Name: region-name
Attribute Type: string
Default Value: Default
Attribute Range: 1-32
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<config>
<region-name>REGION_NAME</region-name> <!-- operation="delete"-->
</config>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> region REGION_NAME
Configure revision number
Use this attribute to specify the number for configuration information.
Attribute Name: revision-number
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<config>
<revision-number>0</revision-number> <!-- operation="delete"-->
</config>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> revision <0-65535>
Configure vlan id
Use this attribute to simultaneously add multiple VLANs for the corresponding instance of a bridge.The VLANs must be created before being associated with an MST instance (MSTI). If the VLAN range is not specified,the MSTI will not be created.
Attribute Name: vlan-id
Attribute Type: uint16
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<te-mst-instance>
<config>
<vlan-id>VLANID</vlan-id> <!-- operation="delete"-->
</config>
</te-mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> te-msti vlan VLANID
Configure disable spanning tree
Use this attribute to diasble spanning tree for TE MSTI instance
Attribute Name: disable-spanning-tree
Attribute Type: uint8
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<te-mst-instance>
<config>
</disable-spanning-tree><!-- operation="delete"-->
</config>
</te-mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
no bridge <1-32> te-msti
Configure name
The textual name of the interface
Attribute Name: name
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<te-mst-instance>
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</interface>
</interfaces>
</te-mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> instance te-msti
Configure instance name
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.
Attribute Name: instance-name
Attribute Type: string
Attribute Name: instance-id
Attribute Type: union
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>l2ni</instance-type>
<config>
<instance-type>l2ni</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<stp>
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbm</instance-id>
</mst-instance>
</mst-instances>
</mstp>
</stp>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> (instance spbm|instance spbv|instance <1-63>)
Configure vlan id
Use this attribute to simultaneously add multiple VLANs for the corresponding instance of a bridge.The VLANs must be created before being associated with an MST instance (MSTI). If the VLAN range is not specified,the MSTI will not be created.
Attribute Name: vlan-id
Attribute Type: uint16
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbm</instance-id>
<config>
<instance-id>instance spbm</instance-id>
</config>
<vlan-id>VLANID</vlan-id> <!-- operation="delete"-->
</mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> (instance spbm|instance spbv) vlan VLANID
Configure bridge priority
Use this attribute to set the bridge instance priority.
Attribute Name: bridge-priority
Attribute Type: uint32
Default Value: 32768
Attribute Range: 0-61440
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbm</instance-id>
<config>
<instance-id>instance spbm</instance-id>
</config>
<bridge-priority>0</bridge-priority> <!-- operation="delete"-->
</mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> instance <1-63> priority <0-61440>
Configure name
The textual name of the interface
Attribute Name: name
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbm</instance-id>
<config>
<instance-id>instance spbm</instance-id>
</config>
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</interface>
</interfaces>
</mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> instance <1-63> (instance spbm|instance spbv)
Configure name
The textual name of the interface
Attribute Name: name
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbm</instance-id>
<config>
<instance-id>instance spbm</instance-id>
</config>
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</interface>
</interfaces>
</mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> instance spbm
Configure name
The textual name of the interface
Attribute Name: name
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbv</instance-id>
<config>
<instance-id>instance spbv</instance-id>
</config>
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</interface>
</interfaces>
</mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> instance spbv
Configure path cost
Use this attribute to set a path cost for a multiple spanning tree instance. Before using this attribute, you must explicitly add an MST instance to a port using the bridge-group instance attribute.
Attribute Name: path-cost
Attribute Type: uint32
Default Value: 20000000
Attribute Range: 1-200000000
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbm</instance-id>
<config>
<instance-id>instance spbm</instance-id>
</config>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<path-cost>1</path-cost> <!-- operation="delete"-->
</interface>
</interfaces>
</mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> instance <1-63> (instance spbm|instance spbv) path-cost <1-200000000>
Configure port priority
Use this attribute to set the bridge instance priority.The Multiple Spanning Tree Protocol uses port priority as a tiebreaker to determine which port should forward frames for a particular instance on a LAN, or which port should be the root port for an instance. A lower value implies a better priority. In the case of the same priority, the interface index will serve as the tiebreaker, with the lower-numbered interface being preferred over others.
Attribute Name: port-priority
Attribute Type: int16
Default Value: 128
Attribute Range: 0-240
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbm</instance-id>
<config>
<instance-id>instance spbm</instance-id>
</config>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<port-priority>0</port-priority> <!-- operation="delete"-->
</interface>
</interfaces>
</mst-instance>
</mst-instances>
</mstp>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> instance <1-63> (instance spbm|instance spbv) priority <0-240>
Configure vlan id
Vlan ID
This command is supported when following feature are enabled rpvst feature
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 2-4094
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<rapid-pvst>
<vlans>
<vlan> <!-- operation="delete"-->
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
</config>
</vlan>
</vlans>
</rapid-pvst>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> vlan <2-4094>
Configure bridge priority
Use this attribute to set the bridge instance priority.
This command is supported when following feature are enabled rpvst feature
Attribute Name: bridge-priority
Attribute Type: uint32
Default Value: 32768
Attribute Range: 0-61440
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<stp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<rapid-pvst>
<vlans>
<vlan>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
</config>
<bridge-priority>0</bridge-priority> <!-- operation="delete"-->
</vlan>
</vlans>
</rapid-pvst>
</stp>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge <1-32> vlan <2-4094> priority <0-61440>
Configure path cost
Use this attribute to set the cost of a path. Before you can use this attribute to set a path-cost in a VLAN configuration, you must explicitly add an MST instance to a port using the bridge-group instance attribute..
Attribute Name: path-cost
Attribute Type: uint32
Default Value: 20000000
Attribute Range: 1-200000000
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<bridge-ports>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mstp-port xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<port-bridge>
<config>
<path-cost>1</path-cost> <!-- operation="delete"-->
</config>
</port-bridge>
</mstp-port>
</interface>
</bridge-ports>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> path-cost <1-200000000>
Configure port priority
Use this attribute to set the port priority for a bridge group. The Multiple Spanning Tree Protocol uses port priority as a tiebreaker to determine which port should forward frames for a particular instance on a LAN, or which port should be the root port for an instance. A lower value implies a better priority. In the case of the same priority, the interface index will serve as the tiebreaker, with the lower-numbered interface being preferred over others.
Attribute Name: port-priority
Attribute Type: int16
Default Value: 128
Attribute Range: 0-240
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<bridge-ports>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mstp-port xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<port-bridge>
<config>
<port-priority>0</port-priority> <!-- operation="delete"-->
</config>
</port-bridge>
</mstp-port>
</interface>
</bridge-ports>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> priority <0-240>
Configure path cost
Use this attribute to set the bridge path cost.
This command is supported when following feature are enabled rpvst feature
Attribute Name: path-cost
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-200000000
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<bridge-ports>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<vlan-port xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<vlans>
<vlan>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
</config>
<path-cost>1</path-cost> <!-- operation="delete"-->
</vlan>
</vlans>
</vlan-port>
</interface>
</bridge-ports>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> vlan <2-4094> path-cost <1-200000000>
Configure port priority
Use this attribute to set the port instance priority.
This command is supported when following feature are enabled rpvst feature
Attribute Name: port-priority
Attribute Type: uint8
Default Value: 128
Attribute Range: 0-240
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<bridge-ports>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<vlan-port xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<vlans>
<vlan>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
</config>
<port-priority>0</port-priority> <!-- operation="delete"-->
</vlan>
</vlans>
</vlan-port>
</interface>
</bridge-ports>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> vlan <2-4094> priority <0-240>
Configure vlan id
Vlan ID
This command is supported when following feature are enabled rpvst feature
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 2-4094
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>1</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>l2ni</instance-type>
</config>
<instance-type>l2ni</instance-type>
<bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bridge">
<bridge-ports>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<vlan-port xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<vlans>
<vlan>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
</config>
</vlan>
</vlans>
</vlan-port>
</interface>
</bridge-ports>
</bridge>
</network-instance>
</network-instances>
Command Syntax
bridge-group <1-32> vlan <2-4094>
Configure hello time
Use this attribute to set the hello-time, the time in seconds after which (if this bridge is the root bridge) all the default bridges in a bridged LAN exchange Bridge Protocol Data Units (BPDUs). A very low value of this parameter leads to excessive traffic on the network, while a higher value delays the detection of topology change. This value is used by all instances.
Attribute Name: hello-time
Attribute Type: uint8
Default Value: 2
Attribute Range: 1-10
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<hello-time>1</hello-time> <!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree hello-time <1-10>
Configure port configuration
Use this attribute to set a port as an edge-port and to enable rapid transitions.
Attribute Name: port-configuration
Attribute Type: enum (edgeport|portfast)
Default Value: portfast
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<port-configuration>portfast</port-configuration> <!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree (edgeport|portfast)
Configure enable automatic edge detection
Use this attribute to enable automatic edge detection.
Attribute Name: enable-automatic-edge-detection
Attribute Type: empty
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-automatic-edge-detection><!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree autoedge
Configure bpdu guard
Use this attribute to set the portfast BPDU (Bridge Protocol Data Unit) guard or filter for the bridge.When the BPDU guard feature is set for a bridge, all portfast-enabled ports of the bridge that have the BPDU guard set to default shut down the port on receiving a BPDU. In this case, the BPDU is not processed. You can configure the errdisable-timeout feature to enable the port after the specified time interval.
Attribute Name: bpdu-guard
Attribute Type: enum (enable|disable|default)
Default Value: default
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<bpdu-guard>default</bpdu-guard> <!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree bpdu-guard (enable|disable|default)
Configure bpdu filter
Use this attribute to set the portfast BPDU (Bridge Protocol Data Unit) guard or filter for the bridge.All ports that have their BPDU filter set to default take the same value of BPDU filter as that of the bridge. The Spanning Tree Protocol sends BPDUs from all ports. Enabling the BPDU Filter feature ensures that PortFast-enabled ports do not transmit or receive any BPDUs
Attribute Name: bpdu-filter
Attribute Type: enum (enable|disable|default)
Default Value: default
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<bpdu-filter>default</bpdu-filter> <!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree bpdu-filter (enable|disable|default)
Configure enable root guard
Use this attribute to enable the root guard feature for the port. This feature disables reception of superior BPDUs.The root guard feature makes sure that the port on which it is enabled is a designated port. If the root guard enabled port receives a superior BPDU, it goes to a Listening state (for STP) or discarding state (for RSTP and MSTP).
Attribute Name: enable-root-guard
Attribute Type: empty
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-root-guard><!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree guard root
Configure link type
Use this attribute to enable or disable point-to-point or shared link types. RSTP has a backward-compatible STP , spanning-tree link-type shared. An alternative is the spanning-tree force-version 0
Attribute Name: link-type
Attribute Type: enum (shared|point-to-point|auto)
Default Value: point-to-point
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<link-type>point-to-point</link-type> <!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree link-type (shared|point-to-point|auto)
Configure enable restricted domain role
Use this attribute to set the restricted-domain-role value of the port to TRUE.
Attribute Name: enable-restricted-domain-role
Attribute Type: empty
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-restricted-domain-role><!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree restricted-domain-role
Configure enable restricted role
Use this attribute to set the restricted-role value of the port to TRUE
Attribute Name: enable-restricted-role
Attribute Type: empty
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-restricted-role><!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree restricted-role
Configure enable restricted tcn
Use this attribute to set the restricted TCN value of the port to TRUE
Attribute Name: enable-restricted-tcn
Attribute Type: empty
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-restricted-tcn><!-- operation="delete"-->
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree restricted-tcn
Configure enable instance restricted tcn
Use this attribute to set the restricted TCN value for the instance to TRUE
Attribute Name: enable-instance-restricted-tcn
Attribute Type: uint8
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbm</instance-id>
<config>
<instance-id>instance spbm</instance-id>
</config>
</enable-instance-restricted-tcn><!-- operation="delete"-->
</mst-instance>
</mst-instances>
</mstp>
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree instance <1-63> restricted-tcn
Configure enable instance restricted role
Use this attribute to set the restricted role value for the instance to TRUE
Attribute Name: enable-instance-restricted-role
Attribute Type: uint8
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mstp>
<mst-instances>
<mst-instance>
<instance-id>instance spbm</instance-id>
<config>
<instance-id>instance spbm</instance-id>
</config>
</enable-instance-restricted-role><!-- operation="delete"-->
</mst-instance>
</mst-instances>
</mstp>
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree instance <1-63> (instance spbm|instance spbv) restricted-role
Configure enable restricted role
Use this attribute to set the restricted role value for the instance to TRUE
This command is supported when following feature are enabled rpvst feature
Attribute Name: enable-restricted-role
Attribute Type: empty
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<rapid-pvst>
<vlans>
<vlan>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
</config>
</enable-restricted-role><!-- operation="delete"-->
</vlan>
</vlans>
</rapid-pvst>
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree vlan <2-4094> restricted-role
Configure enable restricted tcn
Use this attribute to set the restricted TCN value for the instance to TRUE
This command is supported when following feature are enabled rpvst feature
Attribute Name: enable-restricted-tcn
Attribute Type: empty
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<rapid-pvst>
<vlans>
<vlan>
<vlan-id>2</vlan-id>
<config>
<vlan-id>2</vlan-id>
</config>
</enable-restricted-tcn><!-- operation="delete"-->
</vlan>
</vlans>
</rapid-pvst>
</interface>
</interfaces>
</xstp>
Command Syntax
spanning-tree vlan <2-4094> restricted-tcn
Configure bridge priority
Use this attribute to set the bridge priority for the common instance. Using a lower priority indicates a greater likelihood of the bridge becoming root. The priority values can be set only in increments of 4096.
This command is supported when following feature are enabled provider bridge feature
Attribute Name: bridge-priority
Attribute Type: uint16
Default Value: 61440
Attribute Range: 0-61440
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<customer-spanning-tree>
<config>
<bridge-priority>0</bridge-priority> <!-- operation="delete"-->
</config>
</customer-spanning-tree>
</interface>
</interfaces>
</xstp>
Command Syntax
customer-spanning-tree priority <0-61440>
Configure max age
Use this attribute to set the maximum age for a bridge. This value is used by all instances. Maximum age is the maximum time in seconds for which (if a bridge is the root bridge) a message is considered valid. This prevents the frames from looping indefinitely. The value of maximum age should be greater than twice the value of hello time plus 1, but less than twice the value of forward delay minus 1. The allowable range for max-age is 6-40 seconds. Configure this value sufficiently high, so that a frame generated by root can be propagated to the leaf nodes without exceeding the maximum age.
This command is supported when following feature are enabled provider bridge feature
Attribute Name: max-age
Attribute Type: uint8
Default Value: 20
Attribute Range: 6-40
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<customer-spanning-tree>
<config>
<max-age>6</max-age> <!-- operation="delete"-->
</config>
</customer-spanning-tree>
</interface>
</interfaces>
</xstp>
Command Syntax
customer-spanning-tree max-age <6-40>
Configure hello time
Use this attribute to set the hello-time, the time in seconds after which (if this bridge is the root bridge) all the bridges.in a bridged LAN exchange Bridge Protocol Data Units (BPDUs). A very low value of this parameter leads to excessive traffic on the network, while a higher value delays the detection of topology change.This value is used by all instances. Configure the bridge instance name before using this attribute. The allowable range of values is 1-10 seconds. However, make sure that the value of hello time is always greater than the value of hold time (2 seconds by default)
This command is supported when following feature are enabled provider bridge feature
Attribute Name: hello-time
Attribute Type: uint8
Default Value: 2
Attribute Range: 1-10
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<customer-spanning-tree>
<config>
<hello-time>1</hello-time> <!-- operation="delete"-->
</config>
</customer-spanning-tree>
</interface>
</interfaces>
</xstp>
Command Syntax
customer-spanning-tree hello-time <1-10>
Configure forward delay
Use this attribute to set the time (in seconds) after which (if this bridge is the root bridge) each port changes states to learning and forwarding. This value is used by all instances
This command is supported when following feature are enabled provider bridge feature
Attribute Name: forward-delay
Attribute Type: uint8
Default Value: 15
Attribute Range: 4-30
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<customer-spanning-tree>
<config>
<forward-delay>4</forward-delay> <!-- operation="delete"-->
</config>
</customer-spanning-tree>
</interface>
</interfaces>
</xstp>
Command Syntax
customer-spanning-tree forward-time <4-30>
Configure transmit hold count
Use this attribute to set the maximum number of transmissions of BPDUs by the transmit state machine
This command is supported when following feature are enabled provider bridge feature
Attribute Name: transmit-hold-count
Attribute Type: uint8
Default Value: 6
Attribute Range: 1-10
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<customer-spanning-tree>
<config>
<transmit-hold-count>1</transmit-hold-count> <!-- operation="delete"-->
</config>
</customer-spanning-tree>
</interface>
</interfaces>
</xstp>
Command Syntax
customer-spanning-tree transmit-holdcount <1-10>
Configure path cost
Use this attribute to set the bridge path cost.
This command is supported when following feature are enabled provider bridge feature
Attribute Name: path-cost
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-200000000
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<customer-spanning-tree>
<customer-edge>
<config>
<path-cost>1</path-cost> <!-- operation="delete"-->
</config>
</customer-edge>
</customer-spanning-tree>
</interface>
</interfaces>
</xstp>
Command Syntax
customer-spanning-tree customer-edge path-cost <1-200000000>
Configure port priority
Use this attribute to set the port instance priority.
This command is supported when following feature are enabled provider bridge feature
Attribute Name: port-priority
Attribute Type: uint8
Default Value: 128
Attribute Range: 0-240
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<customer-spanning-tree>
<customer-edge>
<config>
<port-priority>0</port-priority> <!-- operation="delete"-->
</config>
</customer-edge>
</customer-spanning-tree>
</interface>
</interfaces>
</xstp>
Command Syntax
customer-spanning-tree customer-edge priority <0-240>
Configure path cost
Use this attribute to set the bridge path cost.
This command is supported when following feature are enabled provider bridge feature
Attribute Name: path-cost
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-200000000
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<customer-spanning-tree>
<provider-edge>
<vlans>
<vlan>
<svlan-id>0</svlan-id>
<config>
<svlan-id>2</svlan-id>
</config>
<path-cost>1</path-cost> <!-- operation="delete"-->
</vlan>
</vlans>
</provider-edge>
</customer-spanning-tree>
</interface>
</interfaces>
</xstp>
Command Syntax
customer-spanning-tree provider-edge svlan <2-4094> path-cost <1-200000000>
Configure port priority
Use this attribute to set the port instance priority.
This command is supported when following feature are enabled provider bridge feature
Attribute Name: port-priority
Attribute Type: uint8
Default Value: 128
Attribute Range: 0-240
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<customer-spanning-tree>
<provider-edge>
<vlans>
<vlan>
<svlan-id>0</svlan-id>
<config>
<svlan-id>2</svlan-id>
</config>
<port-priority>0</port-priority> <!-- operation="delete"-->
</vlan>
</vlans>
</provider-edge>
</customer-spanning-tree>
</interface>
</interfaces>
</xstp>
Command Syntax
customer-spanning-tree provider-edge svlan <2-4094> priority <0-240>
Configure options
Debug configuration flag
Attribute Name: options
Attribute Type: bits (mstp protocol|mstp protocol detail|mstp timer|mstp timer detail|mstp packet tx|mstp packet rx|mstp cli|mstp bpdu|mstp all)
Netconf edit-config payload
<xstp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mstp>
<debug>
<config>
<options>mstp protocol</options> <!-- operation="delete"-->
</config>
</debug>
</mstp>
</xstp>
Command Syntax
debug (mstp protocol|mstp protocol detail|mstp timer|mstp timer detail|mstp packet tx|mstp packet rx|mstp cli|mstp bpdu|mstp all)
debug (mstp protocol|mstp protocol detail|mstp timer|mstp timer detail|mstp packet tx|mstp packet rx|mstp cli|mstp bpdu|mstp all)
Attribute Name: terminal-debug-options
Attribute Type: bits (mstp protocol|mstp protocol detail|mstp timer|mstp timer detail|mstp packet tx|mstp packet rx|mstp cli|mstp bpdu|mstp all)
Netconf RPC payload
<mstp-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<terminal-debug-options>mstp protocol</terminal-debug-options>
</mstp-terminal-debug-on>
Command Syntax
debug (mstp protocol|mstp protocol detail|mstp timer|mstp timer detail|mstp packet tx|mstp packet rx|mstp cli|mstp bpdu|mstp all)
no debug (mstp protocol|mstp protocol detail|mstp timer|mstp timer detail|mstp packet tx|mstp packet rx|mstp cli|mstp bpdu|mstp all)
Attribute Name: terminal-debug-options
Attribute Type: bits (mstp protocol|mstp protocol detail|mstp timer|mstp timer detail|mstp packet tx|mstp packet rx|mstp cli|mstp bpdu|mstp all)
Netconf RPC payload
<mstp-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<terminal-debug-options>mstp protocol</terminal-debug-options>
</mstp-terminal-debug-off>
Command Syntax
no debug (mstp protocol|mstp protocol detail|mstp timer|mstp timer detail|mstp packet tx|mstp packet rx|mstp cli|mstp bpdu|mstp all)
clear spanning-tree detected protocols bridge <1-32>
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<clear-spanning-tree-detected-protocols-per-bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<bridge-id>1</bridge-id>
</clear-spanning-tree-detected-protocols-per-bridge>
Command Syntax
clear spanning-tree detected protocols bridge <1-32>
clear spanning-tree detected protocols interface INTERFACE
Attribute Name: interface-name
Attribute Type: string
Netconf RPC payload
<clear-spanning-tree-detected-protocols-per-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interface-name>INTERFACE</interface-name>
</clear-spanning-tree-detected-protocols-per-interface>
Command Syntax
clear spanning-tree detected protocols interface INTERFACE
clear spanning-tree statistics (spbm|<1-63>) bridge <1-32>
Attribute Name: mst-instance-id
Attribute Type: union
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<clear-spanning-tree-statistics-per-instance-and-bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<mst-instance-id>MSTP_INSTANCE_SPBM_TYPE_T</mst-instance-id>
<bridge-id>1</bridge-id>
</clear-spanning-tree-statistics-per-instance-and-bridge>
Command Syntax
clear spanning-tree statistics (spbm|<1-63>) bridge <1-32>
clear spanning-tree statistics interface IFNAME vlan <2-4094> bridge <1-32>
Attribute Name: interface-name
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 2-4094
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<clear-spanning-tree-statistics-per-interface-vlan-and-bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interface-name>IFNAME</interface-name>
<vlan-id>2</vlan-id>
<bridge-id>1</bridge-id>
</clear-spanning-tree-statistics-per-interface-vlan-and-bridge>
Command Syntax
clear spanning-tree statistics interface IFNAME vlan <2-4094> bridge <1-32>
clear spanning-tree statistics interface IFNAME bridge <1-32>
Attribute Name: interface-name
Attribute Type: string
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<clear-spanning-tree-statistics-per-interface-and-bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interface-name>IFNAME</interface-name>
<bridge-id>1</bridge-id>
</clear-spanning-tree-statistics-per-interface-and-bridge>
Command Syntax
clear spanning-tree statistics interface IFNAME bridge <1-32>
clear spanning-tree statistics bridge <1-32>
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<clear-spanning-tree-statistics-per-bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<bridge-id>1</bridge-id>
</clear-spanning-tree-statistics-per-bridge>
Command Syntax
clear spanning-tree statistics bridge <1-32>
clear spanning-tree statistics vlan <2-4094> bridge <1-32>
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 2-4094
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<clear-spanning-tree-statistics-per-vlan-and-bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<vlan-id>2</vlan-id>
<bridge-id>1</bridge-id>
</clear-spanning-tree-statistics-per-vlan-and-bridge>
Command Syntax
clear spanning-tree statistics vlan <2-4094> bridge <1-32>
clear spanning-tree statistics interface IFNAME (spbm|<1-63>) bridge <1-32>
Attribute Name: interface-name
Attribute Type: string
Attribute Name: mst-instance-id
Attribute Type: union
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<clear-spanning-tree-statistics-per-interface-instance-and-bridge xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp">
<interface-name>IFNAME</interface-name>
<mst-instance-id>MSTP_INSTANCE_SPBM_TYPE_T</mst-instance-id>
<bridge-id>1</bridge-id>
</clear-spanning-tree-statistics-per-interface-instance-and-bridge>
Command Syntax
clear spanning-tree statistics interface IFNAME (spbm|<1-63>) bridge <1-32>
snmp restart mstp
Netconf RPC payload
<mstp-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-xstp"/>
Command Syntax
snmp restart mstp
IPI-IF-AGGREGATE
Configure aggregate id
Channel group identifier
Attribute Name: aggregate-id
Attribute Type: uint16
Attribute Range: 1-65535
Attribute Name: agg-type
Attribute Type: enum (lacp|static)
Attribute Name: lacp-mode
Attribute Type: enum (passive|active)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<member-aggregation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-aggregate">
<config>
<agg-type>2</agg-type>
<lacp-mode>1</lacp-mode>
<aggregate-id>1</aggregate-id>
</config>
</member-aggregation>
</interface>
</interfaces>
Command Syntax
static-channel-group <1-65535>
Configure lacp mode
Use this command to add a port to a channel group specified by the channel group number (1-12). This command enables link aggregation on a port, so that it may be selected for aggregation by the local system.
Attribute Name: lacp-mode
Attribute Type: enum (passive|active)
Attribute Name: agg-type
Attribute Type: enum (lacp|static)
Attribute Name: aggregate-id
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<member-aggregation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-aggregate">
<config>
<agg-type>1</agg-type>
<aggregate-id>1</aggregate-id>
<lacp-mode>passive</lacp-mode>
</config>
</member-aggregation>
</interface>
</interfaces>
Command Syntax
channel-group <1-65535> mode (passive|active)
Configure min links
Minimum number of active links required in this aggregator
Attribute Name: min-links
Attribute Type: uint8
Attribute Range: 2-32
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<aggregator xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-aggregate">
<config>
<min-links>2</min-links> <!-- operation="delete"-->
</config>
</aggregator>
</interface>
</interfaces>
Command Syntax
port-channel min-links <2-32>
Configure min bandwidth
use this attribute to configure min-bandwidth
Attribute Name: min-bandwidth
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<aggregator xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-aggregate">
<config>
<min-bandwidth>BANDWIDTH</min-bandwidth> <!-- operation="delete"-->
</config>
</aggregator>
</interface>
</interfaces>
Command Syntax
port-channel min-bandwidth BANDWIDTH
IPI-LACP
Configure system priority
Use this attribute to the system priority of this switch. This priority is used for determining the system that is responsible for resolving conflicts in the choice of aggregation groups. A lower numerical value has a higher priority.
Attribute Name: system-priority
Attribute Type: uint32
Default Value: 32768
Attribute Range: 0-65535
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<global>
<config>
<system-priority>0</system-priority> <!-- operation="delete"-->
</config>
</global>
</lacp>
Command Syntax
lacp system-priority <0-65535>
Configure port priority
Use this attribute to set the priority of a channel. Channels are selected for aggregation based on their priority with the higher priority (numerically lower) channels selected first
Attribute Name: port-priority
Attribute Type: uint32
Default Value: 32768
Attribute Range: 1-65535
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<interfaces>
<interface>
<name>WORD</name>
<member-aggregation>
<config>
<port-priority>1</port-priority> <!-- operation="delete"-->
</config>
</member-aggregation>
</interface>
</interfaces>
</lacp>
Command Syntax
lacp port-priority <1-65535>
Configure timeout
Use this attribute to set either a short or long timeout value on a port. The timeout value is the number of seconds before invalidating a received LACP data unit (DU). If the LACP_timeout bit (encoded in Actor_State and Partner_State fields) is set to 1, the short timeout takes effect; if set to 0, the long timeout takes effect.
Attribute Name: timeout
Attribute Type: enum (long|short)
Default Value: long
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<interfaces>
<interface>
<name>WORD</name>
<member-aggregation>
<config>
<timeout>long</timeout> <!-- operation="delete"-->
</config>
</member-aggregation>
</interface>
</interfaces>
</lacp>
Command Syntax
lacp timeout (long|short)
Configure bridge type
Use this attribute to set the address type to use for sending LACPDUs (Link Aggregation Control Protocol Data Units).
Attribute Name: bridge-type
Attribute Type: enum (customer-bridge-group-address|multicast-group-address|non-tmpr-group-address)
Default Value: multicast-group-address
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<interfaces>
<interface>
<name>WORD</name>
<member-aggregation>
<config>
<bridge-type>multicast-group-address</bridge-type> <!-- operation="delete"-->
</config>
</member-aggregation>
</interface>
</interfaces>
</lacp>
Command Syntax
lacp destination-mac (customer-bridge-group-address|multicast-group-address|non-tmpr-group-address)
Configure force up
Use this attribute to enable the port as force-up in a channel group. Setting this attribute makes the port logically operational even if link aggregation goes down.
Attribute Name: force-up
Attribute Type: empty
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<interfaces>
<interface>
<name>WORD</name>
<member-aggregation>
<config>
</force-up><!-- operation="delete"-->
</config>
</member-aggregation>
</interface>
</interfaces>
</lacp>
Command Syntax
lacp force-up
snmp restart lacp
Netconf RPC payload
<lacp-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp"/>
Command Syntax
snmp restart lacp
clear lacp (<1-65535>|) counters
Attribute Name: aggregate-id
Attribute Type: uint16
Attribute Range: 1-65535
Netconf RPC payload
<clear-lacp-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<aggregate-id>1</aggregate-id>
</clear-lacp-counters>
Command Syntax
clear lacp (<1-65535>|) counters
debug lacp (event|cli|timer|packet|rx|tx|sync|ha|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|cli|timer|packet|rx|tx|sync|ha|all)
Netconf RPC payload
<lacp-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<terminal-debug-options>event</terminal-debug-options>
</lacp-terminal-debug-on>
Command Syntax
debug lacp (event|cli|timer|packet|rx|tx|sync|ha|all)
no debug lacp (event|cli|timer|packet|rx|tx|sync|ha|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|cli|timer|packet|rx|tx|sync|ha|all)
Netconf RPC payload
<lacp-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<terminal-debug-options>event</terminal-debug-options>
</lacp-terminal-debug-off>
Command Syntax
no debug lacp (event|cli|timer|packet|rx|tx|sync|ha|all)
IPI-LLDPV2
Configure enable
Enable or disable the LLDP protocol at node level
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<config>
</enable><!-- operation="delete"-->
</config>
</global>
</lldp>
Command Syntax
lldp run
Configure notification interval
This object controls the interval between transmission of LLDP notifications during normal transmission periods
Attribute Name: notification-interval
Attribute Type: uint16
Default Value: 30
Attribute Range: 5-3600
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<config>
<notification-interval>5</notification-interval> <!-- operation="delete"-->
</config>
</global>
</lldp>
Command Syntax
lldp notification-interval <5-3600>
Configure port description
This attribute specifies to include basic management port description information in LLDP TLV
Attribute Name: port-description
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-basic-management>
<config>
</port-description><!-- operation="delete"-->
</config>
</global-basic-management>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select basic-mgmt port-description
Configure system description
This attribute specifies to include basic management system description information in LLDP TLV
Attribute Name: system-description
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-basic-management>
<config>
</system-description><!-- operation="delete"-->
</config>
</global-basic-management>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select basic-mgmt system-description
Configure system name
This attribute specifies to include basic management system name information in LLDP TLV
Attribute Name: system-name
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-basic-management>
<config>
</system-name><!-- operation="delete"-->
</config>
</global-basic-management>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select basic-mgmt system-name
Configure system capabilities
This attribute specifies to include basic management system capabilities information in LLDP TLV
Attribute Name: system-capabilities
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-basic-management>
<config>
</system-capabilities><!-- operation="delete"-->
</config>
</global-basic-management>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select basic-mgmt system-capabilities
Configure management address
This attribute specifies to include basic management management-address information in LLDP TLV
Attribute Name: management-address
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-basic-management>
<config>
</management-address><!-- operation="delete"-->
</config>
</global-basic-management>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select basic-mgmt management-address
Configure port vlan id
This attribute specifies to include ieee-8021-org-specific port vlan-id information in LLDP TLV
Attribute Name: port-vlan-id
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-ieee-8021-org-specific>
<config>
</port-vlan-id><!-- operation="delete"-->
</config>
</global-ieee-8021-org-specific>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select ieee-8021-org-specific port-vlanid
Configure port protocol vlan id
This attribute specifies to include ieee-8021-org-specific port protocol vlan-id information in LLDP TLV
Attribute Name: port-protocol-vlan-id
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-ieee-8021-org-specific>
<config>
</port-protocol-vlan-id><!-- operation="delete"-->
</config>
</global-ieee-8021-org-specific>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select ieee-8021-org-specific port-ptcl-vlanid
Configure vlan name
This attribute specifies to include ieee-8021-org-specific vlan name information in LLDP TLV
Attribute Name: vlan-name
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-ieee-8021-org-specific>
<config>
</vlan-name><!-- operation="delete"-->
</config>
</global-ieee-8021-org-specific>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select ieee-8021-org-specific vlan-name
Configure protocol identifier
This attribute specifies to include ieee-8021-org-specific protocol identifier information in LLDP TLV
Attribute Name: protocol-identifier
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-ieee-8021-org-specific>
<config>
</protocol-identifier><!-- operation="delete"-->
</config>
</global-ieee-8021-org-specific>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select ieee-8021-org-specific ptcl-identity
Configure vid digest
This attribute specifies to include ieee-8021-org-specific vid usage digest information in LLDP TLV
Attribute Name: vid-digest
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-ieee-8021-org-specific>
<config>
</vid-digest><!-- operation="delete"-->
</config>
</global-ieee-8021-org-specific>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select ieee-8021-org-specific vid-digest
Configure management vlan id
This attribute specifies to include ieee-8021-org-specific management vlan-id information in LLDP TLV
Attribute Name: management-vlan-id
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-ieee-8021-org-specific>
<config>
</management-vlan-id><!-- operation="delete"-->
</config>
</global-ieee-8021-org-specific>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select ieee-8021-org-specific mgmt-vid
Configure link aggregation
This attribute specifies to include ieee-8021-org-specific link aggregation information in LLDP TLV
Attribute Name: link-aggregation
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-ieee-8021-org-specific>
<config>
</link-aggregation><!-- operation="delete"-->
</config>
</global-ieee-8021-org-specific>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select ieee-8021-org-specific link-agg
Configure mac phy
This attribute specifies to include ieee-8023-org-specific MAC or PHY information in LLDP TLV
Attribute Name: mac-phy
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-ieee-8023-org-specific>
<config>
</mac-phy><!-- operation="delete"-->
</config>
</global-ieee-8023-org-specific>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select ieee-8023-org-specific mac-phy
Configure max mtu size
This attribute specifies to include ieee-8023-org-specific maximum mtu size information in LLDP TLV
Attribute Name: max-mtu-size
Attribute Type: empty
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<global-tlv-control>
<global-ieee-8023-org-specific>
<config>
</max-mtu-size><!-- operation="delete"-->
</config>
</global-ieee-8023-org-specific>
</global-tlv-control>
</global>
</lldp>
Command Syntax
lldp tlv-select ieee-8023-org-specific max-mtu-size
Configure locally assigned chassis id
This attribute used to identify the chassis component associated with the local system
Attribute Name: locally-assigned-chassis-id
Attribute Type: string
Default Value: NULL
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<global>
<management-if>
<config>
<locally-assigned-chassis-id>NAME</locally-assigned-chassis-id> <!-- operation="delete"-->
</config>
</management-if>
</global>
</lldp>
Command Syntax
set lldp chassis locally-assigned NAME
Configure disable lldp agent
Use this attribute to disable LLDP on interface when it is enabled globally
Attribute Name: disable-lldp-agent
Attribute Type: uint8
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</disable-lldp-agent><!-- operation="delete"-->
</interface>
</interfaces>
</lldp>
Command Syntax
lldp disable default-agent
Configure agent circuit id
DHCP agent circuit ID association on interface
Attribute Name: agent-circuit-id
Attribute Type: string
Default Value: NULL
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent-circuit-id>VALUE</agent-circuit-id> <!-- operation="delete"-->
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp agt-circuit-id VALUE
Configure med device type
LLDP-MED type of interface. Class-0 is not defined, Class-1 is for generic endpoints and is applicable to all endpoints that require the base LLDP discovery services. Class-2 is for media endpoints and it includes endpoints that have IP media capabilities. Class-3 is for communication endpoints i.e., devices acting as end user communication applicances. Calss-4 is for Network Connectivity Device. Class 5-255 are Reserved
Attribute Name: med-device-type
Attribute Type: enum (ep-class1|ep-class2|ep-class3|net-connect)
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<med-device-type>ep-class1</med-device-type> <!-- operation="delete"-->
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp med-devtype (ep-class1|ep-class2|ep-class3|net-connect)
Configure local name
Interface sub type with local name
Attribute Name: local-name
Attribute Type: string
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<local-name>NAME</local-name> <!-- operation="delete"-->
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp locally-assigned NAME
Configure agent type
LLDP agent type on this interface
Attribute Name: agent-type
Attribute Type: enum (non-tpmr-bridge|customer-bridge|default)
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent> <!-- operation="delete"-->
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp-agent (non-tpmr-bridge|customer-bridge|)
Configure enable tx rx
Enables interface with LLDP protocol and specifies to send and(or) receive packets on interface
Attribute Name: enable-tx-rx
Attribute Type: enum (rxonly|txonly|txrx)
Default Value: rxonly
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<enable-tx-rx>rxonly</enable-tx-rx> <!-- operation="delete"-->
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp enable (rxonly|txonly|txrx)
Configure reinit delay
The minimum time interval an LLDP port waits before re-initializing an LLDP transmission
Attribute Name: reinit-delay
Attribute Type: uint32
Default Value: 2
Attribute Range: 1-10
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<transmit>
<config>
<reinit-delay>1</reinit-delay> <!-- operation="delete"-->
</config>
</transmit>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp timer reinit-delay <1-10>
Configure message tx interval
The delay between successive LLDP frame transmissions during normal transmission periods
Attribute Name: message-tx-interval
Attribute Type: uint32
Default Value: 30
Attribute Range: 5-3600
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<transmit>
<config>
<message-tx-interval>5</message-tx-interval> <!-- operation="delete"-->
</config>
</transmit>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp timer msg-tx-interval <5-3600>
Configure message tx hold multiplier
Multiplier of message-tx-interval to determine the Time To Live (TTL) that is carried in LLDP frames transmitted by the LLDP agent
Attribute Name: message-tx-hold-multiplier
Attribute Type: uint32
Default Value: 4
Attribute Range: 1-100
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<transmit>
<config>
<message-tx-hold-multiplier>1</message-tx-hold-multiplier> <!-- operation="delete"-->
</config>
</transmit>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp msg-tx-hold <1-100>
Configure message fast tx
The interval at which LLDP frames are transmitted on behalf of LLDP agent during fast transmission periods
Attribute Name: message-fast-tx
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-3600
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<transmit>
<config>
<message-fast-tx>1</message-fast-tx> <!-- operation="delete"-->
</config>
</transmit>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp timer msg-fast-tx <1-3600>
Configure tx credit max
The maximum number of consecutive LLDPDUs that can be transmitted at any time
Attribute Name: tx-credit-max
Attribute Type: uint32
Default Value: 5
Attribute Range: 1-10
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<transmit>
<config>
<tx-credit-max>1</tx-credit-max> <!-- operation="delete"-->
</config>
</transmit>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp tx-max-credit <1-10>
Configure tx fast init
The number of LLDPDUs to send during the fast transmission periods
Attribute Name: tx-fast-init
Attribute Type: uint32
Default Value: 4
Attribute Range: 1-8
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<transmit>
<config>
<tx-fast-init>1</tx-fast-init> <!-- operation="delete"-->
</config>
</transmit>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp tx-fast-init <1-8>
Configure neighbor timer
This attribute configures timer to discard received message when remote table is full
Attribute Name: neighbor-timer
Attribute Type: uint32
Attribute Range: 1-65535
Attribute Name: neighbor-limit
Attribute Type: uint32
Attribute Range: 1-65535
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<receive>
<config>
<neighbor-limit>1</neighbor-limit> <!-- operation="delete"-->
<neighbor-timer>1</neighbor-timer> <!-- operation="delete"-->
</config>
</receive>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp too-many-neighbors limit <1-65535> discard received-info timer <1-65535>
Configure port timer
This attribute configures timer to discard or delete existing info for received message port MAC when the remote table is full
Attribute Name: port-timer
Attribute Type: uint32
Attribute Range: 1-65535
Attribute Name: neighbor-limit
Attribute Type: uint32
Attribute Range: 1-65535
Attribute Name: port-mac
Attribute Type: string
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<receive>
<config>
<neighbor-limit>1</neighbor-limit> <!-- operation="delete"-->
<port-mac>MAC</port-mac> <!-- operation="delete"-->
<port-timer>1</port-timer> <!-- operation="delete"-->
</config>
</receive>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp too-many-neighbors limit <1-65535> discard existing-info MAC timer <1-65535>
Configure port address
This attribute specifies sub type of the Management Address TLV. Can be configured as mac-addresss or ip-address
Attribute Name: port-address
Attribute Type: enum (mac-address|ip-address)
Default Value: mac-address
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<agent-tlv>
<config>
<port-address>mac-address</port-address> <!-- operation="delete"-->
</config>
</agent-tlv>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp management-address-tlv (mac-address|ip-address)
Configure chassis id
This attribute specifies chassis ID subtype for the LLDP agent on a port. Can be configured as if-alias or ip-address or mac-address or if-name or locally-assgined name
Attribute Name: chassis-id
Attribute Type: enum (if-alias|ip-address|mac-address|if-name|locally-assigned)
Default Value: mac-address
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<agent-tlv>
<config>
<chassis-id>mac-address</chassis-id> <!-- operation="delete"-->
</config>
</agent-tlv>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp chassis-id-tlv (if-alias|ip-address|mac-address|if-name|locally-assigned)
Configure port id
This attribute specifies sub type of the port id TLV. Can be configured as if-alias or mac-address or ip-address or if-name or agent-circuit-id or locally assigned name
Attribute Name: port-id
Attribute Type: enum (if-alias|mac-address|ip-address|if-name|agt-circuit-id|locally-assigned)
Default Value: mac-address
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<agent-tlv>
<config>
<port-id>mac-address</port-id> <!-- operation="delete"-->
</config>
</agent-tlv>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
set lldp port-id-tlv (if-alias|mac-address|ip-address|if-name|agt-circuit-id|locally-assigned)
Configure port description
This attribute specifies to include basic management port description information in LLDP TLV
Attribute Name: port-description
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<basic-management>
<config>
<port-description>not-set</port-description> <!-- operation="delete"-->
</config>
</basic-management>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv basic-mgmt port-description (select|unselect)
Configure system description
This attribute specifies to include basic management system description information in LLDP TLV
Attribute Name: system-description
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<basic-management>
<config>
<system-description>not-set</system-description> <!-- operation="delete"-->
</config>
</basic-management>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv basic-mgmt system-description (select|unselect)
Configure system name
This attribute specifies to include basic management system name information in LLDP TLV
Attribute Name: system-name
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<basic-management>
<config>
<system-name>not-set</system-name> <!-- operation="delete"-->
</config>
</basic-management>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv basic-mgmt system-name (select|unselect)
Configure system capabilities
This attribute specifies to include basic management system capabilities information in LLDP TLV
Attribute Name: system-capabilities
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<basic-management>
<config>
<system-capabilities>not-set</system-capabilities> <!-- operation="delete"-->
</config>
</basic-management>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv basic-mgmt system-capabilities (select|unselect)
Configure management address
This attribute specifies to include basic management management-address information in LLDP TLV
Attribute Name: management-address
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<basic-management>
<config>
<management-address>not-set</management-address> <!-- operation="delete"-->
</config>
</basic-management>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv basic-mgmt management-address (select|unselect)
Configure port vlan id
This attribute specifies to include ieee-8021-org-specific port vlan-id information in LLDP TLV
Attribute Name: port-vlan-id
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<ieee-8021-org-specific>
<config>
<port-vlan-id>not-set</port-vlan-id> <!-- operation="delete"-->
</config>
</ieee-8021-org-specific>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv ieee-8021-org-specific port-vlanid (select|unselect)
Configure port protocol vlan id
This attribute specifies to include ieee-8021-org-specific port protocol vlan-id information in LLDP TLV
Attribute Name: port-protocol-vlan-id
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<ieee-8021-org-specific>
<config>
<port-protocol-vlan-id>not-set</port-protocol-vlan-id> <!-- operation="delete"-->
</config>
</ieee-8021-org-specific>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv ieee-8021-org-specific port-ptcl-vlanid (select|unselect)
Configure vlan name
This attribute specifies to include ieee-8021-org-specific vlan name information in LLDP TLV
Attribute Name: vlan-name
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<ieee-8021-org-specific>
<config>
<vlan-name>not-set</vlan-name> <!-- operation="delete"-->
</config>
</ieee-8021-org-specific>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv ieee-8021-org-specific vlan-name (select|unselect)
Configure protocol identifier
This attribute specifies to include ieee-8021-org-specific protocol identifier information in LLDP TLV
Attribute Name: protocol-identifier
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<ieee-8021-org-specific>
<config>
<protocol-identifier>not-set</protocol-identifier> <!-- operation="delete"-->
</config>
</ieee-8021-org-specific>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv ieee-8021-org-specific ptcl-identity (select|unselect)
Configure vid digest
This attribute specifies to include ieee-8021-org-specific vid usage digest information in LLDP TLV
Attribute Name: vid-digest
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<ieee-8021-org-specific>
<config>
<vid-digest>not-set</vid-digest> <!-- operation="delete"-->
</config>
</ieee-8021-org-specific>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv ieee-8021-org-specific vid-digest (select|unselect)
Configure management vlan id
This attribute specifies to include ieee-8021-org-specific management vlan-id information in LLDP TLV
Attribute Name: management-vlan-id
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<ieee-8021-org-specific>
<config>
<management-vlan-id>not-set</management-vlan-id> <!-- operation="delete"-->
</config>
</ieee-8021-org-specific>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv ieee-8021-org-specific mgmt-vid (select|unselect)
Configure link aggregation
This attribute specifies to include ieee-8021-org-specific link aggregation information in LLDP TLV
Attribute Name: link-aggregation
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<ieee-8021-org-specific>
<config>
<link-aggregation>not-set</link-aggregation> <!-- operation="delete"-->
</config>
</ieee-8021-org-specific>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv ieee-8021-org-specific link-agg (select|unselect)
Configure mac phy
This attribute specifies to include ieee-8023-org-specific MAC or PHY information in LLDP TLV
Attribute Name: mac-phy
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<ieee-8023-org-specific>
<config>
<mac-phy>not-set</mac-phy> <!-- operation="delete"-->
</config>
</ieee-8023-org-specific>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv ieee-8023-org-specific mac-phy (select|unselect)
Configure max mtu size
This attribute specifies to include ieee-8023-org-specific maximum mtu size information in LLDP TLV
Attribute Name: max-mtu-size
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<ieee-8023-org-specific>
<config>
<max-mtu-size>not-set</max-mtu-size> <!-- operation="delete"-->
</config>
</ieee-8023-org-specific>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv ieee-8023-org-specific max-mtu-size (select|unselect)
Configure network policy
Network policy information configured on the port for connected media endpoint. Following network policy will be supported VLAN ID, Priority Tagging, VLAN DSCP
Attribute Name: network-policy
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<tlv-media-capabilities>
<config>
<network-policy>not-set</network-policy> <!-- operation="delete"-->
</config>
</tlv-media-capabilities>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv med network-policy (select|unselect)
Configure location
Media Tlv type Location information configured for the port
Attribute Name: location
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<tlv-media-capabilities>
<config>
<location>not-set</location> <!-- operation="delete"-->
</config>
</tlv-media-capabilities>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv med location (select|unselect)
Configure inventory
Includes the TLV for information like hardware revision, software revision etc based on the current hardware platform and the software version
Attribute Name: inventory
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<tlv-media-capabilities>
<config>
<inventory>not-set</inventory> <!-- operation="delete"-->
</config>
</tlv-media-capabilities>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv med inventory (select|unselect)
Configure media capabilities
Includes various media-capabilties of the box for the neighbor
Attribute Name: media-capabilities
Attribute Type: enum (not-set|select|unselect)
Default Value: not-set
Netconf edit-config payload
<lldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<agent>
<agent-type>default</agent-type>
<config>
<agent-type>default</agent-type>
</config>
<tlv-control>
<tlv-media-capabilities>
<config>
<media-capabilities>not-set</media-capabilities> <!-- operation="delete"-->
</config>
</tlv-media-capabilities>
</tlv-control>
</agent>
</interface>
</interfaces>
</lldp>
Command Syntax
lldp tlv med media-capabilities (select|unselect)
debug lldp (event|rx|tx|message|ha)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|rx|tx|message|ha)
Netconf RPC payload
<lldp-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<terminal-debug-options>event</terminal-debug-options>
</lldp-terminal-debug-on>
Command Syntax
debug lldp (event|rx|tx|message|ha)
no debug lldp (event|rx|tx|message|ha)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|rx|tx|message|ha)
Netconf RPC payload
<lldp-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<terminal-debug-options>event</terminal-debug-options>
</lldp-terminal-debug-off>
Command Syntax
no debug lldp (event|rx|tx|message|ha)
clear lldp counters ((IFNAME|)|)
Attribute Name: interface-name
Attribute Type: string
Netconf RPC payload
<clear-lldp-counter xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2">
<interface-name>IFNAME</interface-name>
</clear-lldp-counter>
Command Syntax
clear lldp counters ((IFNAME|)|)
snmp restart lldp
Netconf RPC payload
<lldp-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lldpv2"/>
Command Syntax
snmp restart lldp
IPI-RIB
Configure fib retain
Use this attribute to configure retain time for stale routes (forever or specific time in seconds) in FIB after RIB restarts
Attribute Name: fib-retain
Attribute Type: union
Default Value: 60
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<global>
<config>
<fib-retain>60</fib-retain> <!-- operation="delete"-->
</config>
</global>
</routing>
Command Syntax
fib retain (time <1-65535>|forever|)
Configure max ecmp paths
Use this attribute to set the maximum number of paths to install in the FIB (Forwarding Information Base) for the ECMP (Equal-Cost MultiPath) feature.
Attribute Name: max-ecmp-paths
Attribute Type: uint8
Default Value: 8
Attribute Range: 1-64
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<global>
<config>
<max-ecmp-paths>1</max-ecmp-paths> <!-- operation="delete"-->
</config>
</global>
</routing>
Command Syntax
maximum-paths <1-64>
Configure max static routes
Use this attribute to set the maximum number of static routes.
Attribute Name: max-static-routes
Attribute Type: uint32
Default Value: 4294967294
Attribute Range: 1-4294967294
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<global>
<config>
<max-static-routes>1</max-static-routes> <!-- operation="delete"-->
</config>
</global>
</routing>
Command Syntax
max-static-routes <1-4294967294>
Configure max fib routes
Use this attribute to set the maximum number of FIB (Forwarding Information Base) routes excluding kernel, connected, and static routes.
Attribute Name: max-fib-routes
Attribute Type: uint32
Attribute Range: 1-16384
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<global>
<config>
<max-fib-routes>1</max-fib-routes> <!-- operation="delete"-->
</config>
</global>
</routing>
Command Syntax
max-fib-routes <1-16384>
Configure rib options
Use this attribute to debug the ribd process.
Attribute Name: rib-options
Attribute Type: bits (all|events|packet|packet send|packet recv|packet detail|packet send detail|packet recv detail|nsm|monitor|hal events)
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<debug>
<config>
<rib-options>all</rib-options> <!-- operation="delete"-->
</config>
</debug>
</routing>
Command Syntax
debug rib (all|events|packet|packet send|packet recv|packet detail|packet send detail|packet recv detail|nsm|monitor|hal events)
Configure ipv4 routing options
Use this attribute to debug ip route.
Attribute Name: ipv4-routing-options
Attribute Type: bits (routing|routing add-route|routing delete-route|routing mod-route)
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<debug>
<config>
<ipv4-routing-options>routing</ipv4-routing-options> <!-- operation="delete"-->
</config>
</debug>
</routing>
Command Syntax
debug ip (routing|routing add-route|routing delete-route|routing mod-route)
Configure ipv6 routing options
Use this attribute to debug ipv6 route.
Attribute Name: ipv6-routing-options
Attribute Type: bits (routing|routing add-route|routing delete-route|routing mod-route)
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<debug>
<config>
<ipv6-routing-options>routing</ipv6-routing-options> <!-- operation="delete"-->
</config>
</debug>
</routing>
Command Syntax
debug ipv6 (routing|routing add-route|routing delete-route|routing mod-route)
Configure interface name
Use this attribute to create an IPv4 static route where nexthop is interface name.
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv4>
<route-vrf> <!-- operation="delete"-->
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<gateway-address>A.B.C.D</gateway-address>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
</config>
<gateway-address>A.B.C.D</gateway-address>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
</route-vrf>
</ipv4>
</static-routes>
</routing>
Command Syntax
ip route (A.B.C.D/M|A.B.C.D A.B.C.D) A.B.C.D IFNAME
Configure description
Use this attribute to set description of the static route.
Attribute Name: description
Attribute Type: string
Attribute Name: distance
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-255
Attribute Name: tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv4>
<route>
<gateway-address>A.B.C.D</gateway-address>
<config>
<gateway-address>A.B.C.D</gateway-address>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
<distance>1</distance> <!-- operation="delete"-->
<tag>0</tag> <!-- operation="delete"-->
</config>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
<description>LINE</description> <!-- operation="delete"-->
</route>
</ipv4>
</static-routes>
</routing>
Command Syntax
ip route (A.B.C.D/M|A.B.C.D A.B.C.D) A.B.C.D (<1-255>|) (tag <0-4294967295>|) (description LINE|)
Configure description
Use this attribute to set description of the static route.
Attribute Name: description
Attribute Type: string
Attribute Name: distance
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-255
Attribute Name: tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv4>
<interface-route>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
<distance>1</distance> <!-- operation="delete"-->
<tag>0</tag> <!-- operation="delete"-->
</config>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
<description>LINE</description> <!-- operation="delete"-->
</interface-route>
</ipv4>
</static-routes>
</routing>
Command Syntax
ip route (A.B.C.D/M|A.B.C.D A.B.C.D) IFNAME (<1-255>|) (tag <0-4294967295>|) (description LINE|)
Configure distance
Use this attribute to configure administrative distance for mroute.
Attribute Name: distance
Attribute Type: uint32
Attribute Range: 0-255
Attribute Name: gateway-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv4>
<multicast-route>
<protocol-type>default</protocol-type>
<config>
<protocol-type>default</protocol-type>
<source-prefix>A.B.C.D/M</source-prefix>
<gateway-address>A.B.C.D</gateway-address>
</config>
<source-prefix>A.B.C.D/M</source-prefix>
<distance>0</distance>
</multicast-route>
</ipv4>
</static-routes>
</routing>
Command Syntax
ip mroute A.B.C.D/M ((static|rip|ospf|bgp|isis)|) A.B.C.D (<0-255>|)
Configure gateway address
Use this attribute to create an IPv6 static route for a subnet.
This command is supported when following feature are enabled ipv6 feature
Attribute Name: gateway-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv6>
<route> <!-- operation="delete"-->
<gateway-address>X:X::X:X</gateway-address>
<config>
<gateway-address>X:X::X:X</gateway-address>
<destination-prefix>X:X::X:X/M</destination-prefix>
</config>
<destination-prefix>X:X::X:X/M</destination-prefix>
</route>
</ipv6>
</static-routes>
</routing>
Command Syntax
ipv6 route X:X::X:X/M X:X::X:X
Configure distance
Use this attribute to set distance value for the ipv6 route.
This command is supported when following feature are enabled ipv6 feature
Attribute Name: distance
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-255
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv6>
<route>
<gateway-address>X:X::X:X</gateway-address>
<config>
<gateway-address>X:X::X:X</gateway-address>
<destination-prefix>X:X::X:X/M</destination-prefix>
</config>
<destination-prefix>X:X::X:X/M</destination-prefix>
<distance>1</distance> <!-- operation="delete"-->
</route>
</ipv6>
</static-routes>
</routing>
Command Syntax
ipv6 route X:X::X:X/M X:X::X:X (<1-255>|)
Configure interface name
Use this attribute to create an IPv6 static route where nexthop is interface name.
This command is supported when following feature are enabled ipv6 feature
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv6>
<interface-route> <!-- operation="delete"-->
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<destination-prefix>X:X::X:X/M</destination-prefix>
</config>
<destination-prefix>X:X::X:X/M</destination-prefix>
</interface-route>
</ipv6>
</static-routes>
</routing>
Command Syntax
ipv6 route X:X::X:X/M IFNAME
Configure distance
Use this attribute to set distance value for the ipv6 route.
This command is supported when following feature are enabled ipv6 feature
Attribute Name: distance
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-255
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv6>
<interface-route>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<destination-prefix>X:X::X:X/M</destination-prefix>
</config>
<destination-prefix>X:X::X:X/M</destination-prefix>
<distance>1</distance> <!-- operation="delete"-->
</interface-route>
</ipv6>
</static-routes>
</routing>
Command Syntax
ipv6 route X:X::X:X/M IFNAME (<1-255>|)
Configure interface name
Use this attribute to create an IPv6 static route where nexthop is interface name and ipv6 prefix.
This command is supported when following feature are enabled ipv6 feature
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv6>
<gateway-interface-route> <!-- operation="delete"-->
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<gateway-address>X:X::X:X</gateway-address>
<destination-prefix>X:X::X:X/M</destination-prefix>
</config>
<gateway-address>X:X::X:X</gateway-address>
<destination-prefix>X:X::X:X/M</destination-prefix>
</gateway-interface-route>
</ipv6>
</static-routes>
</routing>
Command Syntax
ipv6 route X:X::X:X/M X:X::X:X IFNAME
Configure distance
Use this attribute to set distance value for the ipv6 route with nexthop as interface name and ipv6 prefix.
This command is supported when following feature are enabled ipv6 feature
Attribute Name: distance
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-255
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv6>
<gateway-interface-route>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<gateway-address>X:X::X:X</gateway-address>
<destination-prefix>X:X::X:X/M</destination-prefix>
</config>
<gateway-address>X:X::X:X</gateway-address>
<destination-prefix>X:X::X:X/M</destination-prefix>
<distance>1</distance> <!-- operation="delete"-->
</gateway-interface-route>
</ipv6>
</static-routes>
</routing>
Command Syntax
ipv6 route X:X::X:X/M X:X::X:X IFNAME (<1-255>|)
Configure distance
Use this attribute to configure administrative distance for mroute.
This command is supported when following feature are enabled ipv6 feature
Attribute Name: distance
Attribute Type: uint32
Attribute Range: 0-255
Attribute Name: gateway-mroute
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<routing xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<static-routes>
<ipv6>
<multicast-route>
<protocol-type>default</protocol-type>
<config>
<protocol-type>default</protocol-type>
<source-prefix>X:X::X:X/M</source-prefix>
</config>
<source-prefix>X:X::X:X/M</source-prefix>
<nexthop>
<config>
<gateway-mroute>X:X::X:X</gateway-mroute>
<distance>0</distance>
</config>
</nexthop>
</multicast-route>
</ipv6>
</static-routes>
</routing>
Command Syntax
ipv6 mroute X:X::X:X/M ((static|rip|ospf|bgp|isis)|) X:X::X:X (<0-255>|)
snmp restart rib
Netconf RPC payload
<rib-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib"/>
Command Syntax
snmp restart rib
clear ip route kernel
Netconf RPC payload
<clear-ip-stale-kernel-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib"/>
Command Syntax
clear ip route kernel
clear ip kernel route
Netconf RPC payload
<clear-ip-kernel-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib"/>
Command Syntax
clear ip kernel route
clear ipv6 route kernel
Netconf RPC payload
<clear-ipv6-stale-kernel-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib"/>
Command Syntax
clear ipv6 route kernel
clear ip route *
Netconf RPC payload
<clear-ip-route-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib"/>
Command Syntax
clear ip route *
clear ip route A.B.C.D/M
Attribute Name: prefix-address
Attribute Type: string
Netconf RPC payload
<clear-ip-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<prefix-address>A.B.C.D/M</prefix-address>
</clear-ip-route>
Command Syntax
clear ip route A.B.C.D/M
clear ipv4 route *
Netconf RPC payload
<clear-ipv4-route-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib"/>
Command Syntax
clear ipv4 route *
clear ipv4 route A.B.C.D/M
Attribute Name: prefix-address
Attribute Type: string
Netconf RPC payload
<clear-ipv4-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<prefix-address>A.B.C.D/M</prefix-address>
</clear-ipv4-route>
Command Syntax
clear ipv4 route A.B.C.D/M
clear ipv6 route *
Netconf RPC payload
<clear-ipv6-route-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib"/>
Command Syntax
clear ipv6 route *
clear ipv6 route X:X::X:X/M
Attribute Name: prefix-ipv6-address
Attribute Type: string
Netconf RPC payload
<clear-ipv6-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<prefix-ipv6-address>X:X::X:X/M</prefix-ipv6-address>
</clear-ipv6-route>
Command Syntax
clear ipv6 route X:X::X:X/M
debug rib (all|events|packet|packet send|packet recv|packet detail|packet send detail|packet recv detail|nsm|monitor|hal events|hal ipc)
Attribute Name: terminal-debug-options
Attribute Type: bits (all|events|packet|packet send|packet recv|packet detail|packet send detail|packet recv detail|nsm|monitor|hal events|hal ipc)
Netconf RPC payload
<rib-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<terminal-debug-options>all</terminal-debug-options>
</rib-terminal-debug-on>
Command Syntax
debug rib (all|events|packet|packet send|packet recv|packet detail|packet send detail|packet recv detail|nsm|monitor|hal events|hal ipc)
no debug rib (all|events|packet|packet send|packet recv|packet detail|packet send detail|packet recv detail|nsm|monitor|hal events|hal ipc)
Attribute Name: terminal-debug-options
Attribute Type: bits (all|events|packet|packet send|packet recv|packet detail|packet send detail|packet recv detail|nsm|monitor|hal events|hal ipc)
Netconf RPC payload
<rib-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<terminal-debug-options>all</terminal-debug-options>
</rib-terminal-debug-off>
Command Syntax
no debug rib (all|events|packet|packet send|packet recv|packet detail|packet send detail|packet recv detail|nsm|monitor|hal events|hal ipc)
debug ip (routing|routing add-route|routing delete-route|routing mod-route)
Attribute Name: terminal-debug-options
Attribute Type: bits (routing|routing add-route|routing delete-route|routing mod-route)
Netconf RPC payload
<rib-terminal-debug-ipv4-routing-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<terminal-debug-options>routing</terminal-debug-options>
</rib-terminal-debug-ipv4-routing-on>
Command Syntax
debug ip (routing|routing add-route|routing delete-route|routing mod-route)
no debug ip (routing|routing add-route|routing delete-route|routing mod-route)
Attribute Name: terminal-debug-options
Attribute Type: bits (routing|routing add-route|routing delete-route|routing mod-route)
Netconf RPC payload
<rib-terminal-debug-ipv4-routing-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<terminal-debug-options>routing</terminal-debug-options>
</rib-terminal-debug-ipv4-routing-off>
Command Syntax
no debug ip (routing|routing add-route|routing delete-route|routing mod-route)
debug ipv6 (routing|routing add-route|routing delete-route|routing mod-route)
Attribute Name: terminal-debug-options
Attribute Type: bits (routing|routing add-route|routing delete-route|routing mod-route)
Netconf RPC payload
<rib-terminal-debug-ipv6-routing-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<terminal-debug-options>routing</terminal-debug-options>
</rib-terminal-debug-ipv6-routing-on>
Command Syntax
debug ipv6 (routing|routing add-route|routing delete-route|routing mod-route)
no debug ipv6 (routing|routing add-route|routing delete-route|routing mod-route)
Attribute Name: terminal-debug-options
Attribute Type: bits (routing|routing add-route|routing delete-route|routing mod-route)
Netconf RPC payload
<rib-terminal-debug-ipv6-routing-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib">
<terminal-debug-options>routing</terminal-debug-options>
</rib-terminal-debug-ipv6-routing-off>
Command Syntax
no debug ipv6 (routing|routing add-route|routing delete-route|routing mod-route)
IPI-RIB-VRF
Configure enable global table lookup
Use this attribute to create an IPv4 vrf static route with gateway in default vrf table.
Attribute Name: enable-global-table-lookup
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>NAME</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<static-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<ipv4>
<gateway-interface-route-global> <!-- operation="delete"-->
</enable-global-table-lookup>
<config>
</enable-global-table-lookup>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
</config>
<interface-name>IFNAME</interface-name>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
</gateway-interface-route-global>
</ipv4>
</static-routes>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ip route vrf NAME (A.B.C.D/M|A.B.C.D A.B.C.D) IFNAME global
Configure interface name
Use this attribute to create an IPv4 static route where nexthop is interface name.
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>NAME</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<static-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<ipv4>
<route>
<gateway-address>A.B.C.D</gateway-address>
<config>
<gateway-address>A.B.C.D</gateway-address>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
</config>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
<gateway-interface-route> <!-- operation="delete"-->
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
</config>
</gateway-interface-route>
</route>
</ipv4>
</static-routes>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ip route vrf NAME A.B.C.D/M A.B.C.D IFNAME
Configure description
Use this attribute to set description of the static route.
Attribute Name: description
Attribute Type: string
Attribute Name: distance
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-255
Attribute Name: tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>NAME</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<static-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<ipv4>
<route>
<gateway-address>A.B.C.D</gateway-address>
<config>
<gateway-address>A.B.C.D</gateway-address>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
</config>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
<gateway-interface-route>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<distance>1</distance> <!-- operation="delete"-->
<tag>0</tag> <!-- operation="delete"-->
</config>
<description>LINE</description> <!-- operation="delete"-->
</gateway-interface-route>
</route>
</ipv4>
</static-routes>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ip route vrf NAME (A.B.C.D/M|A.B.C.D A.B.C.D) A.B.C.D IFNAME (<1-255>|) (tag <0-4294967295>|) (description LINE|)
Configure enable global table lookup
Use this attribute to create an IPv4 vrf static route with gateway in default vrf table.
Attribute Name: enable-global-table-lookup
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>NAME</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<static-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<ipv4>
<route>
<gateway-address>A.B.C.D</gateway-address>
<config>
<gateway-address>A.B.C.D</gateway-address>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
</config>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
<interface-route-global> <!-- operation="delete"-->
</enable-global-table-lookup>
<config>
</enable-global-table-lookup>
<interface-name>IFNAME</interface-name>
</config>
<interface-name>IFNAME</interface-name>
</interface-route-global>
</route>
</ipv4>
</static-routes>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ip route vrf NAME (A.B.C.D/M|A.B.C.D A.B.C.D) A.B.C.D IFNAME global
Configure description
Use this attribute to set description of the static route.
Attribute Name: description
Attribute Type: string
Attribute Name: distance
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-255
Attribute Name: tag
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>NAME</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<static-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<ipv4>
<interface-route>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
<distance>1</distance> <!-- operation="delete"-->
<tag>0</tag> <!-- operation="delete"-->
</config>
<destination-prefix>A.B.C.D/M|A.B.C.D A.B.C.D</destination-prefix>
<description>LINE</description> <!-- operation="delete"-->
</interface-route>
</ipv4>
</static-routes>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ip route vrf NAME (A.B.C.D/M|A.B.C.D A.B.C.D) IFNAME (<1-255>|) (tag <0-4294967295>|) (description LINE|)
Configure distance
Use this attribute to configure administrative distance for mroute.
Attribute Name: distance
Attribute Type: uint32
Attribute Range: 0-255
Attribute Name: gateway-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>NAME</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<static-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<ipv4>
<multicast-route>
<protocol-type>default</protocol-type>
<config>
<protocol-type>default</protocol-type>
<source-prefix>A.B.C.D/M</source-prefix>
<gateway-address>A.B.C.D</gateway-address>
</config>
<source-prefix>A.B.C.D/M</source-prefix>
<distance>0</distance>
</multicast-route>
</ipv4>
</static-routes>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ip mroute vrf NAME A.B.C.D/M ((static|rip|ospf|bgp|isis)|) A.B.C.D (<0-255>|)
Configure instance type
Network Instance Type
Attribute Name: instance-type
Attribute Type: enum (vrf|mac-vrf|l2ni|vpls|vpws|evpn|cross-connect)
Attribute Name: destination-prefix
Attribute Type: string
Attribute Name: interface-name
Attribute Type: string
Attribute Name: enable-ipv6-global-table-lookup
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>vrf</instance-type>
<config>
<instance-type>vrf</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<static-routes>
<ipv6>
<interface-route-global>
<destination-prefix>X:X::X:X/M</destination-prefix>
<interface-name>IFNAME</interface-name>
</enable-ipv6-global-table-lookup>
</interface-route-global>
</ipv6>
</static-routes>
</network-instance>
</network-instances>
Command Syntax
ipv6 route vrf NAME X:X::X:X/M IFNAME global
Configure instance type
Network Instance Type
Attribute Name: instance-type
Attribute Type: enum (vrf|mac-vrf|l2ni|vpls|vpws|evpn|cross-connect)
Attribute Name: destination-prefix
Attribute Type: string
Attribute Name: gateway-address
Attribute Type: inet:ipv6-address
Attribute Name: interface-name
Attribute Type: string
Attribute Name: enable-ipv6-global-table-lookup
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>vrf</instance-type>
<config>
<instance-type>vrf</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<static-routes>
<ipv6>
<gateway-interface-route-global>
<destination-prefix>X:X::X:X/M</destination-prefix>
<gateway-address>X:X::X:X</gateway-address>
<interface-name>IFNAME</interface-name>
</enable-ipv6-global-table-lookup>
</gateway-interface-route-global>
</ipv6>
</static-routes>
</network-instance>
</network-instances>
Command Syntax
ipv6 route vrf NAME X:X::X:X/M X:X::X:X IFNAME global
Configure interface name
Use this attribute to create an IPv6 static route where nexthop is interface name.
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>NAME</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<static-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<ipv6>
<route>
<gateway-address>X:X::X:X</gateway-address>
<config>
<gateway-address>X:X::X:X</gateway-address>
<destination-prefix>X:X::X:X/M</destination-prefix>
</config>
<destination-prefix>X:X::X:X/M</destination-prefix>
<out-interface> <!-- operation="delete"-->
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
</config>
</out-interface>
</route>
</ipv6>
</static-routes>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ipv6 route vrf NAME X:X::X:X/M X:X::X:X IFNAME
Configure interface name
Use this attribute to create an IPv6 static route where nexthop is interface name.
This command is supported when following feature are enabled ipv6 feature
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>NAME</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<static-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<ipv6>
<interface-route> <!-- operation="delete"-->
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<destination-prefix>X:X::X:X/M</destination-prefix>
</config>
<destination-prefix>X:X::X:X/M</destination-prefix>
</interface-route>
</ipv6>
</static-routes>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ipv6 route vrf NAME X:X::X:X/M IFNAME
Configure distance
Use this attribute to configure administrative distance for mroute.
This command is supported when following feature are enabled ipv6 feature
Attribute Name: distance
Attribute Type: uint32
Attribute Range: 0-255
Attribute Name: gateway-mroute
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>NAME</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>vrf</instance-type>
</config>
<instance-type>vrf</instance-type>
<vrf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vrf">
<static-routes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<ipv6>
<multicast-route>
<protocol-type>default</protocol-type>
<config>
<protocol-type>default</protocol-type>
<source-prefix>X:X::X:X/M</source-prefix>
</config>
<source-prefix>X:X::X:X/M</source-prefix>
<nexthop>
<config>
<gateway-mroute>X:X::X:X</gateway-mroute>
<distance>0</distance>
</config>
</nexthop>
</multicast-route>
</ipv6>
</static-routes>
</vrf>
</network-instance>
</network-instances>
Command Syntax
ipv6 mroute vrf NAME X:X::X:X/M ((static|rip|ospf|bgp|isis)|) X:X::X:X (<0-255>|)
clear ip route vrf NAME *
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-ip-vrf-route-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<vrf-name>NAME</vrf-name>
</clear-ip-vrf-route-all>
Command Syntax
clear ip route vrf NAME *
clear ip route vrf NAME A.B.C.D/M
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: prefix-address
Attribute Type: string
Netconf RPC payload
<clear-ip-vrf-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<vrf-name>NAME</vrf-name>
<prefix-address>A.B.C.D/M</prefix-address>
</clear-ip-vrf-route>
Command Syntax
clear ip route vrf NAME A.B.C.D/M
clear ipv4 route vrf NAME *
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-ipv4-vrf-route-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<vrf-name>NAME</vrf-name>
</clear-ipv4-vrf-route-all>
Command Syntax
clear ipv4 route vrf NAME *
clear ipv4 route vrf NAME A.B.C.D/M
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: prefix-address
Attribute Type: string
Netconf RPC payload
<clear-ipv4-vrf-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<vrf-name>NAME</vrf-name>
<prefix-address>A.B.C.D/M</prefix-address>
</clear-ipv4-vrf-route>
Command Syntax
clear ipv4 route vrf NAME A.B.C.D/M
clear ipv6 route vrf NAME *
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-ipv6-vrf-route-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<vrf-name>NAME</vrf-name>
</clear-ipv6-vrf-route-all>
Command Syntax
clear ipv6 route vrf NAME *
clear ipv6 route vrf NAME X:X::X:X/M
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: prefix-ipv6-address
Attribute Type: string
Netconf RPC payload
<clear-ipv6-vrf-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rib-vrf">
<vrf-name>NAME</vrf-name>
<prefix-ipv6-address>X:X::X:X/M</prefix-ipv6-address>
</clear-ipv6-vrf-route>
Command Syntax
clear ipv6 route vrf NAME X:X::X:X/M
IPI-PREFIX-LIST
Configure prefix list name
prefix-list name
Attribute Name: prefix-list-name
Attribute Type: string
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix> <!-- operation="delete"-->
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
</prefix>
</prefixes>
Command Syntax
ip prefix-list WORD
Configure prefix list name
prefix-list name
Attribute Name: prefix-list-name
Attribute Type: string
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix> <!-- operation="delete"-->
<prefix-list-type>ipv6</prefix-list-type>
<config>
<prefix-list-type>ipv6</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
</prefix>
</prefixes>
Command Syntax
ipv6 prefix-list WORD
Configure description
Up to 80 characters describing this prefix-list
Attribute Name: description
Attribute Type: string
Attribute Range: 1-80
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<description>LINE</description> <!-- operation="delete"-->
</prefix>
</prefixes>
Command Syntax
description LINE
Configure prefix addr
Either IP address mask and length of the prefix list mask or Take all packets of any length. This parameter is the same as using 0.0.0.0/0 le 32 for A.B.C.D/M.
Attribute Name: prefix-addr
Attribute Type: union
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) any
Configure prefix addr
Either IP address mask and length of the prefix list mask or Take all packets of any length. This parameter is the same as using 0.0.0.0/0 le 32 for A.B.C.D/M.
Attribute Name: prefix-addr
Attribute Type: enum (any)
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit)
Configure maximum prefix length match
Maximum prefix length match
Attribute Name: maximum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Attribute Name: minimum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
<minimum-prefix-length-match>0</minimum-prefix-length-match> <!-- operation="delete"-->
</config>
<action>deny</action>
<maximum-prefix-length-match>0</maximum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) ge <0-32> le <0-32>
Configure minimum prefix length match
Minimum prefix length match
Attribute Name: minimum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Attribute Name: maximum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
<maximum-prefix-length-match>0</maximum-prefix-length-match> <!-- operation="delete"-->
</config>
<action>deny</action>
<minimum-prefix-length-match>0</minimum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) le <0-32> ge <0-32>
Configure minimum prefix length match
Minimum prefix length match
Attribute Name: minimum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
<minimum-prefix-length-match>0</minimum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) ge <0-32>
Configure maximum prefix length match
Maximum prefix length match
Attribute Name: maximum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
<maximum-prefix-length-match>0</maximum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) le <0-32>
Configure exact prefix length match
Exact prefix length match
Attribute Name: exact-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
<exact-prefix-length-match>0</exact-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) eq <0-32>
Configure ipv6 prefix addr
Either IPv6 address mask and length of the prefix list mask or This is the same as specifying ::/0 for X:X::X:X/M
This command is supported when following feature are enabled ipv6 feature
Attribute Name: ipv6-prefix-addr
Attribute Type: union
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<entry> <!-- operation="delete"-->
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<config>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
</entry>
</ipv6>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) any
Configure ipv6 prefix addr
Either IPv6 address mask and length of the prefix list mask or This is the same as specifying ::/0 for X:X::X:X/M
This command is supported when following feature are enabled ipv6 feature
Attribute Name: ipv6-prefix-addr
Attribute Type: union
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<entry> <!-- operation="delete"-->
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<config>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
</entry>
</ipv6>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) X:X::X:X/M
Configure maximum prefix length match
Maximum prefix length match
This command is supported when following feature are enabled ipv6 feature
Attribute Name: maximum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-128
Attribute Name: minimum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-128
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<entry>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<config>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<action>deny</action>
<minimum-prefix-length-match>0</minimum-prefix-length-match> <!-- operation="delete"-->
</config>
<action>deny</action>
<maximum-prefix-length-match>0</maximum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv6>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) ge <0-128> le <0-128>
Configure minimum prefix length match
Minimum prefix length match
This command is supported when following feature are enabled ipv6 feature
Attribute Name: minimum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-128
Attribute Name: maximum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-128
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<entry>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<config>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<action>deny</action>
<maximum-prefix-length-match>0</maximum-prefix-length-match> <!-- operation="delete"-->
</config>
<action>deny</action>
<minimum-prefix-length-match>0</minimum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv6>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) le <0-128> ge <0-128>
Configure minimum prefix length match
Minimum prefix length match
This command is supported when following feature are enabled ipv6 feature
Attribute Name: minimum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-128
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<entry>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<config>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
<minimum-prefix-length-match>0</minimum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv6>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) ge <0-128>
Configure maximum prefix length match
Maximum prefix length match
This command is supported when following feature are enabled ipv6 feature
Attribute Name: maximum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-128
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<entry>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<config>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
<maximum-prefix-length-match>0</maximum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv6>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) le <0-128>
Configure disable ipv4 sequence display
Use this attribute to configure prefix list sequence number.Include and exclude sequence numbers in nonvolatile generation (NVGEN).
Attribute Name: disable-ipv4-sequence-display
Attribute Type: empty
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<global>
<config>
</disable-ipv4-sequence-display><!-- operation="delete"-->
</config>
</global>
</prefixes>
Command Syntax
no ip prefix-list sequence-number
Configure disable ipv6 sequence display
Use this attribute to configure prefix list sequence number.Include and exclude sequence numbers in nonvolatile generation (NVGEN).
Attribute Name: disable-ipv6-sequence-display
Attribute Type: empty
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<global>
<config>
</disable-ipv6-sequence-display><!-- operation="delete"-->
</config>
</global>
</prefixes>
Command Syntax
no ipv6 prefix-list sequence-number
clear (ip|ipv6) prefix-list
Attribute Name: type
Attribute Type: enum (ip|ipv6)
Netconf RPC payload
<clear-prefix-list-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<type>ip</type>
</clear-prefix-list-all>
Command Syntax
clear (ip|ipv6) prefix-list
clear ip prefix-list WORD (A.B.C.D/M|)
Attribute Name: prefix-list-name
Attribute Type: string
Attribute Name: prefix
Attribute Type: string
Netconf RPC payload
<clear-ipv4-prefix-list xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix-list-name>WORD</prefix-list-name>
<prefix>A.B.C.D/M</prefix>
</clear-ipv4-prefix-list>
Command Syntax
clear ip prefix-list WORD (A.B.C.D/M|)
clear ipv6 prefix-list WORD (X:X::X:X/M|)
Attribute Name: prefix-list-name
Attribute Type: string
Attribute Name: prefix
Attribute Type: string
Netconf RPC payload
<clear-ipv6-prefix-list xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix-list-name>WORD</prefix-list-name>
<prefix>X:X::X:X/M</prefix>
</clear-ipv6-prefix-list>
Command Syntax
clear ipv6 prefix-list WORD (X:X::X:X/M|)
IPI-KEYCHAIN
Configure name
key-chain name
Attribute Name: name
Attribute Type: string
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</key-chain>
</key-chains>
Command Syntax
key chain WORD
Configure key id
Use this attribute to manageCOMMA add or delete authentication keys in a key-chain
Attribute Name: key-id
Attribute Type: uint32
Attribute Range: 0-2147483647
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list> <!-- operation="delete"-->
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
key-id <0-2147483647>
Configure key string
Use this attribute to define a password to be used by a key
Attribute Name: key-string
Attribute Type: string
Attribute Range: 1-80
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list>
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
<key-string>WORD</key-string> <!-- operation="delete"-->
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
key-string WORD
Configure encrypted
Use this attribute to pass the key string in hexadecimal string format
Attribute Name: encrypted
Attribute Type: string
Attribute Range: 18-162
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list>
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
<encrypted>WORD</encrypted> <!-- operation="delete"-->
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
key-string encrypted WORD
Configure start date time for accept
Configure the start date-time of the key for accept-lifetime
Attribute Name: start-date-time-for-accept
Attribute Type: string
Attribute Name: end-date-time-for-accept
Attribute Type: string
Attribute Name: infinite-for-accept
Attribute Type: empty
Attribute Name: duration-for-accept
Attribute Type: uint32
Attribute Range: 1-2147483646
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list>
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
<accept-lifetime>
<config>
<end-date-time-for-accept>KEYCHAIN_DATE_TIME_T</end-date-time-for-accept>
</infinite-for-accept>
<duration-for-accept>1</duration-for-accept>
<start-date-time-for-accept>KEYCHAIN_DATE_TIME_T</start-date-time-for-accept>
</config>
</accept-lifetime>
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
accept-lifetime HH:MM:SS MONTH <01-31> <1993-2035> HH:MM:SS MONTH <01-31> <1993-2035> infinite duration <1-2147483646>
Configure start date time for send
Configure the start date-time of the key for send-lifetime
Attribute Name: start-date-time-for-send
Attribute Type: string
Attribute Name: end-date-time-for-send
Attribute Type: string
Attribute Name: infinite-for-send
Attribute Type: empty
Attribute Name: duration-for-send
Attribute Type: uint32
Attribute Range: 1-2147483646
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list>
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
<send-lifetime>
<config>
<end-date-time-for-send>KEYCHAIN_DATE_TIME_T</end-date-time-for-send>
</infinite-for-send>
<duration-for-send>1</duration-for-send>
<start-date-time-for-send>KEYCHAIN_DATE_TIME_T</start-date-time-for-send>
</config>
</send-lifetime>
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
send-lifetime HH:MM:SS MONTH <01-31> <1993-2035> HH:MM:SS MONTH <01-31> <1993-2035> infinite duration <1-2147483646>
IPI-LOGGING
Configure severity level
Use this attribute to set the severity level that a message for a specific module must reach before the messages is logged. Default value is 2-critical.
Attribute Name: severity-level
Attribute Type: enum (0|1|2|3|4|5|6|7)
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<module-logging>
<module-name>auth</module-name>
<config>
<module-name>auth</module-name>
</config>
<severity-level>2</severity-level>
</module-logging>
</logging>
Command Syntax
logging level (auth|bgp|cmm|hostp|hsl|lag|l2mrib|mstp|mrib|nsm|onm|oam|ospf|ospf6|ptp|rip|pim|rib|vrrp|sflow|pserv|cml|ndd|ripng|vlog|all) ((0|1|2|3|4|5|6|7)|)
Configure severity level
Use this attribute to set severity level of logging monitor. Default value is 7-debug-details.
Attribute Name: severity-level
Attribute Type: enum (0|1|2|3|4|5|6|7)
Default Value: 7
Attribute Name: enable-logging
Attribute Type: enum (disable|enable)
Default Value: enable
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<monitor-logging>
<config>
<enable-logging>enable</enable-logging> <!-- operation="delete"-->
<severity-level>7</severity-level> <!-- operation="delete"-->
</config>
</monitor-logging>
</logging>
Command Syntax
logging monitor (logging (disable)|) ((0|1|2|3|4|5|6|7)|)
Configure severity level
Use this attribute to set severity level of logging console. Default value is 2-critical.
Attribute Name: severity-level
Attribute Type: enum (0|1|2|3|4|5|6|7)
Default Value: 2
Attribute Name: enable-logging
Attribute Type: enum (disable|enable)
Default Value: enable
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<console-logging>
<config>
<enable-logging>enable</enable-logging> <!-- operation="delete"-->
<severity-level>2</severity-level> <!-- operation="delete"-->
</config>
</console-logging>
</logging>
Command Syntax
logging console ((disable)|) ((0|1|2|3|4|5|6|7)|)
Configure max file size
Set size of the log file in bytes. Default value is 419430400 bytes.
Attribute Name: max-file-size
Attribute Type: uint32
Attribute Range: 4096-419430400
Attribute Name: file-name
Attribute Type: string
Attribute Name: severity-level
Attribute Type: enum (0|1|2|3|4|5|6|7)
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<logfile>
<config>
<file-name>LOGFILENAME</file-name>
<severity-level>6</severity-level>
<max-file-size>4096</max-file-size>
</config>
</logfile>
</logging>
Command Syntax
logging logfile LOGFILENAME (0|1|2|3|4|5|6|7) (size <4096-419430400>|)
Configure max file size
Set size of the debug log file in bytes. The default value is 4194304 bytes.
Attribute Name: max-file-size
Attribute Type: uint32
Attribute Range: 4096-4194304
Attribute Name: file-name
Attribute Type: string
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<debug-logfile>
<config>
<file-name>LOGFILE</file-name>
<max-file-size>4096</max-file-size>
</config>
</debug-logfile>
</logging>
Command Syntax
debug logfile LOGFILE size <4096-4194304>
Configure enable syslog
Use this attribute to begin logging of information to the system log and set the level to debug.
This command is supported when following feature are enabled syslog feature
Attribute Name: enable-syslog
Attribute Type: empty
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<syslog>
<config>
</enable-syslog><!-- operation="delete"-->
</config>
</syslog>
</logging>
Command Syntax
log syslog
Configure timestamp granularity
Use this attribute to set the logging timestamp granularity.
This command is supported when following feature are enabled syslog feature
Attribute Name: timestamp-granularity
Attribute Type: enum (none|microseconds|milliseconds|seconds)
Default Value: milliseconds
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<syslog>
<config>
<timestamp-granularity>milliseconds</timestamp-granularity> <!-- operation="delete"-->
</config>
</syslog>
</logging>
Command Syntax
logging timestamp (none|microseconds|milliseconds|seconds|)
clear debug logfile
Netconf RPC payload
<logging-clear-debug-logfile xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging"/>
Command Syntax
clear debug logfile
clear logging logfile
Netconf RPC payload
<logging-clear-logging-logfile xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging"/>
Command Syntax
clear logging logfile
IPI-LOGGING-REMOTE
Configure enable rsyslog
Enable/disable the rsyslog feature
Attribute Name: enable-rsyslog
Attribute Type: boolean
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<rsyslog>
<vrf>management</vrf>
<config>
<vrf>management</vrf>
</config>
<enable-rsyslog>true</enable-rsyslog> <!-- operation="delete"-->
</rsyslog>
</logging>
Command Syntax
feature rsyslog (vrf management|)
Configure enable rsyslog
Enable/disable the rsyslog feature
Attribute Name: enable-rsyslog
Attribute Type: boolean
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<rsyslog>
<vrf>management</vrf>
<config>
<vrf>management</vrf>
</config>
<enable-rsyslog>true</enable-rsyslog> <!-- operation="delete"-->
</rsyslog>
</logging>
Command Syntax
no feature rsyslog (vrf management|)
Configure severity
This atribute is used to specify the kind of messages by severity level. The default value is debug-detail. The possible values for levels are as follows: [Operator] 0-emerg; 1-alert; 2-critical; 3-error; 4-notify; 5-info [Debug] 3-error; 4-warning; 5-notif; 6-debug-info; 7-debug-detail
Attribute Name: severity
Attribute Type: enum (0|1|2|3|4|5|6|7)
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<rsyslog>
<vrf>management</vrf>
<config>
<vrf>management</vrf>
</config>
<remote-servers>
<remote-server>
<address>A.B.C.D</address>
<config>
<address>1</address>
</config>
<severity>7</severity>
</remote-server>
</remote-servers>
</rsyslog>
</logging>
Command Syntax
logging remote server (A.B.C.D|X:X::X:X|HOSTNAME) ((0|1|2|3|4|5|6|7)|) (vrf management|)
Configure enable
This attribute enables/disables the logging host debug.
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</logging>
Command Syntax
debug logging host
Configure remote server facility
This attribute is used to specify the facility level used by syslog messages. The default value is local7. The possible values are local0, local1, local2, local3, local4, local5, local6, local7 and user.
Attribute Name: remote-server-facility
Attribute Type: enum (local0|local1|local2|local3|local4|local5|local6|local7|user)
Default Value: local7
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<global>
<config>
<remote-server-facility>local7</remote-server-facility> <!-- operation="delete"-->
</config>
</global>
</logging>
Command Syntax
logging remote facility (local0|local1|local2|local3|local4|local5|local6|local7|user)
IPI-LOGGING-CLI
Configure enable logging
Use this attribute to enable/disable CLI history logs. By default CLI history is enabled.
Attribute Name: enable-logging
Attribute Type: empty
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<cli-logging>
<config>
</enable-logging><!-- operation="delete"-->
</config>
</cli-logging>
</logging>
Command Syntax
logging cli
Configure max session limit
Use this attribute to set maximum session limit for vty.
Attribute Name: max-session-limit
Attribute Type: uint8
Attribute Range: 1-40
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<cli-logging>
<max-session-limit>
<config>
<max-session-limit>1</max-session-limit> <!-- operation="delete"-->
</config>
</max-session-limit>
</cli-logging>
</logging>
Command Syntax
max-session <1-40>
IPI-LOGGING-FAULT-MANAGEMENT
Configure enable fault management
Enable Fault Management System
Attribute Name: enable-fault-management
Attribute Type: uint8
Netconf edit-config payload
<logging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<fault-management>
<config>
</enable-fault-management><!-- operation="delete"-->
</config>
</fault-management>
</logging>
Command Syntax
fault-management enable
fault-management flush-db
Netconf RPC payload
<ipi-logging-fault-management_logging-fms-flush-db xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging"/>
Command Syntax
fault-management flush-db
fault-management shelve ALARM-TYPE
Attribute Name: alarm-type
Attribute Type: string
Netconf RPC payload
<ipi-logging-fault-management_logging-fms-shelve xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<alarm-type>ALARM-TYPE</alarm-type>
</ipi-logging-fault-management_logging-fms-shelve>
Command Syntax
fault-management shelve ALARM-TYPE
fault-management close ACTIVE-ALARM-ID
Attribute Name: active-alarm-id
Attribute Type: string
Netconf RPC payload
<ipi-logging-fault-management_logging-fms-close xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-logging">
<active-alarm-id>ACTIVE-ALARM-ID</active-alarm-id>
</ipi-logging-fault-management_logging-fms-close>
Command Syntax
fault-management close ACTIVE-ALARM-ID
IPI-DHCP
Configure disable dhcp feature
Disable the DHCP client and DHCP relay on the device.
Attribute Name: disable-dhcp-feature
Attribute Type: uint8
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<global>
<config>
</disable-dhcp-feature><!-- operation="delete"-->
</config>
</global>
</dhcp>
Command Syntax
no feature dhcp
IPI-RADIUS
Configure vrf name
VRF Name associated with this instance
This command is supported when following feature are enabled aaa feature
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login key (0|7) WORD (vrf management|)
Configure vrf name
VRF Name associated with this instance
This command is supported when following feature are enabled aaa feature
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: timeout
Attribute Type: uint8
Attribute Range: 1-60
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<timeout>1</timeout> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login timeout <1-60> (vrf management|)
Configure sequence number
Use this attribute to set the sequence-number/priority index for the RADIUS server
This command is supported when following feature are enabled aaa feature
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<sequence-number>1</sequence-number>
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8>
Configure secret key string
Shared key used between the authentication-server and the device
This command is supported when following feature are enabled aaa feature
Attribute Name: secret-key-string
Attribute Type: string
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
</config>
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD
Configure accounting port
Use this attribute to configure a RADIUS server and specify a UDP port to use for RADIUS accounting messages
This command is supported when following feature are enabled aaa feature
Attribute Name: accounting-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</config>
<accounting-port>0</accounting-port> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD acct-port <0-65535>
Configure timeout
To represent the timeout configured by the user
This command is supported when following feature are enabled aaa feature
Attribute Name: timeout
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Attribute Name: accounting-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
<accounting-port>0</accounting-port> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD acct-port <0-65535> timeout <1-60>
Configure authentication port
Use this attribute to configure a RADIUS server and specify a UDP port to use for RADIUS authentication messages
This command is supported when following feature are enabled aaa feature
Attribute Name: authentication-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</config>
<authentication-port>0</authentication-port> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD auth-port <0-65535>
Configure accounting port
Use this attribute to configure a RADIUS server and specify a UDP port to use for RADIUS accounting messages
This command is supported when following feature are enabled aaa feature
Attribute Name: accounting-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Attribute Name: authentication-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
<authentication-port>0</authentication-port> <!-- operation="delete"-->
</config>
<accounting-port>0</accounting-port> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD auth-port <0-65535> acct-port <0-65535>
Configure timeout
To represent the timeout configured by the user
This command is supported when following feature are enabled aaa feature
Attribute Name: timeout
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Attribute Name: authentication-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: accounting-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
<authentication-port>0</authentication-port> <!-- operation="delete"-->
<accounting-port>0</accounting-port> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD auth-port <0-65535> acct-port <0-65535> timeout <1-60>
Configure timeout
To represent the timeout configured by the user
This command is supported when following feature are enabled aaa feature
Attribute Name: timeout
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Attribute Name: authentication-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
<authentication-port>0</authentication-port> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD auth-port <0-65535> timeout <1-60>
Configure timeout
To represent the timeout configured by the user
This command is supported when following feature are enabled aaa feature
Attribute Name: timeout
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD timeout <1-60>
Configure authentication port
Use this attribute to configure a RADIUS server and specify a UDP port to use for RADIUS authentication messages
This command is supported when following feature are enabled aaa feature
Attribute Name: authentication-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
</config>
<authentication-port>0</authentication-port> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> auth-port <0-65535>
Configure accounting port
Use this attribute to configure a RADIUS server and specify a UDP port to use for RADIUS accounting messages
This command is supported when following feature are enabled aaa feature
Attribute Name: accounting-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: authentication-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<authentication-port>0</authentication-port> <!-- operation="delete"-->
</config>
<accounting-port>0</accounting-port> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> auth-port <0-65535> acct-port <0-65535>
Configure timeout
To represent the timeout configured by the user
This command is supported when following feature are enabled aaa feature
Attribute Name: timeout
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: authentication-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<authentication-port>0</authentication-port> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> auth-port <0-65535> timeout <1-60>
Configure timeout
To represent the timeout configured by the user
This command is supported when following feature are enabled aaa feature
Attribute Name: timeout
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: authentication-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: accounting-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<authentication-port>0</authentication-port> <!-- operation="delete"-->
<accounting-port>0</accounting-port> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> auth-port <0-65535> acct-port <0-65535> timeout <1-60>
Configure accounting port
Use this attribute to configure a RADIUS server and specify a UDP port to use for RADIUS accounting messages
This command is supported when following feature are enabled aaa feature
Attribute Name: accounting-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
</config>
<accounting-port>0</accounting-port> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> acct-port <0-65535>
Configure timeout
To represent the timeout configured by the user
This command is supported when following feature are enabled aaa feature
Attribute Name: timeout
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: accounting-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<accounting-port>0</accounting-port> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> acct-port <0-65535> timeout <1-60>
Configure timeout
To represent the timeout configured by the user
This command is supported when following feature are enabled aaa feature
Attribute Name: timeout
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</vrfs>
</radius>
Command Syntax
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> timeout <1-60>
Configure enable
This attribute is to enable/disable RADIUS debug logging
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</radius>
Command Syntax
debug radius
clear radius-server counters (vrf management|)
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<radius-clear-all-server-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<vrf-name>management</vrf-name>
</radius-clear-all-server-counters>
Command Syntax
clear radius-server counters (vrf management|)
clear radius-server host (A.B.C.D|X:X::X:X|HOSTNAME) counters (vrf (management|all)|)
Attribute Name: hostname
Attribute Type: union
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<radius-clear-server-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius">
<hostname>A.B.C.D</hostname>
<vrf-name>management</vrf-name>
</radius-clear-server-counters>
Command Syntax
clear radius-server host (A.B.C.D|X:X::X:X|HOSTNAME) counters (vrf (management|all)|)
debug radius
Netconf RPC payload
<radius-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"/>
Command Syntax
debug radius
no debug radius
Netconf RPC payload
<radius-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"/>
Command Syntax
no debug radius
IPI-USER-MANAGEMENT
Configure enable
Use this attribute to enable user management debugging information.
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</user-management>
Command Syntax
debug user-mgmt
Configure disable default user
Use this attribute to prevent default user from being enabled at start up
Attribute Name: disable-default-user
Attribute Type: empty
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<global>
<config>
</disable-default-user><!-- operation="delete"-->
</config>
</global>
</user-management>
Command Syntax
username disable-default
Configure username
Login name of the user
Attribute Name: username
Attribute Type: string
Attribute Range: 2-15
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user> <!-- operation="delete"-->
<username>USERNAME</username>
<config>
<username>USERNAME</username>
</config>
</user>
</users>
</user-management>
Command Syntax
username USERNAME
Configure role
Use this attribute to set the user role. Operations that an user is allowed to perform are determined based on the role
Attribute Name: role
Attribute Type: enum (network-admin|network-engineer|network-operator|network-user)
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user>
<username>USERNAME</username>
<config>
<username>USERNAME</username>
</config>
<role>network-admin</role> <!-- operation="delete"-->
</user>
</users>
</user-management>
Command Syntax
username USERNAME role (network-admin|network-engineer|network-operator|network-user)
Configure password
Use this attribute to add a user or to change a user password.
Attribute Name: password
Attribute Type: string
Attribute Range: 5-32
Attribute Name: role
Attribute Type: enum (network-admin|network-engineer|network-operator|network-user)
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user>
<username>USERNAME</username>
<config>
<username>USERNAME</username>
<role>network-admin</role> <!-- operation="delete"-->
</config>
<password>PASSWORD</password> <!-- operation="delete"-->
</user>
</users>
</user-management>
Command Syntax
username USERNAME role (network-admin|network-engineer|network-operator|network-user) password PASSWORD
Configure password hashed
Use this attribute to specify user password in encrypted form. This option is provided for reconfiguring a user password using an earlier encrypted password that was available in running configuration display or get-config payload. Users are advised not to use this option for entering passwords generated in any other method
Attribute Name: password-hashed
Attribute Type: string
Attribute Range: 26-106
Attribute Name: role
Attribute Type: enum (network-admin|network-engineer|network-operator|network-user)
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user>
<username>USERNAME</username>
<config>
<username>USERNAME</username>
<role>network-admin</role> <!-- operation="delete"-->
</config>
<password-hashed>PASSWORD</password-hashed> <!-- operation="delete"-->
</user>
</users>
</user-management>
Command Syntax
username USERNAME role (network-admin|network-engineer|network-operator|network-user) password encrypted PASSWORD
Configure username
Use this attribute to set the login name of the user
Attribute Name: username
Attribute Type: string
Attribute Range: 2-15
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user>
<username>USERNAME</username>
<config>
<username>USERNAME</username>
</config>
</user>
</users>
</user-management>
Command Syntax
username USERNAME
Configure password
Use this attribute to add a user or to change a user password.
Attribute Name: password
Attribute Type: string
Attribute Range: 5-32
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user>
<username>USERNAME</username>
<config>
<username>USERNAME</username>
</config>
<password>PASSWORD</password> <!-- operation="delete"-->
</user>
</users>
</user-management>
Command Syntax
username USERNAME password PASSWORD
Configure password hashed
Use this attribute to specify user password in encrypted form. This option is provided for reconfiguring a user password using an earlier encrypted password that was available in running configuration display or get-config payload. Users are advised not to use this option for entering passwords generated in any other method
Attribute Name: password-hashed
Attribute Type: string
Attribute Range: 26-106
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user>
<username>USERNAME</username>
<config>
<username>USERNAME</username>
</config>
<password-hashed>PASSWORD</password-hashed> <!-- operation="delete"-->
</user>
</users>
</user-management>
Command Syntax
username USERNAME password encrypted PASSWORD
Configure password
Use this attribute to add a user or to change a user password.
Attribute Name: password
Attribute Type: string
Attribute Range: 5-32
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user>
<username>USERNAME</username>
<config>
<username>USERNAME</username>
</config>
<password>PASSWORD</password> <!-- operation="delete"-->
</user>
</users>
</user-management>
Command Syntax
username USERNAME password PASSWORD
Configure password hashed
Use this attribute to specify user password in encrypted form. This option is provided for reconfiguring a user password using an earlier encrypted password that was available in running configuration display or get-config payload. Users are advised not to use this option for entering passwords generated in any other method
Attribute Name: password-hashed
Attribute Type: string
Attribute Range: 26-106
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user>
<username>USERNAME</username>
<config>
<username>USERNAME</username>
</config>
<password-hashed>PASSWORD</password-hashed> <!-- operation="delete"-->
</user>
</users>
</user-management>
Command Syntax
username USERNAME password encrypted PASSWORD
debug user-mgmt
Netconf RPC payload
<user-management-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management"/>
Command Syntax
debug user-mgmt
no debug user-mgmt
Netconf RPC payload
<user-management-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management"/>
Command Syntax
no debug user-mgmt
IPI-SSH
Configure enable
Use this attribute to enable ssh debugging configurations
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<ssh-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</ssh-server>
Command Syntax
debug ssh server
Configure enable
Use this attribute to enable the SSH server.
Attribute Name: enable
Attribute Type: boolean
Netconf edit-config payload
<ssh-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<enable>true</enable> <!-- operation="delete"-->
</vrf>
</vrfs>
</ssh-server>
Command Syntax
feature ssh (vrf management|)
Configure enable
Use this attribute to enable the SSH server.
Attribute Name: enable
Attribute Type: boolean
Netconf edit-config payload
<ssh-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<enable>true</enable> <!-- operation="delete"-->
</vrf>
</vrfs>
</ssh-server>
Command Syntax
no feature ssh (vrf management|)
Configure vrf name
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: port
Attribute Type: uint32
Attribute Range: 1024-65535
Netconf edit-config payload
<ssh-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<port>1024</port> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</ssh-server>
Command Syntax
ssh server port <1024-65535> (vrf management|)
Configure vrf name
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: max-login-attempts
Attribute Type: uint8
Default Value: 3
Attribute Range: 1-3
Netconf edit-config payload
<ssh-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<max-login-attempts>1</max-login-attempts> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</ssh-server>
Command Syntax
ssh login-attempts <1-3> (vrf management|)
Configure vrf name
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: session-limit
Attribute Type: uint8
Attribute Range: 1-40
Netconf edit-config payload
<ssh-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<session-limit>1</session-limit> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</ssh-server>
Command Syntax
ssh server session-limit <1-40> (vrf management|)
Configure triple des cbc
Use this attribute to set the 3DES-CBC Cipher
This command is supported when following feature are enabled ssh server feature
Attribute Name: triple-des-cbc
Attribute Type: empty
Attribute Name: aes128-ctr
Attribute Type: empty
Attribute Name: aes192-ctr
Attribute Type: empty
Attribute Name: aes256-ctr
Attribute Type: empty
Attribute Name: aes128-cbc
Attribute Type: empty
Attribute Name: aes192-cbc
Attribute Type: empty
Attribute Name: aes256-cbc
Attribute Type: empty
Netconf edit-config payload
<ssh-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<encryption-algorithms>
<config>
</aes128-ctr><!-- operation="delete"-->
</aes192-ctr><!-- operation="delete"-->
</aes256-ctr><!-- operation="delete"-->
</aes128-cbc><!-- operation="delete"-->
</aes192-cbc><!-- operation="delete"-->
</aes256-cbc><!-- operation="delete"-->
</triple-des-cbc><!-- operation="delete"-->
</config>
</encryption-algorithms>
</vrf>
</vrfs>
</ssh-server>
Command Syntax
ssh server algorithm encryption { aes128-ctr| aes192-ctr| aes256-ctr| aes128-cbc| aes192-cbc| aes256-cbc| 3des-cbc } (vrf management|)
Configure public key
Use this attribute to set the ssh public-key
Attribute Name: public-key
Attribute Type: string
Netconf edit-config payload
<user-management xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-management">
<users>
<user>
<username>USERNAME</username>
<config>
<username>USERNAME</username>
</config>
<ssh-keys xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<config>
<public-key>LINE</public-key> <!-- operation="delete"-->
</config>
</ssh-keys>
</user>
</users>
</user-management>
Command Syntax
username USERNAME sshkey LINE
debug ssh server
Netconf RPC payload
<ssh-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh"/>
Command Syntax
debug ssh server
no debug ssh server
Netconf RPC payload
<ssh-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh"/>
Command Syntax
no debug ssh server
clear ssh hosts
Netconf RPC payload
<ssh-clear-hosts xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh"/>
Command Syntax
clear ssh hosts
ssh keygen host dsa (vrf management|) (force|)
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: force
Attribute Type: boolean
Default Value: false
Netconf RPC payload
<ssh-generate-server-dsa-key xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<vrf-name>management</vrf-name>
<force>true</force/>
</ssh-generate-server-dsa-key>
Command Syntax
ssh keygen host dsa (vrf management|) (force|)
ssh keygen host rsa (length <1024-4096>|) (vrf management|) (force|)
Attribute Name: length
Attribute Type: uint32
Default Value: 2048
Attribute Range: 1024-4096
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: force
Attribute Type: boolean
Default Value: false
Netconf RPC payload
<ssh-generate-server-rsa-key xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<length>1024</length>
<vrf-name>management</vrf-name>
<force>true</force/>
</ssh-generate-server-rsa-key>
Command Syntax
ssh keygen host rsa (length <1024-4096>|) (vrf management|) (force|)
ssh keygen host ecdsa (length (256|384|521)|) (vrf management|) (force|)
Attribute Name: length
Attribute Type: enum (256|384|521)
Default Value: 521
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: force
Attribute Type: boolean
Default Value: false
Netconf RPC payload
<ssh-generate-server-ecdsa-key xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<length>521</length>
<vrf-name>management</vrf-name>
<force>true</force/>
</ssh-generate-server-ecdsa-key>
Command Syntax
ssh keygen host ecdsa (length (256|384|521)|) (vrf management|) (force|)
ssh keygen host ed25519 (vrf management|) (force|)
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: force
Attribute Type: boolean
Default Value: false
Netconf RPC payload
<ssh-generate-server-ed25519-key xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<vrf-name>management</vrf-name>
<force>true</force/>
</ssh-generate-server-ed25519-key>
Command Syntax
ssh keygen host ed25519 (vrf management|) (force|)
clear ssh host-key ((dsa|rsa|ecdsa|ed25519)|) (vrf management|)
Attribute Name: type
Attribute Type: enum (all-keys|dsa|rsa|ecdsa|ed25519)
Default Value: all-keys
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Netconf RPC payload
<ssh-clear-server-keys xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<type>all-keys</type>
<vrf-name>management</vrf-name>
</ssh-clear-server-keys>
Command Syntax
clear ssh host-key ((dsa|rsa|ecdsa|ed25519)|) (vrf management|)
username USERNAME keypair rsa (length <1024-4096>|) (force|)
Attribute Name: user-name
Attribute Type: string
Attribute Name: length
Attribute Type: uint32
Default Value: 4096
Attribute Range: 1024-4096
Attribute Name: force
Attribute Type: boolean
Default Value: false
Netconf RPC payload
<ssh-generate-user-rsa-key xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<user-name>USERNAME</user-name>
<length>1024</length>
<force>true</force/>
</ssh-generate-user-rsa-key>
Command Syntax
username USERNAME keypair rsa (length <1024-4096>|) (force|)
username USERNAME keypair dsa (force|)
Attribute Name: user-name
Attribute Type: string
Attribute Name: force
Attribute Type: boolean
Default Value: false
Netconf RPC payload
<ssh-generate-user-dsa-key xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<user-name>USERNAME</user-name>
<force>true</force/>
</ssh-generate-user-dsa-key>
Command Syntax
username USERNAME keypair dsa (force|)
clear ssh keypair user USERNAME
Attribute Name: user-name
Attribute Type: string
Netconf RPC payload
<ssh-clear-user-keys xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ssh">
<user-name>USERNAME</user-name>
</ssh-clear-user-keys>
Command Syntax
clear ssh keypair user USERNAME
IPI-TELNET
Configure enable
Use this attribute to enable telnet debugging configurations
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<telnet-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</telnet-server>
Command Syntax
debug telnet server
Configure enable
Use this attribute to enable the Telnet server.
Attribute Name: enable
Attribute Type: boolean
Netconf edit-config payload
<telnet-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<enable>true</enable> <!-- operation="delete"-->
</vrf>
</vrfs>
</telnet-server>
Command Syntax
feature telnet (vrf management|)
Configure enable
Use this attribute to enable the Telnet server.
Attribute Name: enable
Attribute Type: boolean
Netconf edit-config payload
<telnet-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<enable>true</enable> <!-- operation="delete"-->
</vrf>
</vrfs>
</telnet-server>
Command Syntax
no feature telnet (vrf management|)
Configure vrf name
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: port
Attribute Type: uint32
Attribute Range: 1024-65535
Netconf edit-config payload
<telnet-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<port>1024</port> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</telnet-server>
Command Syntax
telnet server port <1024-65535> (vrf management|)
Configure vrf name
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: session-limit
Attribute Type: uint8
Attribute Range: 1-40
Netconf edit-config payload
<telnet-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<session-limit>1</session-limit> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</telnet-server>
Command Syntax
telnet server session-limit <1-40> (vrf management|)
debug telnet server
Netconf RPC payload
<telnet-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet"/>
Command Syntax
debug telnet server
no debug telnet server
Netconf RPC payload
<telnet-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet"/>
Command Syntax
no debug telnet server
IPI-NTP
Configure source interface
Use this attribute to specify the source interface for NTP packets
Attribute Name: source-interface
Attribute Type: string
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<global>
<config>
<source-interface>IFNAME</source-interface> <!-- operation="delete"-->
</config>
</global>
</ntp>
Command Syntax
ntp source-interface IFNAME
Configure feature enable
Use this attribute to enable or disable NTP feature.
Attribute Name: feature-enable
Attribute Type: boolean
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<feature-enable>true</feature-enable> <!-- operation="delete"-->
</vrf>
</vrfs>
</ntp>
Command Syntax
feature ntp (vrf management|)
Configure feature enable
Use this attribute to enable or disable NTP feature.
Attribute Name: feature-enable
Attribute Type: boolean
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<feature-enable>true</feature-enable> <!-- operation="delete"-->
</vrf>
</vrfs>
</ntp>
Command Syntax
no feature ntp (vrf management|)
Configure enable ntp
Use this attribute to enable or disable NTP server
Attribute Name: enable-ntp
Attribute Type: boolean
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<enable-ntp>true</enable-ntp> <!-- operation="delete"-->
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp enable (vrf management|)
Configure enable ntp
Use this attribute to enable or disable NTP server
Attribute Name: enable-ntp
Attribute Type: boolean
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<enable-ntp>true</enable-ntp> <!-- operation="delete"-->
</vrf>
</vrfs>
</ntp>
Command Syntax
no ntp enable (vrf management|)
Configure vrf name
Use this attribute to specify the vrf for which ntp feature is enabled
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: enable-logging
Attribute Type: empty
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</enable-logging><!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp logging (vrf management|)
Configure enable local master
Use this attribute to configure the device as an NTP server.
Attribute Name: enable-local-master
Attribute Type: empty
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<ref-clock-master>
<config>
</enable-local-master>
</config>
</ref-clock-master>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp master (vrf management|)
Configure local stratum
Use this attribute to configure stratum level for a NTP server.
Attribute Name: local-stratum
Attribute Type: uint8
Attribute Range: 1-15
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<ref-clock-master>
<config>
<local-stratum>1</local-stratum> <!-- operation="delete"-->
</config>
</ref-clock-master>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp master stratum <1-15> (vrf management|)
Configure enable ntp auth
Use this attribute to enable NTP authentication.
Attribute Name: enable-ntp-auth
Attribute Type: empty
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authentication>
<config>
</enable-ntp-auth><!-- operation="delete"-->
</config>
</authentication>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp authenticate (vrf management|)
Configure ntp trusted keys
Use this attribute to configure one or more trusted authentication keys. If a key is trusted, the device will synchronize with a system that specifies this key in its NTP packets
Attribute Name: ntp-trusted-keys
Attribute Type: uint32
Attribute Range: 1-65535
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authentication>
<config>
<ntp-trusted-keys>1</ntp-trusted-keys> <!-- operation="delete"-->
</config>
</authentication>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp trusted-key <1-65535> (vrf management|)
Configure ntp request key
Use this to attribute to configure request key which shall be used as password for ntpdc utility.
Attribute Name: ntp-request-key
Attribute Type: uint32
Attribute Range: 1-65534
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authentication>
<config>
<ntp-request-key>1</ntp-request-key> <!-- operation="delete"-->
</config>
</authentication>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp request-key <1-65534> (vrf management|)
Configure key id
Use this attribute to set an NTP authentication key.
Attribute Name: key-id
Attribute Type: uint32
Attribute Range: 1-65535
Attribute Name: key-value
Attribute Type: string
Attribute Name: key-type
Attribute Type: enum (0|7)
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authentication>
<ntp-keys>
<ntp-key> <!-- operation="delete"-->
<key-id>1</key-id>
<config>
<key-id>1</key-id>
<key-value>WORD</key-value>
<key-type>1</key-type>
</config>
</ntp-key>
</ntp-keys>
</authentication>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp authentication-key <1-65535> md5 WORD 7 (vrf management|)
Configure key id
Use this attribute to set an NTP authentication key.
Attribute Name: key-id
Attribute Type: uint32
Attribute Range: 1-65535
Attribute Name: key-value
Attribute Type: string
Attribute Name: key-type
Attribute Type: enum (0|7)
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authentication>
<ntp-keys>
<ntp-key> <!-- operation="delete"-->
<key-id>1</key-id>
<config>
<key-id>1</key-id>
<key-value>WORD</key-value>
<key-type>0</key-type>
</config>
</ntp-key>
</ntp-keys>
</authentication>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp authentication-key <1-65535> md5 WORD (vrf management|)
Configure prefer
preferred NTP server/peer
Attribute Name: prefer
Attribute Type: empty
Attribute Name: auth-key
Attribute Type: uint32
Default Value: 65535
Attribute Range: 1-65535
Attribute Name: minpoll
Attribute Type: uint16
Default Value: 4
Attribute Range: 4-16
Attribute Name: maxpoll
Attribute Type: uint16
Default Value: 6
Attribute Range: 4-16
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<servers>
<server>
<server-address>A.B.C.D</server-address>
<config>
<server-address>A.B.C.D</server-address>
<auth-key>1</auth-key> <!-- operation="delete"-->
<minpoll>4</minpoll> <!-- operation="delete"-->
<maxpoll>4</maxpoll> <!-- operation="delete"-->
</config>
</prefer><!-- operation="delete"-->
</server>
</servers>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp server (A.B.C.D|X:X::X:X|HOSTNAME) { key <1-65535>| minpoll <4-16>| maxpoll <4-16>| prefer } (vrf management|)
Configure server address
Use this attribute to set the NTP server IP address or hostname
Attribute Name: server-address
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<servers>
<server>
<server-address>A.B.C.D</server-address>
<config>
<server-address>A.B.C.D</server-address>
</config>
</server>
</servers>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp server (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|)
Configure prefer
preferred NTP server/peer
Attribute Name: prefer
Attribute Type: empty
Attribute Name: auth-key
Attribute Type: uint32
Default Value: 65535
Attribute Range: 1-65535
Attribute Name: minpoll
Attribute Type: uint16
Default Value: 4
Attribute Range: 4-16
Attribute Name: maxpoll
Attribute Type: uint16
Default Value: 6
Attribute Range: 4-16
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<peers>
<peer>
<peer-address>A.B.C.D</peer-address>
<config>
<peer-address>A.B.C.D</peer-address>
<auth-key>1</auth-key> <!-- operation="delete"-->
<minpoll>4</minpoll> <!-- operation="delete"-->
<maxpoll>4</maxpoll> <!-- operation="delete"-->
</config>
</prefer><!-- operation="delete"-->
</peer>
</peers>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp peer (A.B.C.D|X:X::X:X|HOSTNAME) { key <1-65535>| minpoll <4-16>| maxpoll <4-16>| prefer } (vrf management|)
Configure peer address
Use this attribute to set the NTP peer IP address or hostname
Attribute Name: peer-address
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<peers>
<peer>
<peer-address>A.B.C.D</peer-address>
<config>
<peer-address>A.B.C.D</peer-address>
</config>
</peer>
</peers>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp peer (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|)
Configure minimum pkt spacing
Use this attribute to specify the minimum packet spacing to be permitted
Attribute Name: minimum-pkt-spacing
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<rate-limiting>
<config>
<minimum-pkt-spacing>1</minimum-pkt-spacing> <!-- operation="delete"-->
</config>
</rate-limiting>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp discard { minimum <1-65535> } (vrf management|)
Configure netmask
use this attribute to specify the allowed NTP client IP network mask
Attribute Name: netmask
Attribute Type: union
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<access-control-entries>
<access-control-entry>
<client-ip-address>CML_IP_ADDR_T</client-ip-address>
<config>
<client-ip-address>CML_IP_ADDR_T</client-ip-address>
</config>
<netmask>NTP_CLIENT_IP_NET_MASK_T</netmask>
</access-control-entry>
</access-control-entries>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp allow (A.B.C.D|X:X::X:X) mask (A.B.C.D|<1-128>) (vrf management|)
Configure access options
use this attribute to specify the allowed access options for NTP client
Attribute Name: access-options
Attribute Type: bits (kod|nopeer|noserve|noquery|nomodify|notrap|limited)
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<access-control-entries>
<access-control-entry>
<client-ip-address>CML_IP_ADDR_T</client-ip-address>
<config>
<client-ip-address>CML_IP_ADDR_T</client-ip-address>
</config>
<access-options>kod</access-options> <!-- operation="delete"-->
</access-control-entry>
</access-control-entries>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp allow {kod|nopeer|noserve|noquery|nomodify|notrap|limited} (vrf management|)
Configure access options
use this attribute to specify the allowed access options for NTP client
Attribute Name: access-options
Attribute Type: bits (kod|nopeer|noserve|noquery|nomodify|notrap|limited)
Attribute Name: netmask
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<access-control-entries>
<access-control-entry>
<client-ip-address>CML_IP_ADDR_T</client-ip-address>
<config>
<client-ip-address>CML_IP_ADDR_T</client-ip-address>
<netmask>NTP_CLIENT_IP_NET_MASK_T</netmask>
</config>
<access-options>kod</access-options> <!-- operation="delete"-->
</access-control-entry>
</access-control-entries>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp allow mask {kod|nopeer|noserve|noquery|nomodify|notrap|limited} (vrf management|)
Configure client ip address
use this attribute to specify the allowed NTP client IP address
Attribute Name: client-ip-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<access-control-entries>
<access-control-entry>
<client-ip-address>CML_IP_ADDR_T</client-ip-address>
<config>
<client-ip-address>CML_IP_ADDR_T</client-ip-address>
</config>
</access-control-entry>
</access-control-entries>
</vrf>
</vrfs>
</ntp>
Command Syntax
ntp allow (vrf management|)
Configure enable
Use this attribute to enable NTP debug logs
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<ntp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</ntp>
Command Syntax
debug ntp
clear ntp statistics (all-peers|io|local|memory)
Attribute Name: statistics-type
Attribute Type: enum (all-peers|io|local|memory)
Netconf RPC payload
<ntp-clear-statistics xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<statistics-type>all-peers</statistics-type>
</ntp-clear-statistics>
Command Syntax
clear ntp statistics (all-peers|io|local|memory)
ntp sync-retry (vrf management|)
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<ntp-retry-server-synchronization xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp">
<vrf-name>management</vrf-name>
</ntp-retry-server-synchronization>
Command Syntax
ntp sync-retry (vrf management|)
debug ntp
Netconf RPC payload
<ntp-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp"/>
Command Syntax
debug ntp
no debug ntp
Netconf RPC payload
<ntp-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ntp"/>
Command Syntax
no debug ntp
IPI-AAA
Configure authentication method rule
Use this attribute to set AAA methods for authentication
Attribute Name: authentication-method-rule
Attribute Type: string
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authentication-method-rule>LINE</authentication-method-rule> <!-- operation="delete"-->
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa authentication login default (vrf management|) group LINE
Configure authentication method rule
Use this attribute to set AAA methods for authentication
Attribute Name: authentication-method-rule
Attribute Type: string
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authentication-method-rule>LINE</authentication-method-rule> <!-- operation="delete"-->
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa authentication login default (vrf management|) local
Configure authentication method rule
Use this attribute to set AAA methods for authentication
Attribute Name: authentication-method-rule
Attribute Type: string
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authentication-method-rule>LINE</authentication-method-rule> <!-- operation="delete"-->
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa authentication login default (vrf management|) none
Configure authentication method rule
Use this attribute to set AAA methods for authentication
Attribute Name: authentication-method-rule
Attribute Type: string
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authentication-method-rule>LINE</authentication-method-rule> <!-- operation="delete"-->
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa authentication login default (vrf management|) local none
Configure accounting method rule
Use this attribute to set AAA methods for accounting
Attribute Name: accounting-method-rule
Attribute Type: string
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<accounting-method-rule>LINE</accounting-method-rule> <!-- operation="delete"-->
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa accounting default (vrf management|) group LINE
Configure accounting method rule
Use this attribute to set AAA methods for accounting
Attribute Name: accounting-method-rule
Attribute Type: string
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<accounting-method-rule>LINE</accounting-method-rule> <!-- operation="delete"-->
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa accounting default (vrf management|) local
Configure authorization method rule
Use this attribute to set AAA methods for authorization
Attribute Name: authorization-method-rule
Attribute Type: string
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authorization-method-rule>LINE</authorization-method-rule> <!-- operation="delete"-->
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa authorization default (vrf management|) group LINE
Configure authorization method rule
Use this attribute to set AAA methods for authorization
Attribute Name: authorization-method-rule
Attribute Type: string
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<authorization-method-rule>LINE</authorization-method-rule> <!-- operation="delete"-->
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa authorization default (vrf management|) local
Configure error enable
This is to enable error message on login failures
Attribute Name: error-enable
Attribute Type: uint8
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
</error-enable><!-- operation="delete"-->
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa authentication login error-enable (vrf management|)
Configure vrf name
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: enable-fallback
Attribute Type: empty
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</enable-fallback><!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa authentication login default fallback error local (vrf management|)
Configure group type
This is use to specify server type either tacacs+ or radius
Attribute Name: group-type
Attribute Type: enum (tacacs+|radius)
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<server-groups>
<server-group>
<group-name>WORD</group-name>
<config>
<group-name>WORD</group-name>
<group-type>tacacs+</group-type>
</config>
<group-type>tacacs+</group-type>
</server-group>
</server-groups>
</vrf>
</vrfs>
</aaa>
Command Syntax
aaa group server (tacacs+|radius) WORD (vrf management|)
Configure host address
Use this attribute to add a host address to a server group
Attribute Name: host-address
Attribute Type: union
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<server-groups>
<server-group>
<group-name>WORD</group-name>
<config>
<group-name>WORD</group-name>
<group-type>tacacs+</group-type>
</config>
<group-type>tacacs+</group-type>
<server-addresses>
<server-address>
<host-address>CML_HOSTNAME_T</host-address>
<config>
<host-address>CML_HOSTNAME_T</host-address>
</config>
</server-address>
</server-addresses>
</server-group>
</server-groups>
</vrf>
</vrfs>
</aaa>
Command Syntax
server (A.B.C.D|X:X::X:X|WORD)
Configure authentication max failure attempts
Use this attribute to set the number of unsuccessful authentication attempts before a user is locked out
Attribute Name: authentication-max-failure-attempts
Attribute Type: uint8
Attribute Range: 1-25
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<aaa-user>
<config>
<authentication-max-failure-attempts>1</authentication-max-failure-attempts> <!-- operation="delete"-->
</config>
</aaa-user>
</aaa>
Command Syntax
aaa local authentication attempts max-fail <1-25>
Configure local user unlock timeout
Use this attribute to set unlock timeout after local user/s locked out
Attribute Name: local-user-unlock-timeout
Attribute Type: uint16
Attribute Range: 1-3600
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<aaa-user>
<config>
<local-user-unlock-timeout>1</local-user-unlock-timeout> <!-- operation="delete"-->
</config>
</aaa-user>
</aaa>
Command Syntax
aaa local authentication unlock-timeout <1-3600>
Configure enable
Use this attribute to display AAA debugging information.
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<aaa xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</aaa>
Command Syntax
debug aaa
debug aaa
Netconf RPC payload
<aaa-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa"/>
Command Syntax
debug aaa
no debug aaa
Netconf RPC payload
<aaa-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa"/>
Command Syntax
no debug aaa
clear aaa local user lockout username USERNAME
Attribute Name: username
Attribute Type: string
Attribute Range: 2-15
Netconf RPC payload
<aaa-clear-local-user-lockout xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-aaa">
<username>USERNAME</username>
</aaa-clear-local-user-lockout>
Command Syntax
clear aaa local user lockout username USERNAME
IPI-DHCP-RELAY
Configure interface type
DHCP relay vpn interface type
Attribute Name: interface-type
Attribute Type: enum (l3vpn|evpn)
Attribute Name: interface-direction
Attribute Type: enum (uplink|downlink)
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv4-vpn-links>
<ipv4-vpn-link>
<interface-type>l3vpn</interface-type>
<config>
<interface-type>l3vpn</interface-type>
<interface-direction>uplink</interface-direction>
</config>
</ipv4-vpn-link>
</ipv4-vpn-links>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay (uplink|downlink) (l3vpn|evpn)
Configure interface type v6
DHCPv6 relay vpn interface type
Attribute Name: interface-type-v6
Attribute Type: enum (l3vpn|evpn)
Attribute Name: interface-direction-v6
Attribute Type: enum (uplink|downlink)
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv6-vpn-links>
<ipv6-vpn-link>
<interface-type-v6>l3vpn</interface-type-v6>
<config>
<interface-type-v6>l3vpn</interface-type-v6>
<interface-direction-v6>uplink</interface-direction-v6>
</config>
</ipv6-vpn-link>
</ipv6-vpn-links>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay (uplink|downlink) (l3vpn|evpn)
Configure link selection source ip
Enable link selection sub-option (5) in the option-82 in DHCP packet
Attribute Name: link-selection-source-ip
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
<link-selection-source-ip>A.B.C.D</link-selection-source-ip> <!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay information source-ip A.B.C.D
Configure enable option82
Enable the device to insert and remove option-82 information on DHCP packets forwarded by the DHCP relay agent.
Attribute Name: enable-option82
Attribute Type: uint8
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
</enable-option82><!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay information option
Configure ip address
IPv4 address of the DHCP server
Attribute Name: ip-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv4-dhcp-servers>
<ipv4-dhcp-server>
<ip-address>A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D</ip-address>
</config>
</ipv4-dhcp-server>
</ipv4-dhcp-servers>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay address A.B.C.D
Configure dhcpv4 server global vrf
This attributes defines the VRF in which the DHCPv4 relay server is present
Attribute Name: dhcpv4-server-global-vrf
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv4-dhcp-servers>
<ipv4-dhcp-server>
<ip-address>A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D</ip-address>
</config>
<dhcpv4-server-global-vrf>VRF-NAME</dhcpv4-server-global-vrf> <!-- operation="delete"-->
</ipv4-dhcp-server>
</ipv4-dhcp-servers>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay address A.B.C.D global (VRF-NAME|)
Configure dhcpv4 server global vrf
This attributes defines the VRF in which the DHCPv4 relay server is present
Attribute Name: dhcpv4-server-global-vrf
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv4-dhcp-servers>
<ipv4-dhcp-server>
<ip-address>A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D</ip-address>
</config>
<dhcpv4-server-global-vrf>VRF-NAME</dhcpv4-server-global-vrf> <!-- operation="delete"-->
</ipv4-dhcp-server>
</ipv4-dhcp-servers>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay address A.B.C.D global (VRF-NAME|)
Configure ipv6 address
IPv6 address of the DHCP server
Attribute Name: ipv6-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv6-dhcp-servers>
<ipv6-dhcp-server>
<ipv6-address>X:X::X:X</ipv6-address>
<config>
<ipv6-address>X:X::X:X</ipv6-address>
</config>
</ipv6-dhcp-server>
</ipv6-dhcp-servers>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay address X:X::X:X
Configure dhcpv6 server global vrf
This attributes defines the VRF in which the DHCPv6 relay server is present
Attribute Name: dhcpv6-server-global-vrf
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv6-dhcp-servers>
<ipv6-dhcp-server>
<ipv6-address>X:X::X:X</ipv6-address>
<config>
<ipv6-address>X:X::X:X</ipv6-address>
</config>
<dhcpv6-server-global-vrf>VRF-NAME</dhcpv6-server-global-vrf> <!-- operation="delete"-->
</ipv6-dhcp-server>
</ipv6-dhcp-servers>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay address X:X::X:X global (VRF-NAME|)
Configure dhcpv6 server global vrf
This attributes defines the VRF in which the DHCPv6 relay server is present
Attribute Name: dhcpv6-server-global-vrf
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv6-dhcp-servers>
<ipv6-dhcp-server>
<ipv6-address>X:X::X:X</ipv6-address>
<config>
<ipv6-address>X:X::X:X</ipv6-address>
</config>
<dhcpv6-server-global-vrf>VRF-NAME</dhcpv6-server-global-vrf> <!-- operation="delete"-->
</ipv6-dhcp-server>
</ipv6-dhcp-servers>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay address X:X::X:X global (VRF-NAME|)
Configure enable dhcpv6 pd route injection
Enable the route installation from the prefixes learned through prefix delegation.
Attribute Name: enable-dhcpv6-pd-route-injection
Attribute Type: uint8
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
</enable-dhcpv6-pd-route-injection><!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay pd-route-injection
Configure remote id
Remote host identifier. Use option 82 to provide the DHCP server information about the DHCP client
Attribute Name: remote-id
Attribute Type: union
Attribute Name: enable-option82
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
</enable-option82><!-- operation="delete"-->
<remote-id>WORD</remote-id> <!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay information option remote-id WORD
Configure remote id
Remote host identifier. Use option 82 to provide the DHCP server information about the DHCP client
Attribute Name: remote-id
Attribute Type: union
Attribute Name: enable-option82
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
</enable-option82><!-- operation="delete"-->
<remote-id>0</remote-id> <!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay information option remote-id hostname
Configure remote id
Remote host identifier. Use option 82 to provide the DHCP server information about the DHCP client
Attribute Name: remote-id
Attribute Type: union
Attribute Name: enable-option82
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
</enable-option82><!-- operation="delete"-->
<remote-id>WORD</remote-id> <!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay information option remote-id WORD
Configure remote id
Remote host identifier. Use option 82 to provide the DHCP server information about the DHCP client
Attribute Name: remote-id
Attribute Type: union
Attribute Name: enable-option82
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
</enable-option82><!-- operation="delete"-->
<remote-id>0</remote-id> <!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay information option remote-id hostname
Configure subscriber id
Subscriber identifier. Use this option to allows the service provider to assign/activate subscriber-specific actions
Attribute Name: subscriber-id
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
<subscriber-id>WORD</subscriber-id> <!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay information option subscriber-id WORD
Configure link selection source ip
Enable link selection sub-option (5) in the option-82 in DHCP packet
Attribute Name: link-selection-source-ip
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
<link-selection-source-ip>A.B.C.D</link-selection-source-ip> <!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay information source-ip A.B.C.D
Configure enable option82
Enable the device to insert and remove option-82 information on DHCP packets forwarded by the DHCP relay agent.
Attribute Name: enable-option82
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
</enable-option82><!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay information option
Configure enable dhcpv6 pd route injection
Enable the route installation from the prefixes learned through prefix delegation.
Attribute Name: enable-dhcpv6-pd-route-injection
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
</enable-dhcpv6-pd-route-injection><!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay pd-route-injection
Configure subscriber id
Subscriber identifier. Use this option to allows the service provider to assign/activate subscriber-specific actions
Attribute Name: subscriber-id
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<config>
<subscriber-id>WORD</subscriber-id> <!-- operation="delete"-->
</config>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay information option subscriber-id WORD
Configure interface type
DHCP relay vpn interface type
Attribute Name: interface-type
Attribute Type: enum (l3vpn|evpn)
Attribute Name: interface-direction
Attribute Type: enum (uplink|downlink)
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv4-vpn-links>
<ipv4-vpn-link>
<interface-type>l3vpn</interface-type>
<config>
<interface-type>l3vpn</interface-type>
<interface-direction>uplink</interface-direction>
</config>
</ipv4-vpn-link>
</ipv4-vpn-links>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay (uplink|downlink) (l3vpn|evpn)
Configure interface type v6
DHCPv6 relay vpn interface type
This command is supported when following feature are enabled IPV6 feature
Attribute Name: interface-type-v6
Attribute Type: enum (l3vpn|evpn)
Attribute Name: interface-direction-v6
Attribute Type: enum (uplink|downlink)
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv6-vpn-links>
<ipv6-vpn-link>
<interface-type-v6>l3vpn</interface-type-v6>
<config>
<interface-type-v6>l3vpn</interface-type-v6>
<interface-direction-v6>uplink</interface-direction-v6>
</config>
</ipv6-vpn-link>
</ipv6-vpn-links>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay (uplink|downlink) (l3vpn|evpn)
Configure ip address
IPv4 address of the DHCP server
Attribute Name: ip-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv4-dhcp-servers>
<ipv4-dhcp-server>
<ip-address>A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D</ip-address>
</config>
</ipv4-dhcp-server>
</ipv4-dhcp-servers>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ip dhcp relay address A.B.C.D
Configure ipv6 address
IPv6 address of the DHCP server
This command is supported when following feature are enabled IPV6 feature
Attribute Name: ipv6-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<relay-agent>
<vrf-name>WORD</vrf-name>
<ipv6-dhcp-servers>
<ipv6-dhcp-server>
<ipv6-address>X:X::X:X</ipv6-address>
<config>
<ipv6-address>X:X::X:X</ipv6-address>
</config>
</ipv6-dhcp-server>
</ipv6-dhcp-servers>
</relay-agent>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay address X:X::X:X
Configure disable dhcpv4 relay
Use this attribute to disable the DHCP relay global config
Attribute Name: disable-dhcpv4-relay
Attribute Type: uint8
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<global>
<config>
</disable-dhcpv4-relay><!-- operation="delete"-->
</config>
</global>
</relay>
</dhcp>
Command Syntax
no ip dhcp relay
Configure disable dhcpv6 relay
Use this attribute to disable the DHCP relay global config
Attribute Name: disable-dhcpv6-relay
Attribute Type: uint8
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<global>
<config>
</disable-dhcpv6-relay><!-- operation="delete"-->
</config>
</global>
</relay>
</dhcp>
Command Syntax
no ipv6 dhcp relay
Configure ipv4 relay interface
Enable relay on Client facing interface
Attribute Name: ipv4-relay-interface
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<interfaces>
<interface>
<name>WORD</name>
<config>
</ipv4-relay-interface><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</relay>
</dhcp>
Command Syntax
ip dhcp relay
Configure ipv4 uplink interface
Specify the interface as an uplink interface(Server facing)
Attribute Name: ipv4-uplink-interface
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<interfaces>
<interface>
<name>WORD</name>
<config>
</ipv4-uplink-interface><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</relay>
</dhcp>
Command Syntax
ip dhcp relay uplink
Configure ipv6 relay interface
Enable IPv6 relay on Client facing interface
Attribute Name: ipv6-relay-interface
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<interfaces>
<interface>
<name>WORD</name>
<config>
</ipv6-relay-interface><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay
Configure ipv6 uplink interface
Specify the interface as an uplink interface(Server facing)
Attribute Name: ipv6-uplink-interface
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<relay>
<interfaces>
<interface>
<name>WORD</name>
<config>
</ipv6-uplink-interface><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</relay>
</dhcp>
Command Syntax
ipv6 dhcp relay uplink
clear ip dhcp relay statistics
Netconf RPC payload
<ipi-dhcp-relay_clear-relay-stats xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp"/>
Command Syntax
clear ip dhcp relay statistics
clear ip dhcp relay option statistics
Netconf RPC payload
<ipi-dhcp-relay_clear-relay-option-stats xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp"/>
Command Syntax
clear ip dhcp relay option statistics
clear ipv6 dhcp pd-route (vrf NAME|)
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<ipi-dhcp-relay_clear-dhcpv6-pd-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<vrf-name>NAME</vrf-name>
</ipi-dhcp-relay_clear-dhcpv6-pd-route>
Command Syntax
clear ipv6 dhcp pd-route (vrf NAME|)
IPI-DNS-RELAY
Configure enable dns feature
Use this attribute to enable the DNS relay agent feature.
Attribute Name: enable-dns-feature
Attribute Type: empty
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<config>
</enable-dns-feature><!-- operation="delete"-->
</config>
</dns-relay>
Command Syntax
feature dns relay
Configure enable dnsv4 relay
Use this attribute to enable the IPv4 DNS relay agent.
Attribute Name: enable-dnsv4-relay
Attribute Type: empty
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<config>
</enable-dnsv4-relay><!-- operation="delete"-->
</config>
</dns-relay>
Command Syntax
ip dns relay
Configure enable dnsv6 relay
Use this attribute to enable the IPv6 DNS relay agent.
Attribute Name: enable-dnsv6-relay
Attribute Type: empty
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<config>
</enable-dnsv6-relay><!-- operation="delete"-->
</config>
</dns-relay>
Command Syntax
ipv6 dns relay
Configure dns server v4 addr
Use this attribute to set the IPv4 address
Attribute Name: dns-server-v4-addr
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<config>
<dns-server-v4-addr>A.B.C.D</dns-server-v4-addr> <!-- operation="delete"-->
</config>
</dns-relay>
Command Syntax
ip dns relay address A.B.C.D
Configure dns server v6 addr
Use this attribute to set the IPv6 address
Attribute Name: dns-server-v6-addr
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<config>
<dns-server-v6-addr>X:X::X:X</dns-server-v6-addr> <!-- operation="delete"-->
</config>
</dns-relay>
Command Syntax
ipv6 dns relay address X:X::X:X
Configure enable dnsv4 relay
Use this attribute to enable the IPv4 DNS relay agent.
Attribute Name: enable-dnsv4-relay
Attribute Type: empty
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-dnsv4-relay><!-- operation="delete"-->
</interface>
</interfaces>
</dns-relay>
Command Syntax
ip dns relay
Configure enable dnsv6 relay
Use this attribute to enable the IPv6 DNS relay agent.
Attribute Name: enable-dnsv6-relay
Attribute Type: empty
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-dnsv6-relay><!-- operation="delete"-->
</interface>
</interfaces>
</dns-relay>
Command Syntax
ipv6 dns relay
Configure dns relay uplink
Use this attribute to set the uplink IPv4 DNS relay agent.
Attribute Name: dns-relay-uplink
Attribute Type: empty
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</dns-relay-uplink><!-- operation="delete"-->
</interface>
</interfaces>
</dns-relay>
Command Syntax
ip dns relay uplink
Configure dns relay v6 uplink
Use this attribute to set the uplink IPv6 DNS relay agent.
Attribute Name: dns-relay-v6-uplink
Attribute Type: empty
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</dns-relay-v6-uplink><!-- operation="delete"-->
</interface>
</interfaces>
</dns-relay>
Command Syntax
ipv6 dns relay uplink
Configure dns server v4 addr
Use this attribute to set the IPv4 address
This command is supported when following feature are enabled Virtual routing and forwarding
Attribute Name: dns-server-v4-addr
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<dns-server-v4-addr>A.B.C.D</dns-server-v4-addr> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</dns-relay>
Command Syntax
ip dns relay address A.B.C.D
Configure dns server v6 addr
Use this attribute to set the IPv4 address
This command is supported when following feature are enabled Virtual routing and forwarding
Attribute Name: dns-server-v6-addr
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dns-relay xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-relay">
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<dns-server-v6-addr>X:X::X:X</dns-server-v6-addr> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</dns-relay>
Command Syntax
ipv6 dns relay address X:X::X:X
IPI-DNS-CLIENT
Configure default domain name
Default domain name used to complete unqualified host names (names without a dotted-decimal domain name).
Attribute Name: default-domain-name
Attribute Type: inet:domain-name
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<default-domain-name>DOMAIN-NAME</default-domain-name> <!-- operation="delete"-->
</vrf>
</vrfs>
</dns>
Command Syntax
ip domain-name (vrf management|) DOMAIN-NAME
Configure lookup enabled
Enable DNS translation.
Attribute Name: lookup-enabled
Attribute Type: boolean
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<lookup-enabled>true</lookup-enabled> <!-- operation="delete"-->
</vrf>
</vrfs>
</dns>
Command Syntax
ip domain-lookup (vrf management|)
Configure lookup enabled
Enable DNS translation.
Attribute Name: lookup-enabled
Attribute Type: boolean
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<lookup-enabled>true</lookup-enabled> <!-- operation="delete"-->
</vrf>
</vrfs>
</dns>
Command Syntax
no ip domain-lookup (vrf management|)
Configure address
Name server address used for name resolution.
Attribute Name: address
Attribute Type: inet:ip-address
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<servers>
<server> <!-- operation="delete"-->
<address>CML_IP_ADDR_T</address>
<config>
<address>CML_IP_ADDR_T</address>
</config>
</server>
</servers>
</vrf>
</vrfs>
</dns>
Command Syntax
ip name-server (vrf management|) (A.B.C.D|X:X::X:X)
Configure domain name
Use this attribute to define a list of default domain names used to complete unqualified host names. Each domain in the list is to be tried in turn. The ip domain-list command is similar to the ip domain-name command, except that with the ip domain-list command you can define a list of domains, each to be tried in turn.If there is no domain list, the default domain name specified with the ip domain-name command is used. If there is a domain list, the default domain name is not used.
Attribute Name: domain-name
Attribute Type: inet:domain-name
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<search-domains>
<search-domain> <!-- operation="delete"-->
<domain-name>DOMAIN-NAME</domain-name>
<config>
<domain-name>CML_DOMAIN_NAME_T</domain-name>
</config>
</search-domain>
</search-domains>
</vrf>
</vrfs>
</dns>
Command Syntax
ip domain-list (vrf management|) DOMAIN-NAME
Configure ipv6 address
Configure a static hostname-to-address IPv6 mapping in DNS.
Attribute Name: ipv6-address
Attribute Type: inet:ipv6-address
Attribute Name: ipv4-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<host-entries>
<host-entry>
<hostname>HOSTNAME</hostname>
<config>
<hostname>1</hostname>
<ipv4-address>A.B.C.D</ipv4-address> <!-- operation="delete"-->
</config>
<ipv6-address>X:X::X:X</ipv6-address> <!-- operation="delete"-->
</host-entry>
</host-entries>
</vrf>
</vrfs>
</dns>
Command Syntax
ip host (vrf management|) HOSTNAME A.B.C.D X:X::X:X
Configure ipv4 address
Configure a static hostname-to-address IPv4 mapping in DNS.
Attribute Name: ipv4-address
Attribute Type: inet:ipv4-address
Attribute Name: ipv6-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<host-entries>
<host-entry>
<hostname>HOSTNAME</hostname>
<config>
<hostname>1</hostname>
<ipv6-address>X:X::X:X</ipv6-address> <!-- operation="delete"-->
</config>
<ipv4-address>A.B.C.D</ipv4-address> <!-- operation="delete"-->
</host-entry>
</host-entries>
</vrf>
</vrfs>
</dns>
Command Syntax
ip host (vrf management|) HOSTNAME X:X::X:X A.B.C.D
Configure ipv4 address
Configure a static hostname-to-address IPv4 mapping in DNS.
Attribute Name: ipv4-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<host-entries>
<host-entry>
<hostname>HOSTNAME</hostname>
<config>
<hostname>1</hostname>
</config>
<ipv4-address>A.B.C.D</ipv4-address> <!-- operation="delete"-->
</host-entry>
</host-entries>
</vrf>
</vrfs>
</dns>
Command Syntax
ip host (vrf management|) HOSTNAME A.B.C.D
Configure ipv6 address
Configure a static hostname-to-address IPv6 mapping in DNS.
Attribute Name: ipv6-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<host-entries>
<host-entry>
<hostname>HOSTNAME</hostname>
<config>
<hostname>1</hostname>
</config>
<ipv6-address>X:X::X:X</ipv6-address> <!-- operation="delete"-->
</host-entry>
</host-entries>
</vrf>
</vrfs>
</dns>
Command Syntax
ip host (vrf management|) HOSTNAME X:X::X:X
Configure enable
DNS client debug.
Attribute Name: enable
Attribute Type: uint8
Netconf edit-config payload
<dns xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</dns>
Command Syntax
debug dns client
debug dns client
Netconf RPC payload
<dns-client-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client"/>
Command Syntax
debug dns client
no debug dns client
Netconf RPC payload
<dns-client-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dns-client"/>
Command Syntax
no debug dns client
IPI-DHCP-CLIENT
Configure request ipv4 dns
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-ipv4-dns
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</request-ipv4-dns><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ip dhcp client request dns-nameserver
Configure request log server
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-log-server
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</request-log-server><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ip dhcp client request log-server
Configure request host name
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-host-name
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</request-host-name><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ip dhcp client request host-name
Configure request ntp server
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-ntp-server
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</request-ntp-server><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ip dhcp client request ntp-server
Configure request ipv6 dns
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-ipv6-dns
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</request-ipv6-dns><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request dns-nameserver
Configure request ipv6 domain list
Use this attribute to specifies a search list of Domain Names to be used by the client to locate not-fully-qualified domain names.
Attribute Name: request-ipv6-domain-list
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</request-ipv6-domain-list><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request domain-search
Configure request ipv6 ntp server
Use this attribute to specifies a list of local NTP servers available for the client to synchronize their clocks.
Attribute Name: request-ipv6-ntp-server
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</request-ipv6-ntp-server><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request ntp-server
Configure request ipv6 rapid commit
Use this attribute to indicate the clients to enter into rapid-commit with the server.
Attribute Name: request-ipv6-rapid-commit
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</request-ipv6-rapid-commit><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request rapid-commit
Configure request ipv6 vendor opts
Use this attribute to specify a 32-bit Enterprise-ID number.
Attribute Name: request-ipv6-vendor-opts
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</request-ipv6-vendor-opts><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request vendor-specific-information
Configure ipv6 information request
Use this attribute to get only stateless configuration parameters (i.e., without address).
Attribute Name: ipv6-information-request
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
</ipv6-information-request><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client information-request
Configure ipv6 dad wait time
Use this attribute to Specify maximum time (in seconds) that the client should wait for the duplicate address detection (DAD) to complete on an interface.
Attribute Name: ipv6-dad-wait-time
Attribute Type: uint16
Attribute Range: 1-600
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<ipv6-dad-wait-time>1</ipv6-dad-wait-time> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client dad-wait-time <1-600>
Configure ipv6 client duid type
Use this attribute to configure duid type(ll or llt).
Attribute Name: ipv6-client-duid-type
Attribute Type: enum (ll|llt)
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<ipv6-client-duid-type>ll</ipv6-client-duid-type> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client duid (ll|llt)
Configure request ipv6 prefix
Use this attribute to add an option to a DHCP request.
Attribute Name: request-ipv6-prefix
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<request-ipv6-prefix>PREFIX-NAME</request-ipv6-prefix> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp prefix-delegation PREFIX-NAME
Configure suffix ipv6 addr
This attribute points to IPv6 address
This command is supported when following feature are enabled IPV6 feature
Attribute Name: suffix-ipv6-addr
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<prefix-ipv6-addresses>
<prefix-ipv6-address-entry> <!-- operation="delete"-->
<suffix-ipv6-addr>X:X::X:X/M</suffix-ipv6-addr>
<config>
<suffix-ipv6-addr>X:X::X:X/M</suffix-ipv6-addr>
<prefix-name>PREFIX-NAME</prefix-name>
</config>
<prefix-name>PREFIX-NAME</prefix-name>
</prefix-ipv6-address-entry>
</prefix-ipv6-addresses>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 address PREFIX-NAME X:X::X:X/M
IPI-DHCP-SERVER
Configure enable ipv4 server
Interface on which IPv4 DHCP Server has to be run
Attribute Name: enable-ipv4-server
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-ipv4-server><!-- operation="delete"-->
</interface>
</interfaces>
</server>
</dhcp>
Command Syntax
ip dhcp server
Configure enable ipv6 server
Interface on which IPv6 DHCP Server has to be run
Attribute Name: enable-ipv6-server
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-ipv6-server><!-- operation="delete"-->
</interface>
</interfaces>
</server>
</dhcp>
Command Syntax
ipv6 dhcp server
Configure pool6 name
IPv6 DHCP Server address pool name
Attribute Name: pool6-name
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool> <!-- operation="delete"-->
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
</config>
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ipv6 dhcp server pool NAME
Configure pool name
IPv4 DHCP Server address pool name
Attribute Name: pool-name
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool> <!-- operation="delete"-->
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
</config>
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ip dhcp server pool NAME
Configure max lease time
Maximum length in seconds that will be assigned to a lease.If not defined, the default maximum lease time is 86400.
Attribute Name: max-lease-time
Attribute Type: uint32
Default Value: 86400
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<max-lease-time>SECONDS</max-lease-time> <!-- operation="delete"-->
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ip dhcp server max-lease-time SECONDS
Configure default lease time
Length in seconds that will be assigned to a lease if the client requesting the lease does not ask for a specific expiration time. The default is 43200
Attribute Name: default-lease-time
Attribute Type: uint32
Default Value: 43200
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<default-lease-time>SECONDS</default-lease-time> <!-- operation="delete"-->
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ip dhcp server default-lease-time SECONDS
Configure rapid commit
Option enables the DHCP Client to obtain configuration parameters from the server through a rapid two message exchange (solicit and reply).
Attribute Name: rapid-commit
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
</rapid-commit><!-- operation="delete"-->
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ipv6 dhcp server rapid-commit
Configure preference
Use this to configure preference option in dhcp server.
Attribute Name: preference
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
</preference><!-- operation="delete"-->
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ipv6 dhcp server preference
Configure rapid commit
Option enables the DHCP Client to obtain configuration parameters from the server through a rapid two message exchange (solicit and reply).
Attribute Name: rapid-commit
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
</rapid-commit><!-- operation="delete"-->
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ipv6 dhcp server rapid-commit
Configure preference
Use this to configure preference option in dhcp server.
Attribute Name: preference
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
</preference><!-- operation="delete"-->
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ipv6 dhcp server preference
Configure max lease time
Maximum length in seconds that will be assigned to a lease.If not defined, the default maximum lease time is 86400.
Attribute Name: max-lease-time
Attribute Type: uint32
Default Value: 86400
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<max-lease-time>SECONDS</max-lease-time> <!-- operation="delete"-->
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ip dhcp server max-lease-time SECONDS
Configure default lease time
Length in seconds that will be assigned to a lease if the client requesting the lease does not ask for a specific expiration time. The default is 43200
Attribute Name: default-lease-time
Attribute Type: uint32
Default Value: 43200
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<default-lease-time>SECONDS</default-lease-time> <!-- operation="delete"-->
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ip dhcp server default-lease-time SECONDS
Configure pool name
IPv4 DHCP Server address pool name
Attribute Name: pool-name
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool> <!-- operation="delete"-->
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
</config>
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ip dhcp server pool NAME
Configure host name
IPv4 DHCP Server option to provide hostname details to a DHCP client
Attribute Name: host-name
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool>
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
</config>
<host-name>NAME</host-name> <!-- operation="delete"-->
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
host-name NAME
Configure ntp server
IPv4 DHCP Server option to provide ntp-server details to a DHCP client
Attribute Name: ntp-server
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool>
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
</config>
<ntp-server>A.B.C.D</ntp-server> <!-- operation="delete"-->
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ntp-server A.B.C.D
Configure boot file
IPv4 DHCP Server option to provide boot-file details to a DHCP client
Attribute Name: boot-file
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool>
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
</config>
<boot-file>BOOTFILE</boot-file> <!-- operation="delete"-->
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
boot-file BOOTFILE
Configure tftp server
IPv4 DHCP Server option to provide tftp-server details to a DHCP client
Attribute Name: tftp-server
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool>
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
</config>
<tftp-server>A.B.C.D</tftp-server> <!-- operation="delete"-->
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
tftp-server A.B.C.D
Configure log server
IPv4 DHCP Server option to provide log-server details to a DHCP client
Attribute Name: log-server
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool>
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
</config>
<log-server>A.B.C.D</log-server> <!-- operation="delete"-->
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
log-server A.B.C.D
Configure dns server
IPv4 DHCP Server option to provide dns name-server details to a DHCP client
Attribute Name: dns-server
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool>
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
</config>
<dns-server>A.B.C.D</dns-server> <!-- operation="delete"-->
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
dns-server A.B.C.D
Configure netmask
Mask part of the subnet that will be used to assign IPv4 addresses to hosts
Attribute Name: netmask
Attribute Type: inet:ipv4-address
Attribute Name: network
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool>
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
<network>A.B.C.D</network> <!-- operation="delete"-->
</config>
<netmask>A.B.C.D</netmask> <!-- operation="delete"-->
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
network A.B.C.D netmask A.B.C.D
Configure high address in range
Specifies the high range of the IPv4 addresses that the DHCP server should assign to DHCP clients.
Attribute Name: high-address-in-range
Attribute Type: inet:ipv4-address
Attribute Name: low-address-in-range
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp-pools>
<dhcp-pool>
<pool-name>NAME</pool-name>
<config>
<pool-name>WORD</pool-name>
<low-address-in-range>A.B.C.D</low-address-in-range> <!-- operation="delete"-->
</config>
<high-address-in-range>A.B.C.D</high-address-in-range> <!-- operation="delete"-->
</dhcp-pool>
</dhcp-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
address range low-address A.B.C.D (high-address A.B.C.D|)
Configure pool6 name
IPv6 DHCP Server address pool name
This command is supported when following feature are enabled IPV6 feature
Attribute Name: pool6-name
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool> <!-- operation="delete"-->
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
</config>
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ipv6 dhcp server pool NAME
Configure domain name
IPv6 DHCP Server option to provide domain-name details to a DHCP client
This command is supported when following feature are enabled IPV6 feature
Attribute Name: domain-name
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool>
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
</config>
<domain-name>NAME</domain-name> <!-- operation="delete"-->
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
domain-name NAME
Configure vendor options
IPv6 DHCP Server option to provide vendor details to a DHCP client
This command is supported when following feature are enabled IPV6 feature
Attribute Name: vendor-options
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool>
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
</config>
<vendor-options>VENDOR-OPTS</vendor-options> <!-- operation="delete"-->
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
vendor-options VENDOR-OPTS
Configure ntp server
IPv6 DHCP Server option to provide ntp-server details to a DHCP client
This command is supported when following feature are enabled IPV6 feature
Attribute Name: ntp-server
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool>
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
</config>
<ntp-server>X:X::X:X</ntp-server> <!-- operation="delete"-->
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
ntp-server X:X::X:X
Configure dns server
IPv6 DHCP Server option to provide dns name-server details to a DHCP client
This command is supported when following feature are enabled IPV6 feature
Attribute Name: dns-server
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool>
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
</config>
<dns-server>X:X::X:X</dns-server> <!-- operation="delete"-->
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
dns-server X:X::X:X
Configure ipv6 netmask
Mask part of the subnet that will be used to assign IPv6 addresses to hosts
This command is supported when following feature are enabled IPV6 feature
Attribute Name: ipv6-netmask
Attribute Type: uint8
Attribute Range: 1-128
Attribute Name: ipv6-network
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool>
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
<ipv6-network>X:X::X:X</ipv6-network> <!-- operation="delete"-->
</config>
<ipv6-netmask>1</ipv6-netmask> <!-- operation="delete"-->
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
network X:X::X:X netmask <1-128>
Configure high address in range
Specifies the high range of the IPv6 addresses that the DHCP server should assign to DHCP clients.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: high-address-in-range
Attribute Type: inet:ipv6-address
Attribute Name: low-address-in-range
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool>
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
<low-address-in-range>X:X::X:X</low-address-in-range> <!-- operation="delete"-->
</config>
<high-address-in-range>X:X::X:X</high-address-in-range> <!-- operation="delete"-->
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
address range low-address X:X::X:X (high-address X:X::X:X|)
Configure temporary address
Specifies the temporary IPv6 address that the DHCP server should assign to DHCP clients.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: temporary-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool>
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
</config>
<temporary-address>X:X::X:X</temporary-address> <!-- operation="delete"-->
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
temporary address X:X::X:X
Configure ipv6 prefix netmask
Mask part of the ipv6 Prefix used for Prefix delegation
This command is supported when following feature are enabled IPV6 feature
Attribute Name: ipv6-prefix-netmask
Attribute Type: uint8
Attribute Range: 1-128
Attribute Name: ipv6-prefix-high-address
Attribute Type: inet:ipv6-address
Attribute Name: ipv6-prefix-low-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<server>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<dhcp6-pools>
<dhcp6-pool>
<pool6-name>NAME</pool6-name>
<config>
<pool6-name>WORD</pool6-name>
<ipv6-prefix-high-address>X:X::X:X</ipv6-prefix-high-address> <!-- operation="delete"-->
<ipv6-prefix-low-address>X:X::X:X</ipv6-prefix-low-address> <!-- operation="delete"-->
</config>
<ipv6-prefix-netmask>1</ipv6-prefix-netmask> <!-- operation="delete"-->
</dhcp6-pool>
</dhcp6-pools>
</vrf>
</vrfs>
</server>
</dhcp>
Command Syntax
prefix high-range X:X::X:X low-range X:X::X:X netmask <1-128>
IPI-SFLOW
Configure enabled
Use this attribute to enable or disable Sampled Flow (sFlow) feature globally.
Attribute Name: enabled
Attribute Type: empty
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<config>
</enabled>
</config>
</sflow>
</sampling>
Command Syntax
feature sflow
Configure source address
The IP address associated with this agent. In the case of a multi-homed agent, this should be the loopback address of the agent. The sFlowAgent address must provide SNMP connectivity to the agent. The address should be an invariant that does not change as interfaces are reconfigured, enabled, disabled,added or removed. A manager should be able to use the sFlowAgentAddress as a unique key that will identify this agent over extended periods of time so that a history can be maintained.
Attribute Name: source-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<config>
<source-address>A.B.C.D</source-address> <!-- operation="delete"-->
</config>
</sflow>
</sampling>
Command Syntax
sflow agent-ip A.B.C.D
Configure cpu rate limit
CPU rate in packets per second
Attribute Name: cpu-rate-limit
Attribute Type: uint32
Attribute Range: 2000-100000
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<config>
<cpu-rate-limit>2000</cpu-rate-limit> <!-- operation="delete"-->
</config>
</sflow>
</sampling>
Command Syntax
sflow rate-limit <2000-100000>
Configure max datagram size
The maximum number of data bytes that can be sent in a single sample datagram. The manager should set this value to avoid fragmentation of the sFlow datagrams.
Attribute Name: max-datagram-size
Attribute Type: uint16
Attribute Range: 200-9000
Attribute Name: receiver-timeout
Attribute Type: uint32
Attribute Range: 0-2147483647
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<collectors>
<collector>
<port>1024</port>
<config>
<port>1024</port>
<address>A.B.C.D</address>
<receiver-timeout>0</receiver-timeout> <!-- operation="delete"-->
</config>
<address>A.B.C.D</address>
<max-datagram-size>200</max-datagram-size> <!-- operation="delete"-->
</collector>
</collectors>
</sflow>
</sampling>
Command Syntax
sflow collector A.B.C.D port <1024-65535> receiver-time-out <0-2147483647> max-datagram-size <200-9000>
Configure max entries
Specifies the maximum number of log entries that are cached, default is 1000 entries
This command is supported when following feature are enabled custom1 access-list options
Attribute Name: max-entries
Attribute Type: uint16
Default Value: 1000
Attribute Range: 1000-10000
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<logging>
<config>
<max-entries>1000</max-entries> <!-- operation="delete"-->
</config>
</logging>
</sflow>
</sampling>
Command Syntax
access-list logging cache-size <1000-10000>
Configure rate limit
Configures rate limits in packets per second, Default is 200 packets/sec
This command is supported when following feature are enabled custom1 access-list options
Attribute Name: rate-limit
Attribute Type: uint16
Default Value: 200
Attribute Range: 0-1000
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<logging>
<config>
<rate-limit>0</rate-limit> <!-- operation="delete"-->
</config>
</logging>
</sflow>
</sampling>
Command Syntax
access-list logging rate-limit <0-1000>
Configure options
Set sFlow debug in config mode
Attribute Name: options
Attribute Type: bits (agent|sampling|polling|all)
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<debug>
<config>
<options>agent</options> <!-- operation="delete"-->
</config>
</debug>
</sflow>
</sampling>
Command Syntax
debug sflow (agent|sampling|polling|all)
clear access-list log-cache
Netconf RPC payload
<sflow-clear-access-list-log-cache xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow"/>
Command Syntax
clear access-list log-cache
debug sflow (agent|sampling|polling|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (agent|sampling|polling|all)
Netconf RPC payload
<sflow-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<terminal-debug-options>agent</terminal-debug-options>
</sflow-terminal-debug-on>
Command Syntax
debug sflow (agent|sampling|polling|all)
no debug sflow (agent|sampling|polling|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (agent|sampling|polling|all)
Netconf RPC payload
<sflow-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<terminal-debug-options>agent</terminal-debug-options>
</sflow-terminal-debug-off>
Command Syntax
no debug sflow (agent|sampling|polling|all)
IPI-SFLOW-INTERFACE
Configure enabled
To enable or disable sampling on an interface after giving the sflow sampling-rate command on the same interface
Attribute Name: enabled
Attribute Type: empty
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow-interface">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enabled><!-- operation="delete"-->
</interface>
</interfaces>
</sflow>
</sampling>
Command Syntax
sflow enable
Configure polling interval
The maximum number of seconds between successive samples of the counters associated with this data source. A sampling interval of 0 disables counter sampling.The agent is permitted to have minimum and maximum allowable values for the counter polling interval. A minimum interval lets the agent designer set an upper bound on the overhead associated with polling, anda maximum interval may be the result of implementation restrictions (such as counter size).In addition notall values between the maximum and minimum may be realizable as the sampling interval (again because of implementation considerations).When the sampling rate is set the agent is free to adjust the value so that it lies between the maximum and minimum values and has the closest achievable value.When read, the agent must return the actual sampling interval it will be using (after the adjustments previously described).The sampling algorithm must converge so that over time the number of packets sampledapproaches 1/Nth of the total number of packets in the monitored flows.
Attribute Name: polling-interval
Attribute Type: uint8
Attribute Range: 5-60
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow-interface">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<polling-interval>5</polling-interval> <!-- operation="delete"-->
</interface>
</interfaces>
</sflow>
</sampling>
Command Syntax
sflow poll-interval <5-60>
Configure sample size
The maximum number of bytes that should be copied from a sampled packet. The agent may have an internal maximum and minimum permissible sizes. If an attempt is made to set this value outside the permissible range then the agent should adjust the value to the closest permissible value.
Attribute Name: sample-size
Attribute Type: uint16
Attribute Range: 16-256
Attribute Name: sampling-rate
Attribute Type: uint32
Attribute Range: 1024-16777215
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow-interface">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress>
<config>
<sampling-rate>1024</sampling-rate>
<sample-size>16</sample-size>
</config>
</ingress>
</interface>
</interfaces>
</sflow>
</sampling>
Command Syntax
sflow sampling-rate <1024-16777215> direction ingress max-header-size <16-256>
Configure sample size
The maximum number of bytes that should be copied from a sampled packet. The agent may have an internal maximum and minimum permissible sizes. If an attempt is made to set this value outside the permissible range then the agent should adjust the value to the closest permissible value.
Attribute Name: sample-size
Attribute Type: uint16
Attribute Range: 16-256
Attribute Name: sampling-rate
Attribute Type: uint32
Attribute Range: 1024-16777215
Netconf edit-config payload
<sampling xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow">
<sflow>
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow-interface">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<egress>
<config>
<sampling-rate>1024</sampling-rate>
<sample-size>16</sample-size>
</config>
</egress>
</interface>
</interfaces>
</sflow>
</sampling>
Command Syntax
sflow sampling-rate <1024-16777215> direction egress max-header-size <16-256>
clear sflow statistics (interface IFNAME|)
Attribute Name: interface
Attribute Type: string
Netconf RPC payload
<sflow-clear-statistics xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sflow-interface">
<interface>IFNAME</interface>
</sflow-clear-statistics>
Command Syntax
clear sflow statistics (interface IFNAME|)
IPI-WATCHDOG
Configure watchdog disabled
Disable software watchdog functionality for all modules. This feature is enabled by default.
Attribute Name: watchdog-disabled
Attribute Type: uint8
Netconf edit-config payload
<watchdog xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-watchdog">
<config>
</watchdog-disabled><!-- operation="delete"-->
</config>
</watchdog>
Command Syntax
no feature software-watchdog
Configure keepalive interval
Software watchdog keep-alive time interval in seconds. Default value is 60 seconds.
This command is supported when following feature are enabled Watchdog feature
Attribute Name: keepalive-interval
Attribute Type: uint16
Default Value: 60
Attribute Range: 30-1800
Netconf edit-config payload
<watchdog xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-watchdog">
<config>
<keepalive-interval>30</keepalive-interval> <!-- operation="delete"-->
</config>
</watchdog>
Command Syntax
software-watchdog keep-alive-time <30-1800>
Configure module watchdog status disabled
Enable software watchdog functionality for a particular software module.
Attribute Name: module-watchdog-status-disabled
Attribute Type: uint8
Netconf edit-config payload
<watchdog xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-watchdog">
<software-modules>
<software-module>
<name>nsm</name>
<config>
<name>nsm</name>
</config>
</module-watchdog-status-disabled><!-- operation="delete"-->
</software-module>
</software-modules>
</watchdog>
Command Syntax
no software-watchdog (nsm|hostpd|authd|mstpd|imi|onmd|hsl|oamd|vlogd|ptpd|ndd|ribd|l2mribd|lagd|sflow|cmld|cmmd)
clear cores (WORD|)
Attribute Name: core-dump
Attribute Type: string
Netconf RPC payload
<clear-core-dump xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-watchdog">
<core-dump>WORD</core-dump>
</clear-core-dump>
Command Syntax
clear cores (WORD|)
sys-update un-install
Netconf RPC payload
<sys-update-uninstall xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update"/>
Command Syntax
sys-update un-install
sys-container (raon) (install|update) file FILENAME
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: upgrade-type
Attribute Type: enum (install|update)
Attribute Name: file
Attribute Type: string
Netconf RPC payload
<sys-container-install xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<upgrade-type>install</upgrade-type>
<file>FILENAME</file>
</sys-container-install>
Command Syntax
sys-container (raon) (install|update) file FILENAME
sys-container (raon) un-install
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: un-install
Attribute Type: boolean
Default Value: false
Netconf RPC payload
<sys-container-uninstall xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<un-install>true</un-install/>
</sys-container-uninstall>
Command Syntax
sys-container (raon) un-install
sys-container (raon) (start|stop|restart)
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: boot-type
Attribute Type: enum (start|stop|restart)
Netconf RPC payload
<sys-container-boot xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<boot-type>start</boot-type>
</sys-container-boot>
Command Syntax
sys-container (raon) (start|stop|restart)
sys-container (raon) get URL (source-interface IFNAME|)
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: url
Attribute Type: string
Attribute Name: source-interface
Attribute Type: string
Netconf RPC payload
<sys-container-get xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<url>URL</url>
<source-interface>IFNAME</source-interface>
</sys-container-get>
Command Syntax
sys-container (raon) get URL (source-interface IFNAME|)
sys-container (raon) remove file FILENAME
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: file
Attribute Type: string
Netconf RPC payload
<sys-container-remove xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<file>FILENAME</file>
</sys-container-remove>
Command Syntax
sys-container (raon) remove file FILENAME
sys-container (raon) verify image FILEPATH signature FILEPATH
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: image
Attribute Type: string
Attribute Name: signature
Attribute Type: string
Netconf RPC payload
<sys-container-verify xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<image>FILEPATH</image>
<signature>FILEPATH</signature>
</sys-container-verify>
Command Syntax
sys-container (raon) verify image FILEPATH signature FILEPATH
sys-container cancel download
Netconf RPC payload
<sys-container-cancel-download xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update"/>
Command Syntax
sys-container cancel download
IPI-IGMP-SNOOPING
Configure disable igmp snooping
Use this attribute to disable IGMP Snooping. When this attribute is given in the Configure mode, IGMP snooping is enabled at switch level on all the vlans in switch. When this attribute is given at the VLAN interface level, IGMP Snooping is enabled for that VLAN.
Attribute Name: disable-igmp-snooping
Attribute Type: uint8
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<global>
<config>
</disable-igmp-snooping><!-- operation="delete"-->
</config>
</global>
</igmp-snooping>
Command Syntax
no igmp snooping
Configure disable report suppression
Use this attribute to disable report suppression for IGMP version 1, 2 and 3 reports. By default report suppression is enabled.
Attribute Name: disable-report-suppression
Attribute Type: uint8
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<global>
<config>
</disable-report-suppression><!-- operation="delete"-->
</config>
</global>
</igmp-snooping>
Command Syntax
no igmp snooping report-suppression
Configure unknown multicast action
Use this attribute to set the action to be taken on receiving l2 unknown multicast packets.
Attribute Name: unknown-multicast-action
Attribute Type: enum (flood|discard)
Default Value: flood
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<global>
<config>
<unknown-multicast-action>flood</unknown-multicast-action> <!-- operation="delete"-->
</config>
</global>
</igmp-snooping>
Command Syntax
l2 unknown mcast (flood|discard)
Configure options
Enable IGMP snooping debug
Attribute Name: options
Attribute Type: bits (decode|encode|events|fsm|tib|all)
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<debug>
<config>
<options>decode</options> <!-- operation="delete"-->
</config>
</debug>
</igmp-snooping>
Command Syntax
debug igmp snooping (decode|encode|events|fsm|tib|all)
Configure igmp snooping
Use this attribute to enable or disable IGMP Snooping.When this command is given at the VLAN interface level, IGMP Snooping is enabled for that VLAN.
Attribute Name: igmp-snooping
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<igmp-snooping>disable</igmp-snooping> <!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
no ip igmp snooping
Configure report suppression
Use this attribute to enable or disable report suppression for IGMP version 1, 2 and 3 reports. By default report suppression is enabled.
Attribute Name: report-suppression
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<report-suppression>disable</report-suppression> <!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
no ip igmp snooping report-suppression
Configure enable fast leave
Use this attribute to enable IGMP Snooping fast-leave processing. Fast-leave processing is analogous to immediateleave processing the IGMP group-membership is removed, as soon as an IGMP leave group message is received without sending out a group-specific query
Attribute Name: enable-fast-leave
Attribute Type: uint8
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-fast-leave><!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
ip igmp snooping fast-leave
Configure mrouter interface name
Use this attribute to statically configure the specified VLAN constituent interface as a multicast router interface for IGMP Snooping in that VLAN.
Attribute Name: mrouter-interface-name
Attribute Type: string
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mrouter-interface-name>IFNAME</mrouter-interface-name> <!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
ip igmp snooping mrouter interface IFNAME
Configure enable querier
Use this attribute to enable IGMP snooping querier functionality on a VLAN when IGMP is not enabled on the particular VLAN. When enabled, the IGMP Snooping querier sends out periodic IGMP queries for all interfaces on that VLAN.The IGMP Snooping querier uses the 0.0.0.0 source IP address, because it only masquerades as a proxy IGMP querier for faster network convergence. It does not start, or automatically cease, the IGMP Querier operation if it detects query message(s) from a multicast router. It restarts as the IGMP Snooping querier if no queries are seen within the other querier interval.
Attribute Name: enable-querier
Attribute Type: uint8
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-querier><!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
ip igmp snooping querier
Configure igmp snooping
Use this attribute to enable or disable IGMP Snooping.When this command is given at the VLAN interface level, IGMP Snooping is enabled for that VLAN.
Attribute Name: igmp-snooping
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<igmp-snooping>disable</igmp-snooping> <!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
igmp snooping (disable|enable)
Configure enable fast leave
Use this attribute to enable IGMP Snooping fast-leave processing. Fast-leave processing is analogous to immediateleave processing the IGMP group-membership is removed, as soon as an IGMP leave group message is received without sending out a group-specific query
Attribute Name: enable-fast-leave
Attribute Type: empty
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-fast-leave><!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
igmp snooping fast-leave
Configure report suppression
Use this attribute to enable or disable report suppression for IGMP version 1, 2 and 3 reports. By default report suppression is enabled.
Attribute Name: report-suppression
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<report-suppression>disable</report-suppression> <!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
igmp snooping report-suppression (disable|enable)
Configure mrouter interface name
Use this attribute to statically configure the specified VLAN constituent interface as a multicast router interface for IGMP Snooping in that VLAN.
Attribute Name: mrouter-interface-name
Attribute Type: string
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mrouter-interface-name>IFNAME</mrouter-interface-name> <!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
igmp snooping mrouter interface IFNAME
Configure enable querier
Use this attribute to enable IGMP snooping querier functionality on a VLAN when IGMP is not enabled on the particular VLAN. When enabled, the IGMP Snooping querier sends out periodic IGMP queries for all interfaces on that VLAN.The IGMP Snooping querier uses the 0.0.0.0 source IP address, because it only masquerades as a proxy IGMP querier for faster network convergence. It does not start, or automatically cease, the IGMP Querier operation if it detects query message(s) from a multicast router. It restarts as the IGMP Snooping querier if no queries are seen within the other querier interval.
Attribute Name: enable-querier
Attribute Type: empty
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-querier><!-- operation="delete"-->
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
igmp snooping querier
Configure source address
Use this attribute to set the Source Address to be joined
Attribute Name: source-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<static-groups>
<ssm-groups>
<ssm-group>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<source-address>A.B.C.D</source-address>
<group-address>A.B.C.D</group-address>
</config>
<source-address>A.B.C.D</source-address>
<group-address>A.B.C.D</group-address>
</ssm-group>
</ssm-groups>
</static-groups>
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
igmp snooping static-group A.B.C.D source A.B.C.D interface IFNAME
Configure group address
Use this attribute to set the static group-address to be joined
Attribute Name: group-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<igmp-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<static-groups>
<ssm-groups>
<ssm-group>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<source-address>A.B.C.D</source-address>
<group-address>A.B.C.D</group-address>
</config>
<source-address>A.B.C.D</source-address>
<group-address>A.B.C.D</group-address>
</ssm-group>
</ssm-groups>
</static-groups>
</interface>
</interfaces>
</igmp-snooping>
Command Syntax
igmp snooping static-group A.B.C.D interface IFNAME
clear igmp snooping group A.B.C.D IFNAME
Attribute Name: group-address
Attribute Type: inet:ipv4-address
Attribute Name: interface-name
Attribute Type: string
Netconf RPC payload
<igmp-snooping-clear-group-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<group-address>A.B.C.D</group-address>
<interface-name>IFNAME</interface-name>
</igmp-snooping-clear-group-interface>
Command Syntax
clear igmp snooping group A.B.C.D IFNAME
clear igmp snooping interface IFNAME
Attribute Name: interface-name
Attribute Type: string
Netconf RPC payload
<igmp-snooping-clear-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<interface-name>IFNAME</interface-name>
</igmp-snooping-clear-interface>
Command Syntax
clear igmp snooping interface IFNAME
clear igmp snooping group *
Netconf RPC payload
<igmp-snooping-clear-group-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping"/>
Command Syntax
clear igmp snooping group *
clear igmp snooping
Netconf RPC payload
<igmp-snooping-clear-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping"/>
Command Syntax
clear igmp snooping
clear igmp snooping group A.B.C.D
Attribute Name: group-address
Attribute Type: inet:ipv4-address
Netconf RPC payload
<igmp-snooping-clear-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<group-address>A.B.C.D</group-address>
</igmp-snooping-clear-group>
Command Syntax
clear igmp snooping group A.B.C.D
debug igmp snooping (decode|encode|events|fsm|tib|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (decode|encode|events|fsm|tib|all)
Netconf RPC payload
<igmp-snooping-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<terminal-debug-options>decode</terminal-debug-options>
</igmp-snooping-terminal-debug-on>
Command Syntax
debug igmp snooping (decode|encode|events|fsm|tib|all)
no debug igmp snooping (decode|encode|events|fsm|tib|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (decode|encode|events|fsm|tib|all)
Netconf RPC payload
<igmp-snooping-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igmp-snooping">
<terminal-debug-options>decode</terminal-debug-options>
</igmp-snooping-terminal-debug-off>
Command Syntax
no debug igmp snooping (decode|encode|events|fsm|tib|all)
IPI-ROUTEMAP
Configure action
Use this attribute to enter the route-map mode and to permit or deny match/set operations.If deny is specified, and the match criteria are met, the route is not redistributed, and any other route maps with the same map tag are not examined.If permit is specified, and the match criteria are met, the route is redistributed as specified by the set actions. If the match criteria are not met, the next route map with the same tag is tested.
Attribute Name: action
Attribute Type: enum (permit|deny)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<action>permit</action>
</routemap>
</routemaps>
Command Syntax
route-map WORD ((permit|deny)|) (<1-65535>|)
Configure continue to next sequence
The continue clause provides the capability to execute additional entries in a route map after an entry is executed with a successful match and set clauses Example the continue command allows multiple entries to be evaluated within a single route-map.
Attribute Name: continue-to-next-sequence
Attribute Type: empty
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<continue-on-match>
<config>
</continue-to-next-sequence><!-- operation="delete"-->
</config>
</continue-on-match>
</routemap>
</routemaps>
Command Syntax
continue
Configure next sequence number
Continue commands can be assigned optional sequence numbers that indicate the order in which clauses are to be evaluated.
Attribute Name: next-sequence-number
Attribute Type: uint32
Attribute Range: 2-65535
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<continue-on-match>
<config>
<next-sequence-number>2</next-sequence-number> <!-- operation="delete"-->
</config>
</continue-on-match>
</routemap>
</routemaps>
Command Syntax
continue <2-65535>
Configure interface name
Use this attribute to define the interface match criterion. This command specifies the next-hop interface name of a route to be matched
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<config>
<interface-name>IFNAME</interface-name> <!-- operation="delete"-->
</config>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match interface IFNAME
Configure metric
Use this attribute to match a metric of a route. The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables.
Attribute Name: metric
Attribute Type: uint32
Attribute Range: 1-4294967295
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<config>
<metric>1</metric> <!-- operation="delete"-->
</config>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match metric <1-4294967295>
Configure tag
Use this command to set a tag value. The parameter is the route tag that is labeled by another routing protocol (BGP or other IGP when redistributing), because AS-external-LSA has a route-tag field in its LSAs. In addition, when using route-map, OcNOS can tag the LSAs with the appropriate tag value. Sometimes the tag matches with using route-map and sometimes, the value may be used by another application.
Attribute Name: tag
Attribute Type: uint32
Attribute Range: 1-4294967295
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<config>
<tag>1</tag> <!-- operation="delete"-->
</config>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match tag <1-4294967295>
Configure route type
Use this attribute to match an external route type. AS-external LSA is either Type-1 or Type-2. External type-1 matches only Type 1 external routes and external type-2 matches only Type 2 external routes.
Attribute Name: route-type
Attribute Type: enum (type-1|type-2)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<config>
<route-type>type-1</route-type> <!-- operation="delete"-->
</config>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match route-type external (type-1|type-2)
Configure as path name
Use this command to match an autonomous system path access list. This command specifies the autonomous system path to be matched. If there is a match for the specified AS path, and permit is specified, the route is redistributed or controlled, as specified by the set action. If the match criteria are met, and deny is specified, the route is not redistributed or controlled. If the match criteria are not met then the route is neither accepted nor forwarded,irrespective of permit or deny specifications.The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes, depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables.
Attribute Name: as-path-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<config>
<as-path-name>WORD</as-path-name> <!-- operation="delete"-->
</config>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match as-path WORD
Configure route origin
Use this attribute to match origin code.The origin attribute defines the origin of the path information. The egp parameter is indicated as an e in the routing table, and it indicates that the origin of the information is learned via EGP (Exterior Gateway Protocol). The igp parameter is indicated as an i in the routing table, and it indicates the origin of the path information is interior to the originating AS. The incomplete parameter is indicated as a ? in the routing table, and indicates that the origin of the path information is unknown or learned through other means. If a static route is redistributed into BGP, the origin of the route is incomplete.This command specifies the origin to be matched. If there is a match for the specified origin, and permit is specified when you created the route-map, the route is redistributed or controlled as specified by the set action. If the match criteria are met, and deny is specified, the route is not redistributed or controlled. If the match criteria are not met, the route is neither accepted nor forwarded, irrespective of permit or deny specifications. The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables
Attribute Name: route-origin
Attribute Type: enum (egp|igp|incomplete)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<config>
<route-origin>egp</route-origin> <!-- operation="delete"-->
</config>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match origin (egp|igp|incomplete)
Configure community identifier
Use this attribute to specify the community to be matched.Communities are used to group and filter routes. They are designed to provide the ability to apply policies to large numbers of routes by using match and set commands.Community lists are used to identify and filter routes by their common attributes. This command allows the matching based on community lists.The values set by the match community command overrides the global values. The route that does not match at least one match clause is ignored.
Attribute Name: community-identifier
Attribute Type: union
Attribute Name: match-type
Attribute Type: enum (no-exact-match|exact-match)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<communities>
<community> <!-- operation="delete"-->
<community-identifier>RMAP_COMMUNITY_STRING_T</community-identifier>
<config>
<community-identifier>RMAP_COMMUNITY_STRING_T</community-identifier>
<match-type>no-exact-match</match-type>
</config>
</community>
</communities>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match community (WORD|<1-99>|<100-500>) ((exact-match)|)
Configure extended community identifier
Use this attribute to match BGP external community list.Communities are used to group and filter routes. They are designed to provide the ability to apply policies to large numbers of routes by using match and set commands. Community lists are used to identify and filter routes by their common attributes. This command allows the matching based on community lists. The values set by this command overrides the global values. The route that does not match at least one match clause is ignored
Attribute Name: extended-community-identifier
Attribute Type: union
Attribute Name: match-type
Attribute Type: enum (no-exact-match|exact-match)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<extended-communities>
<extended-community> <!-- operation="delete"-->
<extended-community-identifier>RMAP_COMMUNITY_STRING_T</extended-community-identifier>
<config>
<extended-community-identifier>RMAP_COMMUNITY_STRING_T</extended-community-identifier>
<match-type>no-exact-match</match-type>
</config>
</extended-community>
</extended-communities>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match extcommunity (WORD|<1-99>|<100-500>) ((exact-match)|)
Configure match type
Do exact matching of communities
Attribute Name: match-type
Attribute Type: enum (no-exact-match|exact-match)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<extended-communities>
<extended-community>
<extended-community-identifier>RMAP_COMMUNITY_STRING_T</extended-community-identifier>
<config>
<extended-community-identifier>RMAP_COMMUNITY_STRING_T</extended-community-identifier>
</config>
<match-type>0</match-type> <!-- operation="delete"-->
</extended-community>
</extended-communities>
</match-condition>
</routemap>
</routemaps>
Command Syntax
no match extcommunity exact-match
Configure ip access list name
Use this attribute to specify the match address of route. If there is a match for the specified IP address, and permit is specified, the route is redistributed or controlled, as specified by the set action. If the match criteria are met, and deny is specified then the route is not redistributed or controlled. If the match criteria are not met, the route is neither accepted nor forwarded, irrespective of permit or deny specifications.The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes, depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables.
Attribute Name: ip-access-list-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv4>
<config>
<ip-access-list-name>WORD</ip-access-list-name> <!-- operation="delete"-->
</config>
</ipv4>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ip address WORD
Configure ip prefix list name
Use this attribute to match entries of a prefix-list. The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables.
Attribute Name: ip-prefix-list-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv4>
<config>
<ip-prefix-list-name>WORD</ip-prefix-list-name> <!-- operation="delete"-->
</config>
</ipv4>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ip address prefix-list WORD
Configure peer access list name
Use this attribute to specify the match peer IPv4 address of a route.
Attribute Name: peer-access-list-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv4>
<config>
<peer-access-list-name>WORD</peer-access-list-name> <!-- operation="delete"-->
</config>
</ipv4>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ip peer WORD
Configure next hop prefix list name
Use this attribute to specify the next-hop IP address match criterion using the prefix-list. This command matches the next-hop IP address of a route.
Attribute Name: next-hop-prefix-list-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv4>
<config>
<next-hop-prefix-list-name>WORD</next-hop-prefix-list-name> <!-- operation="delete"-->
</config>
</ipv4>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ip next-hop prefix-list WORD
Configure next hop access list name
Use this attribute to specify a next-hop address to be matched in a route-map. The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables.
Attribute Name: next-hop-access-list-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv4>
<config>
<next-hop-access-list-name>WORD</next-hop-access-list-name> <!-- operation="delete"-->
</config>
</ipv4>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ip next-hop WORD
Configure ipv6 address access list name
Use this attribute to specify the match address of route. The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables
This command is supported when following feature are enabled IPV6 feature
Attribute Name: ipv6-address-access-list-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv6>
<config>
<ipv6-address-access-list-name>WORD</ipv6-address-access-list-name> <!-- operation="delete"-->
</config>
</ipv6>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ipv6 address WORD
Configure ipv6 prefix list name
Use this attribute to match entries of a prefix-list. The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes, depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: ipv6-prefix-list-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv6>
<config>
<ipv6-prefix-list-name>WORD</ipv6-prefix-list-name> <!-- operation="delete"-->
</config>
</ipv6>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ipv6 address prefix-list WORD
Configure peer access list name
Use this attribute to specify the match peer IPv6 address of a route.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: peer-access-list-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv6>
<config>
<peer-access-list-name>WORD</peer-access-list-name> <!-- operation="delete"-->
</config>
</ipv6>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ipv6 peer WORD
Configure next hop prefix list name
Use this attribute to match entries of a prefix-list. The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: next-hop-prefix-list-name
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv6>
<config>
<next-hop-prefix-list-name>WORD</next-hop-prefix-list-name> <!-- operation="delete"-->
</config>
</ipv6>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ipv6 next-hop prefix-list WORD
Configure next hop match string
Use this attribute to specify the next-hop address to be matched. The route specified by the policies might not be the same as specified by the routing protocols. Setting policies enable packets to take different routes depending on their length or content. Packet forwarding based on configured policies overrides packet forwarding specified in routing tables.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: next-hop-match-string
Attribute Type: union
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<ipv6>
<config>
<next-hop-match-string>RMAP_IPV6_NEXTHOP_T</next-hop-match-string>
</config>
</ipv6>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match ipv6 next-hop (WORD|X:X::X:X)
Configure large community number match
Use this attributes to set the communities attribute. and group destinations in a certain community, as well as apply routing decisions according to those communities.
Attribute Name: large-community-number-match
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<match-condition>
<large-match-community>
<config>
<large-community-number-match>XXX:YYYY:ZZZ</large-community-number-match> <!-- operation="delete"-->
</config>
</large-match-community>
</match-condition>
</routemap>
</routemaps>
Command Syntax
match large-community [XXX:YYYY:ZZZ]
Configure metric value
Use this command to set a metric value for a route and influence external neighbors about the preferred path into an Autonomous System (AS). The preferred path is the one with a lower metric value. A router compares metrics for paths from neighbors in the same ASs. To compare metrics from neighbors coming from different ASs, use the bgp always-compare-med command.To use this command, you must first have a match clause. Match and set commands set the conditions for redistributing routes from one routing protocol to another. The match command specifies the match criteria under which redistribution is allowed for the current route-map. The set command specifies the set redistribution actions to be performed, if the match criteria are met.If the packets do not match any of the defined criteria, they are routed through the normal routing process.
Attribute Name: metric-value
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<metric-value>WORD</metric-value> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set metric WORD
Configure forward interface type
Use this attributes to discard routes based on policy/rules configured for a route map.Route maps can be applied to BGP neighbors. When this command is given for a route map and that route map is applied to a BGP neighbor, the discard route entries are added by BGP for the prefix permitted by the route map.
Attribute Name: forward-interface-type
Attribute Type: enum (null0|tunnel-te)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<forward-interface-type>null0</forward-interface-type> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set interface (null0|tunnel-te)
Configure route tag
Use this attribute to set a tag value. The parameter is the route tag that is labeled by another routing protocol (BGP or other IGP when redistributing), because AS-external-LSA has a route-tag field in its LSAs. In addition, when using route-map, OcNOS can tag the LSAs with the appropriate tag value. Sometimes the tag matches with using route-map, and sometimes, the value may be used by another application.
Attribute Name: route-tag
Attribute Type: uint32
Attribute Range: 1-4294967295
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<route-tag>1</route-tag> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set tag <1-4294967295>
Configure weight
Use this attribute to set weights for the routing table. The weight value is used to assist in best path selection. It is assigned locally to a router. When there are several routes with a common destination, the routes with a higher weight value are preferred. To use this command, you must first have a match clause. Match and set commands set the conditions for redistributing routes from one routing protocol to another. The match command specifies the match criteria under which redistribution is allowed for the current route-map. The set command specifies the set redistribution actions to be performed, if the match criteria are met.
Attribute Name: weight
Attribute Type: uint32
Attribute Range: 0-4294967295
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<weight>0</weight> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set weight <0-4294967295>
Configure local preference
Use this attribute to set the BGP local preference path attribute
Attribute Name: local-preference
Attribute Type: uint32
Attribute Range: 0-4294967295
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<local-preference>0</local-preference> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set local-preference <0-4294967295>
Configure route origin type
Use this command to set the BGP origin code. The origin attribute defines the origin of the path information. To use this command, you must first have a match clause. Match and set commands set the conditions for redistributing routes from one routing protocol to another. The match command specifies the match criteria under which redistribution is allowed for the current route-map. The set command specifies the set redistribution actions to be performed, if the match criteria are met.If the packets do not match any of the defined criteria, they are routed through the normal routing process.
Attribute Name: route-origin-type
Attribute Type: enum (egp|igp|incomplete)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<route-origin-type>egp</route-origin-type> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set origin (egp|igp|incomplete)
Configure metric type
Use this command to set the metric type for the destination routing protocol. Select a type to be either Type-1 or Type2 in the AS-external-LSA when the route-map matches the condition.
Attribute Name: metric-type
Attribute Type: enum (type-1|type-2|internal|external)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<metric-type>type-1</metric-type> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set metric-type (type-1|type-2|internal|external)
Configure level type
Use this attribute to set the IS-IS level to export a route.
Attribute Name: level-type
Attribute Type: enum (level-1|level-2|level-1-2)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<level-type>level-1</level-type> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set level (level-1|level-2|level-1-2)
Configure enable as path tag
Use this command to modify an autonomous system path for a route. By specifying the length of the AS-Path, the router influences the best path selection by a neighbor
Attribute Name: enable-as-path-tag
Attribute Type: empty
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
</enable-as-path-tag><!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set as-path tag
Configure atomic aggregate
Use this attribute to set an atomic aggregate attribute.To use this command, you must first have a match clause. Match and set commands set the conditions for redistributing routes from one routing protocol to another. The match command specifies the match criteria under which redistribution is allowed for the current route-map. The set command specifies the set redistribution actions to be performed, if the match criteria are met.If the packets do not match any of the defined criteria, they are routed through the normal routing process.
Attribute Name: atomic-aggregate
Attribute Type: empty
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
</atomic-aggregate><!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set atomic-aggregate
Configure delete community value
Use this attribute to delete the matched communities from the community attribute of an inbound or outbound update when applying route-map.
Attribute Name: delete-community-value
Attribute Type: union
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<delete-community-value>RMAP_COMMUNITY_STRING_T</delete-community-value>
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set comm-list (WORD|<1-99>|<100-500>) delete
Configure bgp originator id
Use this command to set the originator ID attribute. To use this command, you must first have a match clause. Match and set commands set the conditions for redistributing routes from one routing protocol to another. The match command specifies the match criteria under which redistribution is allowed for the current route-map. The set command specifies the set redistribution actions to be performed, if the match criteria are met.If the packets do not match any of the defined criteria, they are routed through the normal routing process
Attribute Name: bgp-originator-id
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<bgp-originator-id>A.B.C.D</bgp-originator-id> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set originator-id A.B.C.D
Configure as path prepend
Use this attributes to modify an autonomous system path for a route. By specifying the length of the AS-Path, the router influences the best path selection by a neighbor.Use this command to prepend an AS path string to routes increasing the AS path length.To use this command, you must first give the match and set commands configure the conditions for redistributing routes from one routing protocol to another: 1. The match command specifies the match criteria under which redistribution is allowed for the current route-map. 2.The set command specifies the set redistribution actions to be performed if the match criteria are met.If the packets do not match any of the defined criteria, they are routed through the normal routing process.
Attribute Name: as-path-prepend
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<as-path-prepend>1</as-path-prepend> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set as-path prepend .<1-65535>
Configure ext community site of origin
Use this attribute to set an extended community attribute as Site-of-origin extended community.
Attribute Name: ext-community-site-of-origin
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<config>
<ext-community-site-of-origin>AA:NN</ext-community-site-of-origin> <!-- operation="delete"-->
</config>
</set-action>
</routemap>
</routemaps>
Command Syntax
set extcommunity soo .AA:NN
Configure ip nexthop address
Use this attribute to set the specified next-hop value.
Attribute Name: ip-nexthop-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<ipv4>
<config>
<ip-nexthop-address>A.B.C.D</ip-nexthop-address> <!-- operation="delete"-->
</config>
</ipv4>
</set-action>
</routemap>
</routemaps>
Command Syntax
set ip next-hop A.B.C.D
Configure use peer address
Use this attribute to set the next hop value as BGP peer-address
Attribute Name: use-peer-address
Attribute Type: empty
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<ipv4>
<config>
</use-peer-address><!-- operation="delete"-->
</config>
</ipv4>
</set-action>
</routemap>
</routemaps>
Command Syntax
set ip next-hop peer-address
Configure vpnv4 nexthop address
Use this command to set a VPNv4 next-hop address. To use this command, you must first have a match clause. Match and set commands set the conditions for redistributing routes from one routing protocol to another. The match command specifies the match criteria under which redistribution is allowed for the current route-map. The set command specifies the set redistribution actions to be performed, if the match criteria are met. If the packets do not match any of the defined criteria, they are routed through the normal routing process.
Attribute Name: vpnv4-nexthop-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<ipv4>
<config>
<vpnv4-nexthop-address>A.B.C.D</vpnv4-nexthop-address> <!-- operation="delete"-->
</config>
</ipv4>
</set-action>
</routemap>
</routemaps>
Command Syntax
set vpnv4 next-hop A.B.C.D
Configure ipv6 nexthop address
Use this attribute to set a next hop-address.
Attribute Name: ipv6-nexthop-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<ipv6>
<config>
<ipv6-nexthop-address>X:X::X:X</ipv6-nexthop-address> <!-- operation="delete"-->
</config>
</ipv6>
</set-action>
</routemap>
</routemaps>
Command Syntax
set ipv6 next-hop X:X::X:X
Configure local ipv6 nexthop address
Use this attribute to set Local IPv6 address as next hop-address
Attribute Name: local-ipv6-nexthop-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<ipv6>
<config>
<local-ipv6-nexthop-address>X:X::X:X</local-ipv6-nexthop-address> <!-- operation="delete"-->
</config>
</ipv6>
</set-action>
</routemap>
</routemaps>
Command Syntax
set ipv6 next-hop local X:X::X:X
Configure aggregator ip address
IP address of aggregator.
Attribute Name: aggregator-ip-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<bgp-aggregator-attribute> <!-- operation="delete"-->
<aggregator-ip-address>A.B.C.D</aggregator-ip-address>
<config>
<aggregator-ip-address>A.B.C.D</aggregator-ip-address>
<as-number>1</as-number>
</config>
<as-number>1</as-number>
</bgp-aggregator-attribute>
</set-action>
</routemap>
</routemaps>
Command Syntax
set aggregator as <1-65535> A.B.C.D
Configure ext community rt
use this attribute to set an Route target extended community
Attribute Name: ext-community-rt
Attribute Type: string
Attribute Name: additive-type
Attribute Type: enum (no-additive|additive)
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<extended-community>
<route-target> <!-- operation="delete"-->
<ext-community-rt>AA:NN</ext-community-rt>
<config>
<ext-community-rt>AA:NN</ext-community-rt>
<additive-type>no-additive</additive-type>
</config>
</route-target>
</extended-community>
</set-action>
</routemap>
</routemaps>
Command Syntax
set extcommunity rt .AA:NN ((additive)|)
Configure cost value
use this attribute to set Extended community cost value
Attribute Name: cost-value
Attribute Type: uint32
Attribute Range: 0-4294967295
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<extended-community>
<cost> <!-- operation="delete"-->
<cost-value>0</cost-value>
<config>
<cost-value>0</cost-value>
<community-id>0</community-id>
<comparison-type>no-comparision</comparison-type>
</config>
<community-id>0</community-id>
<comparison-type>no-comparision</comparison-type>
</cost>
</extended-community>
</set-action>
</routemap>
</routemaps>
Command Syntax
set extcommunity cost (igp|pre-bestpath|) <0-255> <0-4294967295>
Configure max suppress time limit
Maximum duration to suppress a stable route in minutes.
Attribute Name: max-suppress-time-limit
Attribute Type: uint8
Default Value: 60
Attribute Range: 1-255
Attribute Name: enable-dampening
Attribute Type: empty
Attribute Name: reachability-half-life-time
Attribute Type: uint8
Default Value: 15
Attribute Range: 1-45
Attribute Name: reuse-time-limit
Attribute Type: uint16
Default Value: 750
Attribute Range: 1-20000
Attribute Name: suppress-time-limit
Attribute Type: uint16
Default Value: 2000
Attribute Range: 1-20000
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<dampening>
<config>
</enable-dampening><!-- operation="delete"-->
<reachability-half-life-time>1</reachability-half-life-time> <!-- operation="delete"-->
<reuse-time-limit>1</reuse-time-limit> <!-- operation="delete"-->
<suppress-time-limit>1</suppress-time-limit> <!-- operation="delete"-->
<max-suppress-time-limit>1</max-suppress-time-limit> <!-- operation="delete"-->
</config>
</dampening>
</set-action>
</routemap>
</routemaps>
Command Syntax
set dampening <1-45> <1-20000> <1-20000> <1-255>
Configure unreachability half life time
Un-reachability half-life time for the penalty in minutes.
Attribute Name: unreachability-half-life-time
Attribute Type: uint8
Default Value: 15
Attribute Range: 1-45
Attribute Name: enable-dampening
Attribute Type: empty
Attribute Name: reachability-half-life-time
Attribute Type: uint8
Default Value: 15
Attribute Range: 1-45
Attribute Name: reuse-time-limit
Attribute Type: uint16
Default Value: 750
Attribute Range: 1-20000
Attribute Name: suppress-time-limit
Attribute Type: uint16
Default Value: 2000
Attribute Range: 1-20000
Attribute Name: max-suppress-time-limit
Attribute Type: uint8
Default Value: 60
Attribute Range: 1-255
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<dampening>
<config>
</enable-dampening><!-- operation="delete"-->
<reachability-half-life-time>1</reachability-half-life-time> <!-- operation="delete"-->
<reuse-time-limit>1</reuse-time-limit> <!-- operation="delete"-->
<suppress-time-limit>1</suppress-time-limit> <!-- operation="delete"-->
<max-suppress-time-limit>1</max-suppress-time-limit> <!-- operation="delete"-->
<unreachability-half-life-time>1</unreachability-half-life-time> <!-- operation="delete"-->
</config>
</dampening>
</set-action>
</routemap>
</routemaps>
Command Syntax
set dampening <1-45> <1-20000> <1-20000> <1-255> <1-45>
Configure enable dampening
Use this attribute to enable route dampening and set various parameters. Route dampening minimizes the instability caused by route flapping. A penalty is added for every flap in a flapping route. As soon as the total penalty reaches the suppress limit the advertisement of the route is suppressed. This penalty is decayed according to the configured half time value. Once the penalty is lower than the reuse limit, the route advertisement is unsuppressed. The dampening information is purged from the router once the penalty becomes less than half of the reuse limit.Reachability half-life time for the penalty in minutes. The time for the penalty to decrease to one-half of its current value.
Attribute Name: enable-dampening
Attribute Type: empty
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<dampening>
<config>
</enable-dampening>
</config>
</dampening>
</set-action>
</routemap>
</routemaps>
Command Syntax
set dampening
Configure community with as number
Autonomous system (AS) number and network number entered in the 4-byte new community format. This value is configured with two 2-byte numbers separated by a colon. A number from 1 to 65535 can be entered as each 2-byte number. A single community can be entered or multiple communities can be entered, each separated by a space.
Attribute Name: community-with-as-number
Attribute Type: string
Attribute Name: additive-set
Attribute Type: empty
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<communities>
<config>
</additive-set><!-- operation="delete"-->
<community-with-as-number>AA:NN</community-with-as-number> <!-- operation="delete"-->
</config>
</communities>
</set-action>
</routemap>
</routemaps>
Command Syntax
set community-additive .AA:NN
Configure large community number set
Use this attributes to set the communities attribute. and group destinations in a certain community, as well as apply routing decisions according to those communities.
Attribute Name: large-community-number-set
Attribute Type: string
Netconf edit-config payload
<routemaps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-routemap">
<routemap>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
<routemap-name>WORD</routemap-name>
</config>
<routemap-name>WORD</routemap-name>
<set-action>
<large-community>
<config>
<large-community-number-set>XXX:YYYY:ZZZ</large-community-number-set> <!-- operation="delete"-->
</config>
</large-community>
</set-action>
</routemap>
</routemaps>
Command Syntax
set large-community [XXX:YYYY:ZZZ]
IPI-SNMP
Configure enable link down trap
Use this attribute to enable or disable SNMP linkdown traps.
Attribute Name: enable-link-down-trap
Attribute Type: boolean
Attribute Name: enable-link-up-trap
Attribute Type: boolean
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<server-traps>
<config>
<enable-link-up-trap>true</enable-link-up-trap> <!-- operation="delete"-->
<enable-link-down-trap>true</enable-link-down-trap> <!-- operation="delete"-->
</config>
</server-traps>
</snmp>
Command Syntax
snmp-server enable traps link
Configure enable link down trap
Use this attribute to enable or disable SNMP linkdown traps.
Attribute Name: enable-link-down-trap
Attribute Type: boolean
Attribute Name: enable-link-up-trap
Attribute Type: boolean
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<server-traps>
<config>
<enable-link-up-trap>true</enable-link-up-trap> <!-- operation="delete"-->
<enable-link-down-trap>true</enable-link-down-trap> <!-- operation="delete"-->
</config>
</server-traps>
</snmp>
Command Syntax
no snmp-server enable traps link
Configure enable link down trap
Use this attribute to enable or disable SNMP linkdown traps.
Attribute Name: enable-link-down-trap
Attribute Type: boolean
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<server-traps>
<config>
<enable-link-down-trap>true</enable-link-down-trap> <!-- operation="delete"-->
</config>
</server-traps>
</snmp>
Command Syntax
snmp-server enable traps link linkDown
Configure enable link down trap
Use this attribute to enable or disable SNMP linkdown traps.
Attribute Name: enable-link-down-trap
Attribute Type: boolean
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<server-traps>
<config>
<enable-link-down-trap>true</enable-link-down-trap> <!-- operation="delete"-->
</config>
</server-traps>
</snmp>
Command Syntax
no snmp-server enable traps link linkDown
Configure enable link up trap
Use this attribute to enable or disable SNMP linkup traps.
Attribute Name: enable-link-up-trap
Attribute Type: boolean
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<server-traps>
<config>
<enable-link-up-trap>true</enable-link-up-trap> <!-- operation="delete"-->
</config>
</server-traps>
</snmp>
Command Syntax
snmp-server enable traps link linkUp
Configure enable link up trap
Use this attribute to enable or disable SNMP linkup traps.
Attribute Name: enable-link-up-trap
Attribute Type: boolean
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<server-traps>
<config>
<enable-link-up-trap>true</enable-link-up-trap> <!-- operation="delete"-->
</config>
</server-traps>
</snmp>
Command Syntax
no snmp-server enable traps link linkUp
Configure enable traps
Use this attribute to enable or disable SNMP traps and inform requests.
This command is supported when following feature are enabled SNMP-AGENT feature
Attribute Name: enable-traps
Attribute Type: bits (snmp authentication|mpls|pw|pwdelete|rsvp|ospf|bgp|isis|vrrp|vxlan|ospf6|mplsl3vpn|rib|pim)
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<server-traps>
<config>
<enable-traps>snmp authentication</enable-traps> <!-- operation="delete"-->
</config>
</server-traps>
</snmp>
Command Syntax
snmp-server enable traps (snmp authentication|mpls|pw|pwdelete|rsvp|ospf|bgp|isis|vrrp|vxlan|ospf6|mplsl3vpn|rib|pim)
debug (snmp send|snmp receive|snmp process|snmp xdump|snmp error-string|snmp detail|snmp|snmp all)
Attribute Name: debug
Attribute Type: bits (snmp send|snmp receive|snmp process|snmp xdump|snmp error-string|snmp detail|snmp|snmp all)
Netconf RPC payload
<snmp-agentx-enable-terminal-debugging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<debug>snmp send</debug>
</snmp-agentx-enable-terminal-debugging>
Command Syntax
debug (snmp send|snmp receive|snmp process|snmp xdump|snmp error-string|snmp detail|snmp|snmp all)
no debug (snmp send|snmp receive|snmp process|snmp xdump|snmp error-string|snmp detail|snmp|snmp all)
Attribute Name: debug
Attribute Type: bits (snmp send|snmp receive|snmp process|snmp xdump|snmp error-string|snmp detail|snmp|snmp all)
Netconf RPC payload
<snmp-agentx-disable-terminal-debugging xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<debug>snmp send</debug>
</snmp-agentx-disable-terminal-debugging>
Command Syntax
no debug (snmp send|snmp receive|snmp process|snmp xdump|snmp error-string|snmp detail|snmp|snmp all)
IPI-SNMP-SERVER
Configure enabled
Use this attribute to enable SNMP server
Attribute Name: enabled
Attribute Type: uint8
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
</enabled><!-- operation="delete"-->
</server>
</servers>
</snmp>
Command Syntax
snmp-server enable snmp (vrf management|)
Configure enabled
Use this attribute to enable SNMP server
Attribute Name: enabled
Attribute Type: uint8
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
</enabled><!-- operation="delete"-->
</server>
</servers>
</snmp>
Command Syntax
no snmp-server enable snmp (vrf management|)
Configure vrf name
VRF name associated with this instance.
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: enabled
Attribute Type: empty
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</enabled>
</config>
</server>
</servers>
</snmp>
Command Syntax
snmp-server enable snmp (vrf management|)
Configure system contact
Use this attribute to set the system contact information for the device (sysContact object)
Attribute Name: system-contact
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<global>
<config>
<system-contact>LINE</system-contact> <!-- operation="delete"-->
</config>
</global>
</server>
</servers>
</snmp>
Command Syntax
snmp-server contact (vrf management|) LINE
Configure system location
Use this attribute to set the physical location information of the device (sysLocation object)
Attribute Name: system-location
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<global>
<config>
<system-location>LINE</system-location> <!-- operation="delete"-->
</config>
</global>
</server>
</servers>
</snmp>
Command Syntax
snmp-server location (vrf management|) LINE
Configure tcp session enabled
Use this attribute to start the SNMP agent daemon over TCP
Attribute Name: tcp-session-enabled
Attribute Type: empty
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<global>
<config>
</tcp-session-enabled><!-- operation="delete"-->
</config>
</global>
</server>
</servers>
</snmp>
Command Syntax
snmp-server tcp-session (vrf management|)
Configure disable default instance
Use this attribute to prevent default snmp instance from being enabled at start up
Attribute Name: disable-default-instance
Attribute Type: empty
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<default-instance>
<config>
</disable-default-instance><!-- operation="delete"-->
</config>
</default-instance>
</servers>
</snmp>
Command Syntax
snmp-server disable-default
IPI-SNMP-SERVER-EXTENDED
Configure enable
Use this attribute to enable/disable SNMP server debugging
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<debug xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</servers>
</snmp>
Command Syntax
debug snmp-server
Configure filter type
Use this attribute to update oid tree filter type for a view entry.
This command is supported when following feature are enabled SNMP-AGENT feature
Attribute Name: filter-type
Attribute Type: enum (included|excluded)
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<snmp-views xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<snmp-view>
<view-name>VIEW-NAME</view-name>
<config>
<view-name>VIEW-NAME</view-name>
</config>
<oid-trees>
<oid-tree>
<oid>OID-TREE</oid>
<config>
<oid>OID-TREE</oid>
</config>
<filter-type>included</filter-type> <!-- operation="delete"-->
</oid-tree>
</oid-trees>
</snmp-view>
</snmp-views>
</server>
</servers>
</snmp>
Command Syntax
snmp-server view VIEW-NAME OID-TREE (included|excluded) (vrf management|)
Configure smux port disable
Use this attribute to disable smux-port.
Attribute Name: smux-port-disable
Attribute Type: empty
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<smux-port xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<config>
</smux-port-disable><!-- operation="delete"-->
</config>
</smux-port>
</snmp>
Command Syntax
snmp-server smux-port-disable
Configure host name
Use this attribute to configure an SNMP trap host. An SNMP trap host is usually a network management station (NMS) or an SNMP manager.
Attribute Name: host-name
Attribute Type: string
Attribute Range: 1-63
Attribute Name: notification-type
Attribute Type: enum (traps|informs)
Attribute Name: snmp-version
Attribute Type: enum (1|2c|3)
Attribute Name: community
Attribute Type: string
Attribute Name: udp-port
Attribute Type: uint32
Attribute Range: 1-65535
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<hosts xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<host>
<host-name>A.B.C.D</host-name>
<config>
<host-name>A.B.C.D</host-name>
<notification-type>traps</notification-type> <!-- operation="delete"-->
<snmp-version>1</snmp-version> <!-- operation="delete"-->
<community>WORD</community> <!-- operation="delete"-->
<udp-port>1</udp-port> <!-- operation="delete"-->
</config>
</host>
</hosts>
</server>
</servers>
</snmp>
Command Syntax
snmp-server host (A.B.C.D|X:X::X:X|HOSTNAME) (traps) version (1|2c) WORD (udp-port <1-65535>|) (vrf management|)
Configure host name
Use this attribute to configure an SNMP trap host. An SNMP trap host is usually a network management station (NMS) or an SNMP manager.
Attribute Name: host-name
Attribute Type: string
Attribute Range: 1-63
Attribute Name: notification-type
Attribute Type: enum (traps|informs)
Attribute Name: snmp-version
Attribute Type: enum (1|2c|3)
Attribute Name: snmpv3-auth-type
Attribute Type: enum (noauth|auth|priv)
Attribute Name: snmpv3-user
Attribute Type: string
Attribute Name: udp-port
Attribute Type: uint32
Attribute Range: 1-65535
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<hosts xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<host>
<host-name>A.B.C.D</host-name>
<config>
<host-name>A.B.C.D</host-name>
<notification-type>traps</notification-type> <!-- operation="delete"-->
<snmp-version>1</snmp-version> <!-- operation="delete"-->
<snmpv3-auth-type>noauth</snmpv3-auth-type> <!-- operation="delete"-->
<snmpv3-user>WORD</snmpv3-user> <!-- operation="delete"-->
<udp-port>1</udp-port> <!-- operation="delete"-->
</config>
</host>
</hosts>
</server>
</servers>
</snmp>
Command Syntax
snmp-server host (A.B.C.D|X:X::X:X|HOSTNAME) (traps) version (3) (noauth|auth|priv) WORD (udp-port <1-65535>|) (vrf management|)
Configure host name
Use this attribute to configure an SNMP trap host. An SNMP trap host is usually a network management station (NMS) or an SNMP manager.
Attribute Name: host-name
Attribute Type: string
Attribute Range: 1-63
Attribute Name: notification-type
Attribute Type: enum (traps|informs)
Attribute Name: snmp-version
Attribute Type: enum (1|2c|3)
Attribute Name: community
Attribute Type: string
Attribute Name: udp-port
Attribute Type: uint32
Attribute Range: 1-65535
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<hosts xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<host>
<host-name>A.B.C.D</host-name>
<config>
<host-name>A.B.C.D</host-name>
<notification-type>traps</notification-type> <!-- operation="delete"-->
<snmp-version>1</snmp-version> <!-- operation="delete"-->
<community>WORD</community> <!-- operation="delete"-->
<udp-port>1</udp-port> <!-- operation="delete"-->
</config>
</host>
</hosts>
</server>
</servers>
</snmp>
Command Syntax
snmp-server host (A.B.C.D|X:X::X:X|HOSTNAME) (informs) version (2c) WORD (udp-port <1-65535>|) (vrf management|)
Configure host name
Use this attribute to configure an SNMP trap host. An SNMP trap host is usually a network management station (NMS) or an SNMP manager.
Attribute Name: host-name
Attribute Type: string
Attribute Range: 1-63
Attribute Name: notification-type
Attribute Type: enum (traps|informs)
Attribute Name: snmp-version
Attribute Type: enum (1|2c|3)
Attribute Name: snmpv3-auth-type
Attribute Type: enum (noauth|auth|priv)
Attribute Name: snmpv3-user
Attribute Type: string
Attribute Name: udp-port
Attribute Type: uint32
Attribute Range: 1-65535
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<hosts xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<host>
<host-name>A.B.C.D</host-name>
<config>
<host-name>A.B.C.D</host-name>
<notification-type>traps</notification-type> <!-- operation="delete"-->
<snmp-version>1</snmp-version> <!-- operation="delete"-->
<snmpv3-auth-type>noauth</snmpv3-auth-type> <!-- operation="delete"-->
<snmpv3-user>WORD</snmpv3-user> <!-- operation="delete"-->
<udp-port>1</udp-port> <!-- operation="delete"-->
</config>
</host>
</hosts>
</server>
</servers>
</snmp>
Command Syntax
snmp-server host (A.B.C.D|X:X::X:X|HOSTNAME) (informs) version (3) (noauth|auth|priv) WORD (udp-port <1-65535>|) (vrf management|)
Configure host name
Use this attribute to configure an SNMP trap host. An SNMP trap host is usually a network management station (NMS) or an SNMP manager.
Attribute Name: host-name
Attribute Type: string
Attribute Range: 1-63
Attribute Name: snmp-version
Attribute Type: enum (1|2c|3)
Attribute Name: community
Attribute Type: string
Attribute Name: udp-port
Attribute Type: uint32
Attribute Range: 1-65535
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<hosts xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<host>
<host-name>A.B.C.D</host-name>
<config>
<host-name>A.B.C.D</host-name>
<snmp-version>1</snmp-version> <!-- operation="delete"-->
<community>WORD</community> <!-- operation="delete"-->
<udp-port>1</udp-port> <!-- operation="delete"-->
</config>
</host>
</hosts>
</server>
</servers>
</snmp>
Command Syntax
snmp-server host (A.B.C.D|X:X::X:X|HOSTNAME) version (1|2c) WORD (udp-port <1-65535>|) (vrf management|)
Configure host name
Use this attribute to configure an SNMP trap host. An SNMP trap host is usually a network management station (NMS) or an SNMP manager.
Attribute Name: host-name
Attribute Type: string
Attribute Range: 1-63
Attribute Name: snmp-version
Attribute Type: enum (1|2c|3)
Attribute Name: snmpv3-auth-type
Attribute Type: enum (noauth|auth|priv)
Attribute Name: snmpv3-user
Attribute Type: string
Attribute Name: udp-port
Attribute Type: uint32
Attribute Range: 1-65535
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<hosts xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<host>
<host-name>A.B.C.D</host-name>
<config>
<host-name>A.B.C.D</host-name>
<snmp-version>1</snmp-version> <!-- operation="delete"-->
<snmpv3-auth-type>noauth</snmpv3-auth-type> <!-- operation="delete"-->
<snmpv3-user>WORD</snmpv3-user> <!-- operation="delete"-->
<udp-port>1</udp-port> <!-- operation="delete"-->
</config>
</host>
</hosts>
</server>
</servers>
</snmp>
Command Syntax
snmp-server host (A.B.C.D|X:X::X:X|HOSTNAME) version (3) (noauth|auth|priv) WORD (udp-port <1-65535>|) (vrf management|)
Configure udp port
Use this attribute to specify the port to be used when SNMP sends packets to host. The default is 162.
This command is supported when following feature are enabled SNMP-AGENT feature
Attribute Name: udp-port
Attribute Type: uint32
Attribute Range: 1-65535
Attribute Name: host-user
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<hosts xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<host>
<host-name>A.B.C.D</host-name>
<config>
<host-name>A.B.C.D</host-name>
<host-user>WORD</host-user> <!-- operation="delete"-->
</config>
<udp-port>1</udp-port> <!-- operation="delete"-->
</host>
</hosts>
</server>
</servers>
</snmp>
Command Syntax
snmp-server host (A.B.C.D|X:X::X:X|HOSTNAME) WORD (udp-port <1-65535>|) (vrf management|)
Configure user name
Use this attribute to create an SNMP server user.
Attribute Name: user-name
Attribute Type: string
Attribute Range: 5-32
Attribute Name: authentication-type
Attribute Type: enum (md5|sha)
Attribute Name: encryption-type
Attribute Type: enum (plain|encrypt)
Attribute Name: authentication-password
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user> <!-- operation="delete"-->
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
<authentication-type>md5</authentication-type>
<encryption-type>1</encryption-type>
<authentication-password>AUTH-PASSWORD</authentication-password>
</config>
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD auth (md5|sha) encrypt AUTH-PASSWORD (vrf management|)
Configure user name
Use this attribute to create an SNMP server user.
Attribute Name: user-name
Attribute Type: string
Attribute Range: 5-32
Attribute Name: authentication-type
Attribute Type: enum (md5|sha)
Attribute Name: encryption-type
Attribute Type: enum (plain|encrypt)
Attribute Name: authentication-password
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user> <!-- operation="delete"-->
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
<authentication-type>md5</authentication-type>
<encryption-type>0</encryption-type>
<authentication-password>AUTH-PASSWORD</authentication-password>
</config>
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD auth (md5|sha) AUTH-PASSWORD (vrf management|)
Configure user name
Use this attribute to create an SNMP server user.
Attribute Name: user-name
Attribute Type: string
Attribute Range: 5-32
Attribute Name: user-type
Attribute Type: union
Attribute Name: authentication-type
Attribute Type: enum (md5|sha)
Attribute Name: encryption-type
Attribute Type: enum (plain|encrypt)
Attribute Name: authentication-password
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user> <!-- operation="delete"-->
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
<user-type>network-operator</user-type>
<authentication-type>md5</authentication-type>
<encryption-type>1</encryption-type>
<authentication-password>AUTH-PASSWORD</authentication-password>
</config>
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD (network-operator|network-admin|WORD) auth (md5|sha) encrypt AUTH-PASSWORD (vrf management|)
Configure user name
Use this attribute to create an SNMP server user.
Attribute Name: user-name
Attribute Type: string
Attribute Range: 5-32
Attribute Name: user-type
Attribute Type: union
Attribute Name: authentication-type
Attribute Type: enum (md5|sha)
Attribute Name: encryption-type
Attribute Type: enum (plain|encrypt)
Attribute Name: authentication-password
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user> <!-- operation="delete"-->
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
<user-type>network-operator</user-type>
<authentication-type>md5</authentication-type>
<encryption-type>0</encryption-type>
<authentication-password>AUTH-PASSWORD</authentication-password>
</config>
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD (network-operator|network-admin|WORD) auth (md5|sha) AUTH-PASSWORD (vrf management|)
Configure user name
Use this attribute to create an SNMP server user.
Attribute Name: user-name
Attribute Type: string
Attribute Range: 5-32
Attribute Name: authentication-type
Attribute Type: enum (md5|sha)
Attribute Name: encryption-type
Attribute Type: enum (plain|encrypt)
Attribute Name: authentication-password
Attribute Type: string
Attribute Name: privilege-type
Attribute Type: enum (des|aes)
Attribute Name: privilege-password
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user> <!-- operation="delete"-->
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
<authentication-type>md5</authentication-type>
<encryption-type>1</encryption-type>
<authentication-password>AUTH-PASSWORD</authentication-password>
<privilege-type>des</privilege-type>
<privilege-password>PRIV-PASSWORD</privilege-password>
</config>
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD auth (md5|sha) encrypt AUTH-PASSWORD priv (des|aes) PRIV-PASSWORD (vrf management|)
Configure user name
Use this attribute to create an SNMP server user.
Attribute Name: user-name
Attribute Type: string
Attribute Range: 5-32
Attribute Name: authentication-type
Attribute Type: enum (md5|sha)
Attribute Name: encryption-type
Attribute Type: enum (plain|encrypt)
Attribute Name: authentication-password
Attribute Type: string
Attribute Name: privilege-type
Attribute Type: enum (des|aes)
Attribute Name: privilege-password
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user> <!-- operation="delete"-->
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
<authentication-type>md5</authentication-type>
<encryption-type>0</encryption-type>
<authentication-password>AUTH-PASSWORD</authentication-password>
<privilege-type>des</privilege-type>
<privilege-password>PRIV-PASSWORD</privilege-password>
</config>
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD auth (md5|sha) AUTH-PASSWORD priv (des|aes) PRIV-PASSWORD (vrf management|)
Configure user name
Use this attribute to create an SNMP server user.
Attribute Name: user-name
Attribute Type: string
Attribute Range: 5-32
Attribute Name: user-type
Attribute Type: union
Attribute Name: authentication-type
Attribute Type: enum (md5|sha)
Attribute Name: encryption-type
Attribute Type: enum (plain|encrypt)
Attribute Name: authentication-password
Attribute Type: string
Attribute Name: privilege-type
Attribute Type: enum (des|aes)
Attribute Name: privilege-password
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user> <!-- operation="delete"-->
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
<user-type>network-operator</user-type>
<authentication-type>md5</authentication-type>
<encryption-type>1</encryption-type>
<authentication-password>AUTH-PASSWORD</authentication-password>
<privilege-type>des</privilege-type>
<privilege-password>PRIV-PASSWORD</privilege-password>
</config>
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD (network-operator|network-admin|WORD) auth (md5|sha) encrypt AUTH-PASSWORD priv (des|aes) PRIV-PASSWORD (vrf management|)
Configure user name
Use this attribute to create an SNMP server user.
Attribute Name: user-name
Attribute Type: string
Attribute Range: 5-32
Attribute Name: user-type
Attribute Type: union
Attribute Name: authentication-type
Attribute Type: enum (md5|sha)
Attribute Name: encryption-type
Attribute Type: enum (plain|encrypt)
Attribute Name: authentication-password
Attribute Type: string
Attribute Name: privilege-type
Attribute Type: enum (des|aes)
Attribute Name: privilege-password
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user> <!-- operation="delete"-->
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
<user-type>network-operator</user-type>
<authentication-type>md5</authentication-type>
<encryption-type>0</encryption-type>
<authentication-password>AUTH-PASSWORD</authentication-password>
<privilege-type>des</privilege-type>
<privilege-password>PRIV-PASSWORD</privilege-password>
</config>
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD (network-operator|network-admin|WORD) auth (md5|sha) AUTH-PASSWORD priv (des|aes) PRIV-PASSWORD (vrf management|)
Configure user name
Use this attribute to create an SNMP server user.
This command is supported when following feature are enabled SNMP-AGENT feature,snmp version v3
Attribute Name: user-name
Attribute Type: string
Attribute Range: 5-32
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user>
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
</config>
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD (vrf management|)
Configure user type
Use this attribute to create an SNMP server user of specified type.
This command is supported when following feature are enabled SNMP-AGENT feature,snmp version v3
Attribute Name: user-type
Attribute Type: union
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<users xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<user>
<user-name>WORD</user-name>
<config>
<user-name>WORD</user-name>
</config>
<user-type>network-operator</user-type> <!-- operation="delete"-->
</user>
</users>
</server>
</servers>
</snmp>
Command Syntax
snmp-server user WORD (network-operator|network-admin|WORD) (vrf management|)
Configure context name
Use this attribute to create an SNMP server context
Attribute Name: context-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<contexts xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<context>
<context-name>WORD</context-name>
<config>
<context-name>WORD</context-name>
</config>
</context>
</contexts>
</server>
</servers>
</snmp>
Command Syntax
snmp-server context WORD (vrf management|)
Configure community name
Use this attribute to create an SNMP community string and access privileges.
This command is supported when following feature are enabled SNMP-AGENT feature
Attribute Name: community-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<communities xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<community>
<community-name>WORD</community-name>
<config>
<community-name>WORD</community-name>
</config>
</community>
</communities>
</server>
</servers>
</snmp>
Command Syntax
snmp-server community WORD (vrf management|)
Configure snmp group
Use this attribute to create an SNMP community string with group.
This command is supported when following feature are enabled SNMP-AGENT feature
Attribute Name: snmp-group
Attribute Type: enum (network-operator|network-admin)
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<communities xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<community>
<community-name>WORD</community-name>
<config>
<community-name>WORD</community-name>
</config>
<snmp-group>network-operator</snmp-group> <!-- operation="delete"-->
</community>
</communities>
</server>
</servers>
</snmp>
Command Syntax
snmp-server community WORD group (network-operator|network-admin) (vrf management|)
Configure access privileges
Use this attribute to create an SNMP community string and access privileges.
This command is supported when following feature are enabled SNMP-AGENT feature
Attribute Name: access-privileges
Attribute Type: enum (ro)
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<communities xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<community>
<community-name>WORD</community-name>
<config>
<community-name>WORD</community-name>
</config>
<access-privileges>ro</access-privileges> <!-- operation="delete"-->
</community>
</communities>
</server>
</servers>
</snmp>
Command Syntax
snmp-server community WORD (ro) (vrf management|)
Configure acl name
Use this attribute to create an SNMP community string and user-acl.
This command is supported when following feature are enabled SNMP-AGENT feature
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<communities xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<community>
<community-name>WORD</community-name>
<config>
<community-name>WORD</community-name>
</config>
<acl-name>WORD</acl-name> <!-- operation="delete"-->
</community>
</communities>
</server>
</servers>
</snmp>
Command Syntax
snmp-server community WORD use-acl WORD (vrf management|)
Configure access
Use this attribute to set access privileges to this community view.
This command is supported when following feature are enabled SNMP-AGENT feature
Attribute Name: access
Attribute Type: enum (ro)
Attribute Name: community-view-name
Attribute Type: string
Attribute Name: version
Attribute Type: enum (v1|v2c)
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<communities xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<community>
<community-name>WORD</community-name>
<config>
<community-name>WORD</community-name>
<community-view-name>VIEW-NAME</community-view-name> <!-- operation="delete"-->
<version>v1</version> <!-- operation="delete"-->
</config>
<access>ro</access> <!-- operation="delete"-->
</community>
</communities>
</server>
</servers>
</snmp>
Command Syntax
snmp-server community WORD view VIEW-NAME version (v1|v2c) (ro) (vrf management|)
Configure community name
Use this attribute to create an SNMP community string and access privileges.
Attribute Name: community-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: community-context
Attribute Type: string
Attribute Range: 1-32
Attribute Name: community-user
Attribute Type: string
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<communities xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<community>
<community-name>WORD</community-name>
<config>
<community-name>WORD</community-name>
</config>
<community-context>WORD</community-context> <!-- operation="delete"-->
<community-user>WORD</community-user> <!-- operation="delete"-->
</community>
</communities>
</server>
</servers>
</snmp>
Command Syntax
snmp-server community-map WORD context WORD user WORD (vrf management|)
Configure group name
Use this attribute to create an SNMP group string.
Attribute Name: group-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: group-version
Attribute Type: enum (1|2c|3)
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<server-groups xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<server-group>
<group-name>WORD</group-name>
<config>
<group-name>WORD</group-name>
<group-version>1</group-version> <!-- operation="delete"-->
</config>
</server-group>
</server-groups>
</server>
</servers>
</snmp>
Command Syntax
snmp-server group WORD version (1|2c) (vrf management|)
Configure group name
Use this attribute to create an SNMP group string.
Attribute Name: group-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: group-version
Attribute Type: enum (1|2c|3)
Attribute Name: snmpv3-group-auth-type
Attribute Type: enum (auth|priv|noauth)
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<server-groups xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<server-group>
<group-name>WORD</group-name>
<config>
<group-name>WORD</group-name>
<group-version>1</group-version> <!-- operation="delete"-->
<snmpv3-group-auth-type>auth</snmpv3-group-auth-type> <!-- operation="delete"-->
</config>
</server-group>
</server-groups>
</server>
</servers>
</snmp>
Command Syntax
snmp-server group WORD version (3) (auth|priv|noauth) (vrf management|)
Configure group name
Use this attribute to create an SNMP group string.
Attribute Name: group-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: group-version
Attribute Type: enum (1|2c|3)
Attribute Name: context
Attribute Type: union
Attribute Range: 1-32
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<server-groups xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<server-group>
<group-name>WORD</group-name>
<config>
<group-name>WORD</group-name>
<group-version>1</group-version> <!-- operation="delete"-->
<context>1</context> <!-- operation="delete"-->
</config>
</server-group>
</server-groups>
</server>
</servers>
</snmp>
Command Syntax
snmp-server group WORD version (1|2c) context (all|WORD) (vrf management|)
Configure group name
Use this attribute to create an SNMP group string.
Attribute Name: group-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: group-version
Attribute Type: enum (1|2c|3)
Attribute Name: snmpv3-group-auth-type
Attribute Type: enum (auth|priv|noauth)
Attribute Name: context
Attribute Type: enum (all)
Attribute Range: 1-32
Netconf edit-config payload
<snmp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp">
<servers xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server">
<server>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<server-groups xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended">
<server-group>
<group-name>WORD</group-name>
<config>
<group-name>WORD</group-name>
<group-version>1</group-version> <!-- operation="delete"-->
<snmpv3-group-auth-type>auth</snmpv3-group-auth-type> <!-- operation="delete"-->
<context>1</context> <!-- operation="delete"-->
</config>
</server-group>
</server-groups>
</server>
</servers>
</snmp>
Command Syntax
snmp-server group WORD version (3) (auth|priv|noauth) context <1-32> (all) (vrf management|)
debug snmp-server
Netconf RPC payload
<snmp-server-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended"/>
Command Syntax
debug snmp-server
no debug snmp-server
Netconf RPC payload
<snmp-server-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-snmp-server-extended"/>
Command Syntax
no debug snmp-server
IPI-QOS
Configure enable qos
Use this attribute to globally enable or disable QoS
Attribute Name: enable-qos
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<config>
</enable-qos><!-- operation="delete"-->
</config>
</global>
</qos>
Command Syntax
qos enable
Configure statistics enabled
Use this attribute to enable QoS statistics
Attribute Name: statistics-enabled
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<config>
</statistics-enabled><!-- operation="delete"-->
</config>
</global>
</qos>
Command Syntax
qos statistics
Configure block size
Use this attribute to configure block-size for vlan-queuing
Attribute Name: block-size
Attribute Type: uint8
Default Value: 1
Attribute Range: 1-8
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<config>
<block-size>1</block-size> <!-- operation="delete"-->
</config>
</global>
</qos>
Command Syntax
qos vlan-queuing block-size <1-8>
Configure name
Use this attribute to set a name to CoS to Traffic-Class profile
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: name
Attribute Type: string
Attribute Range: 1-31
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<cos-to-queue-profiles>
<cos-to-queue-profile> <!-- operation="delete"-->
<name>NAME</name>
<config>
<name>WORD</name>
</config>
</cos-to-queue-profile>
</cos-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
qos profile cos-to-queue (NAME|default)
Configure color
Use this attribute to select the color CoS DEI is mapped to.
This command is supported when following feature are enabled QoS Mapping Profile feature and following feature are disabled QoS custom options2
Attribute Name: color
Attribute Type: enum (green|yellow|red)
Attribute Name: queue-id
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<cos-to-queue-profiles>
<cos-to-queue-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<cos-dei-to-queues>
<cos-dei-to-queue>
<dei-value>all</dei-value>
<config>
<dei-value>all</dei-value>
<cos-value>0</cos-value>
<queue-id>0</queue-id> <!-- operation="delete"-->
</config>
<cos-value>0</cos-value>
<color>green</color> <!-- operation="delete"-->
</cos-dei-to-queue>
</cos-dei-to-queues>
</cos-to-queue-profile>
</cos-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
cos <0-7> (dei (0|1|all)|) queue <0-7> (color (green|yellow|red)|)
Configure name
Use this attribute to set a name to DSCP to Traffic-Class profile
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: name
Attribute Type: string
Attribute Range: 1-31
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<dscp-to-queue-profiles>
<dscp-to-queue-profile> <!-- operation="delete"-->
<name>NAME</name>
<config>
<name>WORD</name>
</config>
</dscp-to-queue-profile>
</dscp-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
qos profile dscp-to-queue (NAME|default)
Configure color
Use this attribute to select the color to map.
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: color
Attribute Type: enum (green|yellow|red)
Attribute Name: queue-id
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<dscp-to-queue-profiles>
<dscp-to-queue-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<dscp-to-queues>
<dscp-to-queue>
<dscp-value>0</dscp-value>
<config>
<dscp-value>0</dscp-value>
<queue-id>0</queue-id> <!-- operation="delete"-->
</config>
<color>green</color> <!-- operation="delete"-->
</dscp-to-queue>
</dscp-to-queues>
</dscp-to-queue-profile>
</dscp-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
dscp <0-63> queue <0-7> color (green|yellow|red)
Configure color
Use this attribute to select the color to map.
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: color
Attribute Type: enum (green|yellow|red)
Attribute Name: queue-id
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<dscp-to-queue-profiles>
<dscp-to-queue-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<dscp-to-queues>
<dscp-to-queue>
<dscp-value>0</dscp-value>
<config>
<dscp-value>0</dscp-value>
<queue-id>0</queue-id> <!-- operation="delete"-->
</config>
<color>green</color> <!-- operation="delete"-->
</dscp-to-queue>
</dscp-to-queues>
</dscp-to-queue-profile>
</dscp-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
dscp <0-63> queue <0-7> color (green|yellow|red)
Configure queue id
Use this attribute to select the Traffic-Class DSCP is mapped to
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: queue-id
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<dscp-to-queue-profiles>
<dscp-to-queue-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<dscp-to-queues>
<dscp-to-queue>
<dscp-value>0</dscp-value>
<config>
<dscp-value>0</dscp-value>
</config>
<queue-id>0</queue-id> <!-- operation="delete"-->
</dscp-to-queue>
</dscp-to-queues>
</dscp-to-queue-profile>
</dscp-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
dscp <0-63> queue <0-7>
Configure queue id
Use this attribute to select the Traffic-Class DSCP is mapped to
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: queue-id
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<dscp-to-queue-profiles>
<dscp-to-queue-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<dscp-to-queues>
<dscp-to-queue>
<dscp-value>0</dscp-value>
<config>
<dscp-value>0</dscp-value>
</config>
<queue-id>0</queue-id> <!-- operation="delete"-->
</dscp-to-queue>
</dscp-to-queues>
</dscp-to-queue-profile>
</dscp-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
dscp <0-63> queue <0-7>
Configure name
Use this attribute to select the Traffic-Class color to CoS profile name
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: name
Attribute Type: string
Attribute Range: 1-31
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<queue-color-to-cos-profiles>
<queue-color-to-cos-profile> <!-- operation="delete"-->
<name>NAME</name>
<config>
<name>WORD</name>
</config>
</queue-color-to-cos-profile>
</queue-color-to-cos-profiles>
</map-profile>
</global>
</qos>
Command Syntax
qos profile queue-color-to-cos (NAME|default)
Configure color
Use this attribute to select the color to map. Default value is 3.
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: color
Attribute Type: enum (green|yellow|red|all)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<queue-color-to-cos-profiles>
<queue-color-to-cos-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<queue-color-to-coses>
<queue-color-to-cos> <!-- operation="delete"-->
<color>all</color>
<config>
<color>all</color>
<queue-id>0</queue-id>
<cos-value>0</cos-value>
</config>
<queue-id>0</queue-id>
</queue-color-to-cos>
</queue-color-to-coses>
</queue-color-to-cos-profile>
</queue-color-to-cos-profiles>
</map-profile>
</global>
</qos>
Command Syntax
queue <0-7> (color (green|yellow|red|all)|) cos <0-7>
Configure name
Use this attribute to select the Traffic-Class to Precedence profile name
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: name
Attribute Type: string
Attribute Range: 1-31
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<queue-to-precedence-profiles>
<queue-to-precedence-profile> <!-- operation="delete"-->
<name>NAME</name>
<config>
<name>WORD</name>
</config>
</queue-to-precedence-profile>
</queue-to-precedence-profiles>
</map-profile>
</global>
</qos>
Command Syntax
qos profile queue-to-precedence NAME
Configure queue id
Use this attribute to select the Traffic-Class to map
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: queue-id
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: precedence-value
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<queue-to-precedence-profiles>
<queue-to-precedence-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<queue-to-precedences>
<queue-to-precedence> <!-- operation="delete"-->
<queue-id>0</queue-id>
<config>
<queue-id>0</queue-id>
<precedence-value>0</precedence-value>
</config>
</queue-to-precedence>
</queue-to-precedences>
</queue-to-precedence-profile>
</queue-to-precedence-profiles>
</map-profile>
</global>
</qos>
Command Syntax
queue <0-7> precedence <0-7>
Configure name
Use this attribute to set a name to Precedence to Traffic-Class profile
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: name
Attribute Type: string
Attribute Range: 1-31
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<precedence-to-queue-profiles>
<precedence-to-queue-profile> <!-- operation="delete"-->
<name>NAME</name>
<config>
<name>WORD</name>
</config>
</precedence-to-queue-profile>
</precedence-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
qos profile precedence-to-queue NAME
Configure queue id
Use this attribute to select the Traffic-Class IP Precedence is mapped to
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: queue-id
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<precedence-to-queue-profiles>
<precedence-to-queue-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<precedence-to-queues>
<precedence-to-queue>
<precedence-value>0</precedence-value>
<config>
<precedence-value>0</precedence-value>
</config>
<queue-id>0</queue-id> <!-- operation="delete"-->
</precedence-to-queue>
</precedence-to-queues>
</precedence-to-queue-profile>
</precedence-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
precedence <0-7> queue <0-7>
Configure queue id
Use this attribute to select the Traffic-Class IP Precedence is mapped to
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: queue-id
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<precedence-to-queue-profiles>
<precedence-to-queue-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<precedence-to-queues>
<precedence-to-queue>
<precedence-value>0</precedence-value>
<config>
<precedence-value>0</precedence-value>
</config>
<queue-id>0</queue-id> <!-- operation="delete"-->
</precedence-to-queue>
</precedence-to-queues>
</precedence-to-queue-profile>
</precedence-to-queue-profiles>
</map-profile>
</global>
</qos>
Command Syntax
precedence <0-7> queue <0-7>
Configure name
Use this attribute to select the Traffic-Class color to DSCP profile name
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: name
Attribute Type: string
Attribute Range: 1-31
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<queue-color-to-dscp-profiles>
<queue-color-to-dscp-profile> <!-- operation="delete"-->
<name>NAME</name>
<config>
<name>WORD</name>
</config>
</queue-color-to-dscp-profile>
</queue-color-to-dscp-profiles>
</map-profile>
</global>
</qos>
Command Syntax
qos profile queue-color-to-dscp (NAME|default)
Configure color
Use this attribute to select the color to map. Default value is 3.
This command is supported when following feature are enabled QoS Mapping Profile feature
Attribute Name: color
Attribute Type: enum (green|yellow|red|all)
Attribute Name: dscp-value
Attribute Type: uint8
Attribute Range: 0-63
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<map-profile>
<queue-color-to-dscp-profiles>
<queue-color-to-dscp-profile>
<name>NAME</name>
<config>
<name>WORD</name>
</config>
<queue-color-to-dscps>
<queue-color-to-dscp> <!-- operation="delete"-->
<color>all</color>
<config>
<color>all</color>
<queue-id>0</queue-id>
<dscp-value>0</dscp-value>
</config>
<queue-id>0</queue-id>
</queue-color-to-dscp>
</queue-color-to-dscps>
</queue-color-to-dscp-profile>
</queue-color-to-dscp-profiles>
</map-profile>
</global>
</qos>
Command Syntax
queue <0-7> (color (green|yellow|red|all)|) dscp <0-63>
Configure cos
Use this command to enable remarking of CoS set by the egress map
Attribute Name: cos
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<remark>
<config>
</cos><!-- operation="delete"-->
</config>
</remark>
</global>
</qos>
Command Syntax
qos remark cos
Configure dei
Use this command to enable remarking of DEI set by the egress map
Attribute Name: dei
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<remark>
<config>
</dei><!-- operation="delete"-->
</config>
</remark>
</global>
</qos>
Command Syntax
qos remark dei
Configure dscp
Use this command to enable remarking of DSCP set by the egress map
Attribute Name: dscp
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<remark>
<config>
</dscp><!-- operation="delete"-->
</config>
</remark>
</global>
</qos>
Command Syntax
qos remark dscp
Configure name
Use this attribute to set the class-map name
Attribute Name: name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing-default|vlan-queuing)
Attribute Name: match-criteria
Attribute Type: enum (match-all|match-any)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
<type>1</type>
<match-criteria>1</match-criteria>
</config>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
class-map NAME
Configure name
Use this attribute to set the class-map name
Attribute Name: name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing-default|vlan-queuing)
Attribute Name: match-criteria
Attribute Type: enum (match-all|match-any)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
<type>qos</type>
<match-criteria>1</match-criteria>
</config>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
class-map type (qos) NAME
Configure name
Use this attribute to set the class-map name
Attribute Name: name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing-default|vlan-queuing)
Attribute Name: match-criteria
Attribute Type: enum (match-all|match-any)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
<type>qos</type>
<match-criteria>match-all</match-criteria>
</config>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
class-map type (qos) (match-all) NAME
Configure name
Use this attribute to set the class-map name
Attribute Name: name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing-default|vlan-queuing)
Attribute Name: match-criteria
Attribute Type: enum (match-all|match-any)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
<type>qos</type>
<match-criteria>match-all</match-criteria>
</config>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
class-map type (qos) (match-any) NAME
Configure name
Use this attribute to set the class-map name
Attribute Name: name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing-default|vlan-queuing)
Attribute Name: match-criteria
Attribute Type: enum (match-all|match-any)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
<type>1</type>
<match-criteria>match-all</match-criteria>
</config>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
class-map (match-any) NAME
Configure name
Use this attribute to set the class-map name
Attribute Name: name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing-default|vlan-queuing)
Attribute Name: match-criteria
Attribute Type: enum (match-all|match-any)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
<type>1</type>
<match-criteria>match-all</match-criteria>
</config>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
class-map (match-all) NAME
Configure reference description
This attribute configures reference description message on class-map profile for QoS type.
Attribute Name: reference-description
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<reference-description>LINE</reference-description> <!-- operation="delete"-->
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
reference-description LINE
Configure access control list name
Use this attribute to classify traffic based on the Access Control List (ACL)
Attribute Name: access-control-list-name
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<access-control-list-name>NAME</access-control-list-name> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match access-group NAME
Configure traffic type
Use this attribute to classify traffic based on the traffic type value
Attribute Name: traffic-type
Attribute Type: enum (l2-uc|l2-uc-unknown|default)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<traffic-type>l2-uc</traffic-type> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match traffic-type (l2-uc|l2-uc-unknown|default)
Configure cos
Use this attribute to classify traffic based on the Class of Service (CoS) value
Attribute Name: cos
Attribute Type: string
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<cos>WORD</cos> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match cos WORD
Configure inner cos
Use this attribute to classify traffic based on inner Class of Service (CoS) value
Attribute Name: inner-cos
Attribute Type: string
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<inner-cos>WORD</inner-cos> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match cos inner WORD
Configure vlan
Use this attribute to classify traffic based on VLAN ID. Enter VLAN ID 1-4094 or range of VLAN ID’s.
Attribute Name: vlan
Attribute Type: string
Attribute Range: 1-4094
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<vlan>WORD</vlan> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match vlan WORD
Configure inner vlan
Use this attribute to classify traffic based on inner VLAN ID. Enter VLAN ID 1-4094 or range of VLAN ID’s.
Attribute Name: inner-vlan
Attribute Type: string
Attribute Range: 1-4094
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<inner-vlan>WORD</inner-vlan> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match vlan inner WORD
Configure rtp
Use this attribute to classify traffic based on the Real-time Transport Protocol (RTP). The rtp value 2000-65535 or range of rtp values.
Attribute Name: rtp
Attribute Type: string
Attribute Range: 2000-65535
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<rtp>WORD</rtp> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match ip rtp WORD
Configure dscp
Use this attribute to classify traffic based on the Differentiated Services Control Protocol (DSCP) value. Warning: In CLI show running, DSCP values with well-known names (ex.: af11, cs0) will be displayed as such. On Netconf, DSCP values will always be numeric.
Attribute Name: dscp
Attribute Type: string
Attribute Range: 0-63
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<dscp>WORD</dscp> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match dscp WORD
Configure precedence
Use this attribute to classify traffic based on the precedence value. Warning: In CLI show running, precedence values with well-known names (ex.: priority, immediate) will be displayed as such. On Netconf, precedence values will always be numeric.
Attribute Name: precedence
Attribute Type: string
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<precedence>WORD</precedence> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match precedence WORD
Configure packet protocol
Use this attribute to classify traffic based on the protocol
Attribute Name: packet-protocol
Attribute Type: enum (arp|bridging|cdp|clns|clns-es|clns-is|dhcp|isis|ldp|netbios)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<packet-protocol>arp</packet-protocol> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match protocol (arp|bridging|cdp|clns|clns-es|clns-is|dhcp|isis|ldp|netbios)
Configure source mac
Use this attribute to classify traffic based on the source MAC address. The MAC address value allow up to 17 characters.
Attribute Name: source-mac
Attribute Type: string
Attribute Range: 1-17
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<source-mac>MAC_ADDR</source-mac> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match mac src MAC_ADDR
Configure destination mac
Use this attribute to classify traffic based on the destination MAC address. The MAC address value allow up to 17 characters.
Attribute Name: destination-mac
Attribute Type: string
Attribute Range: 1-17
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<config>
<destination-mac>MAC_ADDR</destination-mac> <!-- operation="delete"-->
</config>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match mac dest MAC_ADDR
Configure port type
Use this attribute to classify traffic based on layer 4 source port or destination port
Attribute Name: port-type
Attribute Type: enum (source-port|destination-port)
Attribute Name: port
Attribute Type: string
Attribute Range: 1-65535
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-any-conditions>
<ipv4>
<layer4-match> <!-- operation="delete"-->
<port-type>source-port</port-type>
<config>
<port-type>source-port</port-type>
<protocol>any</protocol>
<port>WORD</port>
</config>
<protocol>any</protocol>
</layer4-match>
</ipv4>
</match-any-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match layer4 (any|tcp|udp) (source-port|destination-port) WORD
Configure traffic type all
Use this attribute to classify traffic based on the traffic type
Attribute Name: traffic-type-all
Attribute Type: enum (l2-uc|l2-uc-unknown|default)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<traffic-type-all>l2-uc</traffic-type-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match traffic-type (l2-uc|l2-uc-unknown|default)
Configure cos all
Use this attribute to classify traffic based on the Class of Service (CoS) value
Attribute Name: cos-all
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<cos-all>0</cos-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match cos <0-7>
Configure inner cos all
Use this attribute to classify traffic based on the inner Class of Service (CoS) value
Attribute Name: inner-cos-all
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<inner-cos-all>0</inner-cos-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match cos inner <0-7>
Configure vlan all
Use this attribute to classify traffic based on the VLAN ID
Attribute Name: vlan-all
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<vlan-all>1</vlan-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match vlan <1-4094>
Configure inner vlan all
Use this attribute to classify traffic based on the inner VLAN ID
Attribute Name: inner-vlan-all
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<inner-vlan-all>1</inner-vlan-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match vlan inner <1-4094>
Configure rtp all
Use this attribute to classify traffic based on the Real-time Transport Protocol (RTP)
Attribute Name: rtp-all
Attribute Type: uint32
Attribute Range: 2000-65535
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<rtp-all>2000</rtp-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match ip rtp <2000-65535>
Configure dscp all
Use this attribute to classify traffic based on the Differentiated Services Control Protocol (DSCP) value. The DSCP value range is 0-63. Warning: In CLI show running, DSCP values with well-known names (ex.: af11, cs0) will be displayed as such. On Netconf, DSCP values will always be numeric. The string type allow up to 8 characters on well-known name.
Attribute Name: dscp-all
Attribute Type: string
Attribute Range: 1-8
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<dscp-all>WORD</dscp-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match dscp WORD
Configure precedence all
Use this attribute to classify traffic based on the precedence value. The precedence value range is 0-7. Warning: In CLI show running, precedence values with well-known names (ex.: priority, immediate) will be displayed as such. On Netconf, precedence values will always be numeric. The string type allow up to 13 characters on well-known name.
Attribute Name: precedence-all
Attribute Type: string
Attribute Range: 1-13
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<precedence-all>WORD</precedence-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match precedence WORD
Configure packet protocol all
Use this attribute to classify traffic based on the protocol
Attribute Name: packet-protocol-all
Attribute Type: enum (arp|bridging|cdp|clns|clns-es|clns-is|dhcp|isis|ldp|netbios)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<packet-protocol-all>arp</packet-protocol-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match protocol (arp|bridging|cdp|clns|clns-es|clns-is|dhcp|isis|ldp|netbios)
Configure source mac all
Use this attribute to classify traffic based on the source MAC address. The MAC address value allow up to 17 characters.
Attribute Name: source-mac-all
Attribute Type: string
Attribute Range: 1-17
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<source-mac-all>MAC_ADDR</source-mac-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match mac src MAC_ADDR
Configure destination mac all
Use this attribute to classify traffic based on the destination MAC address. The MAC address value allow up to 17 characters.
Attribute Name: destination-mac-all
Attribute Type: string
Attribute Range: 1-17
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<config>
<destination-mac-all>MAC_ADDR</destination-mac-all> <!-- operation="delete"-->
</config>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match mac dest MAC_ADDR
Configure port all
Use this attribute to classify traffic based on the port
Attribute Name: port-all
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
</config>
<match-all-conditions>
<layer4-match-ipv4> <!-- operation="delete"-->
<port-all>1</port-all>
<config>
<port-all>1</port-all>
<port-type-all>source-port</port-type-all>
<protocol-all>any</protocol-all>
</config>
<port-type-all>source-port</port-type-all>
<protocol-all>any</protocol-all>
</layer4-match-ipv4>
</match-all-conditions>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
match layer4 (any|tcp|udp) (source-port|destination-port) <1-65535>
Configure name
Use this attribute to set the class-map name
Attribute Name: name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing-default|vlan-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps>
<class-map>
<name>NAME</name>
<config>
<name>NAME</name>
<type>qos</type>
</config>
</class-map>
</class-maps>
</global>
</qos>
Command Syntax
class-map type (queuing|vlan-queuing) NAME
Configure reference description
This attribute configures reference description message on class-map profile for queuing.
Attribute Name: reference-description
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps-queuing>
<class-map-queuing>
<name>WORD</name>
<config>
<name>NAME</name>
</config>
<reference-description>LINE</reference-description> <!-- operation="delete"-->
</class-map-queuing>
</class-maps-queuing>
</global>
</qos>
Command Syntax
reference-description LINE
Configure qos group
Use this attribute to classify traffic QoS group
Attribute Name: qos-group
Attribute Type: uint32
Attribute Range: 1-2000
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps-queuing>
<class-map-queuing>
<name>WORD</name>
<config>
<name>NAME</name>
</config>
<match-conditions>
<config>
<qos-group>1</qos-group>
</config>
</match-conditions>
</class-map-queuing>
</class-maps-queuing>
</global>
</qos>
Command Syntax
match qos-group <1-2000>
Configure vlan queue
Use this attribute to classify traffic based on the VLAN ID
Attribute Name: vlan-queue
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps-queuing>
<class-map-queuing>
<name>WORD</name>
<config>
<name>NAME</name>
</config>
<match-conditions>
<config>
<vlan-queue>1</vlan-queue> <!-- operation="delete"-->
</config>
</match-conditions>
</class-map-queuing>
</class-maps-queuing>
</global>
</qos>
Command Syntax
match vlan <1-4094>
Configure cos
Use this attribute to classify traffic based on the Class of Service (CoS) value
Attribute Name: cos
Attribute Type: string
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<class-maps-queuing>
<class-map-queuing>
<name>WORD</name>
<config>
<name>NAME</name>
</config>
<match-conditions>
<config>
<cos>WORD</cos> <!-- operation="delete"-->
</config>
</match-conditions>
</class-map-queuing>
</class-maps-queuing>
</global>
</qos>
Command Syntax
match cos WORD
Configure policy map name
Use this attribute to set the policy-map name
Attribute Name: policy-map-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
<type>1</type>
</config>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
policy-map NAME
Configure policy map name
Use this attribute to set the policy-map name
Attribute Name: policy-map-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
<type>qos</type>
</config>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
policy-map type (qos) NAME
Configure policy map name
Use this attribute to set the policy-map name
Attribute Name: policy-map-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
<type>qos</type>
</config>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
policy-map type (queuing) NAME
Configure policy map name
Use this attribute to set the policy-map name
Attribute Name: policy-map-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
<type>qos</type>
</config>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
policy-map type (queuing default) NAME
Configure policy map name
Use this attribute to set the policy-map name
Attribute Name: policy-map-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
<type>qos</type>
</config>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
policy-map type (vlan-queuing|hybrid-queuing) NAME
Configure reference description
This attribute configures reference description message on policy-map profile
Attribute Name: reference-description
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<reference-description>LINE</reference-description> <!-- operation="delete"-->
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
reference-description LINE
Configure class map name
Use this attribute to attach a class-map of type qos or queue to the policy-map
Attribute Name: class-map-name
Attribute Type: union
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
<type>qos</type>
</config>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
class (type (qos)|) NAME
Configure class map name
Use this attribute to attach a class-map of type qos or queue to the policy-map
Attribute Name: class-map-name
Attribute Type: union
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
<type>qos</type>
</config>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
class (type (qos)|) class-default
Configure class map name
Use this attribute to attach a class-map of type qos or queue to the policy-map
Attribute Name: class-map-name
Attribute Type: union
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
<type>queuing</type>
</config>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
class (type (queuing)|) class-default-q
Configure class map name
Use this attribute to attach a class-map of type qos or queue to the policy-map
Attribute Name: class-map-name
Attribute Type: string
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
<type>queuing</type>
</config>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
class (type (queuing)|) NAME
Configure class map name
Use this attribute to attach a class-map of type qos or queue to the policy-map
Attribute Name: class-map-name
Attribute Type: string
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
<type>queuing</type>
</config>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
class (type (queuing|vlan-queuing)|) NAME
Configure class map name
Use this attribute to attach a class-map of type qos or queue to the policy-map
Attribute Name: class-map-name
Attribute Type: union
Attribute Name: type
Attribute Type: enum (qos|queuing|queuing default|vlan-queuing|hybrid-queuing)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
<type>qos</type>
</config>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
class type (queuing default) (q0|q1|q2|q3|q4|q5|q6|q7)
Configure child service policy name
Use this attribute to attach a child service-policy to the policy-map
Attribute Name: child-service-policy-name
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<child-service-policy-name>NAME</child-service-policy-name> <!-- operation="delete"-->
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
service-policy NAME
Configure reference description
This attribute configures reference description message on the association between policy-map profile and class-map profile.
Attribute Name: reference-description
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<reference-description>LINE</reference-description> <!-- operation="delete"-->
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
reference-description LINE
Configure weighted round robin queue weight
Use this attribute to set the weight for Weighted Round Robin queue scheduling algorithm
Attribute Name: weighted-round-robin-queue-weight
Attribute Type: uint8
Attribute Range: 1-127
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<config>
<weighted-round-robin-queue-weight>1</weighted-round-robin-queue-weight> <!-- operation="delete"-->
</config>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
wrr-queue weight <1-127>
Configure strict priority enabled
Use this attibute to set Strict Priority as queue scheduling algorithm
Attribute Name: strict-priority-enabled
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<config>
</strict-priority-enabled><!-- operation="delete"-->
</config>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
priority
Configure weight
Use this attribute to set weight for Weighted Random Early Detection
Attribute Name: weight
Attribute Type: uint8
Attribute Range: 0-15
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<red>
<config>
<weight>0</weight> <!-- operation="delete"-->
</config>
</red>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
random-detect weight <0-15>
Configure min threshold
Use this attribute to set Weighted Random Early Detection minimum threshold
Attribute Name: min-threshold
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: max-threshold
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: threshold-unit
Attribute Type: enum (packets|bytes|kbytes)
Attribute Name: drop-probability
Attribute Type: uint8
Attribute Range: 1-100
Attribute Name: explicit-congestion-notification
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<red>
<wred>
<config>
<max-threshold>1</max-threshold> <!-- operation="delete"-->
<threshold-unit>packets</threshold-unit> <!-- operation="delete"-->
<drop-probability>1</drop-probability> <!-- operation="delete"-->
</explicit-congestion-notification><!-- operation="delete"-->
<min-threshold>1</min-threshold> <!-- operation="delete"-->
</config>
</wred>
</red>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
random-detect <1-524288> <1-524288> (packets|bytes|kbytes) (drop-probability <1-100>|) (ecn|)
Configure min threshold
Use this attribute to set Weighted Random Early Detection minimum threshold
Attribute Name: min-threshold
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: max-threshold
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: drop-probability
Attribute Type: uint8
Attribute Range: 1-100
Attribute Name: min-threshold-yellow
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: max-threshold-yellow
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: drop-probability-yellow
Attribute Type: uint8
Attribute Range: 1-100
Attribute Name: min-threshold-red
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: max-threshold-red
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: drop-probability-red
Attribute Type: uint8
Attribute Range: 1-100
Attribute Name: threshold-unit
Attribute Type: enum (packets|bytes|kbytes)
Attribute Name: explicit-congestion-notification
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<red>
<wred>
<config>
<max-threshold>1</max-threshold> <!-- operation="delete"-->
<drop-probability>1</drop-probability> <!-- operation="delete"-->
<min-threshold-yellow>1</min-threshold-yellow> <!-- operation="delete"-->
<max-threshold-yellow>1</max-threshold-yellow> <!-- operation="delete"-->
<drop-probability-yellow>1</drop-probability-yellow> <!-- operation="delete"-->
<min-threshold-red>1</min-threshold-red> <!-- operation="delete"-->
<max-threshold-red>1</max-threshold-red> <!-- operation="delete"-->
<drop-probability-red>1</drop-probability-red> <!-- operation="delete"-->
<threshold-unit>packets</threshold-unit> <!-- operation="delete"-->
</explicit-congestion-notification><!-- operation="delete"-->
<min-threshold>1</min-threshold> <!-- operation="delete"-->
</config>
</wred>
</red>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
random-detect green <1-524288> <1-524288> (drop-probability <1-100>|) yellow <1-524288> <1-524288> (drop-probability <1-100>|) red <1-524288> <1-524288> (drop-probability <1-100>|) (packets|bytes|kbytes) (ecn|)
Configure min threshold
Use this attribute to set Weighted Random Early Detection minimum threshold
Attribute Name: min-threshold
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: max-threshold
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: threshold-unit
Attribute Type: enum (packets|bytes|kbytes)
Attribute Name: drop-probability
Attribute Type: uint8
Attribute Range: 1-100
Attribute Name: explicit-congestion-notification
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<red>
<wred>
<config>
<max-threshold>1</max-threshold> <!-- operation="delete"-->
<threshold-unit>packets</threshold-unit> <!-- operation="delete"-->
<drop-probability>1</drop-probability> <!-- operation="delete"-->
</explicit-congestion-notification><!-- operation="delete"-->
<min-threshold>1</min-threshold> <!-- operation="delete"-->
</config>
</wred>
</red>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
random-detect min-threshold <1-524288> max-threshold <1-524288> (packets|bytes|kbytes) (drop-probability <1-100>|) (ecn|)
Configure min threshold
Use this attribute to set Weighted Random Early Detection minimum threshold
Attribute Name: min-threshold
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: max-threshold
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: drop-probability
Attribute Type: uint8
Attribute Range: 1-100
Attribute Name: min-threshold-yellow
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: max-threshold-yellow
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: drop-probability-yellow
Attribute Type: uint8
Attribute Range: 1-100
Attribute Name: min-threshold-red
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: max-threshold-red
Attribute Type: uint32
Attribute Range: 1-524288
Attribute Name: drop-probability-red
Attribute Type: uint8
Attribute Range: 1-100
Attribute Name: threshold-unit
Attribute Type: enum (packets|bytes|kbytes)
Attribute Name: explicit-congestion-notification
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<red>
<wred>
<config>
<max-threshold>1</max-threshold> <!-- operation="delete"-->
<drop-probability>1</drop-probability> <!-- operation="delete"-->
<min-threshold-yellow>1</min-threshold-yellow> <!-- operation="delete"-->
<max-threshold-yellow>1</max-threshold-yellow> <!-- operation="delete"-->
<drop-probability-yellow>1</drop-probability-yellow> <!-- operation="delete"-->
<min-threshold-red>1</min-threshold-red> <!-- operation="delete"-->
<max-threshold-red>1</max-threshold-red> <!-- operation="delete"-->
<drop-probability-red>1</drop-probability-red> <!-- operation="delete"-->
<threshold-unit>packets</threshold-unit> <!-- operation="delete"-->
</explicit-congestion-notification><!-- operation="delete"-->
<min-threshold>1</min-threshold> <!-- operation="delete"-->
</config>
</wred>
</red>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
random-detect green min-threshold <1-524288> max-threshold <1-524288> (drop-probability <1-100>|) yellow min-threshold <1-524288> max-threshold <1-524288> (drop-probability <1-100>|) red min-threshold <1-524288> max-threshold <1-524288> (drop-probability <1-100>|) (packets|bytes|kbytes) (ecn|)
Configure max threshold type
Use this attribute to set tail drop limits on egress queue
Attribute Name: max-threshold-type
Attribute Type: enum (packets|bytes|kbytes)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<tail-drops>
<tail-drop> <!-- operation="delete"-->
<max-threshold-type>packets</max-threshold-type>
<config>
<max-threshold-type>packets</max-threshold-type>
<max-threshold>1</max-threshold>
</config>
<max-threshold>1</max-threshold>
</tail-drop>
</tail-drops>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
queue-limit <1-524288> (packets|bytes|kbytes)
Configure rate value
Use this attribute to set a minimum bandwidth rate on the egress queue
Attribute Name: rate-value
Attribute Type: uint32
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<bandwidths>
<bandwidth>
<rate-type>kbps</rate-type>
<config>
<rate-type>kbps</rate-type>
<rate-value>0</rate-value>
</config>
<rate-value>0</rate-value>
</bandwidth>
</bandwidths>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
bandwidth <1-1000000000> (kbps|mbps|gbps)
Configure rate value
Use this attribute to set a minimum bandwidth rate on the egress queue
Attribute Name: rate-value
Attribute Type: uint32
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<bandwidths>
<bandwidth>
<rate-type>kbps</rate-type>
<config>
<rate-type>kbps</rate-type>
<rate-value>0</rate-value>
</config>
<rate-value>0</rate-value>
</bandwidth>
</bandwidths>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
bandwidth (percent) <1-100>
Configure rate value
Use this attribute to set a maximum shaping rate on the egress queue
Attribute Name: rate-value
Attribute Type: uint32
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<shapes>
<shape>
<rate-unit>kbps</rate-unit>
<config>
<rate-unit>kbps</rate-unit>
<rate-value>0</rate-value>
</config>
<rate-value>0</rate-value>
</shape>
</shapes>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
shape <1-1000000000> (kbps|mbps|gbps)
Configure rate value
Use this attribute to set a maximum shaping rate on the egress queue
Attribute Name: rate-value
Attribute Type: uint32
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<queue-mode>
<shapes>
<shape>
<rate-unit>kbps</rate-unit>
<config>
<rate-unit>kbps</rate-unit>
<rate-value>0</rate-value>
</config>
<rate-value>0</rate-value>
</shape>
</shapes>
</queue-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
shape (percent) <1-100>
Configure priority
Use this attribute to set the user priority for the class attached to this policy-map
Attribute Name: priority
Attribute Type: uint16
Attribute Range: 1-1000
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<qos-mode>
<config>
<priority>1</priority> <!-- operation="delete"-->
</config>
</qos-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
priority <1-1000>
Configure precedence remark
Use this attribute to match traffic classes set action as change precedence in the egress packet to the defined value. The precedence value range is 0-7. Warning: In CLI show running, precedence values with well-known names (ex.: priority, immediate) will be displayed as such. On Netconf, precedence values will always be numeric. The string type allow up to 13 characters on well-known name.
Attribute Name: precedence-remark
Attribute Type: string
Attribute Range: 1-13
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<qos-mode>
<config>
<precedence-remark>WORD</precedence-remark> <!-- operation="delete"-->
</config>
</qos-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
set precedence WORD
Configure cos value
Use this attribute to match traffic classes set action as change CoS in the egress packet to the defined value
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<qos-mode>
<config>
<cos-value>0</cos-value> <!-- operation="delete"-->
</config>
</qos-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
set cos <0-7>
Configure cos remark only bridged
Use this attribute to enable remarking only bridged packets
Attribute Name: cos-remark-only-bridged
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<qos-mode>
<config>
<cos-remark-only-bridged>0</cos-remark-only-bridged> <!-- operation="delete"-->
</config>
</qos-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
set bridge cos <0-7>
Configure dscp value remark
Use this attribute to match traffic classes set action as change DSCP in the egress packet to the defined value. The DSCP value range is 0-63. Warning: In CLI show running, DSCP values with well-known names (ex.: af11, cs0) will be displayed as such. On Netconf, DSCP values will always be numeric. The string type allow up to 8 characters on well-known name.
Attribute Name: dscp-value-remark
Attribute Type: string
Attribute Range: 1-8
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<qos-mode>
<config>
<dscp-value-remark>WORD</dscp-value-remark> <!-- operation="delete"-->
</config>
</qos-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
set dscp WORD
Configure dscp remark only bridged
Use this attribute to enable remarking only bridged packets. The DSCP value range is 0-63. Warning: In CLI show running, DSCP values with well-known names (ex.: af11, cs0) will be displayed as such. On Netconf, DSCP values will always be numeric. The string type allow up to 8 characters on well-known name.
Attribute Name: dscp-remark-only-bridged
Attribute Type: string
Attribute Range: 1-8
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<qos-mode>
<config>
<dscp-remark-only-bridged>WORD</dscp-remark-only-bridged> <!-- operation="delete"-->
</config>
</qos-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
set bridge dscp WORD
Configure queue id
Use this attribute to match traffic classes set action as change queue in the egress packet to the defined value
Attribute Name: queue-id
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<qos-mode>
<config>
<queue-id>0</queue-id> <!-- operation="delete"-->
</config>
</qos-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
set queue <0-7>
Configure queue remark only bridged
Use this attribute to enable remarking only bridged packets
Attribute Name: queue-remark-only-bridged
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<qos-mode>
<config>
<queue-remark-only-bridged>0</queue-remark-only-bridged> <!-- operation="delete"-->
</config>
</qos-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
set bridge queue <0-7>
Configure qos group
Use this attribute to set action as change QoS group in the egress packet to the defined value
Attribute Name: qos-group
Attribute Type: uint16
Attribute Range: 1-2000
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<policy-maps>
<policy-map>
<policy-map-name>NAME</policy-map-name>
<config>
<policy-map-name>NAME</policy-map-name>
</config>
<classes>
<class>
<class-map-name>NAME</class-map-name>
<config>
<class-map-name>NAME</class-map-name>
</config>
<qos-mode>
<config>
<qos-group>1</qos-group> <!-- operation="delete"-->
</config>
</qos-mode>
</class>
</classes>
</policy-map>
</policy-maps>
</global>
</qos>
Command Syntax
set qos-group <1-2000>
Configure non unicast queue weight
Use this attribute to set action as change qos wrr weigth for non-uc queue in the egress to the defined value for matched packets
This command is supported when following feature are enabled QoS custom options1
Attribute Name: non-unicast-queue-weight
Attribute Type: uint8
Attribute Range: 1-127
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<scheduler-mode>
<weighted-round-robins>
<weighted-round-robin> <!-- operation="delete"-->
<non-unicast-queue-weight>1</non-unicast-queue-weight>
<config>
<non-unicast-queue-weight>1</non-unicast-queue-weight>
<unicast-queue-weight>1</unicast-queue-weight>
</config>
<unicast-queue-weight>1</unicast-queue-weight>
</weighted-round-robin>
</weighted-round-robins>
</scheduler-mode>
</global>
</qos>
Command Syntax
set qos wrr uc <1-127> non-uc <1-127>
Configure enabled
Use this attribute to set strict-priority for scheduler mode of L1 node to WRR
This command is supported when following feature are enabled QoS custom options1
Attribute Name: enabled
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<global>
<scheduler-mode>
<strict-priority>
<config>
</enabled><!-- operation="delete"-->
</config>
</strict-priority>
</scheduler-mode>
</global>
</qos>
Command Syntax
set qos sp
clear qos statistics (interface IFNAME|) ((type qos|type qos input|type qos output|type queuing|type all)|)
Attribute Name: interface-name
Attribute Type: string
Default Value: NULL
Attribute Name: type
Attribute Type: enum (type qos|type qos input|type qos output|type queuing|type all)
Default Value: type all
Netconf RPC payload
<qos-clear-statistics xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interface-name>IFNAME</interface-name>
<type>type all</type>
</qos-clear-statistics>
Command Syntax
clear qos statistics (interface IFNAME|) ((type qos|type qos input|type qos output|type queuing|type all)|)
IPI-QOS-IF
Configure untagged priority
Use this attribute to set internal priority for untagged traffic on L2 interface
Attribute Name: untagged-priority
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<untagged-priority>0</untagged-priority> <!-- operation="delete"-->
</interface>
</interfaces>
</qos>
Command Syntax
qos untagged-priority <0-7>
Configure trust dscp
Use this command to classify the ingress traffic based on DSCP map on L2 interface
Attribute Name: trust-dscp
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</trust-dscp><!-- operation="delete"-->
</interface>
</interfaces>
</qos>
Command Syntax
trust dscp
Configure cos
Use this command to enable/disable remarking of CoS set by the egress map
Attribute Name: cos
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<remark>
<config>
<cos>disable</cos> <!-- operation="delete"-->
</config>
</remark>
</interface>
</interfaces>
</qos>
Command Syntax
qos remark cos (disable|enable)
Configure dei
Use this command to enable/disable remarking of DEI set by the egress map
Attribute Name: dei
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<remark>
<config>
<dei>disable</dei> <!-- operation="delete"-->
</config>
</remark>
</interface>
</interfaces>
</qos>
Command Syntax
qos remark dei (disable|enable)
Configure dscp
Use this command to enable/disable remarking of DSCP set by the egress map
Attribute Name: dscp
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<remark>
<config>
<dscp>disable</dscp> <!-- operation="delete"-->
</config>
</remark>
</interface>
</interfaces>
</qos>
Command Syntax
qos remark dscp (disable|enable)
Configure name
Interface name for which QoS is being configured
Attribute Name: name
Attribute Type: string
Attribute Name: rate
Attribute Type: uint64
Attribute Name: rate-unit
Attribute Type: enum (kbps|mbps|gbps)
Attribute Name: burst-rate
Attribute Type: uint64
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<traffic-shape>
<config>
<rate>1</rate>
<rate-unit>kbps</rate-unit>
<burst-rate>1</burst-rate>
</config>
</traffic-shape>
</interface>
</interfaces>
</qos>
Command Syntax
shape rate <1-1000000000> (kbps|mbps|gbps) burst <2-1000000>
Configure name
Interface name for which QoS is being configured
Attribute Name: name
Attribute Type: string
Attribute Name: rate
Attribute Type: uint64
Attribute Name: rate-unit
Attribute Type: enum (kbps|mbps|gbps)
Attribute Name: burst-rate
Attribute Type: uint64
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<traffic-shape>
<config>
<rate>1</rate>
<rate-unit>kbps</rate-unit>
<burst-rate>1</burst-rate>
</config>
</traffic-shape>
</interface>
</interfaces>
</qos>
Command Syntax
shape rate <1-1000000000> (kbps|mbps|gbps) burst <2-1000000>
Configure cos to queue
Use this attibute to attach a CoS to Traffic-Class profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: cos-to-queue
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<cos-to-queue>NAME</cos-to-queue> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile cos-to-queue NAME
Configure dscp to queue
Use this attibute to attach a DSCP to Traffic-Class profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: dscp-to-queue
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<dscp-to-queue>NAME</dscp-to-queue> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile dscp-to-queue NAME
Configure precedence to queue
Use this attibute to attach a Precedence to Traffic-Class profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: precedence-to-queue
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<precedence-to-queue>NAME</precedence-to-queue> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile precedence-to-queue NAME
Configure queue color to cos
Use this attibute to attach a Traffic-Class color to CoS profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: queue-color-to-cos
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<queue-color-to-cos>NAME</queue-color-to-cos> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile queue-color-to-cos NAME
Configure queue color to dscp
Use this attibute to attach a Traffic-Class color to DSCP profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: queue-color-to-dscp
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<queue-color-to-dscp>NAME</queue-color-to-dscp> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile queue-color-to-dscp NAME
Configure queue to precedence
Use this attibute to attach a queue color to Precedence profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: queue-to-precedence
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<queue-to-precedence>NAME</queue-to-precedence> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile queue-to-precedence NAME
Configure type qos policy map name
Use this attribute to attach a service-policy of type qos to the interface
Attribute Name: type-qos-policy-map-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<service-policy>
<ingress>
<config>
<type-qos-policy-map-name>NAME</type-qos-policy-map-name> <!-- operation="delete"-->
</config>
</ingress>
</service-policy>
</interface>
</interfaces>
</qos>
Command Syntax
service-policy type qos input NAME
Configure type qos policy map name
Use this attribute to attach a service-policy of type qos to the interface
Attribute Name: type-qos-policy-map-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<service-policy>
<egress>
<config>
<type-qos-policy-map-name>NAME</type-qos-policy-map-name> <!-- operation="delete"-->
</config>
</egress>
</service-policy>
</interface>
</interfaces>
</qos>
Command Syntax
service-policy type qos output NAME
Configure type queuing policy map name
Use this attribute to attach a service-policy of type queue to the interface
Attribute Name: type-queuing-policy-map-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<service-policy>
<egress>
<config>
<type-queuing-policy-map-name>NAME</type-queuing-policy-map-name> <!-- operation="delete"-->
</config>
</egress>
</service-policy>
</interface>
</interfaces>
</qos>
Command Syntax
service-policy type queuing output NAME
IPI-PLATFORM-TERMINAL-DEVICE
Configure slot index
Index to select a optical module slot.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: slot-index
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module> <!-- operation="delete"-->
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
</coherent-module>
</terminal-device>
Command Syntax
coherent-module <1-255>
Configure service enable
Use this attribute to enable or disable service for controller optical module
This command is supported when following feature are enabled Coherent Optics
Attribute Name: service-enable
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
</service-enable><!-- operation="delete"-->
</coherent-module>
</terminal-device>
Command Syntax
enable
Configure description
Use this attribute to describe a coherent optical slot.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: description
Attribute Type: string
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<description>LINE</description> <!-- operation="delete"-->
</coherent-module>
</terminal-device>
Command Syntax
description LINE
Configure network interface loopback type
Use this attribute to set all the network interfaces loopback type.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: network-interface-loopback-type
Attribute Type: enum (none|shallow|deep)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interface-loopback-type>none</network-interface-loopback-type> <!-- operation="delete"-->
</coherent-module>
</terminal-device>
Command Syntax
loopback-type network (shallow|deep)
Configure host interface loopback type
Use this attribute to set all the host interfaces loopback type.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: host-interface-loopback-type
Attribute Type: enum (none|shallow|deep)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<host-interface-loopback-type>none</host-interface-loopback-type> <!-- operation="delete"-->
</coherent-module>
</terminal-device>
Command Syntax
loopback-type host (shallow|deep)
Configure shutdown
Indicates if coherent optical module is shutdown or not.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: shutdown
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<optical-port>
<config>
</shutdown><!-- operation="delete"-->
</config>
</optical-port>
</coherent-module>
</terminal-device>
Command Syntax
shutdown
Configure net index
Index of network interface in a coherent optical module.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: net-index
Attribute Type: uint8
Attribute Range: 0-15
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface> <!-- operation="delete"-->
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
network-interface <0-15>
Configure link down
Configure the link to go down when it exceeds threshold values.
Attribute Name: link-down
Attribute Type: bits (pre-fec-ber|q-margin|snr|chromatic-dispersion|rx-power)
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<link-down>31</link-down> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
link-down-policy all
Configure differential encoding
Enable differential encoding on a optical network interface.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: differential-encoding
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</differential-encoding><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
differential-encoding
Configure fec mode
FEC mode for network interface. Default is 15per-denali.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: fec-mode
Attribute Type: enum (15per-everest|15per-denali|otu4-g709|otu4-7per-staircase|25per-hc-sd2)
Default Value: 15per-denali
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<fec-mode>15per-denali</fec-mode> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
fec-mode (15per-everest|15per-denali|otu4-g709|otu4-7per-staircase|25per-hc-sd2)
Configure frequency
Specifies the output laser frequency for the optical network interface in terms of Hz, MHz, GHz or THz.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: frequency
Attribute Type: string
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<frequency>FREQUENCY</frequency> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
tx-laser-freq FREQUENCY
Configure loopback type
Specifies the loopback type of the optical network interface. Default is none.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: loopback-type
Attribute Type: enum (none|shallow|deep)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<loopback-type>none</loopback-type> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
loopback-type (shallow|deep)
Configure losi enabled
Enable loss of signal alarm on a network interface.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: losi-enabled
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</losi-enabled><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
losi-enable
Configure modulation format
Specifies the modulation format of the optical signal. Default is dp-16-qam.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: modulation-format
Attribute Type: enum (bpsk|dp-bpsk|qpsk|dp-qpsk|8-qam|dp-8-qam|16-qam|dp-16-qam|32-qam|dp-32-qam|64-qam|dp-64-qam)
Default Value: dp-16-qam
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<modulation-format>dp-16-qam</modulation-format> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
modulation-format (bpsk|dp-bpsk|qpsk|dp-qpsk|8-qam|dp-8-qam|16-qam|dp-16-qam|32-qam|dp-32-qam|64-qam|dp-64-qam)
Configure operational mode
Specifies the operational mode. The specified operational mode must exist in the list of supported operational modes supplied by the device
This command is supported when following feature are enabled Coherent Optics
Attribute Name: operational-mode
Attribute Type: uint16
Attribute Range: 1-6
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<operational-mode>1</operational-mode> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
operational-mode <1-6>
Configure prbs type
Simulate random data for transmission across the network interface if set. Default is none.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: prbs-type
Attribute Type: enum (none|prbs7|prbs9|prbs11|prbs15|prbs20|prbs23|prbs31)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<prbs-type>none</prbs-type> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
prbs-type (prbs7|prbs9|prbs11|prbs15|prbs20|prbs23|prbs31)
Configure pulse shaping rx
Enable or disable rx pulse shaping of the signal.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: pulse-shaping-rx
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</pulse-shaping-rx><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
pulse-shaping rx
Configure pulse shaping tx
Use this attribute to to enable or disable pulse shaping
This command is supported when following feature are enabled Coherent Optics
Attribute Name: pulse-shaping-tx
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</pulse-shaping-tx><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
pulse-shaping tx
Configure soft tx disable
Disable transmission of data on a network interface.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: soft-tx-disable
Attribute Type: empty
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
</soft-tx-disable><!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
soft-tx-disable
Configure target output power
Specifies the output power of the optical network interface.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: target-output-power
Attribute Type: decimal64
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<target-output-power>POWER</target-output-power> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
tx-output-power POWER
Configure link down
Configure the link to go down when it exceeds threshold values.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: link-down
Attribute Type: bits (pre-fec-ber|q-margin|snr|chromatic-dispersion|rx-power)
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<link-down>pre-fec-ber</link-down> <!-- operation="delete"-->
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
link-down-policy {pre-fec-ber|q-margin|snr|chromatic-dispersion|rx-power}
Configure rx chromatic dispersion
Set rx chromatic-dispersion threshold.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: rx-chromatic-dispersion
Attribute Type: string
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<config>
<rx-chromatic-dispersion>VALUE</rx-chromatic-dispersion> <!-- operation="delete"-->
</config>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
threshold chromatic-dispersion VALUE
Configure rx q margin
Set rx q-margin threshold.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: rx-q-margin
Attribute Type: decimal64
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<config>
<rx-q-margin>VALUE</rx-q-margin> <!-- operation="delete"-->
</config>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
threshold q-margin VALUE
Configure rx snr
Set rx snr threshold.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: rx-snr
Attribute Type: decimal64
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<config>
<rx-snr>VALUE</rx-snr> <!-- operation="delete"-->
</config>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
threshold snr VALUE
Configure clear
Set pre fec ber threshold value for clear.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: clear
Attribute Type: string
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<pre-fec-ber-thresholds>
<pre-fec-ber-threshold> <!-- operation="delete"-->
<clear>VALUE</clear>
<config>
<clear>TERMINAL_DEVICE_SCIENTIFIC_NOTATION_STRING</clear>
<signal-degrade>TERMINAL_DEVICE_SCIENTIFIC_NOTATION_STRING</signal-degrade>
<signal-failure>TERMINAL_DEVICE_SCIENTIFIC_NOTATION_STRING</signal-failure>
</config>
<signal-degrade>VALUE</signal-degrade>
<signal-failure>VALUE</signal-failure>
</pre-fec-ber-threshold>
</pre-fec-ber-thresholds>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
threshold pre-fec-ber signal-failure VALUE signal-degrade VALUE clear VALUE
Configure low alarm
Set input power threshold value for low alarm.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: low-alarm
Attribute Type: decimal64
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<network-interfaces>
<interface>
<net-index>0</net-index>
<config>
<net-index>0</net-index>
</config>
<monitor-thresholds>
<rx-power-thresholds>
<rx-power-threshold> <!-- operation="delete"-->
<low-alarm>VALUE</low-alarm>
<config>
<low-alarm>CML_FLOAT_PRECISION_2_T</low-alarm>
<low-warning>CML_FLOAT_PRECISION_2_T</low-warning>
<high-warning>CML_FLOAT_PRECISION_2_T</high-warning>
<high-alarm>CML_FLOAT_PRECISION_2_T</high-alarm>
</config>
<low-warning>VALUE</low-warning>
<high-warning>VALUE</high-warning>
<high-alarm>VALUE</high-alarm>
</rx-power-threshold>
</rx-power-thresholds>
</monitor-thresholds>
</interface>
</network-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
threshold rx-power high-alarm VALUE high-warning VALUE low-warning VALUE low-alarm VALUE
Configure host index
Index of host interface in a coherent optical module.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: host-index
Attribute Type: uint8
Attribute Range: 0-15
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<host-interfaces>
<interface> <!-- operation="delete"-->
<host-index>0</host-index>
<config>
<host-index>0</host-index>
</config>
</interface>
</host-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
host-interface <0-15>
Configure fec type
Fec type for host-interface. The default value is none.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: fec-type
Attribute Type: enum (none|rs|fc)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<host-interfaces>
<interface>
<host-index>0</host-index>
<config>
<host-index>0</host-index>
</config>
<fec-type>none</fec-type> <!-- operation="delete"-->
</interface>
</host-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
fec-type (rs|fc)
Configure loopback type
Loopback type for host-interface. The default value is none.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: loopback-type
Attribute Type: enum (none|shallow|deep)
Default Value: none
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<coherent-module>
<slot-index>1</slot-index>
<config>
<slot-index>1</slot-index>
</config>
<host-interfaces>
<interface>
<host-index>0</host-index>
<config>
<host-index>0</host-index>
</config>
<loopback-type>none</loopback-type> <!-- operation="delete"-->
</interface>
</host-interfaces>
</coherent-module>
</terminal-device>
Command Syntax
loopback-type (shallow|deep)
Configure options
Set TAI debug for Module/Netif/Hostif in config mode.
This command is supported when following feature are enabled Coherent Optics
Attribute Name: options
Attribute Type: bits (module|netif|hostif|all)
Netconf edit-config payload
<terminal-device xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<debug>
<config>
<options>module</options> <!-- operation="delete"-->
</config>
</debug>
</terminal-device>
Command Syntax
debug tai (module|netif|hostif|all)
debug tai (module|netif|hostif|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (module|netif|hostif|all)
Netconf RPC payload
<tai-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<terminal-debug-options>module</terminal-debug-options>
</tai-terminal-debug-on>
Command Syntax
debug tai (module|netif|hostif|all)
no debug tai (module|netif|hostif|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (module|netif|hostif|all)
Netconf RPC payload
<tai-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<terminal-debug-options>module</terminal-debug-options>
</tai-terminal-debug-off>
Command Syntax
no debug tai (module|netif|hostif|all)
clear coherent-module (<1-255>|) event-counters
Attribute Name: slot-index
Attribute Type: uint8
Attribute Range: 1-255
Netconf RPC payload
<clear-coherent-module-event-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<slot-index>1</slot-index>
</clear-coherent-module-event-counters>
Command Syntax
clear coherent-module (<1-255>|) event-counters
clear coherent-module (<1-255>|) error-counters
Attribute Name: slot-index
Attribute Type: uint8
Attribute Range: 1-255
Netconf RPC payload
<clear-coherent-module-error-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform-terminal-device">
<slot-index>1</slot-index>
</clear-coherent-module-error-counters>
Command Syntax
clear coherent-module (<1-255>|) error-counters
IPI-PLATFORM
Configure enable cmm
Use this attribute to turn on debugging for chassis monitoring
Attribute Name: enable-cmm
Attribute Type: empty
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<debug>
<config>
</enable-cmm><!-- operation="delete"-->
</config>
</debug>
</components>
Command Syntax
debug cmm
Configure enable ddm
Use this attribute to turn on debugging for digital diagnostic monitoring
Attribute Name: enable-ddm
Attribute Type: empty
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<debug>
<config>
</enable-ddm><!-- operation="delete"-->
</config>
</debug>
</components>
Command Syntax
debug ddm
Configure warning repeat
To enable cmm warning level logs to repeat.
Attribute Name: warning-repeat
Attribute Type: empty
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<config>
</warning-repeat><!-- operation="delete"-->
</config>
</global>
</components>
Command Syntax
cmm warning repeat
Configure locator led enable
To set the locator-led on or off.
Attribute Name: locator-led-enable
Attribute Type: empty
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<config>
</locator-led-enable><!-- operation="delete"-->
</config>
</global>
</components>
Command Syntax
locator-led on
Configure ddm monitor time interval
To set DDM Monitor interval time.
Attribute Name: ddm-monitor-time-interval
Attribute Type: uint16
Attribute Range: 60-3600
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<config>
<ddm-monitor-time-interval>60</ddm-monitor-time-interval> <!-- operation="delete"-->
</config>
</global>
</components>
Command Syntax
ddm monitor interval <60-3600>
Configure vpiu control vlan
To set Video PIU Command VLAN.
Attribute Name: vpiu-control-vlan
Attribute Type: uint16
Attribute Range: 2-4094
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<config>
<vpiu-control-vlan>2</vpiu-control-vlan> <!-- operation="delete"-->
</config>
</global>
</components>
Command Syntax
video-piu control-vlan <2-4094>
Configure service unsupported transceiver
To enable DDM Monitor for unsupported transceivers at user risk.
Attribute Name: service-unsupported-transceiver
Attribute Type: empty
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<config>
</service-unsupported-transceiver><!-- operation="delete"-->
</config>
</global>
</components>
Command Syntax
service unsupported-transceiver
Configure enable ddm monitor
To enable DDM monitor for all transceivers.
Attribute Name: enable-ddm-monitor
Attribute Type: empty
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<config>
</enable-ddm-monitor><!-- operation="delete"-->
</config>
</global>
</components>
Command Syntax
ddm monitor all
Configure system 15min load avg alarm
System 15min average load for alarm
Attribute Name: system-15min-load-avg-alarm
Attribute Type: uint8
Attribute Range: 51-100
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<system-load-average-threshold> <!-- operation="delete"-->
<system-15min-load-avg-alarm>51</system-15min-load-avg-alarm>
<config>
<system-15min-load-avg-alarm>51</system-15min-load-avg-alarm>
<system-5min-load-avg-alarm>51</system-5min-load-avg-alarm>
<system-1min-load-avg-alarm>51</system-1min-load-avg-alarm>
<system-1min-load-avg-warning-threshold>41</system-1min-load-avg-warning-threshold>
</config>
<system-5min-load-avg-alarm>51</system-5min-load-avg-alarm>
<system-1min-load-avg-alarm>51</system-1min-load-avg-alarm>
<system-1min-load-avg-warning-threshold>41</system-1min-load-avg-warning-threshold>
</system-load-average-threshold>
</global>
</components>
Command Syntax
system-load-average 1min warning <41-100> alarm <51-100> 5min alarm <51-100> 15min alarm <51-100>
Configure alarm threshold
Cpu threshold for alarm
Attribute Name: alarm-threshold
Attribute Type: uint8
Attribute Range: 91-100
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<cpu-core-usage-threshold> <!-- operation="delete"-->
<alarm-threshold>91</alarm-threshold>
<config>
<alarm-threshold>91</alarm-threshold>
<warning-threshold>51</warning-threshold>
</config>
<warning-threshold>51</warning-threshold>
</cpu-core-usage-threshold>
</global>
</components>
Command Syntax
cpu-core-usage warning <51-100> alarm <91-100>
Configure gps position disable
gps postion disable
This command is supported when following feature are enabled PTP hardware offload feature enabled
Attribute Name: gps-position-disable
Attribute Type: empty
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<gps-position>
<config>
</gps-position-disable><!-- operation="delete"-->
</config>
</gps-position>
</global>
</components>
Command Syntax
gps position disable
Configure gps survey in position accuracy
GPS position accuracy
This command is supported when following feature are enabled PTP hardware offload feature enabled
Attribute Name: gps-survey-in-position-accuracy
Attribute Type: uint32
Attribute Range: 1-10000
Attribute Name: gps-survey-in-observation-time
Attribute Type: uint32
Attribute Range: 1-1440
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<gps-position>
<config>
<gps-survey-in-observation-time>1</gps-survey-in-observation-time> <!-- operation="delete"-->
<gps-survey-in-position-accuracy>1</gps-survey-in-position-accuracy> <!-- operation="delete"-->
</config>
</gps-position>
</global>
</components>
Command Syntax
gps position survey-in <1-1440> <1-10000>
Configure gps fixed altitude
GPS fixed altitude in meters
This command is supported when following feature are enabled PTP hardware offload feature enabled
Attribute Name: gps-fixed-altitude
Attribute Type: decimal64
Attribute Name: gps-fixed-latitude
Attribute Type: decimal64
Attribute Name: gps-fixed-longitude
Attribute Type: decimal64
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<global>
<gps-position>
<config>
<gps-fixed-latitude>LATITUDE</gps-fixed-latitude> <!-- operation="delete"-->
<gps-fixed-longitude>LONGITUDE</gps-fixed-longitude> <!-- operation="delete"-->
<gps-fixed-altitude>ALTITUDE</gps-fixed-altitude> <!-- operation="delete"-->
</config>
</gps-position>
</global>
</components>
Command Syntax
gps position fixed LATITUDE LONGITUDE ALTITUDE
Configure monitor port
To enable DDM monitor for current transceiver.
This command is supported when following feature are disabled Tibit MicroPlug OLT feature
Attribute Name: monitor-port
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interfaces>
<interface>
<interface-name>WORD</interface-name>
<config>
<monitor-port>disable</monitor-port> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</components>
Command Syntax
ddm monitor (disable|enable)
Configure poe enable
To enable PoE for current interface.
This command is supported when following feature are disabled Tibit MicroPlug OLT feature
Attribute Name: poe-enable
Attribute Type: empty
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interfaces>
<interface>
<interface-name>WORD</interface-name>
<config>
</poe-enable><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</components>
Command Syntax
poe-enable
Configure videopiu port
To enable VIDEO PIU for current transceiver.
This command is supported when following feature are disabled Tibit MicroPlug OLT feature
Attribute Name: videopiu-port
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interfaces>
<interface>
<interface-name>WORD</interface-name>
<config>
<videopiu-port>disable</videopiu-port> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</components>
Command Syntax
video-piu (disable|enable)
Configure transceiver code
To set transceiver code for current transceiver.
This command is supported when following feature are disabled Tibit MicroPlug OLT feature
Attribute Name: transceiver-code
Attribute Type: enum (1000base-sx|1000base-lx|1000base-ex|1000base-cx|10gbase-sr|10gbase-lr|10gbase-er|10gbase-cr|25gbase-sr|25gbase-lr|25gbase-er|25gbase-cr|40gbase-sr4|40gbase-lr4|40gbase-er4|40gbase-cr4|100gbase-sr4|100gbase-lr4|100gbase-er4|100gbase-cr4)
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interfaces>
<interface>
<interface-name>WORD</interface-name>
<config>
<transceiver-code>1000base-sx</transceiver-code> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</components>
Command Syntax
transceiver (1000base-sx|1000base-lx|1000base-ex|1000base-cx|10gbase-sr|10gbase-lr|10gbase-er|10gbase-cr|25gbase-sr|25gbase-lr|25gbase-er|25gbase-cr|40gbase-sr4|40gbase-lr4|40gbase-er4|40gbase-cr4|100gbase-sr4|100gbase-lr4|100gbase-er4|100gbase-cr4)
Configure wavelength
wavelength
This command is supported when following feature are disabled Tibit MicroPlug OLT feature
Attribute Name: wavelength
Attribute Type: union
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interfaces>
<interface>
<interface-name>WORD</interface-name>
<config>
<wavelength>CML_WAVELENGTH_T</wavelength>
</config>
</interface>
</interfaces>
</components>
Command Syntax
wavelength (channel-number <1-96>|update <1528773-1566723>)
Configure tx disable
To disable laser tx for current transceiver.
This command is supported when following feature are disabled Tibit MicroPlug OLT feature
Attribute Name: tx-disable
Attribute Type: empty
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interfaces>
<interface>
<interface-name>WORD</interface-name>
<config>
</tx-disable><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</components>
Command Syntax
tx-disable
Configure interval
To set disk activity sampling window interval time.
Attribute Name: interval
Attribute Type: uint16
Attribute Range: 30-1200
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<disk-activity-monitoring>
<config>
<interval>30</interval> <!-- operation="delete"-->
</config>
</disk-activity-monitoring>
</components>
Command Syntax
disk-activity-monitoring interval <30-1200>
Configure read threshold
To set disk read activity alarm threshold.
Attribute Name: read-threshold
Attribute Type: uint32
Attribute Range: 1-20000
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<disk-activity-monitoring>
<config>
<read-threshold>1</read-threshold> <!-- operation="delete"-->
</config>
</disk-activity-monitoring>
</components>
Command Syntax
disk-activity-monitoring threshold read <1-20000>
Configure write threshold
To set disk write activity alarm threshold.
Attribute Name: write-threshold
Attribute Type: uint32
Attribute Range: 1-20000
Netconf edit-config payload
<components xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<disk-activity-monitoring>
<config>
<write-threshold>1</write-threshold> <!-- operation="delete"-->
</config>
</disk-activity-monitoring>
</components>
Command Syntax
disk-activity-monitoring threshold write <1-20000>
clear ddm transceiver alarm all
Netconf RPC payload
<ddm-clear-transceiver-alarm-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform"/>
Command Syntax
clear ddm transceiver alarm all
clear ddm transceiver alarm
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ddm-clear-transceiver-alarm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<name>WORD</name>
</ddm-clear-transceiver-alarm>
Command Syntax
clear ddm transceiver alarm
debug ddm
Netconf RPC payload
<cmm-terminal-debug-ddm-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform"/>
Command Syntax
debug ddm
no debug ddm
Netconf RPC payload
<cmm-terminal-debug-ddm-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform"/>
Command Syntax
no debug ddm
debug cmm
Netconf RPC payload
<cmm-terminal-debug-cmm-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform"/>
Command Syntax
debug cmm
no debug cmm
Netconf RPC payload
<cmm-terminal-debug-cmm-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform"/>
Command Syntax
no debug cmm
IPI-PLATFORM-PROFILE
Configure egress ipv6
Use this attribute to enable or disable Egress IPv6 filter groups. Disabling filter groups increases the configurable filter entries.
Attribute Name: egress-ipv6
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<hardware-profile>
<filters>
<config>
<egress-ipv6>disable</egress-ipv6> <!-- operation="delete"-->
</config>
</filters>
</hardware-profile>
</profiles>
Command Syntax
hardware-profile filter egress-ipv6 (disable|enable)
Configure ingress ipv6 acl
Use this attribute to enable or disable Ingress IPv6 filter groups. Disabling filter groups increases the configurable filter entries.
Attribute Name: ingress-ipv6-acl
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<hardware-profile>
<filters>
<config>
<ingress-ipv6-acl>disable</ingress-ipv6-acl> <!-- operation="delete"-->
</config>
</filters>
</hardware-profile>
</profiles>
Command Syntax
hardware-profile filter ingress-ipv6 (disable|enable)
Configure ingress ipv4
Use this attribute to enable or disable Ingress IPv4 filter groups. Disabling filter groups increases the configurable filter entries.
Attribute Name: ingress-ipv4
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<hardware-profile>
<filters>
<config>
<ingress-ipv4>disable</ingress-ipv4> <!-- operation="delete"-->
</config>
</filters>
</hardware-profile>
</profiles>
Command Syntax
hardware-profile filter ingress-ipv4 (disable|enable)
Configure ingress arp
Use this attribute to enable or disable Ingress ARP filter groups.
Attribute Name: ingress-arp
Attribute Type: empty
Netconf edit-config payload
<profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<hardware-profile>
<filters>
<config>
</ingress-arp><!-- operation="delete"-->
</config>
</filters>
</hardware-profile>
</profiles>
Command Syntax
hardware-profile filter ingress-arp enable
Configure profile
This Object is to check forwarding profile limit
This command is supported when following feature are enabled bcm uft feature and following feature are disabled dune feature
Attribute Name: profile
Attribute Type: enum (l2-profile-one|l2-profile-two|l2-profile-three|l3-profile|l3-128bit-profile|lpm-profile|lpm-128bit-profile|custom-profile)
Default Value: l2-profile-three
Netconf edit-config payload
<profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<forwarding-profiles>
<config>
<profile>l2-profile-three</profile> <!-- operation="delete"-->
</config>
</forwarding-profiles>
</profiles>
Command Syntax
forwarding profile (l2-profile-one|l2-profile-two|l2-profile-three|l3-profile|l3-128bit-profile|lpm-profile)
Configure profile
This Object is to check forwarding profile limit
This command is supported when following feature are enabled bcm uft feature and following feature are disabled dune feature
Attribute Name: profile
Attribute Type: enum (l2-profile-one|l2-profile-two|l2-profile-three|l3-profile|l3-128bit-profile|lpm-profile|lpm-128bit-profile|custom-profile)
Default Value: l2-profile-three
Netconf edit-config payload
<profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<forwarding-profiles>
<config>
<profile>l2-profile-three</profile> <!-- operation="delete"-->
</config>
</forwarding-profiles>
</profiles>
Command Syntax
forwarding profile (l2-profile-one|l2-profile-two|l2-profile-three|l3-profile|l3-128bit-profile|lpm-profile|lpm-128bit-profile|custom-profile)
Configure profile
This Object is to check forwarding profile limit
This command is supported when following feature are enabled bcm uft feature and following feature are disabled dune feature
Attribute Name: profile
Attribute Type: enum (l2-profile-one|l2-profile-two|l2-profile-three|l3-profile|l3-128bit-profile|lpm-profile|lpm-128bit-profile|custom-profile)
Default Value: l2-profile-three
Netconf edit-config payload
<profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<forwarding-profiles>
<config>
<profile>l2-profile-three</profile> <!-- operation="delete"-->
</config>
</forwarding-profiles>
</profiles>
Command Syntax
forwarding profile (l2-profile-one|l2-profile-two|l2-profile-three|l3-profile|l3-128bit-profile|custom-profile)
Configure enable
This Object is set loadBalance
This command is supported when following feature are enabled broadcom feature
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<load-balance>
<config>
</enable>
</config>
</load-balance>
</hardware>
Command Syntax
load-balance rtag7
Configure hash
This Object is used to set (hash values)CRC
This command is supported when following feature are enabled broadcom feature
Attribute Name: hash
Attribute Type: enum (crc16-bisync|crc16-ccitt|crc32-lo|crc32-hi)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<load-balance>
<config>
<hash>crc16-bisync</hash> <!-- operation="delete"-->
</config>
</load-balance>
</hardware>
Command Syntax
load-balance rtag7 hash (crc16-bisync|crc16-ccitt|crc32-lo|crc32-hi)
Configure macro flow based
macro-flow based dynamic hash selection
This command is supported when following feature are enabled broadcom feature
Attribute Name: macro-flow-based
Attribute Type: empty
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<load-balance>
<config>
</macro-flow-based><!-- operation="delete"-->
</config>
</load-balance>
</hardware>
Command Syntax
load-balance rtag7 macro-flow
Configure vlan based
This Object is set for Vlan based load balancing
This command is supported when following feature are enabled L2 feature,broadcom feature
Attribute Name: vlan-based
Attribute Type: empty
Attribute Name: dest-mac-based
Attribute Type: empty
Attribute Name: src-mac-based
Attribute Type: empty
Attribute Name: ether-type-based
Attribute Type: empty
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<load-balance>
<l2>
<config>
</dest-mac-based><!-- operation="delete"-->
</src-mac-based><!-- operation="delete"-->
</ether-type-based><!-- operation="delete"-->
</vlan-based><!-- operation="delete"-->
</config>
</l2>
</load-balance>
</hardware>
Command Syntax
load-balance rtag7 l2 { dest-mac| src-mac| ether-type| vlan }
Configure symmetric
Symmetric load balancing
This command is supported when following feature are enabled L3 feature,broadcom feature
Attribute Name: symmetric
Attribute Type: empty
Attribute Name: src-ipv4-address-based
Attribute Type: empty
Attribute Name: dest-ipv4-address-based
Attribute Type: empty
Attribute Name: src-l4-port-based
Attribute Type: empty
Attribute Name: dest-l4-port-based
Attribute Type: empty
Attribute Name: protocol-id-based
Attribute Type: empty
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<load-balance>
<ipv4>
<config>
</src-ipv4-address-based><!-- operation="delete"-->
</dest-ipv4-address-based><!-- operation="delete"-->
</src-l4-port-based><!-- operation="delete"-->
</dest-l4-port-based><!-- operation="delete"-->
</protocol-id-based><!-- operation="delete"-->
</symmetric><!-- operation="delete"-->
</config>
</ipv4>
</load-balance>
</hardware>
Command Syntax
load-balance rtag7 ipv4 { src-ipv4| dest-ipv4| srcl4-port| destl4-port| protocol-id| symmetric }
Configure symmetric
Symmetric load balancing
This command is supported when following feature are enabled L3 feature,broadcom feature
Attribute Name: symmetric
Attribute Type: empty
Attribute Name: src-ipv6-address-based
Attribute Type: empty
Attribute Name: dest-ipv6-address-based
Attribute Type: empty
Attribute Name: src-l4-port-based
Attribute Type: empty
Attribute Name: dest-l4-port-based
Attribute Type: empty
Attribute Name: next-header-based
Attribute Type: empty
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<load-balance>
<ipv6>
<config>
</src-ipv6-address-based><!-- operation="delete"-->
</dest-ipv6-address-based><!-- operation="delete"-->
</src-l4-port-based><!-- operation="delete"-->
</dest-l4-port-based><!-- operation="delete"-->
</next-header-based><!-- operation="delete"-->
</symmetric><!-- operation="delete"-->
</config>
</ipv6>
</load-balance>
</hardware>
Command Syntax
load-balance rtag7 ipv6 { src-ipv6| dest-ipv6| srcl4-port| destl4-port| next-hdr| symmetric }
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<rate>0</rate> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) rate <0-100000>
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<monitor>no-monitor</monitor> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (no-monitor|monitor)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<lossy>lossless</lossy> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (lossless|lossy)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<rate>0</rate> <!-- operation="delete"-->
<monitor>no-monitor</monitor> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) rate <0-100000> (no-monitor|monitor)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<rate>0</rate> <!-- operation="delete"-->
<lossy>lossless</lossy> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) rate <0-100000> (lossless|lossy)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<monitor>no-monitor</monitor> <!-- operation="delete"-->
<rate>0</rate> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (no-monitor|monitor) rate <0-100000>
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<monitor>no-monitor</monitor> <!-- operation="delete"-->
<lossy>lossless</lossy> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (no-monitor|monitor) (lossless|lossy)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<lossy>lossless</lossy> <!-- operation="delete"-->
<rate>0</rate> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (lossless|lossy) rate <0-100000>
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<lossy>lossless</lossy> <!-- operation="delete"-->
<monitor>no-monitor</monitor> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (lossless|lossy) (no-monitor|monitor)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<rate>0</rate> <!-- operation="delete"-->
<monitor>no-monitor</monitor> <!-- operation="delete"-->
<lossy>lossless</lossy> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) rate <0-100000> (no-monitor|monitor) (lossless|lossy)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<rate>0</rate> <!-- operation="delete"-->
<lossy>lossless</lossy> <!-- operation="delete"-->
<monitor>no-monitor</monitor> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) rate <0-100000> (lossless|lossy) (no-monitor|monitor)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<monitor>no-monitor</monitor> <!-- operation="delete"-->
<rate>0</rate> <!-- operation="delete"-->
<lossy>lossless</lossy> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (no-monitor|monitor) rate <0-100000> (lossless|lossy)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<monitor>no-monitor</monitor> <!-- operation="delete"-->
<lossy>lossless</lossy> <!-- operation="delete"-->
<rate>0</rate> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (no-monitor|monitor) (lossless|lossy) rate <0-100000>
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<lossy>lossless</lossy> <!-- operation="delete"-->
<rate>0</rate> <!-- operation="delete"-->
<monitor>no-monitor</monitor> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (lossless|lossy) rate <0-100000> (no-monitor|monitor)
Configure queue name
This attribute specifies CPU queue name for rate limiting config
Attribute Name: queue-name
Attribute Type: enum (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl)
Attribute Name: lossy
Attribute Type: enum (lossless|lossy)
Attribute Name: monitor
Attribute Type: enum (no-monitor|monitor)
Attribute Name: rate
Attribute Type: int32
Attribute Range: 0-100000
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<cpu-queue>
<rate-limits>
<rate-limit>
<queue-name>best-effort</queue-name>
<config>
<queue-name>best-effort</queue-name>
<lossy>lossless</lossy> <!-- operation="delete"-->
<monitor>no-monitor</monitor> <!-- operation="delete"-->
<rate>0</rate> <!-- operation="delete"-->
</config>
</rate-limit>
</rate-limits>
</cpu-queue>
</hardware>
Command Syntax
cpu-queue (best-effort|ipmc-miss|l3-miss|sflow|dhcp|nd|arp|igmp|bpdu|ccm|ptp|acl) (lossless|lossy) (no-monitor|monitor) rate <0-100000>
cpu-q-default rate <0-100000>
Attribute Name: rate
Attribute Type: uint32
Attribute Range: 0-100000
Netconf RPC payload
<ipi-platform-profile_platform-profile-cpu-q-rate-set xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<rate>0</rate>
</ipi-platform-profile_platform-profile-cpu-q-rate-set>
Command Syntax
cpu-q-default rate <0-100000>
no cpu-q-default rate
Attribute Name: rate
Attribute Type: empty
Netconf RPC payload
<ipi-platform-profile_platform-profile-cpu-q-rate-unset xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<rate>CML_EMPTY_T</rate>
</ipi-platform-profile_platform-profile-cpu-q-rate-unset>
Command Syntax
no cpu-q-default rate
IPI-PLATFORM-PROFILE-EXTENDED
Configure enable mac ageing timer
Use this command to enable or disable the MAC ageing timer calculation in control plane
Attribute Name: enable-mac-ageing-timer
Attribute Type: empty
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<mac-ageing>
<config>
</enable-mac-ageing-timer><!-- operation="delete"-->
</config>
</mac-ageing>
</hardware>
Command Syntax
mac-ageing-display
Configure soc
Attribute to indicate the SoC running on this platform. This attribute cannot be configured.
Attribute Name: soc
Attribute Type: enum (qax|qux|qmx|dnx|tomahawk|tomahawk2|tomahawk3|tomahawkplus|trident2|trident2plus|trident3|helix4|saber2|maverick2|unknown)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<platform>
<config>
<soc>qax</soc> <!-- operation="delete"-->
</config>
</platform>
</hardware>
Command Syntax
platform-extended-soc (qax|qux|qmx|dnx|tomahawk|tomahawk2|tomahawk3|tomahawkplus|trident2|trident2plus|trident3|helix4|saber2|maverick2|unknown)
Configure lpm banks
Use this attribute to set Sets memory allocation profile - Use ‘show forwarding profile limit‘ to check size
This command is supported when following feature are enabled bcm uft feature and following feature are disabled dune feature
Attribute Name: lpm-banks
Attribute Type: enum (2)
Attribute Name: l2-banks
Attribute Type: uint8
Attribute Range: 1-24
Attribute Name: l3-banks
Attribute Type: uint8
Attribute Range: 1-23
Netconf edit-config payload
<profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<forwarding-profiles>
<custom-profile>
<config>
<l2-banks>1</l2-banks> <!-- operation="delete"-->
<l3-banks>1</l3-banks> <!-- operation="delete"-->
<lpm-banks>2</lpm-banks> <!-- operation="delete"-->
</config>
</custom-profile>
</forwarding-profiles>
</profiles>
Command Syntax
forwarding custom-profile { l2-banks <1-24>| l3-banks <1-23>| lpm-banks (2) }
Configure ep vlan xlate banks
Use this attribute to set Sets memory allocation profile - Use ‘show forwarding profile limit‘ to check size
This command is supported when following feature are enabled bcm uft feature and following feature are disabled dune feature
Attribute Name: ep-vlan-xlate-banks
Attribute Type: uint8
Attribute Range: 1-23
Attribute Name: l2-banks
Attribute Type: uint8
Attribute Range: 1-24
Attribute Name: l3-banks
Attribute Type: uint8
Attribute Range: 1-23
Attribute Name: vlan-xlate-banks
Attribute Type: uint8
Attribute Range: 1-23
Netconf edit-config payload
<profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<forwarding-profiles>
<custom-profile>
<config>
<l2-banks>1</l2-banks> <!-- operation="delete"-->
<l3-banks>1</l3-banks> <!-- operation="delete"-->
<vlan-xlate-banks>1</vlan-xlate-banks> <!-- operation="delete"-->
<ep-vlan-xlate-banks>1</ep-vlan-xlate-banks> <!-- operation="delete"-->
</config>
</custom-profile>
</forwarding-profiles>
</profiles>
Command Syntax
forwarding custom-profile { l2-banks <1-24>| l3-banks <1-23>| vlan-xlate-banks <1-23>| ep-vlan-xlate-banks <1-23> }
Configure outer l3 header
Used to set Load balance tunneled packets based on outer header
This command is supported when following feature are enabled L3 feature and following feature are disabled dune feature
Attribute Name: outer-l3-header
Attribute Type: empty
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<load-balance>
<tunnel>
<config>
</outer-l3-header><!-- operation="delete"-->
</config>
</tunnel>
</load-balance>
</hardware>
Command Syntax
load-balance rtag7 tunnel outer-l3-header
Configure type
This Object is used to set LACP port-channel load-balancing and set port selection criteria (PSC) on an interface
This command is supported when following feature are enabled lacp feature and following feature are disabled dune feature
Attribute Name: type
Attribute Type: enum (dst-mac|src-mac|src-dst-mac|src-ip|dst-ip|src-dst-ip|rtag7)
Netconf edit-config payload
<hardware xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<load-balance>
<port-channel>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<type>dst-mac</type> <!-- operation="delete"-->
</interface>
</interfaces>
</port-channel>
</load-balance>
</hardware>
Command Syntax
port-channel load-balance (dst-mac|src-mac|src-dst-mac|src-ip|dst-ip|src-dst-ip|rtag7)
IPI-PLATFORM-CMIS
Configure fp port
Front port panel number
Attribute Name: fp-port
Attribute Type: uint8
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd> <!-- operation="delete"-->
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
</qsfp-dd>
</qsfp-dds>
Command Syntax
qsfp-dd PORTNUM
Configure application
Application configuration
Attribute Name: application
Attribute Type: uint8
Attribute Range: 2-15
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<application>2</application> <!-- operation="delete"-->
</qsfp-dd>
</qsfp-dds>
Command Syntax
application <2-15>
Configure type
PRBS pattern type for generator/checker
Attribute Name: type
Attribute Type: enum (31q|31|23q|23|15q|15|13q|13|9q|9|7q|7|ssprq)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<host>
<prbs>
<generator>
<config>
<type>31q</type> <!-- operation="delete"-->
</config>
</generator>
</prbs>
</host>
</qsfp-dd>
</qsfp-dds>
Command Syntax
prbs generator type (31q|31|23q|23|15q|15|13q|13|9q|9|7q|7|ssprq) host
Configure location
PRBS pattern generator/checker location
Attribute Name: location
Attribute Type: enum (pre-fec|post-fec)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<host>
<prbs>
<generator>
<config>
<location>pre-fec</location> <!-- operation="delete"-->
</config>
</generator>
</prbs>
</host>
</qsfp-dd>
</qsfp-dds>
Command Syntax
prbs generator (pre-fec|post-fec) host
Configure type
PRBS pattern type for generator/checker
Attribute Name: type
Attribute Type: enum (31q|31|23q|23|15q|15|13q|13|9q|9|7q|7|ssprq)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<host>
<prbs>
<checker>
<config>
<type>31q</type> <!-- operation="delete"-->
</config>
</checker>
</prbs>
</host>
</qsfp-dd>
</qsfp-dds>
Command Syntax
prbs checker type (31q|31|23q|23|15q|15|13q|13|9q|9|7q|7|ssprq) host
Configure location
PRBS pattern generator/checker location
Attribute Name: location
Attribute Type: enum (pre-fec|post-fec)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<host>
<prbs>
<checker>
<config>
<location>pre-fec</location> <!-- operation="delete"-->
</config>
</checker>
</prbs>
</host>
</qsfp-dd>
</qsfp-dds>
Command Syntax
prbs checker (pre-fec|post-fec) host
Configure type
Loopback type
Attribute Name: type
Attribute Type: enum (in|out|both)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<host>
<loopback>
<config>
<type>in</type> <!-- operation="delete"-->
</config>
</loopback>
</host>
</qsfp-dd>
</qsfp-dds>
Command Syntax
loopback (in|out|both) host
Configure type
PRBS pattern type for generator/checker
Attribute Name: type
Attribute Type: enum (31q|31|23q|23|15q|15|13q|13|9q|9|7q|7|ssprq)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<media>
<prbs>
<generator>
<config>
<type>31q</type> <!-- operation="delete"-->
</config>
</generator>
</prbs>
</media>
</qsfp-dd>
</qsfp-dds>
Command Syntax
prbs generator type (31q|31|23q|23|15q|15|13q|13|9q|9|7q|7|ssprq) media
Configure location
PRBS pattern generator/checker location
Attribute Name: location
Attribute Type: enum (pre-fec|post-fec)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<media>
<prbs>
<generator>
<config>
<location>pre-fec</location> <!-- operation="delete"-->
</config>
</generator>
</prbs>
</media>
</qsfp-dd>
</qsfp-dds>
Command Syntax
prbs generator (pre-fec|post-fec) media
Configure type
PRBS pattern type for generator/checker
Attribute Name: type
Attribute Type: enum (31q|31|23q|23|15q|15|13q|13|9q|9|7q|7|ssprq)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<media>
<prbs>
<checker>
<config>
<type>31q</type> <!-- operation="delete"-->
</config>
</checker>
</prbs>
</media>
</qsfp-dd>
</qsfp-dds>
Command Syntax
prbs checker type (31q|31|23q|23|15q|15|13q|13|9q|9|7q|7|ssprq) media
Configure location
PRBS pattern generator/checker location
Attribute Name: location
Attribute Type: enum (pre-fec|post-fec)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<media>
<prbs>
<checker>
<config>
<location>pre-fec</location> <!-- operation="delete"-->
</config>
</checker>
</prbs>
</media>
</qsfp-dd>
</qsfp-dds>
Command Syntax
prbs checker (pre-fec|post-fec) media
Configure type
Loopback type
Attribute Name: type
Attribute Type: enum (in|out|both)
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<media>
<loopback>
<config>
<type>in</type> <!-- operation="delete"-->
</config>
</loopback>
</media>
</qsfp-dd>
</qsfp-dds>
Command Syntax
loopback (in|out|both) media
Configure channel
Channel number
Attribute Name: channel
Attribute Type: int16
Netconf edit-config payload
<qsfp-dds xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<qsfp-dd>
<fp-port>PORTNUM</fp-port>
<config>
<fp-port>0</fp-port>
</config>
<laser>
<config>
<channel>0</channel>
</config>
</laser>
</qsfp-dd>
</qsfp-dds>
Command Syntax
laser channel <-32768-32767>
tibit-olt-microplug set interface IFNAME management-vlan-tpid (0x8100|0x88a8)
Attribute Name: interface-name
Attribute Type: string
Attribute Name: vlan-tpid
Attribute Type: string
Netconf RPC payload
<ipi-platform-transceiver-tibit_tibit-olt-microplug-set-management-vlan-tpid xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interface-name>IFNAME</interface-name>
<vlan-tpid>0x8100</vlan-tpid>
</ipi-platform-transceiver-tibit_tibit-olt-microplug-set-management-vlan-tpid>
Command Syntax
tibit-olt-microplug set interface IFNAME management-vlan-tpid (0x8100|0x88a8)
tibit-olt-microplug set interface IFNAME management-vlan-id <1-4094>
Attribute Name: interface-name
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf RPC payload
<ipi-platform-transceiver-tibit_tibit-olt-microplug-set-management-vlan-id xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interface-name>IFNAME</interface-name>
<vlan-id>1</vlan-id>
</ipi-platform-transceiver-tibit_tibit-olt-microplug-set-management-vlan-id>
Command Syntax
tibit-olt-microplug set interface IFNAME management-vlan-id <1-4094>
tibit-olt-microplug set interface IFNAME ethernet-mac-address XX:XX:XX:XX:XX:XX
Attribute Name: interface-name
Attribute Type: string
Attribute Name: mac-address
Attribute Type: yang:mac-address
Netconf RPC payload
<ipi-platform-transceiver-tibit_tibit-olt-microplug-set-ethernet-mac-address xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interface-name>IFNAME</interface-name>
<mac-address>XX:XX:XX:XX:XX:XX</mac-address>
</ipi-platform-transceiver-tibit_tibit-olt-microplug-set-ethernet-mac-address>
Command Syntax
tibit-olt-microplug set interface IFNAME ethernet-mac-address XX:XX:XX:XX:XX:XX
tibit-olt-microplug set interface IFNAME next-active-firmware-bank-id <0-3>
Attribute Name: interface-name
Attribute Type: string
Attribute Name: bank-id
Attribute Type: uint8
Attribute Range: 0-3
Netconf RPC payload
<ipi-platform-transceiver-tibit_tibit-olt-microplug-set-next-active-firmware-bank xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interface-name>IFNAME</interface-name>
<bank-id>0</bank-id>
</ipi-platform-transceiver-tibit_tibit-olt-microplug-set-next-active-firmware-bank>
Command Syntax
tibit-olt-microplug set interface IFNAME next-active-firmware-bank-id <0-3>
tibit-olt-microplug reboot interface IFNAME
Attribute Name: interface-name
Attribute Type: string
Netconf RPC payload
<ipi-platform-transceiver-tibit_tibit-olt-microplug-reboot xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-platform">
<interface-name>IFNAME</interface-name>
</ipi-platform-transceiver-tibit_tibit-olt-microplug-reboot>
Command Syntax
tibit-olt-microplug reboot interface IFNAME
IPI-AUTHENTICATION
Configure dot1x authentication
Use this attribute to enable globally authentication.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: dot1x-authentication
Attribute Type: empty
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<global>
<config>
</dot1x-authentication><!-- operation="delete"-->
</config>
</global>
</authentication>
Command Syntax
dot1x system-auth-ctrl
Configure dot1x control
Use this attribute to enable or disable the 802.1X authentication control on an interface.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: dot1x-control
Attribute Type: enum (force-unauthorized|force-authorized|auto)
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<dot1x-interfaces>
<dot1x-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<dot1x-control>force-authorized</dot1x-control>
</dot1x-interface>
</dot1x-interfaces>
</authentication>
Command Syntax
dot1x port-control (force-unauthorized|force-authorized|auto)
Configure protocol version
Use this attribute to set the protocol version of dot1x to 1 or 2. The protocol version must be synchronized with the Xsupplicant being used in that interface.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: protocol-version
Attribute Type: enum (1|2)
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<dot1x-interfaces>
<dot1x-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<protocol-version>2</protocol-version> <!-- operation="delete"-->
</dot1x-interface>
</dot1x-interfaces>
</authentication>
Command Syntax
dot1x protocol-version (1|2)
Configure quiet period
Use this attribute to set the quiet-period time interval.When a switch cannot authenticate a client, the switch remains idle for a quiet-period interval of time, then tries again. By administratively changing the quiet-period interval, by entering a lower number than the default, a faster response time can be provided
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: quiet-period
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<dot1x-interfaces>
<dot1x-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<authenticator-pae>
<config>
<quiet-period>1</quiet-period> <!-- operation="delete"-->
</config>
</authenticator-pae>
</dot1x-interface>
</dot1x-interfaces>
</authentication>
Command Syntax
dot1x quiet-period <1-65535>
Configure max reauth value
Use this attribute to set the maximum reauthentication value, which sets the maximum number of reauthentication attempts after which the port will be unauthorized.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: max-reauth-value
Attribute Type: uint8
Attribute Range: 1-10
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<dot1x-interfaces>
<dot1x-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<authenticator-pae>
<config>
<max-reauth-value>1</max-reauth-value> <!-- operation="delete"-->
</config>
</authenticator-pae>
</dot1x-interface>
</dot1x-interfaces>
</authentication>
Command Syntax
dot1x reauthMax <1-10>
Configure interval period
Use this attribute to set the interval between successive attempts to request an ID.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: interval-period
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<dot1x-interfaces>
<dot1x-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<authenticator-pae>
<config>
<interval-period>1</interval-period> <!-- operation="delete"-->
</config>
</authenticator-pae>
</dot1x-interface>
</dot1x-interfaces>
</authentication>
Command Syntax
dot1x timeout tx-period <1-65535>
Configure reauthentication period
Use this attribute to set the interval between reauthorization attempts.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: reauthentication-period
Attribute Type: uint32
Attribute Range: 1-4294967295
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<dot1x-interfaces>
<dot1x-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<reauthentication-timer>
<config>
<reauthentication-period>1</reauthentication-period> <!-- operation="delete"-->
</config>
</reauthentication-timer>
</dot1x-interface>
</dot1x-interfaces>
</authentication>
Command Syntax
dot1x timeout re-authperiod <1-4294967295>
Configure enable reauthentication
Use this attribute to enable reauthentication on a port.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: enable-reauthentication
Attribute Type: empty
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<dot1x-interfaces>
<dot1x-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<reauthentication-timer>
<config>
</enable-reauthentication><!-- operation="delete"-->
</config>
</reauthentication-timer>
</dot1x-interface>
</dot1x-interfaces>
</authentication>
Command Syntax
dot1x reauthentication
Configure supplicant timeout
Use this attribute to set the interval for a supplicant to respond.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: supplicant-timeout
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<dot1x-interfaces>
<dot1x-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<authenticator-be>
<config>
<supplicant-timeout>1</supplicant-timeout> <!-- operation="delete"-->
</config>
</authenticator-be>
</dot1x-interface>
</dot1x-interfaces>
</authentication>
Command Syntax
dot1x timeout supp-timeout <1-65535>
Configure server timeout
Use this attribute to set the authentication server response timeout.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: server-timeout
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<dot1x-interfaces>
<dot1x-interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<authenticator-be>
<config>
<server-timeout>1</server-timeout> <!-- operation="delete"-->
</config>
</authenticator-be>
</dot1x-interface>
</dot1x-interfaces>
</authentication>
Command Syntax
dot1x timeout server-timeout <1-65535>
Configure options
Use this attribute to turn on or turn off 802.1x debugging at various levels.
This command is supported when following feature are enabled HAVE_AUTHD feature
Attribute Name: options
Attribute Type: bits (event|timer|packet|nsm|all)
Netconf edit-config payload
<authentication xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<debug>
<config>
<options>event</options> <!-- operation="delete"-->
</config>
</debug>
</authentication>
Command Syntax
debug dot1x (event|timer|packet|nsm|all)
snmp restart auth
Netconf RPC payload
<dot1x-authentication-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication"/>
Command Syntax
snmp restart auth
debug dot1x (event|timer|packet|nsm|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|timer|packet|nsm|all)
Netconf RPC payload
<dot1x-authentication-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<terminal-debug-options>event</terminal-debug-options>
</dot1x-authentication-terminal-debug-on>
Command Syntax
debug dot1x (event|timer|packet|nsm|all)
no debug dot1x (event|timer|packet|nsm|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|timer|packet|nsm|all)
Netconf RPC payload
<dot1x-authentication-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication">
<terminal-debug-options>event</terminal-debug-options>
</dot1x-authentication-terminal-debug-off>
Command Syntax
no debug dot1x (event|timer|packet|nsm|all)
IPI-AUTHENTICATION-RADIUS
Configure port
Specify the radius client port number. The default port number is 1812.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: source-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<source-address>A.B.C.D</source-address> <!-- operation="delete"-->
<port>0</port> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
ip radius source-interface A.B.C.D <0-65535>
Configure timeout
Use this attribute to set the global timeout which is how long the device waits for a response from a RADIUS server before declaring a timeout failure.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: timeout
Attribute Type: uint8
Attribute Range: 1-60
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<timeout>1</timeout> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
radius-server dot1x timeout <1-60>
Configure retransmit max retries
Use this attribute to specify the number of times the router transmits each radius request to the server before giving up
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: retransmit-max-retries
Attribute Type: uint8
Attribute Range: 1-100
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<retransmit-max-retries>1</retransmit-max-retries> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
radius-server dot1x retransmit <1-100>
Configure key string
Use this attribute to set a global preshared key (shared secret) which is a text string shared between the device and RADIUS servers
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: key-string
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<key-string>WORD</key-string> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
radius-server dot1x key-string WORD
Configure encryption key
Use this attribute to set a global preshared key (shared secret) which is a text string shared between the device and RADIUS servers
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: encryption-key
Attribute Type: string
Attribute Range: 18-130
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<encryption-key>WORD</encryption-key> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
radius-server dot1x key-string encrypted WORD
Configure host address
The host-address to configure the radius host.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: host-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host> <!-- operation="delete"-->
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
</host>
</hosts>
</authentication-radius>
Command Syntax
radius-server dot1x host A.B.C.D
Configure host port
Specify the radius client port number. The default port number is 1812.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: host-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<host-port>0</host-port> <!-- operation="delete"-->
</host>
</hosts>
</authentication-radius>
Command Syntax
auth-port <0-65535>
Configure host timeout
Use this attribute to set the timeout which is how long the device waits for a response from a RADIUS server before declaring a timeout failure.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: host-timeout
Attribute Type: uint8
Attribute Range: 0-60
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<host-timeout>0</host-timeout> <!-- operation="delete"-->
</host>
</hosts>
</authentication-radius>
Command Syntax
timeout <0-60>
Configure host retransmit max retries
Use this attribute to specify the number of times the router transmits each radius request to the server before giving up.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: host-retransmit-max-retries
Attribute Type: uint8
Attribute Range: 0-100
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<host-retransmit-max-retries>0</host-retransmit-max-retries> <!-- operation="delete"-->
</host>
</hosts>
</authentication-radius>
Command Syntax
retransmit <0-100>
Configure key string
Use this attribute to set a key (shared secret) which is a text string shared between the device and RADIUS servers
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: key-string
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<key-string>WORD</key-string> <!-- operation="delete"-->
</host>
</hosts>
</authentication-radius>
Command Syntax
key-string WORD
Configure encryption key
Use this attribute to set a key (shared secret) which is a text string shared between the device and RADIUS servers
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: encryption-key
Attribute Type: string
Attribute Range: 18-130
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<encryption-key>WORD</encryption-key> <!-- operation="delete"-->
</host>
</hosts>
</authentication-radius>
Command Syntax
key-string encrypted WORD
IPI-ACL
Configure type
Type indicates the fields allowed in the ACL entries belonging to the ACL set (e.g., ip, ipv6, etc.)
Attribute Name: type
Attribute Type: enum (mac|ip|ipv6|arp)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set> <!-- operation="delete"-->
<type>ip</type>
<config>
<type>ip</type>
<name>WORD</name>
</config>
<name>NAME</name>
</acl-set>
</acl-sets>
</acl>
Command Syntax
ip access-list NAME
Configure type
Type indicates the fields allowed in the ACL entries belonging to the ACL set (e.g., ip, ipv6, etc.)
Attribute Name: type
Attribute Type: enum (mac|ip|ipv6|arp)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set> <!-- operation="delete"-->
<type>ipv6</type>
<config>
<type>ipv6</type>
<name>WORD</name>
</config>
<name>NAME</name>
</acl-set>
</acl-sets>
</acl>
Command Syntax
ipv6 access-list NAME
Configure type
Type indicates the fields allowed in the ACL entries belonging to the ACL set (e.g., ip, ipv6, etc.)
Attribute Name: type
Attribute Type: enum (mac|ip|ipv6|arp)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set> <!-- operation="delete"-->
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
</acl-set>
</acl-sets>
</acl>
Command Syntax
mac access-list NAME
Configure type
Type indicates the fields allowed in the ACL entries belonging to the ACL set (e.g., ip, ipv6, etc.)
Attribute Name: type
Attribute Type: enum (mac|ip|ipv6|arp)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set> <!-- operation="delete"-->
<type>arp</type>
<config>
<type>arp</type>
<name>WORD</name>
</config>
<name>NAME</name>
</acl-set>
</acl-sets>
</acl>
Command Syntax
arp access-list NAME
Configure description
Description, or comment, for the ACL set
Attribute Name: description
Attribute Type: string
Attribute Range: 1-100
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<description>LINE</description> <!-- operation="delete"-->
</acl-set>
</acl-sets>
</acl>
Command Syntax
remark LINE
Configure ipv6 disable default icmpv6 rule
Use this attribute to inform that the default icmpv6 rule is disable for the IPv6 ACL.
Attribute Name: ipv6-disable-default-icmpv6-rule
Attribute Type: uint8
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
</ipv6-disable-default-icmpv6-rule><!-- operation="delete"-->
</acl-set>
</acl-sets>
</acl>
Command Syntax
no 268435453 permit icmpv6 any any
Configure ipv6 disable default icmpv6 rule
Use this attribute to inform that the default icmpv6 rule is disable for the IPv6 ACL.
Attribute Name: ipv6-disable-default-icmpv6-rule
Attribute Type: uint8
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
</ipv6-disable-default-icmpv6-rule><!-- operation="delete"-->
</acl-set>
</acl-sets>
</acl>
Command Syntax
no 268435453
Configure starting sequence number
Use this attribute to set starting sequence number for resequencing
Attribute Name: starting-sequence-number
Attribute Type: uint32
Attribute Range: 1-268435453
Attribute Name: increment-steps
Attribute Type: uint32
Attribute Range: 1-268435453
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<re-sequence>
<config>
<increment-steps>1</increment-steps> <!-- operation="delete"-->
<starting-sequence-number>1</starting-sequence-number> <!-- operation="delete"-->
</config>
</re-sequence>
</acl-set>
</acl-sets>
</acl>
Command Syntax
resequence <1-268435453> <1-268435453>
Configure forwarding action default
Use this attribute to set default forwarding action
Attribute Name: forwarding-action-default
Attribute Type: enum (deny-all|permit-all)
Attribute Name: monitor-action-default
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<default-actions>
<config>
<monitor-action-default>log</monitor-action-default> <!-- operation="delete"-->
<forwarding-action-default>deny-all</forwarding-action-default> <!-- operation="delete"-->
</config>
</default-actions>
</acl-set>
</acl-sets>
</acl>
Command Syntax
default (deny-all|permit-all) ((log|sample)|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: union
Attribute Name: destination-address
Attribute Type: union
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any|host A.B.C.D|A.B.C.D/M|A.B.C.D A.B.C.D) (any|host A.B.C.D|A.B.C.D/M|A.B.C.D A.B.C.D) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: union
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7|<0-63>) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: precedence
Attribute Type: union
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network|<0-7>) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) fragments ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) fragments dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) fragments precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: union
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip|<0-65535>) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) range <0-65535> <0-65535> ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) range <0-65535> <0-65535> dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) range <0-65535> <0-65535> precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: union
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip|<0-65535>) (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) range <0-65535> <0-65535> ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) range <0-65535> <0-65535> dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) range <0-65535> <0-65535> precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) range <0-65535> <0-65535> ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) range <0-65535> <0-65535> dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) range <0-65535> <0-65535> precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) fragments (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) fragments dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) fragments precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: union
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp|<0-65535>) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) range <0-65535> <0-65535> (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) range <0-65535> <0-65535> dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) range <0-65535> <0-65535> precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: union
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp|<0-65535>) (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) range <0-65535> <0-65535> (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) range <0-65535> <0-65535> dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) range <0-65535> <0-65535> precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) range <0-65535> <0-65535> (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) range <0-65535> <0-65535> dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) range <0-65535> <0-65535> precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-message
Attribute Type: enum (administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-message>administratively-prohibited</icmp-message> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) ((administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)|) fragments (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-message
Attribute Type: enum (administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-message>administratively-prohibited</icmp-message> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) ((administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)|) fragments dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-message
Attribute Type: enum (administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-message>administratively-prohibited</icmp-message> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) ((administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)|) fragments precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-message
Attribute Type: enum (administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-message>administratively-prohibited</icmp-message> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) ((administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-message
Attribute Type: enum (administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-message>administratively-prohibited</icmp-message> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) ((administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)|) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-message
Attribute Type: enum (administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-message>administratively-prohibited</icmp-message> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) ((administratively-prohibited|alternate-address|conversion-error|dod-host-prohibited|dod-net-prohibited|echo|echo-reply|general-parameter-problem|host-isolated|host-precedence-unreachable|host-redirect|host-tos-redirect|host-tos-unreachable|host-unknown|host-unreachable|information-reply|information-request|mask-reply|mask-request|mobile-redirect|net-redirect|net-tos-redirect|net-tos-unreachable|net-unreachable|network-unknown|no-room-for-option|option-missing|packet-too-big|parameter-problem|port-unreachable|precedence-unreachable|protocol-unreachable|reassembly-timeout|redirect|router-advertisement|router-solicitation|source-quench|source-route-failed|time-exceeded|timestamp-reply|timestamp-request|traceroute|ttl-exceeded|unreachable)|) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: icmp-code
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: fragments
Attribute Type: empty
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<icmp-code>0</icmp-code> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> <0-255> fragments (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: icmp-code
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<icmp-code>0</icmp-code> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> <0-255> fragments dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: icmp-code
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: fragments
Attribute Type: empty
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<icmp-code>0</icmp-code> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> <0-255> fragments precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: icmp-code
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<icmp-code>0</icmp-code> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> <0-255> (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: icmp-code
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<icmp-code>0</icmp-code> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> <0-255> dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: icmp-code
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<icmp-code>0</icmp-code> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> <0-255> precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: fragments
Attribute Type: empty
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> fragments (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> fragments dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: fragments
Attribute Type: empty
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> fragments precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmp (any) (any) <0-255> precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-name
Attribute Type: union
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<protocol-name>igmp</protocol-name> <!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any|<0-255>) (any) (any) fragments (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-name
Attribute Type: enum (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any)
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<protocol-name>igmp</protocol-name> <!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any) (any) (any) fragments dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-name
Attribute Type: enum (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any)
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<protocol-name>igmp</protocol-name> <!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any) (any) (any) fragments precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-name
Attribute Type: enum (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any)
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<protocol-name>igmp</protocol-name> <!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any) (any) (any) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-name
Attribute Type: enum (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any)
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<protocol-name>igmp</protocol-name> <!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any) (any) (any) dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-name
Attribute Type: enum (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any)
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: precedence
Attribute Type: enum (routine|priority|immediate|flash|flashoverride|critical|internet|network)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<protocol-name>igmp</protocol-name> <!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<precedence>routine</precedence> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (igmp|ipip|ipv6ip|rsvp|gre|esp|ahp|eigrp|ospf|pim|ipcomp|vrrp|any) (any) (any) precedence (routine|priority|immediate|flash|flashoverride|critical|internet|network) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure fragment monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
This command is supported when following feature are enabled CUSTOM1 ACL feature
Attribute Name: fragment-monitor-action
Attribute Type: enum (log|sample)
Attribute Name: fragment-forwarding-action
Attribute Type: enum (deny-all|permit-all)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<type>mac</type>
<config>
<type>mac</type>
<name>WORD</name>
</config>
<name>NAME</name>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<fragment-actions>
<config>
<fragment-forwarding-action>deny-all</fragment-forwarding-action> <!-- operation="delete"-->
<fragment-monitor-action>log</fragment-monitor-action> <!-- operation="delete"-->
</config>
</fragment-actions>
</ipv4>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) fragments (deny-all|permit-all) ((log|sample)|)
Configure type
Type indicates the fields allowed in the ACL entries belonging to the standard ACL set (ip, ipv6)
Attribute Name: type
Attribute Type: enum (standard_ip|standard_ipv6)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<standard-acl-sets>
<standard-acl-set>
<type>standard_ip</type>
<config>
<type>standard_ip</type>
<name>WORD</name>
</config>
<name>NAME</name>
</standard-acl-set>
</standard-acl-sets>
</acl>
Command Syntax
ip access-list standard NAME
Configure type
Type indicates the fields allowed in the ACL entries belonging to the standard ACL set (ip, ipv6)
Attribute Name: type
Attribute Type: enum (standard_ip|standard_ipv6)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<standard-acl-sets>
<standard-acl-set>
<type>standard_ipv6</type>
<config>
<type>standard_ipv6</type>
<name>WORD</name>
</config>
<name>NAME</name>
</standard-acl-set>
</standard-acl-sets>
</acl>
Command Syntax
ipv6 access-list standard NAME
Configure source address
Source IPv4 address prefix.
Attribute Name: source-address
Attribute Type: union
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<standard-acl-sets>
<standard-acl-set>
<type>standard_ip</type>
<config>
<type>standard_ip</type>
<name>WORD</name>
</config>
<name>NAME</name>
<ipv4-acl-entries>
<ipv4-acl-entry>
<source-address>any</source-address>
<config>
<source-address>any</source-address>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</config>
</ipv4-acl-entry>
</ipv4-acl-entries>
</standard-acl-set>
</standard-acl-sets>
</acl>
Command Syntax
(deny|permit) (any|host A.B.C.D|A.B.C.D/M|A.B.C.D A.B.C.D)
IPI-ACL-IPV6
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: union
Attribute Name: destination-address
Attribute Type: union
Attribute Name: dscp
Attribute Type: union
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any|X:X::X:X/M|X:X::X:X X:X::X:X) (any|X:X::X:X/M|X:X::X:X X:X::X:X) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7|<0-63>)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: union
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip|<0-65535>) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) range <0-65535> <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (any) fragments (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: union
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip|<0-65535>) (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-source-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<tcp-source-port>echo</tcp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (any) range <0-65535> <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: tcp-destination-port
Attribute Type: enum (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<tcp-destination-port>echo</tcp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) (eq|neq|lt|gt) (echo|discard|daytime|chargen|ftp-data|ftp|ssh|telnet|smtp|time|whois|tacacs|domain|gopher|finger|www|hostname|pop2|pop3|sunrpc|ident|nntp|bgp|irc|pim-auto-rp|exec|login|cmd|lpd|talk|uucp|klogin|kshell|drip) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-tcp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: tcp-flags
Attribute Type: bits (ack|established|fin|psh|rst|syn|urg)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-tcp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<tcp-flags>ack</tcp-flags> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) tcp (any) range <0-65535> <0-65535> (any) range <0-65535> <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) ({ack|established|fin|psh|rst|syn|urg}|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: union
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp|<0-65535>) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) range <0-65535> <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (any) fragments (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: union
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp|<0-65535>) (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-source-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<udp-source-port>echo</udp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (any) range <0-65535> <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: udp-destination-port
Attribute Type: enum (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<udp-destination-port>echo</udp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) (eq|neq|lt|gt) (echo|discard|time|nameserver|tacacs|domain|bootps|bootpc|tftp|sunrpc|ntp|netbios-ns|netbios-dgm|netbios-ss|snmp|snmptrap|xdmcp|dnsix|mobile-ip|pim-auto-rp|isakmp|biff|who|syslog|talk|rip|non500-isakmp) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-udp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-udp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) udp (any) range <0-65535> <0-65535> (any) range <0-65535> <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmpv6 (any) (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-message
Attribute Type: enum (beyond-scope|destination-unreachable|echo-reply|echo-request|header|hop-limit|mld-query|mld-reduction|mld-report|nd-na|nd-ns|next-header|no-admin|no-route|packet-too-big|parameter-option|parameter-problem|port-unreachable|reassembly-timeout|redirect|renum-command|renum-result|renum-seq-number|router-advertisement|router-renumbering|router-solicitation|time-exceeded|unreachable)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-message>beyond-scope</icmp-message> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmpv6 (any) (any) (beyond-scope|destination-unreachable|echo-reply|echo-request|header|hop-limit|mld-query|mld-reduction|mld-report|nd-na|nd-ns|next-header|no-admin|no-route|packet-too-big|parameter-option|parameter-problem|port-unreachable|reassembly-timeout|redirect|renum-command|renum-result|renum-seq-number|router-advertisement|router-renumbering|router-solicitation|time-exceeded|unreachable) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmpv6 (any) (any) <0-255> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: icmp-code
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<icmp-code>0</icmp-code> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmpv6 (any) (any) <0-255> <0-255> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: fragments
Attribute Type: empty
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmpv6 (any) (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) fragments (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-message
Attribute Type: enum (beyond-scope|destination-unreachable|echo-reply|echo-request|header|hop-limit|mld-query|mld-reduction|mld-report|nd-na|nd-ns|next-header|no-admin|no-route|packet-too-big|parameter-option|parameter-problem|port-unreachable|reassembly-timeout|redirect|renum-command|renum-result|renum-seq-number|router-advertisement|router-renumbering|router-solicitation|time-exceeded|unreachable)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-message>beyond-scope</icmp-message> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmpv6 (any) (any) (beyond-scope|destination-unreachable|echo-reply|echo-request|header|hop-limit|mld-query|mld-reduction|mld-report|nd-na|nd-ns|next-header|no-admin|no-route|packet-too-big|parameter-option|parameter-problem|port-unreachable|reassembly-timeout|redirect|renum-command|renum-result|renum-seq-number|router-advertisement|router-renumbering|router-solicitation|time-exceeded|unreachable) fragments (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmpv6 (any) (any) <0-255> fragments (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-icmp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: icmp-type
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: icmp-code
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-icmp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<icmp-type>0</icmp-type> <!-- operation="delete"-->
<icmp-code>0</icmp-code> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) icmpv6 (any) (any) <0-255> <0-255> fragments (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) (any) fragments (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: sctp-destination-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<sctp-destination-port>0</sctp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) (any) (eq|neq|lt|gt) <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) (any) range <0-65535> <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: sctp-source-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<sctp-source-port>0</sctp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) (eq|neq|lt|gt) <0-65535> (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: sctp-source-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: sctp-destination-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<sctp-source-port>0</sctp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<sctp-destination-port>0</sctp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) (eq|neq|lt|gt) <0-65535> (any) (eq|neq|lt|gt) <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: source-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: sctp-source-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<source-port-operator>eq</source-port-operator> <!-- operation="delete"-->
<sctp-source-port>0</sctp-source-port> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) (eq|neq|lt|gt) <0-65535> (any) range <0-65535> <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) range <0-65535> <0-65535> (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: destination-port-operator
Attribute Type: enum (eq|neq|lt|gt)
Attribute Name: sctp-destination-port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<destination-port-operator>eq</destination-port-operator> <!-- operation="delete"-->
<sctp-destination-port>0</sctp-destination-port> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) range <0-65535> <0-65535> (any) (eq|neq|lt|gt) <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-sctp
Attribute Type: empty
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: lower-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-source-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: lower-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: upper-destination-port-in-range
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</protocol-sctp><!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<lower-source-port-in-range>0</lower-source-port-in-range> <!-- operation="delete"-->
<upper-source-port-in-range>0</upper-source-port-in-range> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<lower-destination-port-in-range>0</lower-destination-port-in-range> <!-- operation="delete"-->
<upper-destination-port-in-range>0</upper-destination-port-in-range> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) sctp (any) range <0-65535> <0-65535> (any) range <0-65535> <0-65535> (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-name
Attribute Type: union
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<protocol-name>ipipv6</protocol-name> <!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (ipipv6|ipv6ipv6|rsvp|gre|esp|ahp|ospf|pim|ipcomp|vrrp|any|<0-255>) (any) (any) (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure redirect interface name
Use this attribute to set the interface name on which packet to be redirected (in-direction only)
This command is supported when following feature are enabled IPV6 feature
Attribute Name: redirect-interface-name
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: protocol-name
Attribute Type: enum (ipipv6|ipv6ipv6|rsvp|gre|esp|ahp|ospf|pim|ipcomp|vrrp|any)
Attribute Name: source-address
Attribute Type: enum (any)
Attribute Name: destination-address
Attribute Type: enum (any)
Attribute Name: fragments
Attribute Type: empty
Attribute Name: dscp
Attribute Type: enum (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)
Attribute Name: flow-label
Attribute Type: uint32
Attribute Range: 0-1048575
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<protocol-name>ipipv6</protocol-name> <!-- operation="delete"-->
<source-address>any</source-address> <!-- operation="delete"-->
<destination-address>any</destination-address> <!-- operation="delete"-->
</fragments><!-- operation="delete"-->
<dscp>default</dscp> <!-- operation="delete"-->
<flow-label>0</flow-label> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<redirect-interface-name>IFNAME</redirect-interface-name> <!-- operation="delete"-->
</config>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (ipipv6|ipv6ipv6|rsvp|gre|esp|ahp|ospf|pim|ipcomp|vrrp|any) (any) (any) fragments (dscp (default|cs1|af11|af12|af13|cs2|af21|af22|af23|cs3|af31|af32|af33|cs4|af41|af42|af43|cs5|ef|cs6|cs7)|) (flow-label <0-1048575>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|) (redirect-to-port IFNAME|)
Configure fragment monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
This command is supported when following feature are enabled CUSTOM1 ACL feature,IPV6 feature
Attribute Name: fragment-monitor-action
Attribute Type: enum (log|sample)
Attribute Name: fragment-forwarding-action
Attribute Type: enum (deny-all|permit-all)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<fragment-actions>
<config>
<fragment-forwarding-action>deny-all</fragment-forwarding-action> <!-- operation="delete"-->
<fragment-monitor-action>log</fragment-monitor-action> <!-- operation="delete"-->
</config>
</fragment-actions>
</ipv6>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) fragments (deny-all|permit-all) ((log|sample)|)
Configure source address
Source IPv6 address prefix.
This command is supported when following feature are enabled IPV6 feature
Attribute Name: source-address
Attribute Type: union
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<standard-acl-sets>
<standard-acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>standard_ip</type>
</config>
<type>standard_ip</type>
<ipv6-acl-entries>
<ipv6-acl-entry>
<source-address>any</source-address>
<config>
<source-address>any</source-address>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</config>
</ipv6-acl-entry>
</ipv6-acl-entries>
</standard-acl-set>
</standard-acl-sets>
</acl>
Command Syntax
(deny|permit) (any|X:X::X:X/M|X:X::X:X X:X::X:X)
IPI-ACL-ARP
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: union
Attribute Name: destination-ip-address
Attribute Type: union
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<destination-ip-address>any</destination-ip-address> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) response ip (any|host A.B.C.D|A.B.C.D/M|A.B.C.D A.B.C.D) (any|host A.B.C.D|A.B.C.D/M|A.B.C.D A.B.C.D) mac any any (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: destination-ip-address
Attribute Type: enum (any)
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<destination-ip-address>any</destination-ip-address> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) response ip (any) (any) mac any host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: destination-ip-address
Attribute Type: enum (any)
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<destination-ip-address>any</destination-ip-address> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) response ip (any) (any) mac any (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: destination-ip-address
Attribute Type: enum (any)
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<destination-ip-address>any</destination-ip-address> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) response ip (any) (any) mac host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) any (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: destination-ip-address
Attribute Type: enum (any)
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<destination-ip-address>any</destination-ip-address> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) response ip (any) (any) mac host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: destination-ip-address
Attribute Type: enum (any)
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<destination-ip-address>any</destination-ip-address> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) response ip (any) (any) mac host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: destination-ip-address
Attribute Type: enum (any)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<destination-ip-address>any</destination-ip-address> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) response ip (any) (any) mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) any (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: destination-ip-address
Attribute Type: enum (any)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<destination-ip-address>any</destination-ip-address> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) response ip (any) (any) mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: destination-ip-address
Attribute Type: enum (any)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<destination-ip-address>any</destination-ip-address> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) response ip (any) (any) mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) ((request)|) ip (any) mac any (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) ((request)|) ip (any) mac host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: source-ip-address
Attribute Type: enum (any)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<arp>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<source-ip-address>any</source-ip-address> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</arp>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) ((request)|) ip (any) mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
IPI-ACL-MAC
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) any any arp (request|response) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) any host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (request|response) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) any (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (request|response) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) any arp (request|response) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (request|response) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (request|response) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) any arp (request|response) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (request|response) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (request|response) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) any any arp (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) any host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac any
Use this attribute to indicate any source address.
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) any (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) any arp (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac host
Use this attribute to set Host source address.
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) any arp (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure source mac address
Use this attribute to set source mac-address.
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: arp-packet-type
Attribute Type: enum (none|request|response)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<arp-packet-type>none</arp-packet-type> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) arp (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: ethertype
Attribute Type: union
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<ethertype>ipv4</ethertype> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) any any ((ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls|ETHTYPE)|) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: ethertype
Attribute Type: enum (ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<ethertype>ipv4</ethertype> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) any host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) ((ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)|) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-any
Attribute Type: empty
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: ethertype
Attribute Type: enum (ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
</source-mac-any><!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<ethertype>ipv4</ethertype> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) any (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) ((ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)|) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: ethertype
Attribute Type: enum (ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<ethertype>ipv4</ethertype> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) any ((ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)|) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: ethertype
Attribute Type: enum (ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<ethertype>ipv4</ethertype> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) ((ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)|) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-host
Attribute Type: string
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: ethertype
Attribute Type: enum (ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-host> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<ethertype>ipv4</ethertype> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) ((ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)|) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-any
Attribute Type: empty
Attribute Name: ethertype
Attribute Type: enum (ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
</destination-mac-any><!-- operation="delete"-->
<ethertype>ipv4</ethertype> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) any ((ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)|) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-host
Attribute Type: string
Attribute Name: ethertype
Attribute Type: enum (ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
<destination-mac-host>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-host> <!-- operation="delete"-->
<ethertype>ipv4</ethertype> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) host (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) ((ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)|) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
Configure monitor action
Use this attribute to enable logging or sampling of the packets on which the match occurred (in-direction only).
Attribute Name: monitor-action
Attribute Type: enum (log|sample)
Attribute Name: forwarding-action
Attribute Type: enum (deny|permit)
Attribute Name: source-mac-address
Attribute Type: string
Attribute Name: source-mac-mask
Attribute Type: string
Attribute Name: destination-mac-address
Attribute Type: string
Attribute Name: destination-mac-mask
Attribute Type: string
Attribute Name: ethertype
Attribute Type: enum (ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)
Attribute Name: cos-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<acl-sets>
<acl-set>
<name>NAME</name>
<config>
<name>WORD</name>
<type>mac</type>
</config>
<type>mac</type>
<acl-entries>
<acl-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<mac>
<config>
<forwarding-action>deny</forwarding-action> <!-- operation="delete"-->
<source-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-address> <!-- operation="delete"-->
<source-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</source-mac-mask> <!-- operation="delete"-->
<destination-mac-address>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-address> <!-- operation="delete"-->
<destination-mac-mask>XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX</destination-mac-mask> <!-- operation="delete"-->
<ethertype>ipv4</ethertype> <!-- operation="delete"-->
<cos-value>0</cos-value> <!-- operation="delete"-->
<vlan-id>1</vlan-id> <!-- operation="delete"-->
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
<monitor-action>log</monitor-action> <!-- operation="delete"-->
</config>
</mac>
</acl-entry>
</acl-entries>
</acl-set>
</acl-sets>
</acl>
Command Syntax
(<1-268435453>|) (deny|permit) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) ((ipv4|vines-echo|etype-6000|mop-dump|mop-console|decnet-iv|lat|diagnostic|lavc-sca|etype-8042|appletalk|aarp|ipv6|mpls)|) (cos <0-7>|) (vlan <1-4094>|) (inner-vlan <1-4094>|) ((log|sample)|)
IPI-ACL-PORTS
Configure acl name
The name of the access-list set applied on the interface
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>ip</acl-type>
<config>
<acl-type>ip</acl-type>
</config>
<access-groups>
<access-group> <!-- operation="delete"-->
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
</config>
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ip access-group NAME in
Configure acl name
The name of the access-list set applied on the interface
Attribute Name: acl-name
Attribute Type: string
Attribute Name: time-range
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>mac</acl-type>
<config>
<acl-type>mac</acl-type>
</config>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
<time-range>WORD</time-range>
</config>
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ip access-group NAME in time-range WORD
Configure name
Reference to the base interface name
Attribute Name: name
Attribute Type: string
Attribute Name: acl-type
Attribute Type: enum (mac|ip|ipv6|arp)
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>ipv6</acl-type>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ipv6 access-group NAME in
Configure time range
The time-range associated with this access-group
Attribute Name: time-range
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>mac</acl-type>
<config>
<acl-type>mac</acl-type>
</config>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
</config>
<time-range>WORD</time-range> <!-- operation="delete"-->
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ipv6 access-group NAME in time-range WORD
Configure name
Reference to the base interface name
Attribute Name: name
Attribute Type: string
Attribute Name: acl-type
Attribute Type: enum (mac|ip|ipv6|arp)
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>arp</acl-type>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
arp access-group NAME in
Configure name
Reference to the base interface name
Attribute Name: name
Attribute Type: string
Attribute Name: acl-type
Attribute Type: enum (mac|ip|ipv6|arp)
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>mac</acl-type>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
mac access-group NAME in
Configure time range
The time-range associated with this access-group
Attribute Name: time-range
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>mac</acl-type>
<config>
<acl-type>mac</acl-type>
</config>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
</config>
<time-range>WORD</time-range> <!-- operation="delete"-->
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
mac access-group NAME in time-range WORD
Configure name
Reference to the base interface name
Attribute Name: name
Attribute Type: string
Attribute Name: acl-type
Attribute Type: enum (mac|ip|ipv6|arp)
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<egress-acl-sets>
<egress-acl-set>
<acl-type>ip</acl-type>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
</access-group>
</access-groups>
</egress-acl-set>
</egress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ip access-group NAME out
Configure time range
The time-range associated with this access-group
Attribute Name: time-range
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<egress-acl-sets>
<egress-acl-set>
<acl-type>mac</acl-type>
<config>
<acl-type>mac</acl-type>
</config>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
</config>
<time-range>WORD</time-range> <!-- operation="delete"-->
</access-group>
</access-groups>
</egress-acl-set>
</egress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ip access-group NAME out time-range WORD
Configure name
Reference to the base interface name
Attribute Name: name
Attribute Type: string
Attribute Name: acl-type
Attribute Type: enum (mac|ip|ipv6|arp)
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<egress-acl-sets>
<egress-acl-set>
<acl-type>ipv6</acl-type>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
</access-group>
</access-groups>
</egress-acl-set>
</egress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ipv6 access-group NAME out
Configure time range
The time-range associated with this access-group
Attribute Name: time-range
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<egress-acl-sets>
<egress-acl-set>
<acl-type>mac</acl-type>
<config>
<acl-type>mac</acl-type>
</config>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
</config>
<time-range>WORD</time-range> <!-- operation="delete"-->
</access-group>
</access-groups>
</egress-acl-set>
</egress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ipv6 access-group NAME out time-range WORD
Configure name
Reference to the base interface name
Attribute Name: name
Attribute Type: string
Attribute Name: acl-type
Attribute Type: enum (mac|ip|ipv6|arp)
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<egress-acl-sets>
<egress-acl-set>
<acl-type>mac</acl-type>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
</access-group>
</access-groups>
</egress-acl-set>
</egress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
mac access-group NAME out
Configure time range
The time-range associated with this access-group
Attribute Name: time-range
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>mac</acl-type>
<config>
<acl-type>mac</acl-type>
</config>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
</config>
<time-range>WORD</time-range> <!-- operation="delete"-->
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
mac access-group NAME out (time-range WORD|)
Configure acl name
The name of the access-list set applied on vty line
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<vty-line>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>ip</acl-type>
<config>
<acl-type>ip</acl-type>
</config>
<acl-name>NAME</acl-name> <!-- operation="delete"-->
</ingress-acl-set>
</ingress-acl-sets>
</vty-line>
</acl>
Command Syntax
ip access-group NAME in
Configure acl name
The name of the access-list set applied on vty line
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<vty-line>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>ip</acl-type>
<config>
<acl-type>ip</acl-type>
</config>
<acl-name>NAME</acl-name> <!-- operation="delete"-->
</ingress-acl-set>
</ingress-acl-sets>
</vty-line>
</acl>
Command Syntax
ipv6 access-group NAME in
Configure acl name
The name of the access-list set applied on vty line
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<vty-line>
<egress-acl-sets>
<egress-acl-set>
<acl-type>ip</acl-type>
<config>
<acl-type>ip</acl-type>
</config>
<acl-name>NAME</acl-name> <!-- operation="delete"-->
</egress-acl-set>
</egress-acl-sets>
</vty-line>
</acl>
Command Syntax
ip access-group NAME out
Configure acl name
The name of the access-list set applied on vty line
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<vty-line>
<egress-acl-sets>
<egress-acl-set>
<acl-type>ip</acl-type>
<config>
<acl-type>ip</acl-type>
</config>
<acl-name>NAME</acl-name> <!-- operation="delete"-->
</egress-acl-set>
</egress-acl-sets>
</vty-line>
</acl>
Command Syntax
ipv6 access-group NAME out
clear access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear access-list counters
clear access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-access-list-counters>
Command Syntax
clear access-list NAME counters
clear ip access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-ip-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear ip access-list counters
clear ip access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-ip-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-ip-access-list-counters>
Command Syntax
clear ip access-list NAME counters
clear ipv6 access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-ipv6-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear ipv6 access-list counters
clear ipv6 access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-ipv6-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-ipv6-access-list-counters>
Command Syntax
clear ipv6 access-list NAME counters
clear mac access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-mac-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear mac access-list counters
clear mac access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-mac-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-mac-access-list-counters>
Command Syntax
clear mac access-list NAME counters
clear arp access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-arp-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear arp access-list counters
clear arp access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-arp-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-arp-access-list-counters>
Command Syntax
clear arp access-list NAME counters
IPI-DHCP-SNOOPING
Configure options
Use this attribute to debug the DHCP snooping feature.
Attribute Name: options
Attribute Type: bits (event|rx|tx|packet|all)
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<debug>
<config>
<options>event</options> <!-- operation="delete"-->
</config>
</debug>
</snooping>
</dhcp>
Command Syntax
debug ip dhcp snooping (event|rx|tx|packet|all)
Configure snooping enable
Enable DHCP snooping feature
Attribute Name: snooping-enable
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
</snooping-enable>
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping bridge <1-32>
Configure verify mac address
Use this command to enable MAC address verification.
Attribute Name: verify-mac-address
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
</verify-mac-address><!-- operation="delete"-->
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping verify mac-address bridge <1-32>
Configure option 82 enable
Use this command to insert interface and VLAN name in the option 82 field in DHCP packets.
Attribute Name: option-82-enable
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
</option-82-enable><!-- operation="delete"-->
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping information option bridge <1-32>
Configure write delay
Configure DHCP snooping database write delay in multiples of 10 seconds
Attribute Name: write-delay
Attribute Type: uint32
Default Value: 300
Attribute Range: 20-86400
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<write-delay>20</write-delay> <!-- operation="delete"-->
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping database write-delay <20-86400> bridge <1-32>
Configure strict validation
Use this command to enable strict validation of DHCP packets.
Attribute Name: strict-validation
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
</strict-validation><!-- operation="delete"-->
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp packet strict-validation bridge <1-32>
Configure vlan range
Use this command to enable DHCP snooping for the given VLAN.
Attribute Name: vlan-range
Attribute Type: string
Attribute Range: 2-4094
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<vlan-range>VLAN_RANGE</vlan-range> <!-- operation="delete"-->
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping vlan VLAN_RANGE bridge <1-32>
Configure enable
Use this command to enable/disable arp-inspection on the bridge.
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<arp-inspection>
<config>
</enable>
</config>
</arp-inspection>
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping arp-inspection bridge <1-32>
Configure validate
Use this command to enable validation of the source-mac, destination-mac, or IP address field in the ARP packet payload.
Attribute Name: validate
Attribute Type: enum (src-mac|dst-mac|ip)
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<arp-inspection>
<config>
<validate>src-mac</validate> <!-- operation="delete"-->
</config>
</arp-inspection>
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping arp-inspection validate (src-mac|dst-mac|ip) bridge <1-32>
Configure vlan range
Use this command to enable ARP inspection on the VLAN in a bridge.
Attribute Name: vlan-range
Attribute Type: string
Attribute Range: 2-4094
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<arp-inspection>
<config>
<vlan-range>VLAN_RANGE</vlan-range> <!-- operation="delete"-->
</config>
</arp-inspection>
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping arp-inspection vlan VLAN_RANGE bridge <1-32>
Configure if name
Use this attribute to set the interface name
Attribute Name: if-name
Attribute Type: string
Attribute Name: ipv4-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<source-guard-entries>
<source-guard-entry>
<vlan-id>1</vlan-id>
<config>
<vlan-id>1</vlan-id>
</config>
<mac-addresses-ipv4>
<mac-address-ipv4>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<ipv4-address>A.B.C.D</ipv4-address>
</config>
<if-name>IFNAME</if-name>
</mac-address-ipv4>
</mac-addresses-ipv4>
</source-guard-entry>
</source-guard-entries>
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip source binding ipv4 A.B.C.D XXXX.XXXX.XXXX vlan <1-4094> interface IFNAME bridge <1-32>
Configure if name
Use this attribute to set the interface name
This command is supported when following feature are enabled HAVE_IPV6 feature enabled
Attribute Name: if-name
Attribute Type: string
Attribute Name: ipv6-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<source-guard-entries>
<source-guard-entry>
<vlan-id>1</vlan-id>
<config>
<vlan-id>1</vlan-id>
</config>
<mac-addresses-ipv6>
<mac-address-ipv6>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<ipv6-address>X:X::X:X</ipv6-address>
</config>
<if-name>IFNAME</if-name>
</mac-address-ipv6>
</mac-addresses-ipv6>
</source-guard-entry>
</source-guard-entries>
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip source binding ipv6 X:X::X:X XXXX.XXXX.XXXX vlan <1-4094> interface IFNAME bridge <1-32>
Configure if name
Use this attribute to set the interface name
Attribute Name: if-name
Attribute Type: string
Attribute Name: ipv4-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<vlans>
<vlan>
<vlan-id>1</vlan-id>
<config>
<vlan-id>1</vlan-id>
</config>
<mac-addresses-ipv4>
<mac-address-ipv4>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<ipv4-address>A.B.C.D</ipv4-address>
</config>
<if-name>IFNAME</if-name>
</mac-address-ipv4>
</mac-addresses-ipv4>
</vlan>
</vlans>
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping binding bridge <1-32> XXXX.XXXX.XXXX <1-4094> ipv4 A.B.C.D IFNAME
Configure if name
Use this attribute to set the interface name
This command is supported when following feature are enabled HAVE_IPV6 feature enabled
Attribute Name: if-name
Attribute Type: string
Attribute Name: ipv6-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<snooping-bridges>
<snooping-bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<vlans>
<vlan>
<vlan-id>1</vlan-id>
<config>
<vlan-id>1</vlan-id>
</config>
<mac-addresses-ipv6>
<mac-address-ipv6>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<config>
<mac-address>XXXX.XXXX.XXXX</mac-address>
<ipv6-address>X:X::X:X</ipv6-address>
</config>
<if-name>IFNAME</if-name>
</mac-address-ipv6>
</mac-addresses-ipv6>
</vlan>
</vlans>
</snooping-bridge>
</snooping-bridges>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping binding bridge <1-32> XXXX.XXXX.XXXX <1-4094> ipv6 X:X::X:X IFNAME
ip dhcp snooping database bridge WORD
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<ipi-dhcp-snooping_dhcp-snooping-write-database xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<bridge-id>WORD</bridge-id>
</ipi-dhcp-snooping_dhcp-snooping-write-database>
Command Syntax
ip dhcp snooping database bridge WORD
renew ip dhcp snooping binding database bridge WORD
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<ipi-dhcp-snooping_dhcp-snooping-renew-database xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<bridge-id>WORD</bridge-id>
</ipi-dhcp-snooping_dhcp-snooping-renew-database>
Command Syntax
renew ip dhcp snooping binding database bridge WORD
ip dhcp snooping source database bridge WORD
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<ipi-dhcp-snooping_dhcp-snooping-write-source-binding-database xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<bridge-id>WORD</bridge-id>
</ipi-dhcp-snooping_dhcp-snooping-write-source-binding-database>
Command Syntax
ip dhcp snooping source database bridge WORD
renew ip dhcp snooping source binding database bridge WORD
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<ipi-dhcp-snooping_dhcp-snooping-renew-source-database xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<bridge-id>WORD</bridge-id>
</ipi-dhcp-snooping_dhcp-snooping-renew-source-database>
Command Syntax
renew ip dhcp snooping source binding database bridge WORD
clear ip dhcp snooping source binding bridge WORD
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<ipi-dhcp-snooping_dhcp-snooping-clear-source-binding-database xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<bridge-id>WORD</bridge-id>
</ipi-dhcp-snooping_dhcp-snooping-clear-source-binding-database>
Command Syntax
clear ip dhcp snooping source binding bridge WORD
clear ip dhcp snooping binding bridge WORD
Attribute Name: bridge-id
Attribute Type: string
Netconf RPC payload
<ipi-dhcp-snooping_dhcp-snooping-clear-database xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<bridge-id>WORD</bridge-id>
</ipi-dhcp-snooping_dhcp-snooping-clear-database>
Command Syntax
clear ip dhcp snooping binding bridge WORD
debug ip dhcp snooping (event|rx|tx|packet|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|rx|tx|packet|all)
Netconf RPC payload
<ipi-dhcp-snooping_dhcp-snooping-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<terminal-debug-options>event</terminal-debug-options>
</ipi-dhcp-snooping_dhcp-snooping-terminal-debug-on>
Command Syntax
debug ip dhcp snooping (event|rx|tx|packet|all)
no debug ip dhcp snooping (event|rx|tx|packet|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|rx|tx|packet|all)
Netconf RPC payload
<ipi-dhcp-snooping_dhcp-snooping-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<terminal-debug-options>event</terminal-debug-options>
</ipi-dhcp-snooping_dhcp-snooping-terminal-debug-off>
Command Syntax
no debug ip dhcp snooping (event|rx|tx|packet|all)
IPI-DHCP-SNOOPING-INTERFACE
Configure snooping trust
Use this command to enable the snooping trust on the interface level.
Attribute Name: snooping-trust
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<trust>
<config>
</snooping-trust><!-- operation="delete"-->
</config>
</trust>
</interface>
</interfaces>
</snooping>
</dhcp>
Command Syntax
ip dhcp snooping trust
Configure verify snooping vlan
Use this command to enable the IPSG feature at the interface level.
Attribute Name: verify-snooping-vlan
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<verify>
<config>
</verify-snooping-vlan>
</config>
</verify>
</interface>
</interfaces>
</snooping>
</dhcp>
Command Syntax
ip verify source dhcp-snooping-vlan
Configure verify access group mode
Use this command to enable the snooping access-group on the interface level.
Attribute Name: verify-access-group-mode
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<snooping>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<verify>
<config>
</verify-access-group-mode><!-- operation="delete"-->
</config>
</verify>
</interface>
</interfaces>
</snooping>
</dhcp>
Command Syntax
ip verify source access-group mode merge
clear hsl ipc-stat VALUE VALUE
Attribute Name: start-value
Attribute Type: uint16
Attribute Name: end-value
Attribute Type: uint16
Netconf RPC payload
<platform-clear-hsl-ipc-stat-values xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ras">
<start-value>VALUE</start-value>
<end-value>VALUE</end-value>
</platform-clear-hsl-ipc-stat-values>
Command Syntax
clear hsl ipc-stat VALUE VALUE
clear hsl ipc-stat
Netconf RPC payload
<platform-clear-hsl-ipc-stat xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ras"/>
Command Syntax
clear hsl ipc-stat
clear hardware-discard-counters
Netconf RPC payload
<platform-clear-hardware-discard-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ras"/>
Command Syntax
clear hardware-discard-counters
clear hsl fdb debug-counters
Netconf RPC payload
<platform-clear-hsl-fdb-debug-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ras"/>
Command Syntax
clear hsl fdb debug-counters
IPI-PORT-MIRROR
Configure id
Port mirror session index
Attribute Name: id
Attribute Type: uint32
Attribute Range: 1-18
Attribute Name: type
Attribute Type: enum (local|remote)
Default Value: local
Netconf edit-config payload
<port-mirror xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-mirror">
<sessions>
<session>
<id>1</id>
<config>
<id>1</id>
<type>local</type>
</config>
</session>
</sessions>
</port-mirror>
Command Syntax
monitor session <1-18> (type (local|remote)|)
Configure enabled
Use this attribute to shut/unshut a port-mirror session
Attribute Name: enabled
Attribute Type: uint8
Netconf edit-config payload
<port-mirror xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-mirror">
<sessions>
<session>
<id>1</id>
<config>
<id>1</id>
</config>
</enabled><!-- operation="delete"-->
</session>
</sessions>
</port-mirror>
Command Syntax
no shut
Configure enabled
Use this attribute to shut/unshut a port-mirror session
Attribute Name: enabled
Attribute Type: uint8
Netconf edit-config payload
<port-mirror xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-mirror">
<sessions>
<session>
<id>1</id>
<config>
<id>1</id>
</config>
</enabled><!-- operation="delete"-->
</session>
</sessions>
</port-mirror>
Command Syntax
no monitor session <1-18> shut
Configure description
Use this attribute to add a description to port-mirror session
This command is supported when following feature are enabled advance mirror feature
Attribute Name: description
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<port-mirror xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-mirror">
<sessions>
<session>
<id>1</id>
<config>
<id>1</id>
</config>
<description>LINE</description> <!-- operation="delete"-->
</session>
</sessions>
</port-mirror>
Command Syntax
description LINE
Configure source vlan
use this attribute to configure source-vlan
This command is supported when following feature are enabled advance mirror feature
Attribute Name: source-vlan
Attribute Type: string
Attribute Range: 2-4094
Netconf edit-config payload
<port-mirror xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-mirror">
<sessions>
<session>
<id>1</id>
<config>
<id>1</id>
</config>
<source-vlan>VLAN_RANGE</source-vlan> <!-- operation="delete"-->
</session>
</sessions>
</port-mirror>
Command Syntax
source vlan VLAN_RANGE
Configure interface name
Use this attribute to configure port mirror local interface
This command is supported when following feature are enabled advance mirror feature
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<port-mirror xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-mirror">
<sessions>
<session>
<id>1</id>
<config>
<id>1</id>
</config>
<destination>
<local>
<config>
<interface-name>IFNAME</interface-name> <!-- operation="delete"-->
</config>
</local>
</destination>
</session>
</sessions>
</port-mirror>
Command Syntax
destination interface IFNAME
Configure reflector interface name
Use this attribute to configure port mirror remote reflector interface
This command is supported when following feature are enabled advance mirror feature
Attribute Name: reflector-interface-name
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 2-4094
Netconf edit-config payload
<port-mirror xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-mirror">
<sessions>
<session>
<id>1</id>
<config>
<id>1</id>
</config>
<destination>
<remote>
<config>
<vlan-id>2</vlan-id>
<reflector-interface-name>IFNAME</reflector-interface-name>
</config>
</remote>
</destination>
</session>
</sessions>
</port-mirror>
Command Syntax
destination remote vlan <2-4094> reflector-port IFNAME
Configure direction
Source interface direction
This command is supported when following feature are enabled advance mirror feature
Attribute Name: direction
Attribute Type: enum (rx|tx|both)
Netconf edit-config payload
<port-mirror xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-mirror">
<sessions>
<session>
<id>1</id>
<config>
<id>1</id>
</config>
<source-interfaces>
<source-interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<direction>both</direction>
</source-interface>
</source-interfaces>
</session>
</sessions>
</port-mirror>
Command Syntax
source interface IFNAME ((rx|tx|both)|)
IPI-ARP
Configure ip address
Use this attribute to create a static ARP entry
Attribute Name: ip-address
Attribute Type: inet:ipv4-address
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<entry> <!-- operation="delete"-->
<ip-address>A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D</ip-address>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
<vrf-name>NAME</vrf-name>
</entry>
</arp>
Command Syntax
ip arp (vrf NAME|) A.B.C.D XXXX.XXXX.XXXX
Configure respond to arp request
Use this attribute to set the response to ARP requests for the IP address
Attribute Name: respond-to-arp-request
Attribute Type: empty
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<entry>
<ip-address>A.B.C.D</ip-address>
<config>
<ip-address>A.B.C.D</ip-address>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
<vrf-name>NAME</vrf-name>
</respond-to-arp-request>
</entry>
</arp>
Command Syntax
ip arp (vrf NAME|) A.B.C.D XXXX.XXXX.XXXX alias
Configure enable
Enable/Disable arp event debug
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</arp>
Command Syntax
debug ip arp event
Configure enable proxy arp
Use this attribute to enable the proxy ARP feature
Attribute Name: enable-proxy-arp
Attribute Type: empty
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
</enable-proxy-arp><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</arp>
Command Syntax
ip proxy-arp
Configure enable local proxy arp
Use this attribute to enable the local proxy ARP feature
Attribute Name: enable-local-proxy-arp
Attribute Type: empty
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
</enable-local-proxy-arp><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</arp>
Command Syntax
ip local-proxy-arp
Configure enable ip redirects
Use this attribute to enable ICMP redirects in kernel
Attribute Name: enable-ip-redirects
Attribute Type: empty
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
</enable-ip-redirects><!-- operation="delete"-->
</config>
</interface>
</interfaces>
</arp>
Command Syntax
ip redirects
Configure arp ageing timeout
Use this attribute to set the ARP aging timeout. The bridge aging time affects the ARP entries which are dependent upon the MAC addresses in hardware. If a MAC address ages out, it causes the corresponding ARP entry to refresh.
Attribute Name: arp-ageing-timeout
Attribute Type: uint16
Default Value: 1500
Attribute Range: 60-28800
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<arp-ageing-timeout>60</arp-ageing-timeout> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</arp>
Command Syntax
arp-ageing-timeout <60-28800>
Configure arp reachable time
Use this attribute to set the ARP reachable time.
Attribute Name: arp-reachable-time
Attribute Type: uint16
Default Value: 60
Attribute Range: 10-3600
Netconf edit-config payload
<arp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<arp-reachable-time>10</arp-reachable-time> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</arp>
Command Syntax
arp-reachable-time <10-3600>
debug ip arp event
Netconf RPC payload
<arp-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp"/>
Command Syntax
debug ip arp event
no debug ip arp event
Netconf RPC payload
<arp-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp"/>
Command Syntax
no debug ip arp event
clear arp (A.B.C.D|) (vrf (all|VRFNAME|default)|)
Attribute Name: ip-address
Attribute Type: inet:ipv4-address
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-arp-entry xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<ip-address>A.B.C.D</ip-address>
<vrf-name>all</vrf-name>
</clear-arp-entry>
Command Syntax
clear arp (A.B.C.D|) (vrf (all|VRFNAME|default)|)
clear arp IFNAME (vrf (all|VRFNAME|default)|)
Attribute Name: if-name
Attribute Type: string
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-arp-entry-per-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-arp">
<if-name>IFNAME</if-name>
<vrf-name>all</vrf-name>
</clear-arp-entry-per-interface>
Command Syntax
clear arp IFNAME (vrf (all|VRFNAME|default)|)
IPI-NEIGHBOR-DISCOVERY
Configure interface name
Use this attribute to add a static neighbor entry of the interface name
Attribute Name: interface-name
Attribute Type: string
Attribute Name: mac-address
Attribute Type: string
Netconf edit-config payload
<neighbor-discovery xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<entry> <!-- operation="delete"-->
<interface-name>IFNAME</interface-name>
<ipv6-address>X:X::X:X</ipv6-address>
<config>
<ipv6-address>X:X::X:X</ipv6-address>
<mac-address>XXXX.XXXX.XXXX</mac-address>
</config>
</entry>
</neighbor-discovery>
Command Syntax
ipv6 neighbor X:X::X:X IFNAME XXXX.XXXX.XXXX
Configure enable
Use this attribute to enable debugging for neighbor events.
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<neighbor-discovery xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</neighbor-discovery>
Command Syntax
debug ipv6 nd event
Configure nd ageing timeout
Use this attribute to set the neighbor ageing timeout value.
Attribute Name: nd-ageing-timeout
Attribute Type: uint16
Default Value: 1500
Attribute Range: 60-28800
Netconf edit-config payload
<neighbor-discovery xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<interfaces>
<interface>
<name>WORD</name>
<config>
<nd-ageing-timeout>60</nd-ageing-timeout> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</neighbor-discovery>
Command Syntax
nd-ageing-timeout <60-28800>
Configure nd reachable time
Use this attribute to set neighbor reachable time value.
Attribute Name: nd-reachable-time
Attribute Type: uint32
Default Value: 60
Attribute Range: 10-3600
Netconf edit-config payload
<neighbor-discovery xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<interfaces>
<interface>
<name>WORD</name>
<config>
<nd-reachable-time>10</nd-reachable-time> <!-- operation="delete"-->
</config>
</interface>
</interfaces>
</neighbor-discovery>
Command Syntax
nd-reachable-time <10-3600>
debug ipv6 nd event
Netconf RPC payload
<nd-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery"/>
Command Syntax
debug ipv6 nd event
no debug ipv6 nd event
Netconf RPC payload
<nd-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery"/>
Command Syntax
no debug ipv6 nd event
clear ipv6 neighbors (X:X::X:X/M|) (vrf (all|VRFNAME|default)|)
Attribute Name: ipv6-address
Attribute Type: string
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-ipv6-nd-entry xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<ipv6-address>X:X::X:X/M</ipv6-address>
<vrf-name>all</vrf-name>
</clear-ipv6-nd-entry>
Command Syntax
clear ipv6 neighbors (X:X::X:X/M|) (vrf (all|VRFNAME|default)|)
clear ipv6 neighbors IFNAME (vrf (all|VRFNAME|default)|)
Attribute Name: if-name
Attribute Type: string
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-ipv6-nd-entry-per-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-neighbor-discovery">
<if-name>IFNAME</if-name>
<vrf-name>all</vrf-name>
</clear-ipv6-nd-entry-per-interface>
Command Syntax
clear ipv6 neighbors IFNAME (vrf (all|VRFNAME|default)|)
IPI-USER-SESSION-MANAGEMENT
Configure console id
Attribute used to set line console identifcation.
Attribute Name: console-id
Attribute Type: enum (0)
Default Value: 0
Netconf edit-config payload
<user-session xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-console>
<console>
<console-id>0</console-id>
<config>
<console-id>0</console-id>
</config>
</console>
</line-console>
</user-session>
Command Syntax
line console <0-0>
Configure privilege level
Attribute used to set line privilege level.
Attribute Name: privilege-level
Attribute Type: uint8
Attribute Range: 1-16
Netconf edit-config payload
<user-session xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-console>
<console>
<console-id>0</console-id>
<config>
<console-id>0</console-id>
</config>
<privilege-level>1</privilege-level> <!-- operation="delete"-->
</console>
</line-console>
</user-session>
Command Syntax
privilege level <1-16>
Configure command history max limit
Attribute used to set line maximum limit to history commands.
Attribute Name: command-history-max-limit
Attribute Type: uint32
Attribute Range: 0-2147483647
Netconf edit-config payload
<user-session xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-console>
<console>
<console-id>0</console-id>
<config>
<console-id>0</console-id>
</config>
<command-history-max-limit>0</command-history-max-limit> <!-- operation="delete"-->
</console>
</line-console>
</user-session>
Command Syntax
history max <0-2147483647>
Configure seconds
Attribute used to set line timeout in seconds. The default is 0.
Attribute Name: seconds
Attribute Type: uint32
Attribute Range: 0-2147483
Attribute Name: minutes
Attribute Type: uint32
Attribute Range: 0-35791
Netconf edit-config payload
<user-session xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-console>
<console>
<console-id>0</console-id>
<config>
<console-id>0</console-id>
</config>
<timeout>
<config>
<minutes>0</minutes> <!-- operation="delete"-->
<seconds>0</seconds> <!-- operation="delete"-->
</config>
</timeout>
</console>
</line-console>
</user-session>
Command Syntax
exec-timeout <0-35791> <0-2147483>
Configure minutes
Attribute used to set line timeout in minutes. The default is 10 minutes.
Attribute Name: minutes
Attribute Type: uint32
Attribute Range: 0-35791
Netconf edit-config payload
<user-session xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-console>
<console>
<console-id>0</console-id>
<config>
<console-id>0</console-id>
</config>
<timeout>
<config>
<minutes>0</minutes>
</config>
</timeout>
</console>
</line-console>
</user-session>
Command Syntax
exec-timeout <0-35791>
Configure privilege level
Attribute used to set line privilege level.
Attribute Name: privilege-level
Attribute Type: uint8
Attribute Range: 1-16
Netconf edit-config payload
<user-session xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-vty>
<vty>
<vty-id>0</vty-id>
<config>
<vty-id>0</vty-id>
</config>
<privilege-level>1</privilege-level> <!-- operation="delete"-->
</vty>
</line-vty>
</user-session>
Command Syntax
privilege level <1-16>
Configure command history max limit
Attribute used to set line maximum limit to history commands.
Attribute Name: command-history-max-limit
Attribute Type: uint32
Attribute Range: 0-2147483647
Netconf edit-config payload
<user-session xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-vty>
<vty>
<vty-id>0</vty-id>
<config>
<vty-id>0</vty-id>
</config>
<command-history-max-limit>0</command-history-max-limit> <!-- operation="delete"-->
</vty>
</line-vty>
</user-session>
Command Syntax
history max <0-2147483647>
Configure seconds
Attribute used to set line timeout in seconds. The default is 0.
Attribute Name: seconds
Attribute Type: uint32
Attribute Range: 0-2147483
Attribute Name: minutes
Attribute Type: uint32
Attribute Range: 0-35791
Netconf edit-config payload
<user-session xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-vty>
<vty>
<vty-id>0</vty-id>
<config>
<vty-id>0</vty-id>
</config>
<timeout>
<config>
<minutes>0</minutes> <!-- operation="delete"-->
<seconds>0</seconds> <!-- operation="delete"-->
</config>
</timeout>
</vty>
</line-vty>
</user-session>
Command Syntax
exec-timeout <0-35791> <0-2147483>
Configure minutes
Attribute used to set line timeout in minutes. The default is 10 minutes.
Attribute Name: minutes
Attribute Type: uint32
Attribute Range: 0-35791
Netconf edit-config payload
<user-session xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-vty>
<vty>
<vty-id>0</vty-id>
<config>
<vty-id>0</vty-id>
</config>
<timeout>
<config>
<minutes>0</minutes>
</config>
</timeout>
</vty>
</line-vty>
</user-session>
Command Syntax
exec-timeout <0-35791>
clear line WORD
Attribute Name: line-name
Attribute Type: string
Attribute Range: 1-64
Netconf RPC payload
<clear-line xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<line-name>WORD</line-name>
</clear-line>
Command Syntax
clear line WORD
mem-info imi monitor-start
Attribute Name: mem-info-imi
Attribute Type: boolean
Netconf RPC payload
<mem-info-monitor-start xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<mem-info-imi>true</mem-info-imi/>
</mem-info-monitor-start>
Command Syntax
mem-info imi monitor-start
mem-info imi monitor-stop
Attribute Name: mem-info-imi
Attribute Type: boolean
Netconf RPC payload
<mem-info-monitor-stop xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-user-session-management">
<mem-info-imi>true</mem-info-imi/>
</mem-info-monitor-stop>
Command Syntax
mem-info imi monitor-stop
IPI-IPV6-ROUTER-ADV
Configure suppress ra
Use this attribute to suppress IPv6 Router Advertisements
Attribute Name: suppress-ra
Attribute Type: uint8
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</suppress-ra><!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd suppress-ra
Configure suppress ra mtu
Use this attribute to disable sending MTU in Router Advertisement messages
Attribute Name: suppress-ra-mtu
Attribute Type: uint8
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</suppress-ra-mtu><!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd suppress-ra mtu
Configure managed flag
Use this attribute to use DHCP for address config by host
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: managed-flag
Attribute Type: empty
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</managed-flag><!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd managed-config-flag
Configure other config flag
Use this attribute to use DHCP for non-address config by host
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: other-config-flag
Attribute Type: empty
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</other-config-flag><!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd other-config-flag
Configure current hop limit
Use this attribute to set advertised current hop limit
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: current-hop-limit
Attribute Type: uint8
Default Value: 64
Attribute Range: 0-255
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<current-hop-limit>0</current-hop-limit> <!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd current-hoplimit <0-255>
Configure link mtu
Use this attribute to set advertised link-mtu option
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: link-mtu
Attribute Type: uint32
Default Value: 1500
Attribute Range: 1280-65535
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<link-mtu>1280</link-mtu> <!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd link-mtu <1280-65535>
Configure dad attempts
Use this attribute to set number of attempts for duplicate address detection
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: dad-attempts
Attribute Type: uint16
Default Value: 1
Attribute Range: 0-600
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<dad-attempts>0</dad-attempts> <!-- operation="delete"-->
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd dad attempts <0-600>
Configure off link
The IPV6 Router Advertisement prefix off-link flag
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: off-link
Attribute Type: empty
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<config>
</off-link><!-- operation="delete"-->
</config>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix offlink
Configure no auto configuration
The IPV6 Router Advertisement prefix no auto-configuration flag
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: no-auto-configuration
Attribute Type: empty
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<config>
</no-auto-configuration><!-- operation="delete"-->
</config>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix no-autoconf
Configure valid lifetime
The IPV6 Router Advertisement prefix valid lifetime
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: valid-lifetime
Attribute Type: uint32
Default Value: 2592000
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<config>
<valid-lifetime>0</valid-lifetime> <!-- operation="delete"-->
</config>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix valid-lifetime <0-4294967295>
Configure preferred lifetime
The IPV6 Router Advertisement prefix preferred lifetime
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: preferred-lifetime
Attribute Type: uint32
Default Value: 604800
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<config>
<preferred-lifetime>0</preferred-lifetime> <!-- operation="delete"-->
</config>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix preferred-lifetime <0-4294967295>
Configure ipv6 address
The IPV6 Router Advertisement prefix address
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: ipv6-address
Attribute Type: string
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<ipv6-prefix> <!-- operation="delete"-->
<ipv6-address>X:X::X:X/M</ipv6-address>
<config>
<ipv6-address>X:X::X:X/M</ipv6-address>
</config>
</ipv6-prefix>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix X:X::X:X/M
Configure preferred lifetime
The IPV6 Router Advertisement prefix address preferred lifetime
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: preferred-lifetime
Attribute Type: uint32
Default Value: 604800
Attribute Range: 0-4294967295
Attribute Name: valid-lifetime
Attribute Type: uint32
Default Value: 2592000
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<ipv6-prefix>
<ipv6-address>X:X::X:X/M</ipv6-address>
<config>
<ipv6-address>X:X::X:X/M</ipv6-address>
<valid-lifetime>0</valid-lifetime>
</config>
<preferred-lifetime>0</preferred-lifetime>
</ipv6-prefix>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix X:X::X:X/M <0-4294967295> <0-4294967295>
Configure off link
The IPV6 Router Advertisement prefix off-link flag
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: off-link
Attribute Type: empty
Attribute Name: valid-lifetime
Attribute Type: uint32
Default Value: 2592000
Attribute Range: 0-4294967295
Attribute Name: preferred-lifetime
Attribute Type: uint32
Default Value: 604800
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<ipv6-prefix>
<ipv6-address>X:X::X:X/M</ipv6-address>
<config>
<ipv6-address>X:X::X:X/M</ipv6-address>
<valid-lifetime>0</valid-lifetime>
<preferred-lifetime>0</preferred-lifetime>
</config>
</off-link>
</ipv6-prefix>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix X:X::X:X/M <0-4294967295> <0-4294967295> off-link
Configure no auto configuration
The IPV6 Router Advertisement prefix no auto-configuration flag
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: no-auto-configuration
Attribute Type: empty
Attribute Name: valid-lifetime
Attribute Type: uint32
Default Value: 2592000
Attribute Range: 0-4294967295
Attribute Name: preferred-lifetime
Attribute Type: uint32
Default Value: 604800
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<ipv6-prefix>
<ipv6-address>X:X::X:X/M</ipv6-address>
<config>
<ipv6-address>X:X::X:X/M</ipv6-address>
<valid-lifetime>0</valid-lifetime>
<preferred-lifetime>0</preferred-lifetime>
</config>
</no-auto-configuration>
</ipv6-prefix>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix X:X::X:X/M <0-4294967295> <0-4294967295> no-autoconfig
Configure no auto configuration
The IPV6 Router Advertisement prefix no auto-configuration flag
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: no-auto-configuration
Attribute Type: empty
Attribute Name: valid-lifetime
Attribute Type: uint32
Default Value: 2592000
Attribute Range: 0-4294967295
Attribute Name: preferred-lifetime
Attribute Type: uint32
Default Value: 604800
Attribute Range: 0-4294967295
Attribute Name: off-link
Attribute Type: empty
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-prefixes>
<ipv6-prefix>
<ipv6-address>X:X::X:X/M</ipv6-address>
<config>
<ipv6-address>X:X::X:X/M</ipv6-address>
<valid-lifetime>0</valid-lifetime>
<preferred-lifetime>0</preferred-lifetime>
</off-link>
</config>
</no-auto-configuration>
</ipv6-prefix>
</ipv6-prefixes>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd prefix X:X::X:X/M <0-4294967295> <0-4294967295> off-link no-autoconfig
Configure reachable time
Use this attribute to set advertised reachability time
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: reachable-time
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-3600000
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<timers>
<config>
<reachable-time>0</reachable-time> <!-- operation="delete"-->
</config>
</timers>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd reachable-time <0-3600000>
Configure retransmission time
Use this attribute to set advertised retransmission timer
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: retransmission-time
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-4294967295
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<timers>
<config>
<retransmission-time>0</retransmission-time> <!-- operation="delete"-->
</config>
</timers>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd retransmission-time <0-4294967295>
Configure router lifetime
Use this attribute to set IPv6 router advertisement lifetime
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: router-lifetime
Attribute Type: uint16
Default Value: 1800
Attribute Range: 0-9000
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<timers>
<config>
<router-lifetime>0</router-lifetime> <!-- operation="delete"-->
</config>
</timers>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd ra-lifetime <0-9000>
Configure max ra interval
Use this attribute to set maximum IPv6 router advertisement interval (min-ra-interval must be no greater than 0.75*max-ra-interval)
This command is supported when following feature are enabled IPv6 Router Advertisement
Attribute Name: max-ra-interval
Attribute Type: uint32
Attribute Range: 4-1800
Attribute Name: min-ra-interval
Attribute Type: uint32
Attribute Range: 3-1350
Netconf edit-config payload
<router-advertisement xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ipv6-router-adv">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<timers>
<ra-interval>
<config>
<min-ra-interval>3</min-ra-interval>
<max-ra-interval>4</max-ra-interval>
</config>
</ra-interval>
</timers>
</interface>
</interfaces>
</router-advertisement>
Command Syntax
ipv6 nd ra-interval <4-1800> (<3-1350>|)
IPI-NETWORK-ADDRESS-TRANSLATION
Configure generic timeout
Generic time-out for NAT translations
This command is supported when following feature are enabled NAT feature
Attribute Name: generic-timeout
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-536870
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<timeouts>
<config>
<generic-timeout>0</generic-timeout> <!-- operation="delete"-->
</config>
</timeouts>
</network-address-translation>
Command Syntax
ip nat translations time-out <0-536870>
Configure icmp timeout
ICMP timeout for NAT translations
This command is supported when following feature are enabled NAT feature
Attribute Name: icmp-timeout
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-536870
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<timeouts>
<config>
<icmp-timeout>0</icmp-timeout> <!-- operation="delete"-->
</config>
</timeouts>
</network-address-translation>
Command Syntax
ip nat translations icmp-timeout <0-536870>
Configure tcp timeout
TCP timeout for NAT translation
This command is supported when following feature are enabled NAT feature
Attribute Name: tcp-timeout
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-536870
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<timeouts>
<config>
<tcp-timeout>0</tcp-timeout> <!-- operation="delete"-->
</config>
</timeouts>
</network-address-translation>
Command Syntax
ip nat translations tcp-timeout <0-536870>
Configure udp timeout
UDP timeout for NAT translations
This command is supported when following feature are enabled NAT feature
Attribute Name: udp-timeout
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-536870
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<timeouts>
<config>
<udp-timeout>0</udp-timeout> <!-- operation="delete"-->
</config>
</timeouts>
</network-address-translation>
Command Syntax
ip nat translations udp-timeout <0-536870>
Configure tcp fin timeout
TCP FIN timeout for NAT translations
This command is supported when following feature are enabled NAT feature
Attribute Name: tcp-fin-timeout
Attribute Type: uint32
Default Value: 0
Attribute Range: 0-536870
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<timeouts>
<config>
<tcp-fin-timeout>0</tcp-fin-timeout> <!-- operation="delete"-->
</config>
</timeouts>
</network-address-translation>
Command Syntax
ip nat translations tcp-fin-timeout <0-536870>
Configure global address
Network Address Translation Address global address
This command is supported when following feature are enabled NAT feature
Attribute Name: global-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<ip-rules>
<incoming>
<source-mapping-entries>
<source-mapping-entry> <!-- operation="delete"-->
<global-address>A.B.C.D</global-address>
<config>
<global-address>A.B.C.D</global-address>
<local-address>A.B.C.D</local-address>
</config>
<local-address>A.B.C.D</local-address>
</source-mapping-entry>
</source-mapping-entries>
</incoming>
</ip-rules>
</network-address-translation>
Command Syntax
ip nat inside source static A.B.C.D A.B.C.D
Configure global address
Network Address Translation Address global address
This command is supported when following feature are enabled NAT feature
Attribute Name: global-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<ip-rules>
<incoming>
<destination-mapping-entries>
<destination-mapping-entry> <!-- operation="delete"-->
<global-address>A.B.C.D</global-address>
<config>
<global-address>A.B.C.D</global-address>
<local-address>A.B.C.D</local-address>
</config>
<local-address>A.B.C.D</local-address>
</destination-mapping-entry>
</destination-mapping-entries>
</incoming>
</ip-rules>
</network-address-translation>
Command Syntax
ip nat inside destination static A.B.C.D A.B.C.D
Configure global address
Network Address Translation Address global address
This command is supported when following feature are enabled NAT feature
Attribute Name: global-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<ip-rules>
<outgoing>
<source-mapping-entries>
<source-mapping-entry> <!-- operation="delete"-->
<global-address>A.B.C.D</global-address>
<config>
<global-address>A.B.C.D</global-address>
<local-address>A.B.C.D</local-address>
</config>
<local-address>A.B.C.D</local-address>
</source-mapping-entry>
</source-mapping-entries>
</outgoing>
</ip-rules>
</network-address-translation>
Command Syntax
ip nat outside source static A.B.C.D A.B.C.D
Configure global address
Network Address Translation Address global address
This command is supported when following feature are enabled NAT feature
Attribute Name: global-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<ip-rules>
<outgoing>
<destination-mapping-entries>
<destination-mapping-entry> <!-- operation="delete"-->
<global-address>A.B.C.D</global-address>
<config>
<global-address>A.B.C.D</global-address>
<local-address>A.B.C.D</local-address>
</config>
<local-address>A.B.C.D</local-address>
</destination-mapping-entry>
</destination-mapping-entries>
</outgoing>
</ip-rules>
</network-address-translation>
Command Syntax
ip nat outside destination static A.B.C.D A.B.C.D
Configure address
Network Address Translation global address
This command is supported when following feature are enabled NAT feature
Attribute Name: address
Attribute Type: inet:ipv4-address
Attribute Name: global-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<ip-rules>
<outgoing>
<protocol-rule-mapping-entries>
<protocol-rule-mapping-entry>
<port>0</port>
<config>
<port>0</port>
<local-address>A.B.C.D</local-address>
<protocol>tcp</protocol>
</config>
<local-address>A.B.C.D</local-address>
<protocol>tcp</protocol>
<global-addresses>
<global-address> <!-- operation="delete"-->
<address>A.B.C.D</address>
<config>
<address>A.B.C.D</address>
<global-port>0</global-port>
</config>
</global-address>
</global-addresses>
</protocol-rule-mapping-entry>
</protocol-rule-mapping-entries>
</outgoing>
</ip-rules>
</network-address-translation>
Command Syntax
ip nat outside destination static (tcp|udp) A.B.C.D <0-65535> A.B.C.D <0-65535>
IPI-NETWORK-ADDRESS-TRANSLATION-INTERFACE
Configure incoming
Incoming interface
Attribute Name: incoming
Attribute Type: empty
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</incoming><!-- operation="delete"-->
</interface>
</interfaces>
</network-address-translation>
Command Syntax
ip nat inside
Configure outgoing
Outgoing interface
Attribute Name: outgoing
Attribute Type: empty
Netconf edit-config payload
<network-address-translation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-address-translation">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</outgoing><!-- operation="delete"-->
</interface>
</interfaces>
</network-address-translation>
Command Syntax
ip nat outside
IPI-CFM
Configure cache enable
This attribute specifies the cache enable
Attribute Name: cache-enable
Attribute Type: uint8
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<global>
<linktrace>
<cache>
<config>
</cache-enable>
</config>
</cache>
</linktrace>
</global>
</cfm>
Command Syntax
ethernet cfm traceroute cache
Configure cache size
This attribute specifies the cache size
Attribute Name: cache-size
Attribute Type: uint16
Default Value: 100
Attribute Range: 1-4095
Attribute Name: cache-enable
Attribute Type: empty
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<global>
<linktrace>
<cache>
<config>
</cache-enable><!-- operation="delete"-->
<cache-size>1</cache-size> <!-- operation="delete"-->
</config>
</cache>
</linktrace>
</global>
</cfm>
Command Syntax
ethernet cfm traceroute cache size <1-4095>
Configure options
This attribute enables debugging for CFM
This command is supported when following feature are enabled CFM feature
Attribute Name: options
Attribute Type: bits (events|rx|tx|loopback|traceroute)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<debug>
<config>
<options>events</options> <!-- operation="delete"-->
</config>
</debug>
</cfm>
Command Syntax
debug ethernet cfm (events|rx|tx|loopback|traceroute)
Configure type
Type discriminator for the value union described in the ’md-name’ leaf
Attribute Name: type
Attribute Type: enum (no-name|character-string)
Attribute Name: level
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: mip-creation
Attribute Type: enum (none|default|explicit|static)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
<level>0</level>
<mip-creation>none</mip-creation>
</config>
<type>no-name</type>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet cfm domain-type (no-name|character-string) domain-name DOMAIN_NAME level <0-7> (mip-creation (none|default|explicit|static)|)
Configure ma name
The value union for the Maintenance Association Name.
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Attribute Name: type
Attribute Type: enum (string|integer|itu-t)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association> <!-- operation="delete"-->
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
<type>string</type>
</config>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
service ma-type (string|integer|itu-t) ma-name MA_NAME
Configure bridge id
This parameter indicates which bridge this maintenance association will be augumented to.
This command is supported when following feature are enabled CFM feature
Attribute Name: bridge-id
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
<vlan-id>1</vlan-id> <!-- operation="delete"-->
</config>
<bridge-id>1</bridge-id> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
vlan <1-4094> (bridge <1-32>|)
Configure bridge id
This parameter indicates which bridge this maintenance association will be augumented to.
This command is supported when following feature are enabled CFM feature
Attribute Name: bridge-id
Attribute Type: string
Attribute Name: link-level-ma
Attribute Type: empty
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</link-level-ma><!-- operation="delete"-->
</config>
<bridge-id>1</bridge-id> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
link-level (bridge <1-32>|)
Configure mip creation
This parameter indicates whether the management entity can create MIPs for this MA
This command is supported when following feature are enabled CFM feature
Attribute Name: mip-creation
Attribute Type: enum (none|default|explicit|defer)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<mip-creation>none</mip-creation> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
(mip-creation (none|default|explicit|defer)|)
Configure inner vlan id
The inner VLAN ID monitored by this MA
This command is supported when following feature are enabled CFM feature
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4094
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
<vlan-id>1</vlan-id> <!-- operation="delete"-->
</config>
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
vlan <1-4094> (inner-vlan <1-4094>|)
Configure link level ma
Use this attribute to set the Service as Link Level MA
This command is supported when following feature are enabled CFM feature
Attribute Name: link-level-ma
Attribute Type: empty
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
</link-level-ma><!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
link-level
Configure mip interface name
A list of static MIPs configured on the specified interfaces
This command is supported when following feature are enabled CFM feature
Attribute Name: mip-interface-name
Attribute Type: string
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<mip-interface-name>IFNAME</mip-interface-name> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet cfm mip interface IFNAME
Configure ccm interval
The interval between CCM transmissions to be used by all MEPs in the MA
This command is supported when following feature are enabled CFM feature
Attribute Name: ccm-interval
Attribute Type: enum (10ms|100ms|1s|10s|1min|10min)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<ccm-interval>10ms</ccm-interval> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
cc interval (10ms|100ms|1s|10s|1min|10min)
Configure static rmep identifiers
A list of static remote MEPs in a specified MA.
This command is supported when following feature are enabled CFM feature
Attribute Name: static-rmep-identifiers
Attribute Type: uint16
Attribute Range: 1-8191
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<static-rmep-identifiers>1</static-rmep-identifiers> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
mep crosscheck mpid <1-8191>
Configure mep id
Integer that is unique among all the MEPs in the same MA. Other definition is: a small integer, unique over a given Maintenance Association, identifying a specific Maintenance association End Point
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: direction
Attribute Type: enum (down|up)
Attribute Name: administrative-state
Attribute Type: enum (false|true)
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point> <!-- operation="delete"-->
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
<direction>down</direction>
<administrative-state>false</administrative-state>
<interface-name>IFNAME</interface-name>
</config>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet cfm mep (down|up) mpid <1-8191> active (false|true) IFNAME
Configure bw mapped interface
This attribute specifies interface where the bandwidth shapers are to be applied
This command is supported when following feature are enabled CFM feature
Attribute Name: bw-mapped-interface
Attribute Type: string
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<bw-mapped-interface>IFNAME</bw-mapped-interface> <!-- operation="delete"-->
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
bw-mapped-interface IFNAME
Configure mep id
Integer that is unique among all the MEPs in the same MA. Other definition is: a small integer, unique over a given Maintenance Association, identifying a specific Maintenance association End Point
Attribute Name: mep-id
Attribute Type: uint16
Attribute Name: enable-cc-multicast
Attribute Type: empty
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<continuity-check>
<config>
</enable-cc-multicast>
</config>
</continuity-check>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
cc multicast state enable
Configure lowest fault priority defect
The lowest priority defect that is allowed to generate a Fault Alarm. The non-existence of this leaf means that no defects are to be reported
This command is supported when following feature are enabled CFM feature
Attribute Name: lowest-fault-priority-defect
Attribute Type: enum (defRDICCM|defMACstatus|defRemoteCCM|defErrorCCM|defXconCCM)
Default Value: defMACstatus
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<continuity-check>
<config>
<lowest-fault-priority-defect>defMACstatus</lowest-fault-priority-defect> <!-- operation="delete"-->
</config>
</continuity-check>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
mep lowest-priority-defect (defRDICCM|defMACstatus|defRemoteCCM|defErrorCCM|defXconCCM)
clear ethernet cfm maintenance-points remote domain DOMAIN_NAME
Attribute Name: domain-name
Attribute Type: string
Netconf RPC payload
<cfm-l2-clear-ethernet-remote-meps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<domain-name>DOMAIN_NAME</domain-name>
</cfm-l2-clear-ethernet-remote-meps>
Command Syntax
clear ethernet cfm maintenance-points remote domain DOMAIN_NAME
cfm snmp restart
Netconf RPC payload
<cfm-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm"/>
Command Syntax
cfm snmp restart
debug ethernet cfm (events|rx|tx|loopback|traceroute)
Attribute Name: terminal-debug-options
Attribute Type: bits (events|rx|tx|loopback|traceroute)
Netconf RPC payload
<cfm-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<terminal-debug-options>events</terminal-debug-options>
</cfm-terminal-debug-on>
Command Syntax
debug ethernet cfm (events|rx|tx|loopback|traceroute)
no debug ethernet cfm (events|rx|tx|loopback|traceroute)
Attribute Name: terminal-debug-options
Attribute Type: bits (events|rx|tx|loopback|traceroute)
Netconf RPC payload
<cfm-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<terminal-debug-options>events</terminal-debug-options>
</cfm-terminal-debug-off>
Command Syntax
no debug ethernet cfm (events|rx|tx|loopback|traceroute)
clear ethernet cfm traceroute-cache
Netconf RPC payload
<cfm-l2-clear-linktrace-cache xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm"/>
Command Syntax
clear ethernet cfm traceroute-cache
IPI-CFM-Y1731
Configure enable status
This attribute specifies whether ETH-AIS transmission is enabled
Attribute Name: enable-status
Attribute Type: uint8
Attribute Name: client-md-level
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<ethernet-alarm-indication-signal>
<config>
<client-md-level>0</client-md-level>
</enable-status>
</config>
</ethernet-alarm-indication-signal>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ais status enable level <0-7>
Configure interval
This attribute specifies the ETH-AIS transmission period
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: interval
Attribute Type: enum (1s|1min)
Default Value: 1s
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<ethernet-alarm-indication-signal>
<config>
<interval>1s</interval> <!-- operation="delete"-->
</config>
</ethernet-alarm-indication-signal>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ais interval (1s|1min)
Configure enable lm responder
Enable the MEP to respond for each Loss Measurement Message(LMM)
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: enable-lm-responder
Attribute Type: enum (lmm|slm)
Default Value: slm
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<y1731-responders>
<config>
<enable-lm-responder>slm</enable-lm-responder> <!-- operation="delete"-->
</config>
</y1731-responders>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet cfm loss-measurement reply (lmm|slm)
Configure enable dm responder
Enable the MEP to respond with Delay Measurement Reply(DMR) for each Delay Measurement Message(DMM) of the peer
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: enable-dm-responder
Attribute Type: empty
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<y1731-responders>
<config>
</enable-dm-responder><!-- operation="delete"-->
</config>
</y1731-responders>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet cfm delay-measurement reply dmm
Configure profile name
This attribute specifies the profile name for the SOAM LM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-loss-measurement-profiles>
<ethernet-loss-measurement-profile> <!-- operation="delete"-->
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
</ethernet-loss-measurement-profile>
</ethernet-loss-measurement-profiles>
</cfm>
Command Syntax
ethernet cfm loss-measurement profile-name WORD
Configure message period
This attribute specifies the message period for the SOAM LM Session
Attribute Name: message-period
Attribute Type: enum (10ms|100ms|1s|10s|1min|10min)
Default Value: 1s
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-loss-measurement-profiles>
<ethernet-loss-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<message-period>1s</message-period> <!-- operation="delete"-->
</ethernet-loss-measurement-profile>
</ethernet-loss-measurement-profiles>
</cfm>
Command Syntax
message-period (100ms|1s|10s)
Configure measurement type
This attribute specifies the measurement type for the SOAM LM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: measurement-type
Attribute Type: enum (lmm|slm|ccm)
Default Value: slm
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-loss-measurement-profiles>
<ethernet-loss-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<measurement-type>slm</measurement-type> <!-- operation="delete"-->
</ethernet-loss-measurement-profile>
</ethernet-loss-measurement-profiles>
</cfm>
Command Syntax
measurement-type (lmm|slm|ccm)
Configure measurement interval
This attribute specifies the measurement interval for the SOAM LM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: measurement-interval
Attribute Type: uint32
Default Value: 15
Attribute Range: 1-525600
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-loss-measurement-profiles>
<ethernet-loss-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<measurement-interval>1</measurement-interval> <!-- operation="delete"-->
</ethernet-loss-measurement-profile>
</ethernet-loss-measurement-profiles>
</cfm>
Command Syntax
measurement-interval <1-525600>
Configure message period
This attribute specifies the message period for the SOAM LM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: message-period
Attribute Type: enum (10ms|100ms|1s|10s|1min|10min)
Default Value: 1s
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-loss-measurement-profiles>
<ethernet-loss-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<message-period>1s</message-period> <!-- operation="delete"-->
</ethernet-loss-measurement-profile>
</ethernet-loss-measurement-profiles>
</cfm>
Command Syntax
message-period (10ms|100ms|1s|10s|1min|10min)
Configure intervals stored
This attribute specifies the stored interval for the SOAM LM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: intervals-stored
Attribute Type: uint16
Default Value: 32
Attribute Range: 2-1000
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-loss-measurement-profiles>
<ethernet-loss-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<intervals-stored>2</intervals-stored> <!-- operation="delete"-->
</ethernet-loss-measurement-profile>
</ethernet-loss-measurement-profiles>
</cfm>
Command Syntax
intervals-stored <2-1000>
Configure profile name
This attribute contains the profile name for the SOAM DM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-delay-measurement-profiles>
<ethernet-delay-measurement-profile> <!-- operation="delete"-->
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
</ethernet-delay-measurement-profile>
</ethernet-delay-measurement-profiles>
</cfm>
Command Syntax
ethernet cfm delay-measurement profile-name WORD
Configure message period
This attribute specifies the message period for the SOAM DM Session
Attribute Name: message-period
Attribute Type: enum (10ms|100ms|1s|10s|1min|10min)
Default Value: 1s
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-delay-measurement-profiles>
<ethernet-delay-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<message-period>1s</message-period> <!-- operation="delete"-->
</ethernet-delay-measurement-profile>
</ethernet-delay-measurement-profiles>
</cfm>
Command Syntax
message-period (100ms|1s|10s)
Configure measurement interval
This attribute specifies the measurement interval for the SOAM DM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: measurement-interval
Attribute Type: uint16
Default Value: 15
Attribute Range: 1-1440
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-delay-measurement-profiles>
<ethernet-delay-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<measurement-interval>1</measurement-interval> <!-- operation="delete"-->
</ethernet-delay-measurement-profile>
</ethernet-delay-measurement-profiles>
</cfm>
Command Syntax
measurement-interval <1-1440>
Configure intervals stored
This attribute specifies the intervals stored for the SOAM DM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: intervals-stored
Attribute Type: uint16
Default Value: 32
Attribute Range: 2-1000
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-delay-measurement-profiles>
<ethernet-delay-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<intervals-stored>2</intervals-stored> <!-- operation="delete"-->
</ethernet-delay-measurement-profile>
</ethernet-delay-measurement-profiles>
</cfm>
Command Syntax
intervals-stored <2-1000>
Configure bins per fd interval
This attribute specifies the bins per fd interval for the SOAM DM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: bins-per-fd-interval
Attribute Type: uint8
Default Value: 3
Attribute Range: 2-10
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-delay-measurement-profiles>
<ethernet-delay-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<bins-per-fd-interval>2</bins-per-fd-interval> <!-- operation="delete"-->
</ethernet-delay-measurement-profile>
</ethernet-delay-measurement-profiles>
</cfm>
Command Syntax
bins-per-fd-interval <2-10>
Configure bins per ifdv interval
This attribute specifies the bins per ifdv interval for the SOAM DM Session
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: bins-per-ifdv-interval
Attribute Type: uint8
Default Value: 2
Attribute Range: 2-10
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-delay-measurement-profiles>
<ethernet-delay-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<bins-per-ifdv-interval>2</bins-per-ifdv-interval> <!-- operation="delete"-->
</ethernet-delay-measurement-profile>
</ethernet-delay-measurement-profiles>
</cfm>
Command Syntax
bins-per-ifdv-interval <2-10>
Configure bin number
This object specifies the bin number for the configured boundary
This command is supported when following feature are enabled CFM Y1731 feature
Attribute Name: bin-number
Attribute Type: uint8
Attribute Range: 2-10
Attribute Name: threshold
Attribute Type: uint32
Attribute Range: 1-4294967294
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<ethernet-delay-measurement-profiles>
<ethernet-delay-measurement-profile>
<profile-name>WORD</profile-name>
<config>
<profile-name>WORD</profile-name>
</config>
<bin-thresholds>
<bin-threshold> <!-- operation="delete"-->
<bin-number>2</bin-number>
<config>
<bin-number>2</bin-number>
<type>frame-delay</type>
<threshold>1</threshold>
</config>
<type>frame-delay</type>
</bin-threshold>
</bin-thresholds>
</ethernet-delay-measurement-profile>
</ethernet-delay-measurement-profiles>
</cfm>
Command Syntax
bin-type (frame-delay|inter-frame-delay-variation) bin <2-10> threshold <1-4294967294>
abort loss-measurement mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-abort-eth-lm-test xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-abort-eth-lm-test>
Command Syntax
abort loss-measurement mep <1-8191> domain DOMAIN_NAME ma MA_NAME
clear ethernet cfm loss-measurement history mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-clear-eth-lm-history-stats xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-clear-eth-lm-history-stats>
Command Syntax
clear ethernet cfm loss-measurement history mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type proactive profile-name WORD rmep (mac-address MAC|<1-8191>) mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-start-proactive xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-start-proactive>
Command Syntax
delay-measurement type proactive profile-name WORD rmep (mac-address MAC|<1-8191>) mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (immediate) stop-time (none) repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: start-time-type
Attribute Type: enum (immediate)
Attribute Name: stop-time-type
Attribute Type: enum (none)
Attribute Name: repetition-period
Attribute Type: yang:timeticks
Attribute Range: 6000-4294967295
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-immediate-stop-none xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<start-time-type>immediate</start-time-type>
<stop-time-type>none</stop-time-type>
<repetition-period>6000</repetition-period>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-immediate-stop-none>
Command Syntax
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (immediate) stop-time (none) repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (immediate) stop-time (relative) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: start-time-type
Attribute Type: enum (immediate)
Attribute Name: stop-time-type
Attribute Type: enum (relative)
Attribute Name: stop-time
Attribute Type: string
Attribute Name: repetition-period
Attribute Type: yang:timeticks
Attribute Range: 6000-4294967295
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-immediate-stop-relative xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<start-time-type>immediate</start-time-type>
<stop-time-type>relative</stop-time-type>
<stop-time>STOP-TIME</stop-time>
<repetition-period>6000</repetition-period>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-immediate-stop-relative>
Command Syntax
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (immediate) stop-time (relative) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (immediate) stop-time (absolute) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: start-time-type
Attribute Type: enum (immediate)
Attribute Name: stop-time-type
Attribute Type: enum (absolute)
Attribute Name: stop-time
Attribute Type: string
Attribute Name: repetition-period
Attribute Type: yang:timeticks
Attribute Range: 6000-4294967295
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-immediate-stop-absolute xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<start-time-type>immediate</start-time-type>
<stop-time-type>absolute</stop-time-type>
<stop-time>STOP-TIME</stop-time>
<repetition-period>6000</repetition-period>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-immediate-stop-absolute>
Command Syntax
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (immediate) stop-time (absolute) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (relative) START-TIME stop-time (none) repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: start-time-type
Attribute Type: enum (relative)
Attribute Name: start-time
Attribute Type: string
Attribute Name: stop-time-type
Attribute Type: enum (none)
Attribute Name: repetition-period
Attribute Type: yang:timeticks
Attribute Range: 6000-4294967295
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-relative-stop-none xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<start-time-type>relative</start-time-type>
<start-time>START-TIME</start-time>
<stop-time-type>none</stop-time-type>
<repetition-period>6000</repetition-period>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-relative-stop-none>
Command Syntax
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (relative) START-TIME stop-time (none) repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (relative) START-TIME stop-time (relative) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: start-time-type
Attribute Type: enum (relative)
Attribute Name: start-time
Attribute Type: string
Attribute Name: stop-time-type
Attribute Type: enum (relative)
Attribute Name: stop-time
Attribute Type: string
Attribute Name: repetition-period
Attribute Type: yang:timeticks
Attribute Range: 6000-4294967295
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-relative-stop-relative xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<start-time-type>relative</start-time-type>
<start-time>START-TIME</start-time>
<stop-time-type>relative</stop-time-type>
<stop-time>STOP-TIME</stop-time>
<repetition-period>6000</repetition-period>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-relative-stop-relative>
Command Syntax
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (relative) START-TIME stop-time (relative) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (relative) START-TIME stop-time (absolute) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: start-time-type
Attribute Type: enum (relative)
Attribute Name: start-time
Attribute Type: string
Attribute Name: stop-time-type
Attribute Type: enum (absolute)
Attribute Name: stop-time
Attribute Type: string
Attribute Name: repetition-period
Attribute Type: yang:timeticks
Attribute Range: 6000-4294967295
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-relative-stop-absolute xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<start-time-type>relative</start-time-type>
<start-time>START-TIME</start-time>
<stop-time-type>absolute</stop-time-type>
<stop-time>STOP-TIME</stop-time>
<repetition-period>6000</repetition-period>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-relative-stop-absolute>
Command Syntax
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (relative) START-TIME stop-time (absolute) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (absolute) START-TIME stop-time (none) repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: start-time-type
Attribute Type: enum (absolute)
Attribute Name: start-time
Attribute Type: string
Attribute Name: stop-time-type
Attribute Type: enum (none)
Attribute Name: repetition-period
Attribute Type: yang:timeticks
Attribute Range: 6000-4294967295
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-absolute-stop-none xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<start-time-type>absolute</start-time-type>
<start-time>START-TIME</start-time>
<stop-time-type>none</stop-time-type>
<repetition-period>6000</repetition-period>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-absolute-stop-none>
Command Syntax
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (absolute) START-TIME stop-time (none) repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (absolute) START-TIME stop-time (relative) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: start-time-type
Attribute Type: enum (absolute)
Attribute Name: start-time
Attribute Type: string
Attribute Name: stop-time-type
Attribute Type: enum (relative)
Attribute Name: stop-time
Attribute Type: string
Attribute Name: repetition-period
Attribute Type: yang:timeticks
Attribute Range: 6000-4294967295
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-absolute-stop-relative xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<start-time-type>absolute</start-time-type>
<start-time>START-TIME</start-time>
<stop-time-type>relative</stop-time-type>
<stop-time>STOP-TIME</stop-time>
<repetition-period>6000</repetition-period>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-absolute-stop-relative>
Command Syntax
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (absolute) START-TIME stop-time (relative) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (absolute) START-TIME stop-time (absolute) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 0-64
Attribute Name: rmep-id
Attribute Type: union
Attribute Name: start-time-type
Attribute Type: enum (absolute)
Attribute Name: start-time
Attribute Type: string
Attribute Name: stop-time-type
Attribute Type: enum (absolute)
Attribute Name: stop-time
Attribute Type: string
Attribute Name: repetition-period
Attribute Type: yang:timeticks
Attribute Range: 6000-4294967295
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-absolute-stop-absolute xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<profile-name>WORD</profile-name>
<rmep-id>CFM_RMEP_TYPE_T</rmep-id>
<start-time-type>absolute</start-time-type>
<start-time>START-TIME</start-time>
<stop-time-type>absolute</stop-time-type>
<stop-time>STOP-TIME</stop-time>
<repetition-period>6000</repetition-period>
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-eth-dm-on-demand-start-absolute-stop-absolute>
Command Syntax
delay-measurement type on-demand profile-name WORD rmep (mac-address MAC|<1-8191>) start-time (absolute) START-TIME stop-time (absolute) STOP-TIME repetition-period <6000-4294967295> mep <1-8191> domain DOMAIN_NAME ma MA_NAME
abort delay-measurement mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-abort-eth-dm-test xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-abort-eth-dm-test>
Command Syntax
abort delay-measurement mep <1-8191> domain DOMAIN_NAME ma MA_NAME
clear ethernet cfm delay-measurement history mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: md-name
Attribute Type: string
Attribute Range: 1-43
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<ipi-cfm-y1731_cfm-l2-clear-eth-dm-history-stats xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<mep-id>1</mep-id>
<md-name>DOMAIN_NAME</md-name>
<ma-name>MA_NAME</ma-name>
</ipi-cfm-y1731_cfm-l2-clear-eth-dm-history-stats>
Command Syntax
clear ethernet cfm delay-measurement history mep <1-8191> domain DOMAIN_NAME ma MA_NAME
IPI-PTP
Configure instance type
PTP instance type
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: instance-type
Attribute Type: uint8
Attribute Range: 0-1
Attribute Name: profile
Attribute Type: enum (e2e-transparent)
Netconf edit-config payload
<ptp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ptp">
<ptp-instance> <!-- operation="delete"-->
<instance-type>0</instance-type>
<config>
<instance-type>0</instance-type>
<profile>e2e-transparent</profile>
</config>
</ptp-instance>
</ptp>
Command Syntax
ptp clock <0-1> profile (e2e-transparent)
Configure enable
Use this attribute to debug the ptp process.
This command is supported when following feature are enabled Precision Time Protocol (PTP) feature
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<ptp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ptp">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</ptp>
Command Syntax
debug ptp
IPI-PORT-BREAKOUT
Configure port number
Use this attribute to set the port number associated with this instance
Attribute Name: port-number
Attribute Type: uint8
Attribute Range: 1-128
Attribute Name: mode
Attribute Type: enum (4X10g|4X25g|2X50g)
Netconf edit-config payload
<port-breakout xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-breakout">
<breakouts>
<breakout> <!-- operation="delete"-->
<port-number>1</port-number>
<config>
<port-number>0</port-number>
<mode>4X10g</mode>
</config>
</breakout>
</breakouts>
</port-breakout>
Command Syntax
port <1-128> breakout (4X10g|4X25g|2X50g)
Configure port group
Use this attribute to set the port group associated with this instance
This command is supported when following feature are disabled DUNE feature
Attribute Name: port-group
Attribute Type: uint8
Attribute Range: 1-64
Attribute Name: speed
Attribute Type: enum (10g)
Netconf edit-config payload
<port-breakout xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-breakout">
<groups-speed>
<group-speed> <!-- operation="delete"-->
<port-group>1</port-group>
<config>
<port-group>0</port-group>
<speed>10g</speed>
</config>
</group-speed>
</groups-speed>
</port-breakout>
Command Syntax
port-group <1-64> speed (10g)
Configure mode
Use this attribute to configure Port-breakout mode for an interface
Attribute Name: mode
Attribute Type: enum (4X10g|4X25g|2X50g)
Netconf edit-config payload
<port-breakout xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-breakout">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mode>4X10g</mode> <!-- operation="delete"-->
</interface>
</interfaces>
</port-breakout>
Command Syntax
port breakout enable (4X10g|4X25g|2X50g)
IPI-SOURCE-INTERFACE
Configure protocol type
Protocol type to apply the source-interface.
This command is supported when following feature are enabled hostp feature
Attribute Name: protocol-type
Attribute Type: enum (tacacs+|ntp|snmp|syslog|radius)
Attribute Name: port-number
Attribute Type: union
Attribute Name: vrf-name
Attribute Type: string
Netconf edit-config payload
<source-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-source-interface">
<address-family-ipv4>
<source-nat-mappings>
<source-nat-mapping> <!-- operation="delete"-->
<protocol-type>tacacs+</protocol-type>
<config>
<protocol-type>tacacs+</protocol-type>
<interface-name>WORD</interface-name>
<port-number>0</port-number>
<vrf-name>VRF_NAME</vrf-name>
</config>
<interface-name>IFNAME</interface-name>
</source-nat-mapping>
</source-nat-mappings>
</address-family-ipv4>
</source-interface>
Command Syntax
ip source-interface IFNAME (tacacs+|ntp|snmp|syslog|radius) (port (0|<1025-65535>)|) (vrf VRF_NAME|)
Configure protocol type
Protocol type to apply the source-interface.
This command is supported when following feature are enabled IPV6 feature,hostp feature
Attribute Name: protocol-type
Attribute Type: enum (tacacs+|ntp|snmp|syslog|radius)
Attribute Name: port-number
Attribute Type: union
Attribute Name: vrf-name
Attribute Type: string
Netconf edit-config payload
<source-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-source-interface">
<address-family-ipv6>
<source-nat-mappings>
<source-nat-mapping> <!-- operation="delete"-->
<protocol-type>tacacs+</protocol-type>
<config>
<protocol-type>tacacs+</protocol-type>
<interface-name>WORD</interface-name>
<port-number>0</port-number>
<vrf-name>VRF_NAME</vrf-name>
</config>
<interface-name>IFNAME</interface-name>
</source-nat-mapping>
</source-nat-mappings>
</address-family-ipv6>
</source-interface>
Command Syntax
ipv6 source-interface IFNAME (tacacs+|ntp|snmp|syslog|radius) (port (0|<1025-65535>)|) (vrf VRF_NAME|)
IPI-TACACS
Configure enable
This attribute is to enable/disable TACACS+ debug logging
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</tacacs>
Command Syntax
debug tacacs+
Configure feature enable
Use this attribute to enable the TACACS+ feature
Attribute Name: feature-enable
Attribute Type: empty
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
</feature-enable>
</vrf>
</tacacs>
Command Syntax
feature tacacs+ (vrf management|)
Configure vrf name
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</config>
</vrf>
</tacacs>
Command Syntax
tacacs-server login key (0|7) WORD (vrf management|)
Configure vrf name
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</config>
</vrf>
</tacacs>
Command Syntax
tacacs-server login key (0|7) WORD (vrf management|)
Configure vrf name
VRF Name associated with this instance
This command is supported when following feature are enabled hostp feature,aaa feature,tacacs-client feature
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: timeout
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-60
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<timeout>1</timeout> <!-- operation="delete"-->
</config>
</vrf>
</tacacs>
Command Syntax
tacacs-server login timeout <1-60> (vrf management|)
Configure sequence number
Use this attribute to set the sequence-number/priority index for the TACACS+ server
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<sequence-number>1</sequence-number>
</server>
</remote-servers>
</vrf>
</tacacs>
Command Syntax
tacacs-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8>
Configure secret key string
Shared key used between the authentication-server and the device
Attribute Name: secret-key-string
Attribute Type: string
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
</config>
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</tacacs>
Command Syntax
tacacs-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD
Configure port
Port number used for TACACS+ Server Connection
Attribute Name: port
Attribute Type: uint32
Attribute Range: 1025-65535
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
</config>
<port>1025</port> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</tacacs>
Command Syntax
tacacs-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> port <1025-65535>
Configure timeout
To represent the timeout configured by the user
Attribute Name: timeout
Attribute Type: uint32
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</tacacs>
Command Syntax
tacacs-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> timeout <1-60>
Configure timeout
To represent the timeout configured by the user
Attribute Name: timeout
Attribute Type: uint32
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: port
Attribute Type: uint32
Attribute Range: 1025-65535
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<port>1025</port> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</tacacs>
Command Syntax
tacacs-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> port <1025-65535> timeout <1-60>
Configure port
Port number used for TACACS+ Server Connection
Attribute Name: port
Attribute Type: uint32
Attribute Range: 1025-65535
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</config>
<port>1025</port> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</tacacs>
Command Syntax
tacacs-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD port <1025-65535>
Configure timeout
To represent the timeout configured by the user
Attribute Name: timeout
Attribute Type: uint32
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</tacacs>
Command Syntax
tacacs-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD timeout <1-60>
Configure timeout
To represent the timeout configured by the user
Attribute Name: timeout
Attribute Type: uint32
Default Value: 5
Attribute Range: 1-60
Attribute Name: sequence-number
Attribute Type: uint8
Attribute Range: 1-8
Attribute Name: key-type
Attribute Type: enum (0|7)
Attribute Name: secret-key-string
Attribute Type: string
Attribute Name: port
Attribute Type: uint32
Attribute Range: 1025-65535
Netconf edit-config payload
<tacacs xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<remote-servers>
<server>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
<sequence-number>1</sequence-number> <!-- operation="delete"-->
<key-type>0</key-type> <!-- operation="delete"-->
<secret-key-string>WORD</secret-key-string> <!-- operation="delete"-->
<port>1025</port> <!-- operation="delete"-->
</config>
<timeout>1</timeout> <!-- operation="delete"-->
</server>
</remote-servers>
</vrf>
</tacacs>
Command Syntax
tacacs-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD port <1025-65535> timeout <1-60>
clear tacacs-server counters (vrf management|)
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-all-tacacs-server-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<vrf-name>management</vrf-name>
</clear-all-tacacs-server-counters>
Command Syntax
clear tacacs-server counters (vrf management|)
clear tacacs-server (A.B.C.D|X:X::X:X|HOSTNAME) counters (vrf (management|all)|)
Attribute Name: hostname
Attribute Type: union
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<clear-tacacs-server-host-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs">
<hostname>A.B.C.D</hostname>
<vrf-name>management</vrf-name>
</clear-tacacs-server-host-counters>
Command Syntax
clear tacacs-server (A.B.C.D|X:X::X:X|HOSTNAME) counters (vrf (management|all)|)
debug tacacs+
Netconf RPC payload
<tacacs-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs"/>
Command Syntax
debug tacacs+
no debug tacacs+
Netconf RPC payload
<tacacs-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tacacs"/>
Command Syntax
no debug tacacs+
IPI-TIME-RANGE
Configure name
use this attribute to configure name
Attribute Name: name
Attribute Type: string
Attribute Range: 1-60
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</time-range>
</time-ranges>
Command Syntax
time-range WORD
Configure absolute start time
Start time hour and minute
Attribute Name: absolute-start-time
Attribute Type: string
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<start-time-options>
<config>
<absolute-start-time>TIME_RANGE_DATE_TIME_T</absolute-start-time>
</config>
</start-time-options>
</time-range>
</time-ranges>
Command Syntax
start-time HH:MM:SS <01-31> MONTH <1995-2035>
Configure relative start time
Configure the start-time of the time-range to be now or after sometime
Attribute Name: relative-start-time
Attribute Type: union
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<start-time-options>
<config>
<relative-start-time>TIME_RANGE_RELATIVE_TIME_T</relative-start-time>
</config>
</start-time-options>
</time-range>
</time-ranges>
Command Syntax
start-time (after (<1-129600>)|now)
Configure absolute end time
End time hour and minute
Attribute Name: absolute-end-time
Attribute Type: string
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<end-time-options>
<config>
<absolute-end-time>TIME_RANGE_DATE_TIME_T</absolute-end-time>
</config>
</end-time-options>
</time-range>
</time-ranges>
Command Syntax
end-time HH:MM:SS <01-31> MONTH <1995-2035>
Configure relative end time
Relative time in minutes
Attribute Name: relative-end-time
Attribute Type: string
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<end-time-options>
<config>
<relative-end-time>1</relative-end-time> <!-- operation="delete"-->
</config>
</end-time-options>
</time-range>
</time-ranges>
Command Syntax
end-time after <1-129600>
Configure frequency
Frequency (hourly, daily, weekly)
Attribute Name: frequency
Attribute Type: union
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<frequency-options>
<config>
<frequency>daily</frequency> <!-- operation="delete"-->
</config>
</frequency-options>
</time-range>
</time-ranges>
Command Syntax
frequency (daily|hourly|weekly|days WORD)
crypto pki generate rsa common-name ipv4 IPv4ADDR
Attribute Name: ipv4-addr
Attribute Type: inet:ipv4-address
Netconf RPC payload
<crypto-rsa-key-gen xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-crypto">
<ipv4-addr>IPv4ADDR</ipv4-addr>
</crypto-rsa-key-gen>
Command Syntax
crypto pki generate rsa common-name ipv4 IPv4ADDR
IPI-ELK
Configure password
Use this to configure ELK server password
Attribute Name: password
Attribute Type: string
Attribute Name: username
Attribute Type: string
Netconf edit-config payload
<elk xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk">
<metricbeat>
<ip>A.B.C.D</ip>
<config>
<ip>A.B.C.D</ip>
<username>USERNAME</username> <!-- operation="delete"-->
</config>
<password>PASSWORD</password> <!-- operation="delete"-->
</metricbeat>
</elk>
Command Syntax
elk server metricbeat A.B.C.D username USERNAME password PASSWORD
Configure certificate path
Used to configure Filebeat server path to certificate file
Attribute Name: certificate-path
Attribute Type: string
Netconf edit-config payload
<elk xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk">
<filebeat>
<ip>A.B.C.D</ip>
<config>
<ip>A.B.C.D</ip>
</config>
<certificate-path>FILE-PATH</certificate-path> <!-- operation="delete"-->
</filebeat>
</elk>
Command Syntax
elk server filebeat A.B.C.D FILE-PATH
service enable metricbeat (vrf management|)
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<elk-metricbeat-service-enable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk">
<vrf-name>management</vrf-name>
</elk-metricbeat-service-enable>
Command Syntax
service enable metricbeat (vrf management|)
service enable filebeat (vrf management|)
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<elk-filebeat-service-enable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk">
<vrf-name>management</vrf-name>
</elk-filebeat-service-enable>
Command Syntax
service enable filebeat (vrf management|)
service disable metricbeat (vrf management|)
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<elk-metricbeat-service-disable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk">
<vrf-name>management</vrf-name>
</elk-metricbeat-service-disable>
Command Syntax
service disable metricbeat (vrf management|)
service disable filebeat (vrf management|)
Attribute Name: vrf-name
Attribute Type: string
Netconf RPC payload
<elk-filebeat-service-disable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk">
<vrf-name>management</vrf-name>
</elk-filebeat-service-disable>
Command Syntax
service disable filebeat (vrf management|)
IPI-VM
Configure bridge name
Name of the VM bridge
Attribute Name: bridge-name
Attribute Type: string
Attribute Range: 1-16
Netconf edit-config payload
<vm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vm">
<vm-bridges>
<vm-bridge> <!-- operation="delete"-->
<bridge-name>VM-BRIDGE-NAME</bridge-name>
<config>
<bridge-name>VM-BRIDGE-NAME</bridge-name>
</config>
</vm-bridge>
</vm-bridges>
</vm>
Command Syntax
vm-bridge-create VM-BRIDGE-NAME
Configure tpid
Set control channel tpid
Attribute Name: tpid
Attribute Type: string
Attribute Name: vlan
Attribute Type: uint16
Attribute Range: 1-4095
Netconf edit-config payload
<vm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vm">
<control-channel>
<config>
<vlan>1</vlan>
<tpid>TPID</tpid>
</config>
</control-channel>
</vm>
Command Syntax
control-channel vlan <1-4095> tpid TPID
Configure vrf name
VRF Name
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Netconf edit-config payload
<nat xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vm">
<dnat>
<dnat-vrf> <!-- operation="delete"-->
<vrf-name>VRF-NAME</vrf-name>
<to-port-num>-1</to-port-num>
<config>
<to-port-num>-1</to-port-num>
<from-port-num>-1</from-port-num>
<protocol>tcp</protocol>
<to-ip-addr>A.B.C.D</to-ip-addr>
<from-match-value>A.B.C.D|IFNAME</from-match-value>
<from-match-type>match-ip</from-match-type>
</config>
<from-port-num>-1</from-port-num>
<protocol>tcp</protocol>
<to-ip-addr>A.B.C.D</to-ip-addr>
<from-match-value>A.B.C.D|IFNAME</from-match-value>
<from-match-type>match-ip</from-match-type>
</dnat-vrf>
</dnat>
</nat>
Command Syntax
nat dnat (match-ip|source-interface) (A.B.C.D|IFNAME) to A.B.C.D protocol (tcp|udp) sport-num <-1-65535> dport-num <-1-65535> vrf VRF-NAME
Configure vrf name
VRF Name
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Netconf edit-config payload
<nat xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vm">
<snat>
<snat-vrf> <!-- operation="delete"-->
<vrf-name>VRF-NAME</vrf-name>
<to-ip-addr>A.B.C.D|IFNAME</to-ip-addr>
<config>
<to-ip-addr>A.B.C.D|IFNAME</to-ip-addr>
<from-ip-addr>A.B.C.D/M</from-ip-addr>
</config>
<from-ip-addr>A.B.C.D/M</from-ip-addr>
</snat-vrf>
</snat>
</nat>
Command Syntax
nat snat from A.B.C.D/M to (A.B.C.D|IFNAME) vrf VRF-NAME
Configure enable feature
Global command to enable Guest-VM feature
Attribute Name: enable-feature
Attribute Type: boolean
Netconf edit-config payload
<guestVm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vm">
<config>
<enable-feature>true</enable-feature>
</config>
</guestVm>
Command Syntax
feature guest-vm enable