List+of+Features+and+CLIs+to+be+added.doc

List of Features and CLIs to be added

Feature List:

  • MLDv1
  • MLDv2
  • Kernel changes for WRONGMIFWHOLE
  • PIM ASM
  • Static RP

List of MLD CLIs

Config Commands:

No

Command Level

CLI

Description

FRR IPv4 Mapped CLI

Remarks

1

Interface

ipv6 mld

To enable MLD on the interface.

ip igmp

 

2

Interface

ipv6 mld join <group-address>

[<source-address>]

This command can be use to configure the static MLD join

for IPv6 group addresses on the interfaces.

ip igmp join <grp-addr> [<source-address>]

 

3

Interface

ipv6 mld version <1-2>

This command can be use to configure MLD version on the interface.

ip igmp version <2-3>

 

4

Interface

ipv6 mld query-interval <1-65535>

This command can be use to tune the timing for the general queries sent by the querier.

ip igmp query-interval <1-1800>

Community has the range as <1-65535> 

5

Interface

ipv6 mld query-max-response-time <1-65535>

This command can be use to tune the max response time for general queries. 

The number of seconds represented by the [Query Response Interval] must be less than the [Query Interval].

ip igmp query-max-response-time <10-250>

Community has the range as <1-65535> 

6

Interface

ipv6 mld last-member-query-interval (1-65535)

This command can be use to tune the response time for group specific queries.

ip igmp last-member-query-interval (1-255)

Communithy has the range as <1-65535>

7

Interface

ipv6 mld last-member-query-count (1-255)

This command can be use to tune the number of Multicast-Address- Specific Queries sent before the router assumes there are no remaining listeners for an address on a link.

ip igmp last-member-query-count (1-7)

Communithy has the range as <1-255>

8

Config Node

ipv6 mld watermark-warn <1-65535>

This command can be use to warn the user when more than the desired limit of groups gets configured.

ip igmp watermark-warn <10-60000>

Community has the range <1-65535>

 

Show Commands:

No

CLI

Description

FRR IPv4 Mapped CLI

Remarks

1

show ipv6 mld groups

Displays MLD Group information.

show ip igmp groups

 

2

show ipv6 mld interface [ifname]

Displays MLD enabled interface information.

show ip igmp interface [ifname]

 

3

show ipv6 mld statistics

Displays MLD statistics.

show ip igmp statistics

 

4

show ipv6 mld vrf

Displays MLD Vrf information.

show ip igmp vrf

 

5

show ipv6 mroute [ <group-address> | count | summary ]

Displays mroute count, summary information.

show ip mroute [ <group-address> | count | summary ]

 

*All the show commands will be supported with json options.

Debug Commands:

No

CLI

Description

FRR IPv4 Mapped CLI

Remarks

1

debug mld

To enable MLD debugs.

debug igmp

 

2

debug mld events

To enable MLD debugs related to events.

debug igmp events

 

3

debug mld packets

To enable MLD packet debugs.

debug igmp packets

 

4

debug mld trace

To enable MLD internal trace flow debugs.

debug igmp trace

 

List of PIM CLIs

Config commands

No

Command Level

CLI

Description

FRR IPv4 Mapped CLI

Remarks

1

Config Node

ipv6 pim join-prune-interval (5-600)

To tune the join-prune interval in seconds.

ip pim join-prune-interval (5-600)

 

2

Config Node

ipv6 pim rp <rp-address> [<group-address/M>]

To configure static RP.

ip pim rp <rp-address> [<group-address/M>]

 

3

Config Node

ipv6 pim rp keep-alive-timer <1-65535>

KAT Timer configuration in seconds.

ip pim rp keep-alive-timer (31-60000) 

Community has the range (1-65535)

4

Config Node

ipv6 pim spt-switchover infinity-and-beyond [prefix-list WORD]

For switching to SPT path.

ip pim spt-switchover infinity-and-beyond [prefix-list WORD]

 

5

Config Node

ipv6 pim register-suppress-time

To tune the register suppress timer.

ip pim register-suppress-time

This command is present only in community.

6

Interface

ipv6 pim

To enable pim on interface.

ip pim

 

7

Interface

ipv6 pim drpriority <1-4294967295>

To configure DR Priority.

ip pim drpriority <1-4294967295>

 

8

Interface

ipv6 pim hello <1-180> [<1-630>]

To configure hello and hold timers.

ip pim hello <1-180> [<1-630>]

 

*All the show commands will be supported with json options.

PIM Show Commands

No

CLI

Description

FRR IPv4 Mapped CLI

Remarks

1

show ipv6 pim channel

Displays pim channel informations.

show ip pim channel

 

2

show ipv6 pim group-type

Displays pim group-type.

show ip pim group-type

 

3

show ipv6 pim interface

Displays pim enabled interface informations.

show ip pim interface

 

4

show ipv6 pim join

Displays pim join related information.

show ip pim join

 

5

show ipv6 pim jp-agg

Displays pim join prune aggregate information.

show ip pim jp-agg

 

6

show ipv6 pim local-membership

Displays pim local membership information.

show ip pim local-membership

 

7

show ipv6 pim neighbor

Displays regarding pim neighbors.

show ip pim neighbor

 

8

show ipv6 pim nexthop

Displays pim next hops.

show ip pim nexthop

 

9

show ipv6 pim nexthop-lookup

Displays pim nexthop lookups received from zebra.

show ip pim nexthop-lookup

 

10

show ipv6 pim rp-info

Displays RP information.

show ip pim rp-info

 

11

show ipv6 pim rpf

Displays RPF information.

show ip pim rpf

 

12

show ipv6 pim secondary

Displays pim secondary addresses.

show ip pim secondary

 

13

show ipv6 pim state

Displays pim internal state related to groups.

show ip pim state

 

14

show ipv6 pim statistics

Displays pim statistics.

show ip pim statistics

 

15

show ipv6 pim upstream

Displays pim upstream information.

show ip pim upstream

 

16

show ipv6 pim upstream-join-desired

Displays group join desired status.

show ip pim upstream-join-desired

 

17

show ipv6 pim upstream-rpf

Displays pim RPF for upstreams.

show ip pim upstream-rpf

 

PIM Debug Commands

No

CLI

Description

FRR IPv4 Mapped CLI

Remarks

1

debug pimv6

PIM protocol activity debugs.

debug pim

 

2

debug pimv6 events

PIM protocol events de bugging.

debug pim events

 

3

debug pimv6 nht

Nexthop Tracking debugs.

debug pim nht

 

4

debug pimv6 packet-dump

PIM packet dump debugs.

debug pim packet-dump

 

5

debug pimv6 packets

PIM protocol packets debugs.

debug pim packets

 

6

debug pimv6 trace

PIM internal daemon activity debugs.

debug pim trace

 

7

debug pimv6 zebra

ZEBRA protocol activity debugs.

debug pim zebra

 

 

Public Shared Edit Last updated: 2021-12-15 05:20:13 PM