Table 8. Feature History
|
Feature Name
|
Release Information
|
Feature Description
|
|
Support to Track Cable Modem Requests Which Move to RBG
|
Cisco IOS XE 17.18.1y
|
This feature enhances the existing show commands to display RBG requests counter regardless of whether the move is allowed
or successful.
Commands Introduced:
-
show cable modem rbg-activity
-
show cable modem <MAC | IPv4 | IPv6> rbg-activity
-
show cable modem <cable interface> rbg-activity sort-by-rbg-requested
|
The RBG (Resiliency Bonding Group) Activity Monitoring feature provides enhanced visibility into how often Cable Modems (CMs)
attempt to move to a Resiliency Bonding Group.
The cable resiliency cm-max-rbg-moves command allows operators to limit the number of times a CM can move to an RBG within a specified interval. Previously, once
a CM reached this limit, further move attempts were denied, and there was no mechanism to track subsequent requests. This
feature introduces a new counter, rbg_requested_count, which tracks every RBG request attempt, regardless of whether the move is accepted or denied. This provides operators with
the necessary data to monitor CM behavior and troubleshoot connectivity issues effectively.
What:: This feature adds a new counter, rbg_requested_count, which tracks every attempt by a CM to move to an RBG, regardless of whether the move is successful or denied.
Why: The current implementation limits how frequently a CM can move to an RBG, but it does not provide visibility into how often
a CM continues to request an RBG move after reaching that limit. This new counter helps operators monitor CM behavior and
analyze persistent RBG move attempts beyond configured limits.
How: The system tracks these requests and provides visibility through enhanced CLI commands, allowing operators to see the request
count and sort modems based on their RBG request frequency.
Benefits of Tracking Cable Modem Requests Which Move to RBG
- Enhanced Operational Visibility: Provides clear data on how often modems attempt to recover via RBG.
- Improved Debugging: Assists operators in analyzing persistent RBG move attempts and debugging RBG policies.
- Identification of High-Frequency Modems: New sorting capabilities allow for quick identification of modems that are frequently attempting to recover using RBG.
Prerequisites of Tracking Cable Modem Requests Which Move to RBG
The cable resiliency feature must be in use, specifically the cable resiliency cm-max-rbg-moves <1-10> interval <1-65535> configuration.
Restrictions of Tracking Cable Modem Requests Which Move to RBG
- The feature cannot be disabled.
- If a CM is put into the DS resiliency exclusion list, the counter will not be incremented.
Operational Commands
A new column “Number of Times RBG requested" is added to the show cable modem rbg-activity command. Here is a sample output:
router# show cable modem rbg-activity
Number of Number of Number of CM At
Times RBG Times Moved RBG Created cm-max-rbg-moves
I/F MAC Address Requested To RBG For This CM Limit
-------------------------------------------------------------------------------------
C3/0/0 b42a.0e85.4421 1 0 0 no
C3/0/0 b42a.0e85.4859 1 0 0 no
C3/0/0 b42a.0e85.47e5 1 1 1 no
C3/0/0 b42a.0e85.4da1 2 1 1 no
A new column “Number of RBG requested for this CM" is added to the show cable modem < MAC | IPv4 | IPv6 > rbg-activity command. Here is a sample output:
router# show cable modem b42a.0e85.4da1 rbg-activity
Number of RBG requested for this CM : 2
Number of RBGs created for this CM : 1
Total number of times moved to RBG : 1
RBG Move History:
RBG WB: Orig WB: Timestamp: RBG Created
--------------------------------------------------------------
Wi3/0/0:6 Wi3/0/0:0 May 28 04:01:40 yes
A new column “sort-by-rgb-requested " option is added to show cable modem < MAC | IPv4 | IPv6 > rbg-activity command. Here is a sample output:
router# show cable modem c3/0/0 rbg-activity sort-by-rbg-requested
Number of Number of Number of CM At
Times RBG Times Moved RBG Created cm-max-rbg-moves
I/F MAC Address Requested To RBG For This CM Limit
--------------------------------------------------------------------------------------------------------------
C3/0/0 b42a.0e85.40f1 4 3 3 no
C3/0/0 b42a.0e85.4da1 3 1 1 no
C3/0/0 b42a.0e85.47e5 2 2 2 no
C3/0/0 b42a.0e85.4859 1 0 0 no
If the sort-by-rbg-requested option is used, the Number of Times RBG Requested column displays in decending orders as shown in the above output.