IPI-PIM-IPV6
Configure router id
Use this attribute to configure PIM router-ID to uniquely identify the router.By default, PIM registers for the NSM router-id service. This attribute will override the router-id received from NSM.
Attribute Name: router-id
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<router-id>A.B.C.D</router-id> <!-- operation="delete"-->
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) router-id A.B.C.D
Configure join prune interval
Use this attribute to set a PIM join/prune timer.
Attribute Name: join-prune-interval
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<join-prune-interval>1</join-prune-interval> <!-- operation="delete"-->
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) jp-timer <1-65535>
Configure ecmp bundle
Use this attribute to create an ECMP bundle.
Attribute Name: ecmp-bundle
Attribute Type: string
Attribute Range: 1-50
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<ecmp-bundle>WORD</ecmp-bundle> <!-- operation="delete"-->
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) ecmp-bundle WORD
Configure enable bfd all interfaces
Use this attribute to enable Bidirectional Forwarding Detection (BFD) on all interfaces.
Attribute Name: enable-bfd-all-interfaces
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
</enable-bfd-all-interfaces><!-- operation="delete"-->
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) bfd all-interfaces
Configure register reachability check
Use this attribute to enable the RP reachability check for PIM Registers at the designated router (DR).
This command is supported when following feature are enabled PIM Sparse Mode (SM)
Attribute Name: register-reachability-check
Attribute Type: enum (disable|enable)
Default Value: enable
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<register-packet>
<config>
<register-reachability-check>enable</register-reachability-check> <!-- operation="delete"-->
</config>
</register-packet>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) register-rp-reachability (disable|enable)
Configure rate limit
Use this attribute to configure the rate of register packets sent by this designated router (DR).
This command is supported when following feature are enabled PIM Sparse Mode (SM)
Attribute Name: rate-limit
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<register-packet>
<config>
<rate-limit>1</rate-limit> <!-- operation="delete"-->
</config>
</register-packet>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) register-rate-limit <1-65535>
Configure suppress interval
Use this attribute to configure the register suppression time.
This command is supported when following feature are enabled PIM Sparse Mode (SM)
Attribute Name: suppress-interval
Attribute Type: uint16
Default Value: 60
Attribute Range: 11-65535
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<register-packet>
<config>
<suppress-interval>11</suppress-interval> <!-- operation="delete"-->
</config>
</register-packet>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) register-suppression <11-65535>
Configure keep alive interval
Use this attribute to configure a Keep alive Timer (KAT) value for (S,G) states at RP to monitor PIM register packets.
This command is supported when following feature are enabled PIM Sparse Mode (SM)
Attribute Name: keep-alive-interval
Attribute Type: uint16
Default Value: 185
Attribute Range: 1-65535
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<register-packet>
<config>
<keep-alive-interval>1</keep-alive-interval> <!-- operation="delete"-->
</config>
</register-packet>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) rp-register-kat <1-65535>
Configure source address
Use this attribute to configure the source address of register packets sent by this designated router (DR).
This command is supported when following feature are enabled PIM Sparse Mode (SM)
Attribute Name: source-address
Attribute Type: union
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<register-packet>
<config>
<source-address>PIM_IPV6_REG_SOURCE_T</source-address>
</config>
</register-packet>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) register-source (X:X::X:X|IFNAME)
Configure accept register
Use this attribute to configure the ACL of register packets accepted by this designated router (DR).
This command is supported when following feature are enabled PIM Sparse Mode (SM)
Attribute Name: accept-register
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<register-packet>
<config>
<accept-register>WORD</accept-register> <!-- operation="delete"-->
</config>
</register-packet>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) accept-register list WORD
Configure ignore rp set priority
Use this attribute to ignore the RP-SET priority value, and use only the hashing mechanism for RP selection. This is used to inter-operate with older Cisco IOS versions.
Attribute Name: ignore-rp-set-priority
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<interop>
<config>
</ignore-rp-set-priority><!-- operation="delete"-->
</config>
</interop>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) ignore-rp-set-priority
Configure cisco bsr interop enable
Use this attribute to turn on or turn the Candidate-RP debugging timerworking with Cisco BSR.
Attribute Name: cisco-bsr-interop-enable
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<interop>
<config>
</cisco-bsr-interop-enable><!-- operation="delete"-->
</config>
</interop>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) crp-cisco-prefix
Configure access control list
Use this attribute to configure the option to calculate the register checksum over the whole packet on multicast groups specified by the access control list.
Attribute Name: access-control-list
Attribute Type: string
Attribute Range: 1-64
Attribute Name: cisco-register-checksum-enable
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<interop>
<register-packet>
<config>
</cisco-register-checksum-enable><!-- operation="delete"-->
<access-control-list>WORD</access-control-list> <!-- operation="delete"-->
</config>
</register-packet>
</interop>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) cisco-register-checksum group-list WORD
Configure cisco register checksum enable
Use this attribute to configure the option to calculate the register checksum over the whole packet. This is used to inter-operate with older Cisco IOS versions.
Attribute Name: cisco-register-checksum-enable
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<interop>
<register-packet>
<config>
</cisco-register-checksum-enable>
</config>
</register-packet>
</interop>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) cisco-register-checksum
Configure vrf name
Use this attribute to to enable the ability of the last-hop PIM router to switch to SPT for multicast group addresses indicated by the given standard access control list.
Attribute Name: access-control-list
Attribute Type: string
Attribute Range: 1-64
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<spt-switch>
<config>
</enable><!-- operation="delete"-->
<access-control-list>WORD</access-control-list> <!-- operation="delete"-->
</config>
</spt-switch>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) spt-threshold group-list WORD
Configure enable
Use this attribute to enable the ability of the last-hop PIM router to switch to SPT.
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<spt-switch>
<config>
</enable>
</config>
</spt-switch>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) spt-threshold
Configure range policy
Use this attribute to set Source Specific Multicast (SSM) and define the range of multicast IP addresses. Ranges can be either the default, which defines the SSM range as FF3x::/96, or indicated by the given standard access control list.
This command is supported when following feature are enabled PIM Source Specific Multicast (SSM)
Attribute Name: range-policy
Attribute Type: union
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<ssm>
<config>
<range-policy>PIM_IPV6_SSM_RANGE_POLICY_TYPE_T</range-policy>
</config>
</ssm>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) ssm (range WORD|default)
Configure member rp address
Destination IPv6 address where register messages are copied and sent. A Member RP is an individual RP member in the anycast RP set.
This command is supported when following feature are enabled PIM Sparse Mode (SM)
Attribute Name: member-rp-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<anycast-rps>
<anycast-rp> <!-- operation="delete"-->
<member-rp-address>X:X::X:X</member-rp-address>
<config>
<member-rp-address>X:X::X:X</member-rp-address>
<anycast-rp-address>X:X::X:X</anycast-rp-address>
</config>
<anycast-rp-address>X:X::X:X</anycast-rp-address>
</anycast-rp>
</anycast-rps>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) anycast-rp X:X::X:X X:X::X:X
Configure embed rp
Use this attribute to embed the PIM Rendezvous Point
Attribute Name: embed-rp
Attribute Type: enum (disable|enable)
Default Value: enable
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<rendezvous-point>
<config>
<embed-rp>enable</embed-rp> <!-- operation="delete"-->
</config>
</rendezvous-point>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) rp embedded (disable|enable)
Configure rp address
Use this attribute to statically configure Rendezvous Point (RP) address for multicast groups.
Attribute Name: rp-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<rendezvous-point>
<static-rps>
<static-rps-default>
<static-rp-default> <!-- operation="delete"-->
<rp-address>X:X::X:X</rp-address>
<config>
<rp-address>X:X::X:X</rp-address>
</config>
</static-rp-default>
</static-rps-default>
</static-rps>
</rendezvous-point>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) rp-address X:X::X:X
Configure override dynamically learned rp
Use this attribute do configure the flag to overrides dynamically learned RP mappings.
Attribute Name: override-dynamically-learned-rp
Attribute Type: empty
Attribute Name: access-control-list
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<rendezvous-point>
<static-rps>
<static-rps-default>
<static-rp-default>
<rp-address>X:X::X:X</rp-address>
<config>
<rp-address>X:X::X:X</rp-address>
<access-control-list>WORD</access-control-list> <!-- operation="delete"-->
</config>
</override-dynamically-learned-rp><!-- operation="delete"-->
</static-rp-default>
</static-rps-default>
</static-rps>
</rendezvous-point>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) rp-address X:X::X:X WORD override
Configure interface name
Use this attribute to configure the interface for the candidate BSR router.
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<rendezvous-point>
<bootstrap-router>
<bsr-candidate>
<config>
<interface-name>IFNAME</interface-name>
</config>
</bsr-candidate>
</bootstrap-router>
</rendezvous-point>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) bsr-candidate IFNAME
Configure hash mask length
Use this attribute to configure the mask length used to calculate the group address for RP.
Attribute Name: hash-mask-length
Attribute Type: uint8
Attribute Range: 0-32
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<rendezvous-point>
<bootstrap-router>
<bsr-candidate>
<config>
<interface-name>IFNAME</interface-name> <!-- operation="delete"-->
<hash-mask-length>0</hash-mask-length> <!-- operation="delete"-->
</config>
</bsr-candidate>
</bootstrap-router>
</rendezvous-point>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) bsr-candidate IFNAME <0-32>
Configure priority
Use this attribute to configure the priority value for candidate BSR router.
Attribute Name: priority
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-33
Attribute Name: hash-mask-length
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<rendezvous-point>
<bootstrap-router>
<bsr-candidate>
<config>
<interface-name>IFNAME</interface-name> <!-- operation="delete"-->
<hash-mask-length>0</hash-mask-length> <!-- operation="delete"-->
<priority>0</priority> <!-- operation="delete"-->
</config>
</bsr-candidate>
</bootstrap-router>
</rendezvous-point>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) bsr-candidate IFNAME <0-32> <0-255>
Configure advertisement interval
Use this attribute to configure the priority value for RP candidate.
Attribute Name: priority
Attribute Type: uint8
Attribute Range: 0-255
Attribute Name: access-control-list
Attribute Type: string
Attribute Range: 1-64
Attribute Name: advertisement-interval
Attribute Type: uint16
Attribute Range: 1-16383
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<rendezvous-point>
<rp-candidates>
<rp-candidate>
<interface-name>IFNAME</interface-name>
<config>
<interface-name>IFNAME</interface-name>
<access-control-list>WORD</access-control-list> <!-- operation="delete"-->
<advertisement-interval>1</advertisement-interval> <!-- operation="delete"-->
</config>
<priority>0</priority> <!-- operation="delete"-->
</rp-candidate>
</rp-candidates>
</rendezvous-point>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
ipv6 pim (vrf NAME|) rp-candidate IFNAME (group-list WORD|) (interval <1-16383>|) (priority <0-255>|)
Configure options
Use this attribute to debug the PIM IPv6 feature.
Attribute Name: options
Attribute Type: bits (all|events|packet|packet in|packet out|state|mfc|timer|timer hello|timer bsr|timer joinprune|timer hello ht|timer hello nlt|timer hello tht|timer joinprune jt|timer joinprune et|timer joinprune ppt|timer joinprune kat|timer joinprune ot|timer assert|timer register|timer bsr bst|timer bsr crp|mib|nsm|nexthop|mtrace)
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<instances>
<instance>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<debug>
<config>
<options>all</options> <!-- operation="delete"-->
</config>
</debug>
</instance>
</instances>
</ipv6>
</pim>
Command Syntax
debug ipv6 pim (vrf NAME|) (all|events|packet|packet in|packet out|state|mfc|timer|timer hello|timer bsr|timer joinprune|timer hello ht|timer hello nlt|timer hello tht|timer joinprune jt|timer joinprune et|timer joinprune ppt|timer joinprune kat|timer joinprune ot|timer assert|timer register|timer bsr bst|timer bsr crp|mib|nsm|nexthop|mtrace)
Configure passive enable
PIM IPv6 passive mode.
Attribute Name: passive-enable
Attribute Type: empty
Attribute Name: pim-mode
Attribute Type: enum (dense-mode|sparse-mode)
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
<pim-mode>dense-mode</pim-mode> <!-- operation="delete"-->
</config>
</passive-enable><!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim (dense-mode|sparse-mode) passive
Configure pim mode
PIM IPv6 mode to use when delivering multicast traffic via this interface.
Attribute Name: pim-mode
Attribute Type: enum (dense-mode|sparse-mode)
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<pim-mode>dense-mode</pim-mode> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim (dense-mode|sparse-mode)
Configure bsr border
When set to true the device will not send bootstrap router messages over this interface. By default these are transmitted over all PIM IPv6 sparse mode (PIM-SM) enabled interfaces.
Attribute Name: bsr-border
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</bsr-border><!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim bsr-border
Configure dr priority
The designated router priority of this interface. Larger always preferred.
Attribute Name: dr-priority
Attribute Type: uint32
Attribute Range: 0-4294967294
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<dr-priority>0</dr-priority> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim dr-priority <0-4294967294>
Configure hello interval
Use this attribute to configure a hello interval value other than the default. When a hello-interval is configured and hello-holdtime is not configured, or when the hello-holdtime value configured is less than the new hello-interval value, the holdtime value is modified to (3.5 * hello_interval). Otherwise, the hello-holdtime value is the configured value.
Attribute Name: hello-interval
Attribute Type: uint16
Default Value: 30
Attribute Range: 1-18724
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<hello-interval>1</hello-interval> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim hello-interval <1-18724>
Configure hello holdtime
Use this attribute to configure a hello message holdtime other than the default.
Attribute Name: hello-holdtime
Attribute Type: uint16
Default Value: 105
Attribute Range: 1-65535
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<hello-holdtime>1</hello-holdtime> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim hello-holdtime <1-65535>
Configure exclude generated id
Exclude Gen-id option from PIM IPv6 Hello packets on this interface.
Attribute Name: exclude-generated-id
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</exclude-generated-id><!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim exclude-genid
Configure unicast bootstrap router
Use this attribute to enable support for sending and receiving unicast Bootstrap Messages (BSM) on an interface.
Attribute Name: unicast-bootstrap-router
Attribute Type: empty
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</unicast-bootstrap-router><!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim unicast-bsm
Configure neighbor access control list filter
Use this attribute to enable filtering of neighbors on the interface. When configuring a neighbor filter, PIM IPv6 either not establishes adjacency with neighbor or terminates adjacency with existing neighbors, when denied by filtering access list.
Attribute Name: neighbor-access-control-list-filter
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<neighbor-access-control-list-filter>WORD</neighbor-access-control-list-filter> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim neighbor-filter WORD
Configure state refresh origination interval
Use this attribute to configure a PIM-DM State-Refresh origination interval other than the default value. The origination interval is the number of seconds between PIM-DM State Refresh control messages.
Attribute Name: state-refresh-origination-interval
Attribute Type: uint16
Default Value: 60
Attribute Range: 1-100
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<state-refresh-origination-interval>1</state-refresh-origination-interval> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim state-refresh origination-interval <1-100>
Configure name
Use this attribute to configure an ECMP bundle.
Attribute Name: ecmp-bundle
Attribute Type: string
Attribute Range: 1-50
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ecmp-bundle>WORD</ecmp-bundle> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim bind ecmp-bundle WORD
Configure propagation delay
Propagation-delay value.
Attribute Name: propagation-delay
Attribute Type: uint16
Default Value: 1000
Attribute Range: 0-32767
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<propagation-delay>0</propagation-delay> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim propagation-delay <0-32767>
Configure enable bfd
Use this attribute to configure Bidirectional Forwarding Detection.
Attribute Name: enable-bfd
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<pim xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<ipv6>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<enable-bfd>enable</enable-bfd> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv6>
</pim>
Command Syntax
ipv6 pim bfd (disable|)
clear ipv6 pim (vrf NAME|) (sparse-mode) bsr rp-set *
Attribute Name: vrf-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: pim-mode
Attribute Type: enum (sparse-mode)
Netconf RPC payload
<ipi-pim-ipv6_pim-ipv6-clear-bsr-rendezvous-point xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<vrf-name>NAME</vrf-name>
<pim-mode>sparse-mode</pim-mode>
</ipi-pim-ipv6_pim-ipv6-clear-bsr-rendezvous-point>
Command Syntax
clear ipv6 pim (vrf NAME|) (sparse-mode) bsr rp-set *
clear ipv6 mroute (vrf NAME|) * pim (dense-mode|sparse-mode)
Attribute Name: vrf-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: pim-mode
Attribute Type: enum (dense-mode|sparse-mode)
Netconf RPC payload
<ipi-pim-ipv6_pim-ipv6-clear-multicast-route xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<vrf-name>NAME</vrf-name>
<pim-mode>dense-mode</pim-mode>
</ipi-pim-ipv6_pim-ipv6-clear-multicast-route>
Command Syntax
clear ipv6 mroute (vrf NAME|) * pim (dense-mode|sparse-mode)
clear ipv6 mroute (vrf NAME|) X:X::X:X pim sparse-mode
Attribute Name: vrf-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: group-address
Attribute Type: inet:ipv6-address
Netconf RPC payload
<ipi-pim-ipv6_pim-ipv6-clear-multicast-route-source-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<vrf-name>NAME</vrf-name>
<group-address>X:X::X:X</group-address>
</ipi-pim-ipv6_pim-ipv6-clear-multicast-route-source-group>
Command Syntax
clear ipv6 mroute (vrf NAME|) X:X::X:X pim sparse-mode
clear ipv6 mroute (vrf NAME|) X:X::X:X X:X::X:X pim (dense-mode|sparse-mode)
Attribute Name: vrf-name
Attribute Type: string
Attribute Range: 1-32
Attribute Name: group-address
Attribute Type: inet:ipv6-address
Attribute Name: source-address
Attribute Type: inet:ipv6-address
Attribute Name: pim-mode
Attribute Type: enum (dense-mode|sparse-mode)
Netconf RPC payload
<ipi-pim-ipv6_pim-ipv6-clear-multicast-route-source-group-mode xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<vrf-name>NAME</vrf-name>
<group-address>X:X::X:X</group-address>
<source-address>X:X::X:X</source-address>
<pim-mode>dense-mode</pim-mode>
</ipi-pim-ipv6_pim-ipv6-clear-multicast-route-source-group-mode>
Command Syntax
clear ipv6 mroute (vrf NAME|) X:X::X:X X:X::X:X pim (dense-mode|sparse-mode)
debug pim bfd
Netconf RPC payload
<ipi-pim-debug_pim-terminal-debug-bfd-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim"/>
Command Syntax
debug pim bfd
no debug pim bfd
Netconf RPC payload
<ipi-pim-debug_pim-terminal-debug-bfd-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim"/>
Command Syntax
no debug pim bfd
debug ipv6 pim (vrf NAME|) (all|events|packet|packet in|packet out|state|mfc|timer|timer hello|timer bsr|timer joinprune|timer hello ht|timer hello nlt|timer hello tht|timer joinprune jt|timer joinprune et|timer joinprune ppt|timer joinprune kat|timer joinprune ot|timer assert|timer register|timer bsr bst|timer bsr crp|mib|nsm|nexthop|mtrace)
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: terminal-debug-options
Attribute Type: bits (all|events|packet|packet in|packet out|state|mfc|timer|timer hello|timer bsr|timer joinprune|timer hello ht|timer hello nlt|timer hello tht|timer joinprune jt|timer joinprune et|timer joinprune ppt|timer joinprune kat|timer joinprune ot|timer assert|timer register|timer bsr bst|timer bsr crp|mib|nsm|nexthop|mtrace)
Netconf RPC payload
<ipi-pim-ipv6-debug_pim-ipv6-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<vrf-name>NAME</vrf-name>
<terminal-debug-options>all</terminal-debug-options>
</ipi-pim-ipv6-debug_pim-ipv6-terminal-debug-on>
Command Syntax
debug ipv6 pim (vrf NAME|) (all|events|packet|packet in|packet out|state|mfc|timer|timer hello|timer bsr|timer joinprune|timer hello ht|timer hello nlt|timer hello tht|timer joinprune jt|timer joinprune et|timer joinprune ppt|timer joinprune kat|timer joinprune ot|timer assert|timer register|timer bsr bst|timer bsr crp|mib|nsm|nexthop|mtrace)
no debug ipv6 pim (vrf NAME|) (all|events|packet|packet in|packet out|state|mfc|timer|timer hello|timer bsr|timer joinprune|timer hello ht|timer hello nlt|timer hello tht|timer joinprune jt|timer joinprune et|timer joinprune ppt|timer joinprune kat|timer joinprune ot|timer assert|timer register|timer bsr bst|timer bsr crp|mib|nsm|nexthop|mtrace)
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: terminal-debug-options
Attribute Type: bits (all|events|packet|packet in|packet out|state|mfc|timer|timer hello|timer bsr|timer joinprune|timer hello ht|timer hello nlt|timer hello tht|timer joinprune jt|timer joinprune et|timer joinprune ppt|timer joinprune kat|timer joinprune ot|timer assert|timer register|timer bsr bst|timer bsr crp|mib|nsm|nexthop|mtrace)
Netconf RPC payload
<ipi-pim-ipv6-debug_pim-ipv6-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<vrf-name>NAME</vrf-name>
<terminal-debug-options>all</terminal-debug-options>
</ipi-pim-ipv6-debug_pim-ipv6-terminal-debug-off>
Command Syntax
no debug ipv6 pim (vrf NAME|) (all|events|packet|packet in|packet out|state|mfc|timer|timer hello|timer bsr|timer joinprune|timer hello ht|timer hello nlt|timer hello tht|timer joinprune jt|timer joinprune et|timer joinprune ppt|timer joinprune kat|timer joinprune ot|timer assert|timer register|timer bsr bst|timer bsr crp|mib|nsm|nexthop|mtrace)
debug ipv6 pim (vrf NAME|)
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Netconf RPC payload
<ipi-pim-ipv6-debug_pim-ipv6-terminal-debug-all-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<vrf-name>NAME</vrf-name>
</ipi-pim-ipv6-debug_pim-ipv6-terminal-debug-all-on>
Command Syntax
debug ipv6 pim (vrf NAME|)
no debug ipv6 pim (vrf NAME|)
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Netconf RPC payload
<ipi-pim-ipv6-debug_pim-ipv6-terminal-debug-all-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-pim">
<vrf-name>NAME</vrf-name>
</ipi-pim-ipv6-debug_pim-ipv6-terminal-debug-all-off>
Command Syntax
no debug ipv6 pim (vrf NAME|)